Topic Options
#18008 - 07/27/09 08:18 AM AR - Net 21 Credit Card
SusanTennier Offline
Adagio Maestro

Registered: 02/22/08
Posts: 1247
Loc: Ontario, Canada
Some of our customers have net 21 terms with us and wish for us to process their credit automatically after 21 days. Is there anyway for Adagio Receivables to remind us to do this?
_________________________
Susan Tennier
TDL Canada
Trenton, Ontario

Top
#18010 - 07/27/09 08:54 AM Re: AR - Net 21 Credit Card [Re: SusanTennier]
Ryan Brohman Offline
Adagio Pro

Registered: 01/03/07
Posts: 10
Loc: Waterloo, Ontario
Gridview would do it.

Create a View based on the AR Transactions table. Select all the relevant fields that you need (ie. cust number, amount, description, etc).

Create a filter along the lines of:

AND(
{Trx Type} = "IN",
{Terms Description} ="NET 21",
QUERYDATE("Enter Transaction Date")<={Trx Date}
)

The Querydate command will allow you to input a date, say 1 month prior to today, to limit your results to the most current transactions. There's likely a way to automate this further by using a "Today's date - 30 days" tpye of formula, but I can't recall it at the moment.

You can then sort the grid by transaction date. Run this GV daily, or weekly and print it off to provide a reminder for your AR people to process the payment.
_________________________
Ryan Brohman

Kitchener, ON


Top
#18011 - 07/27/09 09:00 AM Re: AR - Net 21 Credit Card [Re: SusanTennier]
Bruce Gardner Offline
Adagio Wizard

Registered: 06/15/04
Posts: 3612
Loc: Toronto ON, Canada
Hello Susan:

I don't see a way in Receivables but you could do it easily using GridView.

-Filter to Invoices based on Due Date and still unpaid
-Include 21 days plus 22, 23, 24 (in case of weekends and days that get missed)
-If you want, you can automate the View so that it runs overnight and is waiting for you as an Excel file.
_________________________
Bruce Gardner
ARX Business Solutions Inc.

Top
#18012 - 07/27/09 09:31 AM Re: AR - Net 21 Credit Card [Re: Bruce Gardner]
SusanTennier Offline
Adagio Maestro

Registered: 02/22/08
Posts: 1247
Loc: Ontario, Canada
Thanks. Anyone know if there's a way to make this line work?

{Due Date} <= TODAY

Is there a way to say TODAY in a way that GV will understand?
_________________________
Susan Tennier
TDL Canada
Trenton, Ontario

Top
#18013 - 07/27/09 10:02 AM Re: AR - Net 21 Credit Card [Re: SusanTennier]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
TODAY()
_________________________
Andrew Bates

Top
#18014 - 07/27/09 10:28 AM Re: AR - Net 21 Credit Card [Re: SusanTennier]
Bruce Gardner Offline
Adagio Wizard

Registered: 06/15/04
Posts: 3612
Loc: Toronto ON, Canada
Susan:

Ryan included an important criterion that I missed: You do need to include the terms in your Filter, otherwise you will get extraneous invoices.
_________________________
Bruce Gardner
ARX Business Solutions Inc.

Top
#18048 - 07/28/09 07:20 PM Re: AR - Net 21 Credit Card [Re: Bruce Gardner]
SusanTennier Offline
Adagio Maestro

Registered: 02/22/08
Posts: 1247
Loc: Ontario, Canada
Thanks. TODAY() works great. Another problem solved! :-)
_________________________
Susan Tennier
TDL Canada
Trenton, Ontario

Top


Moderator:  Christa_Meissner 
Who's Online
1 registered (Carol Wojick), 76 Guests and 0 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
1865 Members
5 Forums
14458 Topics
70633 Posts

Max Online: 432 @ 01/20/25 10:17 PM
April
Su M Tu W Th F Sa
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30