home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 1
/
RISC_DISC_1.iso
/
commercial
/
acp
/
profesnal
/
!Entprise
/
NominData
/
Forms
/
PeriodEnd
< prev
next >
Wrap
Text File
|
1992-11-09
|
1KB
|
38 lines
! Nominal Period End Report Format File
! Lists all transactions for all accounts in the nominal ledger
===========================================================================
**************************
*NOMINAL LEDGER - LISTING*
**************************
{SY0:<34} Date {SY22 }
===========================================================================
Account Date Reference Amount Total Bal. A/c Batch
---------------------------------------------------------------------------
#SELECT NL 1
#WHILE NL
# tran = NL7
# total = 0
{NL0:<6} {NL1:<28}
#IF NL7
Brought forward {£NL5:>12}
#ENDIF
# WHILE tran
# SELECT NT tran
{NT2:<8} {NT1:<8} {NT3:>12} {NT4:>6} {NT5:>4}
# tran = NT6
# total & NT3
# LOOP
#IF NL7
========== ==========
{£total:>12} {£NL3+NL4:>12}
#ELSE
Total balance {£NL3+NL4:>12}
#ENDIF
# NEXT NL
#LOOP
Report complete.