home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / GLEN / EZBUD15.ZIP / AUTOTRAN.BUD next >
Text File  |  1987-01-30  |  953b  |  19 lines

  1. ; FILE: autotran.bud
  2. ;
  3. ; Contains AUTOMATIC monthly transactions and MACRO transactions.
  4. ; MACRO's have an identifying character in column 0 of the line.
  5. ; Split transactions contain only an amount and a category.
  6. ; Use spaces only, no tabs.
  7. ; Data must be entered in columns starting at positions shown in header line.
  8. ; Amounts may be decimal-point aligned below decimal point in header line.
  9. ;
  10. ; CkNo mm/dd ***************DESCRIPTION************** $$$$$$.$$ SP CATEGORY  
  11. ;
  12.   VISA    15 life insurance premiums                      28.60    life ins 
  13. P DEP        payroll check                               500.00    split
  14.                                                          700.00    salary  
  15.                                                         -100.00    fed tax
  16.                                                          -50.00    fica      
  17.                                                          -50.00    state tax
  18. ;
  19.