home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 1
/
RISC_DISC_1.iso
/
commercial
/
acp
/
profesnal
/
!Entprise
/
SalesData
/
Forms
/
SalesBatch
< prev
next >
Wrap
Text File
|
1992-09-05
|
1KB
|
29 lines
! Sales Audit Trail (Batch) Report Format File
! Lists all transactions in a selected batch
===========================================================================
****************************
*SALES LEDGER - AUDIT TRAIL*
****************************
{SY0:<34} Date {SY22 }
===========================================================================
#SELECT ST 1
Batch number: {U1}
---------------------------------------------------------------------------
Account Date Reference T/x Goods value VAT value Total Batch
---------------------------------------------------------------------------
#total=0
#WHILE ST
#IF ST6=U1
{ST0:<6} {ST2:<8} {ST1:<8} {ST7:<3}{ST3:>12}{ST4:>12}{£ST3+ST4:>12} {ST6:>4}
#total & (ST3+ST4)
#ENDIF
#NEXT ST
#LOOP
==========
Total {£total:> }
Report complete.