home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 1
/
RISC_DISC_1.iso
/
commercial
/
acp
/
accounts
/
!Entprise
/
SalesData
/
Forms
/
AgedDebts
< prev
next >
Wrap
Text File
|
1992-09-05
|
1KB
|
35 lines
! Sales Aged Debts Report Format File
! List the aged debts on all accounts with a current balance
===========================================================================
*****************************
*SALES LEDGER - AGED DEBTORS*
*****************************
{SY0:<32} Date {SY22}
===========================================================================
Account/Name 3 Months 2 Months 1 Month Current Total
#SELECT SL 1
#totalc=0
#totalx=0
#totaly=0
#totalz=0
#WHILE SL
#IF !((SL6+SL7+SL8+SL9)=0)
---------------------------------------------------------------------------
{SL1:<30}
{SL0:<8} {SL9:>11}{SL8:>11}{SL7:>11}{SL6:>11}{£SL6+SL7+SL8+SL9:>12}
#totalc & SL6
#totalx & SL7
#totaly & SL8
#totalz & SL9
#ENDIF
#NEXT SL
#LOOP
===========================================================================
3 Months 2 Months 1 Month Current Total
{£totalz:>11}{£totaly:>11}{£totalx:>11}{£totalc:>11}{£totalc+totalx+totaly+totalz:>12}
===========================================================================
Report complete.