The following are instructions to get a report of voided orders for a specific date range, plus reasons and counterpersons. You need to follow the following instructions carefully. All the text that is in Bold type will be the commands you are typing.
(where the # = the printer number you want the report to print to.)
SELECT ORDER WITH TRANS.TYPE = "[V" AND WITH DATE.ENT > "1/1/05" AND WITH DATE.ENT < "10/1/05" and hit ENTER.
- If you want to select a different date range, change the span of dates in the above example.
SORT ORDER ID ID-SUPP BY ID DATE.ENT SHIPTO.NAME TRANS.TYPE COUNTERPERSON COMMENT (P
*Adding the comments to this report extends it to 8 lines per customer, so a smaller date range should be considered.