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

  1. !     Sales Audit Trail (Batch) Report Format File
  2. !     Lists all transactions in a selected batch
  3. ===========================================================================
  4.  
  5.                         ****************************
  6.                         *SALES LEDGER - AUDIT TRAIL*
  7.                         ****************************
  8.  
  9.     {SY0:<34}                   Date {SY22    }
  10. ===========================================================================
  11. #SELECT ST 1
  12.  
  13.     Batch number: {U1}
  14.  
  15. ---------------------------------------------------------------------------
  16.     Account  Date   Reference T/x  Goods value   VAT value    Total   Batch
  17. ---------------------------------------------------------------------------
  18. #total=0
  19. #WHILE ST             
  20. #IF ST6=U1
  21.     {ST0:<6} {ST2:<8}  {ST1:<8} {ST7:<3}{ST3:>12}{ST4:>12}{£ST3+ST4:>12} {ST6:>4}
  22. #total & (ST3+ST4)
  23. #ENDIF
  24. #NEXT ST
  25. #LOOP
  26.                                                            ==========
  27.                                                   Total  {£total:>  }
  28.  
  29.     Report complete.