home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 22 / bbd22.zip / BUD.TXT < prev    next >
Text File  |  1980-01-01  |  6KB  |  103 lines

  1. |D╔══════════╗════════════════════════════════════════════════════════════════════
  2. |D║ |5Helpware |D║════════════════════════════════════════════════════════════════════
  3. |D╚══════════╝════════════════════════════════════════════════════════════════════
  4.  
  5. ^C^1Simple Budget
  6. ^C(or "Bud" for short)
  7. ^Cby
  8. ^CRichard Hamel
  9.  
  10.    This program is for all of you who need to keep better track of where your
  11. money is coming and going.  It will let you see at a glance what bills remain
  12. unpaid, and show you a total which lets you see how your account balance will be
  13. affected once they are paid.  And, it generates attractive on-screen charts to
  14. show at a glance how income and outgo stack up month-by-month.
  15.  
  16.    All of the features of the program are based on various transactions taking
  17. money into and out of one account, usually your personal checking account.  To
  18. use this program properly, you must be sure to record all transactions involving
  19. your account, so that the balance remains correct.
  20.  
  21.    The main menu gives you the following options:
  22.  
  23.    ^11. Make Deposit.^0  When you press 1 from the main menu, you will be asked for
  24. a name and amount.  For the name, enter a string that describes the nature of
  25. the deposit (e.g. "Paycheck"); for the amount, enter the dollars-and-cents
  26. amount of the deposit (e.g. "123.45").
  27.  
  28.    After making an entry, you'll be asked "Correct (Y/N)?"  Say Yes if the entry
  29. was done correctly, No if you made a mistake and don't wish it to be entered.
  30. If you say No, you'll be asked if you want to re-enter it; saying Yes will give
  31. you another chance to type the transaction, while No gets you back to the main
  32. menu without entering any new transactions.  Once you're done entering a
  33. transaction, and you say Yes to its correctness, it will be entered into the
  34. disk file, and you'll be asked if you want to enter another.
  35.  
  36.    Anything that increases the balance of your account should be entered as a
  37. deposit, including interest earned.
  38.  
  39.    ^12. Record Bill.^0  This option lets you tell the program about a bill you owe
  40. but have not yet paid.  It works similarly to the Deposit option, and places a
  41. bill on the list for the current month.
  42.  
  43.    ^13. Pay Bill.^0  This option lets you pay bills which have been entered with the
  44. Record Bill option.  You are asked for the month the bill was entered; type its
  45. three-letter abbreviation.  You will then be presented with a list of bills in
  46. that month.  Type the number associated with the bill you want to pay, then
  47. enter the amount you are paying.  (This needn't always coincide with the amount
  48. of the bill, since overpayments and underpayments are permitted in some cases.
  49. If a payment is less than the balance, the bill will be carried on the list as
  50. an unpaid bill of the difference between the amount owed and the amount paid.)
  51. If a payment is greater than the balance, the bill will be carried as paid, and
  52. the difference is listed as an overpayment.  The payment is assumed to be from
  53. your checking account, and is hence deducted from your account balance.
  54.  
  55.    ^14. Cash and Checks.^0  This option is used to enter all withdrawals from your
  56. checking account not connected with the payment of bills.  Include all other
  57. checks you write, as well as automatic-teller withdrawals and other transactions
  58. which reduce the balance of your account.  (Any monthly charges imposed by the
  59. bank should be included here too.)
  60.  
  61.    ^15. Change Initial Balance.^0  This option is used to enter or change the
  62. initial balance for the year.
  63.  
  64.    ^16.  Review.^0  This option lets you see the data in various formats.  You
  65. are presented with a sub-menu with options as follows:
  66.    1. Monthly Entries: gives you a list of transactions for a given month.
  67.    2. Monthly Balances: shows totals and net balance for each month.
  68.    3. Unpaid Bills: shows you all bills that remain unpaid.
  69.    4. Chart: gives you a bar graph that shows you where you stand.
  70.    0. Main Menu: returns you to the main menu.
  71.  
  72.    ^17. Clear Budget Files.^0  This lets you clear the data for the current year.
  73. You are asked if you want to do this.  If you answer yes, then all of the
  74. balances for the year's data are set to zero.
  75.  
  76.    ^18. Change Date.^0  This lets you change the current date.  It is important to
  77. have the correct value for the date, so that transactions are properly recorded.
  78. If the system date is incorrect (e.g., you didn't set the date when you booted
  79. and let it default to "Jan. 1, 1980"), you must set it within this program
  80. before you make any entries.  Alternatively, if you've procrastinated in making
  81. entries and wish to pretend that it's an earlier date than the present, you can
  82. turn back the clock with this option too.  To enter a date before 1900 or after
  83. 1999, you must enter all four digits.  If you change the year, then the program
  84. automatically accesses the correct data.  If the files do not exist, then you
  85. are asked if you want to create them.  The extensions of the data correspond to
  86. the last two digits of the year, so make sure you've got a backup before you
  87. start entering data for 2088.  (NOTE:  Since each year's data is in a separate 
  88. file, if you want to enter any new data pertaining to items in a preceding or 
  89. following year, such as paying bills in January that were entered in December, 
  90. you'll have to temporarily change the date to the year you're working with.)
  91.  
  92.    ^10. Quit.^0  This exits the program.
  93.  
  94.    To run this program from outside the BIG BLUE DISK menu, type ^1BUD^0.
  95.  
  96. DISK FILES THIS PROGRAM USES:
  97. ^FBUD.EXE
  98. ^FBRUN30.EXE
  99. ^FRETURN30.EXE
  100. ^FBAL.88
  101. ^FBUD.88
  102. ^FMON.88
  103.