|
|
Josh
Here are two searches for you to choose from.
The first search called: Discount Class Sales looks at any transactions posted into accounting during a particular time frame. These transactions could be paid or unpaid.
The second search called: Discount Class Payments looks at any payments posted into accounting during a particular time frame. Negative totals represent positive payment amounts.
To place either or both of these searches into your AVImark system, you will want to:
- Highlight and copy all of the color coded information for one search.
- Go to work with Information Search
- Cancel
- View Code Editor
- Erase all information in this window
- Paste the copied code into this window
- OK
- If asked to add the search, say 'Yes'
Once this is complete, you can save the search and run.
Repeat with other search if desired.
Discount Class Sales
search [Client] code 'M$BB0633' name 'Discount Class Sales'
category 'MSS Searches' (
[Account-Date] is between 'ENTER START DATE HERE' 'ENTER END DATE HERE' and
[Account-Account Type] equals 's,t' and
[Client-Discount Class] equals 'ENTER CLIENT DISCOUNT CLASS HERE'
) report (
[Client-Account],
[Client-Full Name] width 30,
[Account-Amount] summary (sum)
) sort by (0 ascending) summarize by sort order
Discount Class Payments
search [Client] code 'M$BB0634' name 'Discount Class Payments'
category 'MSS Searches' (
[Account-Date] is between 'ENTER START DATE HERE' 'ENTERE END DATE HERE' and
[Account-Account Type] equals 'c,d,e,h,m,o,p,v,$,0,1,2,3,4,5,6,7,8,9' and
[Client-Discount Class] equals 'ENTER CLIENT DISCOUNT CLASS HERE'
) report (
[Client-Account],
[Client-Full Name] width 30,
[Account-Amount] summary (sum)
) sort by (0 ascending) summarize by sort order |
IP Logged
|