home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / commercial / acp / profesnal / !Entprise / SalesData / Forms / SalesAudit < prev    next >
Text File  |  1992-09-05  |  751b  |  20 lines

  1. !     Sales Audit Trail (All) Report Format File
  2. !     Lists all transactions in the sales ledger
  3. ===========================================================================
  4.  
  5.                         ****************************
  6.                         *SALES LEDGER - AUDIT TRAIL*
  7.                         ****************************
  8.  
  9.     {SY0:<32}                     Date {SY22}
  10. ===========================================================================
  11.    Account  Date   Reference T/x  Goods value   VAT value    Total   Batch
  12. ---------------------------------------------------------------------------
  13. #SELECT ST 1
  14. #WHILE ST
  15.    {ST0:<6} {ST2:<8}  {ST1:<8} {ST7:<3}{ST3:>12}{ST4:>12}{£ST3+ST4:>12} {ST6:>4}
  16. #NEXT ST
  17. #LOOP
  18.  
  19.       Report complete.
  20.