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

  1. !     Sales Aged Debts Report Format File
  2. !     List the aged debts on all accounts with a current balance
  3. ===========================================================================
  4.  
  5.                         *****************************
  6.                         *SALES LEDGER - AGED DEBTORS*
  7.                         *****************************
  8.  
  9.     {SY0:<32}                    Date {SY22}
  10. ===========================================================================
  11.   Account/Name      3 Months   2 Months    1 Month    Current       Total
  12. #SELECT SL 1
  13. #totalc=0
  14. #totalx=0
  15. #totaly=0
  16. #totalz=0
  17. #WHILE SL
  18. #IF !((SL6+SL7+SL8+SL9)=0)
  19. ---------------------------------------------------------------------------
  20.   {SL1:<30}    
  21.   {SL0:<8}       {SL9:>11}{SL8:>11}{SL7:>11}{SL6:>11}{£SL6+SL7+SL8+SL9:>12}
  22. #totalc & SL6
  23. #totalx & SL7
  24. #totaly & SL8
  25. #totalz & SL9
  26. #ENDIF
  27. #NEXT SL
  28. #LOOP
  29. ===========================================================================
  30.                     3 Months   2 Months    1 Month    Current       Total
  31.                  {£totalz:>11}{£totaly:>11}{£totalx:>11}{£totalc:>11}{£totalc+totalx+totaly+totalz:>12}
  32. ===========================================================================
  33.  
  34.     Report complete. 
  35.