Added header (company num, cheque num etc) to pdf part of routine.
[capital-apms-progress.git] / df / 990119a.df
blob65b1109c61d0987f5a0aadb983378bb6d5c2d8c1
1 ADD FIELD "CurrentAnnualRental" OF "RentCharge" AS decimal
2   DESCRIPTION "The last rent charged pro-rated to an annualised rental"
3   FORMAT "->>,>>>,>>9.99"
4   HELP "The last rent charged pro-rated to an annualised rental"
5   ORDER 40
7 ADD FIELD "CurrentPeriodRental" OF "RentCharge" AS decimal
8   DESCRIPTION "The actual last rent charged for a period, usually monthly"
9   FORMAT "->>,>>>,>>9.99"
10   HELP "The actual last rent charged for a period, usually monthly"
11   ORDER 50
13 ADD FIELD "CurrentTotal" OF "RentCharge" AS decimal
14   DESCRIPTION "The annualised total of the RentChargeLines currently in effect"
15   FORMAT "->>,>>>,>>9.99"
16   HELP "The annualised total of the RentChargeLines currently in effect"
17   ORDER 60
20 PSC
21 codepage=iso8859-1