home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG044.ARK / BUDGET1.DOC < prev    next >
Text File  |  1984-04-29  |  2KB  |  33 lines

  1. DOCUMENTATION ON BUDGET1
  2.  
  3. BUDGET1 is a source program in CBASIC (version 2) written by Patrick Cunning-
  4. ham of San Antonio, TX [235 Sharon Drive, San Antonio 78216].  Suggestions on
  5. improvements are solicited. I wrote it for a 48K ALTOS ACS8000 computer with
  6. dual floppy (8" or 20 cm) drives. It probably will work with less memory.
  7.  
  8. To operate, compile the BUDGET1.BAS file using the CBASIC2 compiler.  Some
  9. editing may be necessary to make this file compatible with other compilers.
  10. Prompts will be displayed whenever necessary. Run when INT file is created.
  11.  
  12. BUDGET1 operates on 1-20 expense records, which are input by the operator.
  13. Each of these records may be subdivided into several (max of 4) categories.
  14. The program checks the addition used in allocating these categories.
  15. These are then output onto CP/M based disc files in records that contain
  16. the day of the transaction, payee, and category/amount for 1-4 categories.
  17. The record length is 64 characters, so that random access to the files is
  18. possible.  The program will add new expenses to the disc immediately after
  19. any currrent expenses already logged.  The file created should have the
  20. name EXPENSnn.XXX, where nn is the last two digits of the A.D. year and
  21. XXX is the month code, such as JAN, FEB, MAR, APR, etc.
  22.  
  23. BUDGET1 has a built-in iteration prompt that allows the user to process
  24. more than one month's expenses at the same time.  Category codes for each
  25. of the nineteen categories (charity, food, mortgage, phone, etc.) are dis-
  26. played in a menu upon user's request.
  27.  
  28. BUDGET1 may be freely copied for non-commercial distribution.  Under no
  29. circumstances may it be sold for profit.  (C) copyright 1980 by Patrick
  30. Cunningham.
  31.  
  32. BUDGET1 is accessed and totaled by the program LEDGER1.
  33.