home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF005B.ZIP / CHECKS.3 < prev    next >
Text File  |  1989-11-01  |  61KB  |  1,321 lines

  1.  
  2.  
  3.                           Checkbook Management Program
  4.  
  5.  
  6.  
  7.      Your report now appears, either on screen or on paper, depending on the
  8. option you chose.  It appears like this:
  9.  
  10. ╔════════════════════════════════════════════════════════════════════════════╗
  11. ║                           Check Register for                      04/24/85 ║
  12. ║             Account  (account name)                               xxxxx.xx ║
  13. ║                                                                            ║
  14. ║ Check #   Date      To Whom                          Amount  Category Clr  ║
  15. ║ 1234    02/15/85  Cash                                 50.00 CASH      X   ║
  16. ║ 1235    02/16/85  Food City                            73.56 GROCERIES X   ║
  17. ║  .          .         .                                  .      .      .   ║
  18. ║  .          .         .                                  .      .      .   ║
  19. ║ Press any key to continue                                                  ║
  20. ╚════════════════════════════════════════════════════════════════════════════╝
  21.  
  22. This is the screen version.  It will pause after displaying 16 transactions, to
  23. continue once any key is pressed.  The printed version starts a new page after
  24. 55 transactions have been printed.  The amount appearing in the heading of the
  25. report is the current balance for this account.  At the end of the report, the
  26. total deposits and total withdrawals for this listing appears.
  27.  
  28. Heading explanations:
  29.  
  30.      Check # - The check number or transaction type identifier.  These
  31.                identifiers are:
  32.                     ATD - Automatic Teller Deposit.
  33.                     ATW - Automatic Teller Withdrawal.
  34.                     CHAR - Bank charge.
  35.                     DEP - Regular Deposit.
  36.                     INT - NOW account interest.
  37.      Date -    Date of the transaction.
  38.      To Whom - Recipient of a check, or explanation of other transaction types.
  39.                Note:  If the memo area of a non-check transaction is not blank,
  40.                then the contents of that area are printed here.  If it is
  41.                blank, then the transaction type is printed here.
  42.      Amount -  Amount of the check, deposit, etc.
  43.      Category - Budget category.
  44.      Clr -     If an X appears, the transaction has cleared the bank.  If not,
  45.                then it hasn't.
  46.  
  47.      If there are no transactions in the data file for the dates requested, the
  48. message "None found" will appear.
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                     Page 38
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                           Checkbook Management Program
  70.  
  71.  
  72.  
  73.                                 List Checks Only
  74.  
  75.      This report produces a listing of all checks in the current order.  You
  76. will be asked to supply dates defining the time interval you wish displayed.
  77. Only those checks with dates in the interval will be listed.  This report can
  78. be displayed on the screen or listed on a printer.
  79.  
  80.      When this report is chosen, the screen displays:
  81.  
  82.           ╔══════════════════════════════════════════════════════════╗
  83.           ║  List Checks                                             ║
  84.           ║                                                          ║
  85.           ║  This report lists all transactions taking place over a  ║
  86.           ║  range of dates.  Please enter them in order.            ║
  87.           ║                                                          ║
  88.           ║  Start date   ff/ff/ff                                   ║
  89.           ║  End date     ll/ll/ll                                   ║
  90.           ╚══════════════════════════════════════════════════════════╝
  91.  
  92. The first time any report with a range of dates is selected, the start date
  93. (ff/ff/ff) is set to the date of the earliest transaction in the data file.
  94. The end date is set to the system date.  Make any changes you wish to these
  95. dates.  Press <enter> when satisfied with each date.  Once you press <enter>,
  96. you may not go back to the previous date.  If you change the dates, then the
  97. next report you request that needs a range of dates will use these new dates.
  98. This is so you can print a series of reports covering the same range of dates
  99. without having to reenter the dates each time.
  100.  
  101.      There are two potential error messages with these dates.
  102.  
  103.      1) Invalid date.  The dates must be valid dates (February 30 is not a
  104.                valid date).  The cursor will be placed in the beginning of the
  105.                invalid date so that it may be reentered.
  106.      2) Dates out of order.  The start date must be at least one day earlier
  107.                than the end date.  The cursor will be placed back in the start
  108.                date so that both dates may be reentered.
  109.  
  110. You will then be asked about the display of the report.  The screen displays:
  111.  
  112.           ╔══════════════════════════════════════════════════════════╗
  113.           ║  List Checks                                             ║
  114.           ║                                                          ║
  115.           ║  This report lists all transactions taking place over a  ║
  116.           ║  range of dates.  Please enter them in order.            ║
  117.           ║                                                          ║
  118.           ║  Start date   ff/ff/ff                                   ║
  119.           ║  End date     ll/ll/ll                                   ║
  120.           ║                                                          ║
  121.           ║  List on the screen (S) or print on the printer (P)?     ║
  122.           ╚══════════════════════════════════════════════════════════╝
  123. Press one of three letters (case makes no difference):
  124.      S - Display the report on the screen.
  125.      P - Display the report on the printer.
  126.      Q - Return to the Report Menu.
  127.  
  128.  
  129.                                     Page 39
  130.  
  131.  
  132.  
  133.  
  134.  
  135.                           Checkbook Management Program
  136.  
  137.  
  138.  
  139.      If you press <P>, you have one more task before the report begins.  The
  140. screen becomes:
  141.  
  142.           ╔══════════════════════════════════════════════════════════╗
  143.           ║  List Checks                                             ║
  144.           ║                                                          ║
  145.           ║  This report lists all transactions taking place over a  ║
  146.           ║  range of dates.  Please enter them in order.            ║
  147.           ║                                                          ║
  148.           ║  Start date   ff/ff/ff                                   ║
  149.           ║  End date     ll/ll/ll                                   ║
  150.           ║                                                          ║
  151.           ║  List on the screen (S) or print on the printer (P)?  P  ║
  152.           ║  Press <enter> when the printer is ready at the top of   ║
  153.           ║  a page.                                                 ║
  154.           ╚══════════════════════════════════════════════════════════╝
  155.  
  156. Verify your printer is on and positioned properly, then press any key except
  157. <Q>.  If you have no printer, or if you decide to stop here, press <Q> and you
  158. will return to the Report Menu.  If you have no printer and you press anything
  159. but <Q>, your system will die and you will have to reboot.
  160.  
  161.      Your report now appears, either on screen or on paper, depending on the
  162. option you chose.  It appears like this:
  163. ╔════════════════════════════════════════════════════════════════════════════╗
  164. ║                       Checks for                                04/24/85   ║
  165. ║             Account  (account name)                               xxx.xx   ║
  166. ║                                                                            ║
  167. ║ Check #   Date      To Whom                          Amount  Category Clr  ║
  168. ║ 123     02/15/85  Kroger's                             56.43 GROCERIES X   ║
  169. ║ 125     02/16/85  Colonial Heights School of Dance     40.00 DANCE     X   ║
  170. ║  .          .         .                                  .      .      .   ║
  171. ║  .          .         .                                  .      .      .   ║
  172. ║                                              Total:   562.96               ║
  173. ║ Press any key to continue                                                  ║
  174. ╚════════════════════════════════════════════════════════════════════════════╝
  175.  
  176. This is the screen version.  It will pause after displaying 16 transactions, to
  177. continue once any key is pressed.  The printed version starts a new page after
  178. 55 transactions have been printed.
  179.  
  180. Heading explanations:
  181.      Check # - The check number.
  182.      Date -    Date of the check.
  183.      To Whom - Check payee.
  184.      Amount -  Amount of the check.
  185.      Category - Budget category.
  186.      Clr -     If an X appears, the check has cleared the bank.  If not, then
  187.                it hasn't.
  188.  
  189.      If there are no checks in the data file for the dates requested, the
  190. message "None found" will appear.
  191.  
  192.  
  193.  
  194.  
  195.                                     Page 40
  196.  
  197.  
  198.  
  199.  
  200.  
  201.                           Checkbook Management Program
  202.  
  203.  
  204.  
  205.                                  List Deposits
  206.  
  207.      This report produces a listing of all deposits in the current order.  You
  208. will be asked to supply dates defining the time interval you wish displayed.
  209. Only those deposits with dates in the interval will be listed.  This report can
  210. be displayed on the screen or listed on a printer.
  211.  
  212. When this report is chosen, the screen displays:
  213.  
  214.           ╔══════════════════════════════════════════════════════════╗
  215.           ║  List of Deposits                                        ║
  216.           ║                                                          ║
  217.           ║  This report lists all transactions taking place over a  ║
  218.           ║  range of dates.  Please enter them in order.            ║
  219.           ║                                                          ║
  220.           ║  Start date   ff/ff/ff                                   ║
  221.           ║  End date     ll/ll/ll                                   ║
  222.           ╚══════════════════════════════════════════════════════════╝
  223.  
  224. The first time any report with a range of dates is selected, the start date
  225. (ff/ff/ff) is set to the date of the earliest transaction in the data file.
  226. The end date is set to the system date.  Make any changes you wish to these
  227. dates.  Press <enter> when satisfied with each date.  Once you press <enter>,
  228. you may not go back to the previous date.  If you change the dates, then the
  229. next report you request that needs a range of dates will use these new dates.
  230. This is so you can print a series of reports covering the same range of dates
  231. without having to reenter the dates each time.
  232.  
  233.      There are two potential error messages with these dates.
  234.  
  235.      1) Invalid date.  The dates must be valid dates (February 30 is not a
  236.                valid date).  The cursor will be placed in the beginning of the
  237.                invalid date so that it may be reentered.
  238.      2) Dates out of order.  The start date must be at least one day earlier
  239.                than the end date.  The cursor will be placed back in the start
  240.                date so that both dates may be reentered.
  241.  
  242. You will then be asked about the display of the report.  The screen displays:
  243.  
  244.           ╔══════════════════════════════════════════════════════════╗
  245.           ║  List of Deposits                                        ║
  246.           ║                                                          ║
  247.           ║  This report lists all transactions taking place over a  ║
  248.           ║  range of dates.  Please enter them in order.            ║
  249.           ║                                                          ║
  250.           ║  Start date   ff/ff/ff                                   ║
  251.           ║  End date     ll/ll/ll                                   ║
  252.           ║                                                          ║
  253.           ║  List on the screen (S) or print on the printer (P)?     ║
  254.           ╚══════════════════════════════════════════════════════════╝
  255. Press one of three letters (case makes no difference):
  256.      S - Display the report on the screen.
  257.      P - Display the report on the printer.
  258.      Q - Return to the Report Menu.
  259.  
  260.  
  261.                                     Page 41
  262.  
  263.  
  264.  
  265.  
  266.  
  267.                           Checkbook Management Program
  268.  
  269.  
  270.  
  271.      If you press <P>, you have one more task before the report begins.  The
  272. screen becomes:
  273.  
  274.           ╔══════════════════════════════════════════════════════════╗
  275.           ║  List of Deposits                                        ║
  276.           ║                                                          ║
  277.           ║  This report lists all transactions taking place over a  ║
  278.           ║  range of dates.  Please enter them in order.            ║
  279.           ║                                                          ║
  280.           ║  Start date   ff/ff/ff                                   ║
  281.           ║  End date     ll/ll/ll                                   ║
  282.           ║                                                          ║
  283.           ║  List on the screen (S) or print on the printer (P)?  P  ║
  284.           ║  Press <enter> when the printer is ready at the top of   ║
  285.           ║  a page.                                                 ║
  286.           ╚══════════════════════════════════════════════════════════╝
  287.  
  288. Verify your printer is on and positioned properly, then press any key except
  289. <Q>.  If you have no printer, or if you decide to stop here, press <Q> and you
  290. will return to the Report Menu.  If you have no printer and you press anything
  291. but <Q>, your system will die and you will have to reboot.
  292.  
  293.      Your report now appears, either on screen or on paper, depending on the
  294. option you chose.  It appears like this:
  295.  
  296. ╔════════════════════════════════════════════════════════════════════════════╗
  297. ║                     Deposits for                                04/24/85   ║
  298. ║             Account  (account name)                                xx.xx   ║
  299. ║                                                                            ║
  300. ║ Check #   Date      To Whom                          Amount  Category Clr  ║
  301. ║ DEP     02/15/85  Deposit                              50.00 INCOME    X   ║
  302. ║ DEP     02/16/85  February paycheck                    40.00 INCOME    X   ║
  303. ║  .          .         .                                  .      .      .   ║
  304. ║  .          .         .                                  .      .      .   ║
  305. ║                                             Total:   9000.00               ║
  306. ║ Press any key to continue                                                  ║
  307. ╚════════════════════════════════════════════════════════════════════════════╝
  308.  
  309. This is the screen version.  It will pause after displaying 16 transactions, to
  310. continue once any key is pressed.  The printed version starts a new page after
  311. 55 transactions have been printed.
  312.  
  313. Heading explanations:
  314.      Check # - The transaction type identifier, in this case, DEP for deposits.
  315.      Date -    Date of the transaction.
  316.      To Whom - Explanation of the transaction type.  Note:  If the memo area of
  317.                the deposit is not blank, then the contents of that area are
  318.                printed here.  If it is blank, then the word "Deposit" is
  319.                printed hers.
  320.      Amount -  Amount of the transaction.
  321.      Category - The income category for the deposit.
  322.      Clr -     If an X appears, the transaction has cleared the bank.  If not,
  323.                then it hasn't.
  324.  
  325.  
  326.  
  327.                                     Page 42
  328.  
  329.  
  330.  
  331.  
  332.  
  333.                           Checkbook Management Program
  334.  
  335.  
  336.  
  337.      If there are no deposits in the data file for the dates requested, the
  338. message "None found" will appear.
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.                          List Automatic Teller Deposits
  346.  
  347.      This report produces a listing of all automatic teller deposits in the
  348. current order.  You will be asked to supply dates defining the time interval
  349. you wish displayed.  Only those automatic teller deposits with dates in the
  350. interval will be listed.  This report can be displayed on the screen or listed
  351. on a printer.
  352.  
  353.      When this report is chosen, the screen displays:
  354.  
  355.           ╔══════════════════════════════════════════════════════════╗
  356.           ║  List of AutoTeller Deposits                             ║
  357.           ║                                                          ║
  358.           ║  This report lists all transactions taking place over a  ║
  359.           ║  range of dates.  Please enter them in order.            ║
  360.           ║                                                          ║
  361.           ║  Start date   ff/ff/ff                                   ║
  362.           ║  End date     ll/ll/ll                                   ║
  363.           ╚══════════════════════════════════════════════════════════╝
  364.  
  365. The first time any report with a range of dates is selected, the start date
  366. (ff/ff/ff) is set to the date of the earliest transaction in the data file.
  367. The end date is set to the system date.  Make any changes you wish to these
  368. dates.  Press <enter> when satisfied with each date.  Once you press <enter>,
  369. you may not go back to the previous date.  If you change the dates, then the
  370. next report you request that needs a range of dates will use these new dates.
  371. This is so you can print a series of reports covering the same range of dates
  372. without having to reenter the dates each time.
  373.  
  374.      There are two potential error messages with these dates.
  375.  
  376.      1) Invalid date.  The dates must be valid dates (February 30 is not a
  377.                valid date).  The cursor will be placed in the beginning of the
  378.                invalid date so that it may be reentered.
  379.      2) Dates out of order.  The start date must be at least one day earlier
  380.                than the end date.  The cursor will be placed back in the start
  381.                date so that both dates may be reentered.
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.                                     Page 43
  394.  
  395.  
  396.  
  397.  
  398.  
  399.                           Checkbook Management Program
  400.  
  401.  
  402.  
  403. You will then be asked about the display of the report.  The screen displays:
  404.  
  405.           ╔══════════════════════════════════════════════════════════╗
  406.           ║  List of AutoTeller Deposits                             ║
  407.           ║                                                          ║
  408.           ║  This report lists all transactions taking place over a  ║
  409.           ║  range of dates.  Please enter them in order.            ║
  410.           ║                                                          ║
  411.           ║  Start date   ff/ff/ff                                   ║
  412.           ║  End date     ll/ll/ll                                   ║
  413.           ║                                                          ║
  414.           ║  List on the screen (S) or print on the printer (P)?     ║
  415.           ╚══════════════════════════════════════════════════════════╝
  416.  
  417. Press one of three letters (case makes no difference):
  418.      S - Display the report on the screen.
  419.      P - Display the report on the printer.
  420.      Q - Return to the Report Menu.
  421.  
  422.      If you press <P>, you have one more task before the report begins.  The
  423. screen becomes:
  424.  
  425.           ╔══════════════════════════════════════════════════════════╗
  426.           ║  List of AutoTeller Deposits                             ║
  427.           ║                                                          ║
  428.           ║  This report lists all transactions taking place over a  ║
  429.           ║  range of dates.  Please enter them in order.            ║
  430.           ║                                                          ║
  431.           ║  Start date   ff/ff/ff                                   ║
  432.           ║  End date     ll/ll/ll                                   ║
  433.           ║                                                          ║
  434.           ║  List on the screen (S) or print on the printer (P)?  P  ║
  435.           ║  Press <enter> when the printer is ready at the top of   ║
  436.           ║  a page.                                                 ║
  437.           ╚══════════════════════════════════════════════════════════╝
  438.  
  439. Verify your printer is on and positioned properly, then press any key except
  440. <Q>.  If you have no printer, or if you decide to stop here, press <Q> and you
  441. will return to the Report Menu.  If you have no printer and you press anything
  442. but <Q>, your system will die and you will have to reboot.
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.                                     Page 44
  460.  
  461.  
  462.  
  463.  
  464.  
  465.                           Checkbook Management Program
  466.  
  467.  
  468.  
  469.      Your report now appears, either on screen or on paper, depending on the
  470. option you chose.  It appears like this:
  471.  
  472. ╔════════════════════════════════════════════════════════════════════════════╗
  473. ║                     AutoTeller Deposits for                     04/24/85   ║
  474. ║             Account  (account name)                               xxx.xx   ║
  475. ║                                                                            ║
  476. ║ Check #   Date      To Whom                          Amount  Category Clr  ║
  477. ║ ATD     02/15/85  Automatic Teller Deposit             50.00 INCOME    X   ║
  478. ║ ATD     02/16/85  Transferred from savings             40.00 SAVINGS   X   ║
  479. ║  .          .         .                                  .      .      .   ║
  480. ║  .          .         .                                  .      .      .   ║
  481. ║                                            Total:     975.00               ║
  482. ║ Press any key to continue                                                  ║
  483. ╚════════════════════════════════════════════════════════════════════════════╝
  484.  
  485.      This is the screen version.  It will pause after displaying 16
  486. deposits, to continue once any key is pressed.  The printed version starts a
  487. new page after 55 deposits have been printed.
  488.  
  489. Heading explanations:
  490.      Check # - The transaction type identifier.  This identifier is:
  491.                ATD - Automatic Teller Deposit.
  492.      Date -    Date of the deposit.
  493.      To Whom - If the memo area of the deposit is not blank, then the contents
  494.                of that area are printed here.  If it is blank, then the word
  495.                "Automatic Teller Deposit" appears here.
  496.      Amount -  Amount of the deposit.
  497.      Category - Budget category.
  498.      Clr -     If an X appears, the deposit has cleared the bank.  If not, then
  499.                it hasn't.
  500.  
  501.      If there are no automatic teller deposits in the data file for the dates
  502. requested, the message "None found" will appear.
  503.  
  504.  
  505.                        List Automatic Teller Withdrawals
  506.  
  507.      This report produces a listing of all automatic teller withdrawals in the
  508. current order.  You will be asked to supply dates defining the time interval
  509. you wish displayed.  Only those automatic teller withdrawals with dates in the
  510. interval will be listed.  This report can be displayed on the screen or listed
  511. on a printer.
  512.  
  513.      When this report is chosen, the screen displays:
  514.           ╔══════════════════════════════════════════════════════════╗
  515.           ║  List of AutoTeller Withdrawals                          ║
  516.           ║                                                          ║
  517.           ║  This report lists all transactions taking place over a  ║
  518.           ║  range of dates.  Please enter them in order.            ║
  519.           ║                                                          ║
  520.           ║  Start date   ff/ff/ff                                   ║
  521.           ║  End date     ll/ll/ll                                   ║
  522.           ╚══════════════════════════════════════════════════════════╝
  523.  
  524.  
  525.                                     Page 45
  526.  
  527.  
  528.  
  529.  
  530.  
  531.                           Checkbook Management Program
  532.  
  533.  
  534.  
  535. The first time any report with a range of dates is selected, the start date
  536. (ff/ff/ff) is set to the date of the earliest transaction in the data file.
  537. The end date is set to the system date.  Make any changes you wish to these
  538. dates.  Press <enter> when satisfied with each date.  Once you press <enter>,
  539. you may not go back to the previous date.  If you change the dates, then the
  540. next report you request that needs a range of dates will use these new dates.
  541. This is so you can print a series of reports covering the same range of dates
  542. without having to reenter the dates each time.
  543.  
  544.      There are two potential error messages with these dates.
  545.  
  546.      1) Invalid date.  The dates must be valid dates (February 30 is not a
  547.                valid date).  The cursor will be placed in the beginning of the
  548.                invalid date so that it may be reentered.
  549.      2) Dates out of order.  The start date must be at least one day earlier
  550.                than the end date.  The cursor will be placed back in the start
  551.                date so that both dates may be reentered.
  552.  
  553. You will then be asked about the display of the report.  The screen displays:
  554.  
  555.           ╔══════════════════════════════════════════════════════════╗
  556.           ║  List of AutoTeller Withdrawals                          ║
  557.           ║                                                          ║
  558.           ║  This report lists all transactions taking place over a  ║
  559.           ║  range of dates.  Please enter them in order.            ║
  560.           ║                                                          ║
  561.           ║  Start date   ff/ff/ff                                   ║
  562.           ║  End date     ll/ll/ll                                   ║
  563.           ║                                                          ║
  564.           ║  List on the screen (S) or print on the printer (P)?     ║
  565.           ╚══════════════════════════════════════════════════════════╝
  566.  
  567. Press one of three letters (case makes no difference):
  568.      S - Display the report on the screen.
  569.      P - Display the report on the printer.
  570.      Q - Return to the Report Menu.
  571.  
  572.      If you press <P>, you have one more task before the report begins.  The
  573. screen becomes:
  574.  
  575.           ╔══════════════════════════════════════════════════════════╗
  576.           ║  List of AutoTeller Withdrawals                          ║
  577.           ║                                                          ║
  578.           ║  This report lists all transactions taking place over a  ║
  579.           ║  range of dates.  Please enter them in order.            ║
  580.           ║                                                          ║
  581.           ║  Start date   ff/ff/ff                                   ║
  582.           ║  End date     ll/ll/ll                                   ║
  583.           ║                                                          ║
  584.           ║  List on the screen (S) or print on the printer (P)?  P  ║
  585.           ║  Press <enter> when the printer is ready at the top of   ║
  586.           ║  a page.                                                 ║
  587.           ╚══════════════════════════════════════════════════════════╝
  588.  
  589.  
  590.  
  591.                                     Page 46
  592.  
  593.  
  594.  
  595.  
  596.  
  597.                           Checkbook Management Program
  598.  
  599.  
  600.  
  601. Verify your printer is on and positioned properly, then press any key except
  602. <Q>.  If you have no printer, or if you decide to stop here, press <Q> and you
  603. will return to the Report Menu.  If you have no printer and you press anything
  604. but <Q>, your system will die and you will have to reboot.
  605.  
  606.      Your report now appears, either on screen or on paper, depending on the
  607. option you chose.  It appears like this:
  608.  
  609. ╔════════════════════════════════════════════════════════════════════════════╗
  610. ║                     AutoTeller Withdrawals for                  04/24/85   ║
  611. ║             Account  (account name)                               xxx.xx   ║
  612. ║                                                                            ║
  613. ║ Check #   Date      To Whom                          Amount  Category Clr  ║
  614. ║ ATW     02/15/85  Automatic Teller Withdrawal          50.00 CASH      X   ║
  615. ║ ATW     02/16/85  Spending money for Jason's trip      40.00 CASH      X   ║
  616. ║  .          .         .                                  .      .      .   ║
  617. ║  .          .         .                                  .      .      .   ║
  618. ║                                            Total:     975.00               ║
  619. ║ Press any key to continue                                                  ║
  620. ╚════════════════════════════════════════════════════════════════════════════╝
  621.  
  622.      This is the screen version.  It will pause after displaying 16
  623. withdrawals, to continue once any key is pressed.  The printed version starts a
  624. new page after 55 withdrawals have been printed.
  625.  
  626. Heading explanations:
  627.      Check # - The transaction type identifier.  This identifier is:
  628.                ATW - Automatic Teller Withdrawal.
  629.      Date -    Date of the withdrawal.
  630.      To Whom - If the memo area of the ATW is not blank, then the contents of
  631.                that area are printed here.  If is is blank, then the words
  632.                "Automatic Teller Withdrawal" are printed.
  633.      Amount -  Amount of the withdrawal.
  634.      Category - Budget category.
  635.      Clr -     If an X appears, the withdrawal has cleared the bank.  If not,
  636.                then it hasn't.
  637.  
  638.      If there are no automatic teller withdrawals in the data file for the
  639. dates requested, the message "None found" will appear.
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.                            List All Bank Transactions
  648.  
  649.      This report produces a listing of all bank transactions (service and other
  650. charges and interest) in the current order.  You will be asked to supply dates
  651. defining the time interval you wish displayed.  Only those bank transactions
  652. with dates in the interval will be listed.  This report can be displayed on the
  653. screen or listed on a printer.
  654.  
  655.  
  656.  
  657.                                     Page 47
  658.  
  659.  
  660.  
  661.  
  662.  
  663.                           Checkbook Management Program
  664.  
  665.  
  666.  
  667.      When this report is chosen, the screen displays:
  668.  
  669.           ╔══════════════════════════════════════════════════════════╗
  670.           ║  List of All Bank Transactions                           ║
  671.           ║                                                          ║
  672.           ║  This report lists all transactions taking place over a  ║
  673.           ║  range of dates.  Please enter them in order.            ║
  674.           ║                                                          ║
  675.           ║  Start date   ff/ff/ff                                   ║
  676.           ║  End date     ll/ll/ll                                   ║
  677.           ╚══════════════════════════════════════════════════════════╝
  678.  
  679. The first time any report with a range of dates is selected, the start date
  680. (ff/ff/ff) is set to the date of the earliest transaction in the data file.
  681. The end date is set to the system date.  Make any changes you wish to these
  682. dates.  Press <enter> when satisfied with each date.  Once you press <enter>,
  683. you may not go back to the previous date.  If you change the dates, then the
  684. next report you request that needs a range of dates will use these new dates.
  685. This is so you can print a series of reports covering the same range of dates
  686. without having to reenter the dates each time.
  687.  
  688.      There are two potential error messages with these dates.
  689.  
  690.      1) Invalid date.  The dates must be valid dates (February 30 is not a
  691.                valid date).  The cursor will be placed in the beginning of the
  692.                invalid date so that it may be reentered.
  693.      2) Dates out of order.  The start date must be at least one day earlier
  694.                than the end date.  The cursor will be placed back in the start
  695.                date so that both dates may be reentered.
  696.  
  697. You will then be asked about the display of the report.  The screen displays:
  698.  
  699.           ╔══════════════════════════════════════════════════════════╗
  700.           ║  List of All Bank Transactions                           ║
  701.           ║                                                          ║
  702.           ║  This report lists all transactions taking place over a  ║
  703.           ║  range of dates.  Please enter them in order.            ║
  704.           ║                                                          ║
  705.           ║  Start date   ff/ff/ff                                   ║
  706.           ║  End date     ll/ll/ll                                   ║
  707.           ║                                                          ║
  708.           ║  List on the screen (S) or print on the printer (P)?     ║
  709.           ╚══════════════════════════════════════════════════════════╝
  710.  
  711. Press one of three letters (case makes no difference):
  712.      S - Display the report on the screen.
  713.      P - Display the report on the printer.
  714.      Q - Return to the Report Menu.
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.                                     Page 48
  724.  
  725.  
  726.  
  727.  
  728.  
  729.                           Checkbook Management Program
  730.  
  731.  
  732.  
  733.      If you press <P>, you have one more task before the report begins.  The
  734. screen becomes:
  735.           ╔══════════════════════════════════════════════════════════╗
  736.           ║  List of All Bank Transactions                           ║
  737.           ║                                                          ║
  738.           ║  This report lists all transactions taking place over a  ║
  739.           ║  range of dates.  Please enter them in order.            ║
  740.           ║                                                          ║
  741.           ║  Start date   ff/ff/ff                                   ║
  742.           ║  End date     ll/ll/ll                                   ║
  743.           ║                                                          ║
  744.           ║  List on the screen (S) or print on the printer (P)?  P  ║
  745.           ║  Press <enter> when the printer is ready at the top of   ║
  746.           ║  a page.                                                 ║
  747.           ╚══════════════════════════════════════════════════════════╝
  748. Verify your printer is on and positioned properly, then press any key except
  749. <Q>.  If you have no printer, or if you decide to stop here, press <Q> and you
  750. will return to the Report Menu.  If you have no printer and you press anything
  751. but <Q>, your system will die and you will have to reboot.
  752.  
  753.      Your report now appears, either on screen or on paper, depending on the
  754. option you chose.  It appears like this:
  755. ╔════════════════════════════════════════════════════════════════════════════╗
  756. ║                     Bank Transactions for                       04/24/85   ║
  757. ║             Account  (account name)                               xxx.xx   ║
  758. ║                                                                            ║
  759. ║ Check #   Date      To Whom                          Amount  Category Clr  ║
  760. ║ CHAR    02/15/85  Service Charge                        5.00 BANK      X   ║
  761. ║ INT     02/15/85  Interest                              7.29 BANK      X   ║
  762. ║ CHAR    02/15/85  New checks                           12.57 BANK      X   ║
  763. ║  .          .         .                                  .      .      .   ║
  764. ║                                  Total Deposited:      53.29               ║
  765. ║                                  Total Withdrawn:      17.57               ║
  766. ║ Press any key to continue                                                  ║
  767. ╚════════════════════════════════════════════════════════════════════════════╝
  768.      This is the screen version.  It will pause after displaying 16
  769. transactions, to continue once any key is pressed.  The printed version starts
  770. a new page after 55 transactions have been printed.
  771.  
  772. Heading explanations:
  773.      Check # - The transaction type identifier.  These identifiers are:
  774.                CHAR - service or other charge.
  775.                INT - interest.
  776.      Date -    Date of the transaction
  777.      To Whom - If the memo area of the bank transaction is non-blank, then the
  778.                contents of that area are printed here.  If it is blank, then
  779.                either the words "Service Charge" or "Interest" appear.
  780.      Amount -  Amount of the transaction.
  781.      Category - Budget category.
  782.      Clr -     If an X appears, the transaction has cleared the bank.  If not,
  783.                then it hasn't.
  784.  
  785.      If there are no bank transactions in the data file for the dates
  786. requested, the message "None found" will appear.
  787.  
  788.  
  789.                                     Page 49
  790.  
  791.  
  792.  
  793.  
  794.  
  795.                           Checkbook Management Program
  796.  
  797.  
  798.  
  799.                           List Uncleared Transactions
  800.  
  801.      This report produces a listing of all uncleared transactions in the
  802. current order.  This report can be displayed on the screen or listed on a
  803. printer.
  804.  
  805.      When this report is chosen, the screen displays:
  806.  
  807.           ╔══════════════════════════════════════════════════════════╗
  808.           ║  Uncleared Transactions                                  ║
  809.           ║                                                          ║
  810.           ║  List on the screen (S) or print on the printer (P)?     ║
  811.           ╚══════════════════════════════════════════════════════════╝
  812.  
  813. Press one of three letters (case makes no difference):
  814.      S - Display the report on the screen.
  815.      P - Display the report on the printer.
  816.      Q - Return to the Report Menu.
  817.  
  818.      If you press <P>, you have one more task before the report begins.  The
  819. screen becomes:
  820.  
  821.           ╔══════════════════════════════════════════════════════════╗
  822.           ║  Uncleared Transactions                                  ║
  823.           ║                                                          ║
  824.           ║  List on the screen (S) or print on the printer (P)?  P  ║
  825.           ║  Press <enter> when the printer is ready at the top of   ║
  826.           ║  a page.                                                 ║
  827.           ╚══════════════════════════════════════════════════════════╝
  828.  
  829. Verify your printer is on and positioned properly, then press any key except
  830. <Q>.  If you have no printer, or if you decide to stop here, press <Q> and you
  831. will return to the Report Menu.  If you have no printer and you press anything
  832. but <Q>, your system will die and you will have to reboot.
  833.  
  834.      Your report now appears, either on screen or on paper, depending on the
  835. option you chose.  It appears like this:
  836.  
  837. ╔════════════════════════════════════════════════════════════════════════════╗
  838. ║                    Uncleared Transactions for                     04/24/85 ║
  839. ║             Account  (account name)                               xxxxx.xx ║
  840. ║                                                                            ║
  841. ║ Check #   Date      To Whom                          Amount  Category Clr  ║
  842. ║ 1234    02/15/85  Cash                                 50.00 CASH          ║
  843. ║ 1235    02/16/85  Food City                            73.56 GROCERIES     ║
  844. ║  .          .         .                                  .      .      .   ║
  845. ║  .          .         .                                  .      .      .   ║
  846. ║ Press any key to continue                                                  ║
  847. ╚════════════════════════════════════════════════════════════════════════════╝
  848. This is the screen version.  It will pause after displaying 16 transactions, to
  849. continue once any key is pressed.  The printed version starts a new page after
  850. 55 transactions have been printed.  The amount appearing in the heading of the
  851. report is the current balance for this account.  At the end of the report, the
  852. total deposits and total withdrawals for this listing appears.
  853.  
  854.  
  855.                                     Page 50
  856.  
  857.  
  858.  
  859.  
  860.  
  861.                           Checkbook Management Program
  862.  
  863.  
  864.  
  865. Heading explanations:
  866.  
  867.      Check # - The check number or transaction type identifier.  These
  868.                identifiers are:
  869.                     ATD - Automatic Teller Deposit.
  870.                     ATW - Automatic Teller Withdrawal.
  871.                     CHAR - Bank charge.
  872.                     DEP - Regular Deposit.
  873.                     INT - NOW account interest.
  874.      Date -    Date of the transaction.
  875.      To Whom - Recipient of a check, or explanation of other transaction types.
  876.                Note:  If the memo area of a non-check transaction is not blank,
  877.                then the contents of that area are printed here.  If it is
  878.                blank, then the transaction type is printed here.
  879.      Amount -  Amount of the check, deposit, etc.
  880.      Category - Budget category.
  881.      Clr -     This column will be blank for all transactions.
  882.  
  883.      If there are no uncleared transactions in the data file, the message "None
  884. found" will appear.
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.                            List All Budget Categories
  892.  
  893.      This report produces a listing of all categories currently in use in your
  894. data file.  It can be displayed on the screen or listed on a printer.
  895.  
  896.      When this report is chosen, the screen displays:
  897.  
  898.           ╔══════════════════════════════════════════════════════════╗
  899.           ║  List of current categories                              ║
  900.           ║                                                          ║
  901.           ║  List on screen (S) or print on the printer (P)?         ║
  902.           ╚══════════════════════════════════════════════════════════╝
  903.  
  904. Press one of three letters (case makes no difference):
  905.      S - Display the report on the screen.
  906.      P - Display the report on the printer.
  907.      Q - Return to the Report Menu.
  908.  
  909.      If you press <P>, you have one more task before the report begins.  The
  910. screen becomes:
  911.  
  912.           ╔══════════════════════════════════════════════════════════╗
  913.           ║  List of current categories                              ║
  914.           ║                                                          ║
  915.           ║  List on screen (S) or print on the printer (P)?         ║
  916.           ║  Press <enter> when the printer is ready at the top of   ║
  917.           ║  a page.                                                 ║
  918.           ╚══════════════════════════════════════════════════════════╝
  919.  
  920.  
  921.                                     Page 51
  922.  
  923.  
  924.  
  925.  
  926.  
  927.                           Checkbook Management Program
  928.  
  929.  
  930.  
  931. Verify your printer is on and positioned properly, then press any key except
  932. <Q>.  If you have no printer, or if you decide to stop here, press <Q> and you
  933. will return to the Report Menu.  If you have no printer and you press anything
  934. but <Q>, your system will die and you will have to reboot.
  935.  
  936.      Your report now appears, either on screen or on paper, depending on the
  937. option you chose.  It appears like this:
  938.  
  939. ╔═══════════════════════════════════════════════════════════════════════════╗
  940. ║                          List of current categories                       ║
  941. ║                                                                           ║
  942. ║          xxxxx            xxxx              xxxxxxxxxx          xx        ║
  943. ║           .                 .                    .               .        ║
  944. ║           .                 .                    .               .        ║
  945. ║  Press any key to continue                                                ║
  946. ╚═══════════════════════════════════════════════════════════════════════════╝
  947.  
  948. The categories just appear in a list of four columns.  They are in alphabetical
  949. order.  This is the screen version.  Press any key to return to the Report
  950. Menu.  Each unique category appears once.
  951.  
  952. Note: The program does not differentiate between categories for deposits and
  953. categories for withdrawals for reporting purposes.
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.                            Transactions in a Category
  962.  
  963.      This report produces a listing of all transactions, in the current order,
  964. which have the same category.  You will be asked to supply dates defining the
  965. time interval you wish displayed and the category you wish displayed.  Only
  966. those transactions with dates in the interval and categories exactly matching
  967. the requested category will be listed.  This report can be displayed on the
  968. screen or listed on a printer.  Note:  For this report, the program does not
  969. discriminate between deposit and withdrawal categories.  If you use the same
  970. category name for both deposits and withdrawals, both type of transactions will
  971. appear on this report.  The totals for each will be kept separate, however.
  972.  
  973.      When this report is chosen, the screen displays:
  974.  
  975.           ╔══════════════════════════════════════════════════════════╗
  976.           ║  List by Category                                        ║
  977.           ║                                                          ║
  978.           ║  This report lists all transactions taking place over a  ║
  979.           ║  range of dates.  Please enter them in order.            ║
  980.           ║                                                          ║
  981.           ║  Start date   ff/ff/ff                                   ║
  982.           ║  End date     ll/ll/ll                                   ║
  983.           ╚══════════════════════════════════════════════════════════╝
  984.  
  985.  
  986.  
  987.                                     Page 52
  988.  
  989.  
  990.  
  991.  
  992.  
  993.                           Checkbook Management Program
  994.  
  995.  
  996.  
  997. The first time any report with a range of dates is selected, the start date
  998. (ff/ff/ff) is set to the date of the earliest transaction in the data file.
  999. The end date is set to the system date.  Make any changes you wish to these
  1000. dates.  Press <enter> when satisfied with each date.  Once you press <enter>,
  1001. you may not go back to the previous date.  If you change the dates, then the
  1002. next report you request that needs a range of dates will use these new dates.
  1003. This is so you can print a series of reports covering the same range of dates
  1004. without having to reenter the dates each time.
  1005.  
  1006.      There are two potential error messages with these dates.
  1007.  
  1008.      1) Invalid date.  The dates must be valid dates (February 30 is not a
  1009.                valid date).  The cursor will be placed in the beginning of the
  1010.                invalid date so that it may be reentered.
  1011.      2) Dates out of order.  The start date must be at least one day earlier
  1012.                than the end date.  The cursor will be placed back in the start
  1013.                date so that both dates may be reentered.
  1014.  
  1015. You will be asked to specify the category wanted.  That screen looks like this:
  1016.  
  1017.           ╔══════════════════════════════════════════════════════════╗
  1018.           ║  List by Category                                        ║
  1019.           ║                                                          ║
  1020.           ║  This report lists all transactions taking place over a  ║
  1021.           ║  range of dates.  Please enter them in order.            ║
  1022.           ║                                                          ║
  1023.           ║  Start date   ff/ff/ff                                   ║
  1024.           ║  End date     ll/ll/ll                                   ║
  1025.           ║                                                          ║
  1026.           ║  Which category?                                         ║
  1027.           ╚══════════════════════════════════════════════════════════╝
  1028.  
  1029. Enter the category name you want to use for this report.  Up to ten characters
  1030. may be entered.  If less than 10 are used, press <enter> to continue.
  1031. Categories must match exactly to appear on this report.  The program will
  1032. convert lower case letters to upper case letters, but cannot realign a
  1033. category.  If you insert an extra space in the field, there will be no match.
  1034.  
  1035. You will then be asked about the display of the report.  The screen displays:
  1036.  
  1037.           ╔══════════════════════════════════════════════════════════╗
  1038.           ║  List by Category                                        ║
  1039.           ║                                                          ║
  1040.           ║  This report lists all transactions taking place over a  ║
  1041.           ║  range of dates.  Please enter them in order.            ║
  1042.           ║                                                          ║
  1043.           ║  Start date   ff/ff/ff                                   ║
  1044.           ║  End date     ll/ll/ll                                   ║
  1045.           ║                                                          ║
  1046.           ║  Which category?  xxxxxx                                 ║
  1047.           ║                                                          ║
  1048.           ║  List on the screen (S) or print on the printer (P)?     ║
  1049.           ╚══════════════════════════════════════════════════════════╝
  1050.  
  1051.  
  1052.  
  1053.                                     Page 53
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.                           Checkbook Management Program
  1060.  
  1061.  
  1062.  
  1063. Press one of three letters (case makes no difference):
  1064.      S - Display the report on the screen.
  1065.      P - Display the report on the printer.
  1066.      Q - Return to the Report Menu.
  1067.  
  1068.      If you press <P>, you have one more task before the report begins.  The
  1069. screen becomes:
  1070.  
  1071.           ╔══════════════════════════════════════════════════════════╗
  1072.           ║  List by Category                                        ║
  1073.           ║                                                          ║
  1074.           ║  This report lists all transactions taking place over a  ║
  1075.           ║  range of dates.  Please enter them in order.            ║
  1076.           ║                                                          ║
  1077.           ║  Start date   ff/ff/ff                                   ║
  1078.           ║  End date     ll/ll/ll                                   ║
  1079.           ║                                                          ║
  1080.           ║  Which category?  xxxx                                   ║
  1081.           ║                                                          ║
  1082.           ║  List on the screen (S) or print on the printer (P)?  P  ║
  1083.           ║  Press <enter> when the printer is ready at the top of   ║
  1084.           ║  a page.                                                 ║
  1085.           ╚══════════════════════════════════════════════════════════╝
  1086.  
  1087. Verify your printer is on and positioned properly, then press any key except
  1088. <Q>.  If you have no printer, or if you decide to stop here, press <Q> and you
  1089. will return to the Report Menu.  If you have no printer and you press anything
  1090. but <Q>, your system will die and you will have to reboot.
  1091.  
  1092.      Your report now appears, either on screen or on paper, depending on the
  1093. option you chose.  It appears like this:
  1094.  
  1095. ╔═══════════════════════════════════════════════════════════════════════════╗
  1096. ║                        Checks for category  xxxx                          ║
  1097. ║         For account  (account name)                        04/24/85       ║
  1098. ║                                                                           ║
  1099. ║  Check #   Date    To Whom                           Amount  Category Clr ║
  1100. ║  1122    01/10/85  Food City                          53.46 GROCERIES X   ║
  1101. ║                    Weekly groceries                                       ║
  1102. ║  1136    01/18/85  Kroger's                           33.89 GROCERIES X   ║
  1103. ║                    Supplies for Scouts                                    ║
  1104. ║   .         .         .                                 .      .      .   ║
  1105. ║   .         .         .                                 .      .      .   ║
  1106. ║                                                                           ║
  1107. ║                                   Total Deposited:     0.00               ║
  1108. ║                                   Total Withdrawn:   102.83               ║
  1109. ║  Press any key to continue                                                ║
  1110. ╚═══════════════════════════════════════════════════════════════════════════╝
  1111.  
  1112. This is the screen version.  It will pause after displaying 8 transactions, to
  1113. continue once any key is pressed.  The printed version starts a new page after
  1114. 27 transactions have been printed.  The total deposits for this category and
  1115. the total withdrawals for this category will appear at the end of the report.
  1116.  
  1117.  
  1118.  
  1119.                                     Page 54
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.                           Checkbook Management Program
  1126.  
  1127.  
  1128.  
  1129. Heading explanations:
  1130.      Check # - The check number or transaction type identifier.
  1131.      Date -    Date of the transaction.
  1132.      To Whom - Recipient of a check, or explanation of other transaction types.
  1133.      Amount -  Amount of the check, deposit, etc.
  1134.      Category - Budget category (these will be the same for all entries).
  1135.      Clr -     If an X appears, the transaction has cleared the bank.  If not,
  1136.                then it hasn't.
  1137.      The second line for each transaction is the information entered in the
  1138.                memo field for that transaction.
  1139.  
  1140.      If there are no transactions in the data file for the dates and category
  1141. requested, the message "None found" will appear.
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148.                     Transactions in Category/All Categories
  1149.  
  1150.      This report provides a listing of all transactions, in the current order,
  1151. arranged by category.  You will be asked to supply dates defining the interval
  1152. you wish considered.  All categories represented by transactions within this
  1153. interval will appear on the report, each beginning on a fresh page.  The
  1154. categories will appear in alphabetical order.  This report, which can take
  1155. several pages to print, can only be printed on a printer.  It is not available
  1156. for screen display.  For screen display of any one category, use the previous
  1157. report (Transactions in a Category).  Note:  For this report, the program does
  1158. not discriminate between deposit and withdrawal categories.  If you use the
  1159. same category name for both deposits and withdrawals, both types of
  1160. transactions will appear on this report.  The totals for each will be kept
  1161. separate, however.
  1162.  
  1163.      When this report is chosen, the screen displays:
  1164.  
  1165.           ╔══════════════════════════════════════════════════════════╗
  1166.           ║  List by Category (all categories)                       ║
  1167.           ║                                                          ║
  1168.           ║  This report lists all transactions taking place over a  ║
  1169.           ║  range of dates.  Please enter them in order.            ║
  1170.           ║                                                          ║
  1171.           ║  Start date   ff/ff/ff                                   ║
  1172.           ║  End date     ll/ll/ll                                   ║
  1173.           ╚══════════════════════════════════════════════════════════╝
  1174.  
  1175. The first time any report with a range of dates is selected, the start date
  1176. (ff/ff/ff) is set to the date of the earliest transaction in the data file.
  1177. The end date is set to the system date.  Make any changes you wish to these
  1178. dates.  Press <enter> when satisfied with each date.  Once you press <enter>,
  1179. you may not go back to the previous date.  If you change the dates, then the
  1180. next report you request that needs a range of dates will use these new dates.
  1181. This is so you can print a series of reports covering the same range of dates
  1182. without having to reenter the dates each time.
  1183.  
  1184.  
  1185.                                     Page 55
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.                           Checkbook Management Program
  1192.  
  1193.  
  1194.  
  1195.      There are two potential error messages with these dates.
  1196.  
  1197.      1) Invalid date.  The dates must be valid dates (February 30 is not a
  1198.                valid date).  The cursor will be placed in the beginning of the
  1199.                invalid date so that it may be reentered.
  1200.      2) Dates out of order.  The start date must be at least one day earlier
  1201.                than the end date.  The cursor will be placed back in the start
  1202.                date so that both dates may be reentered.
  1203.  
  1204.      Since this report does not appear on the screen, but is only for the
  1205. printer, the screen becomes:
  1206.  
  1207.           ╔══════════════════════════════════════════════════════════╗
  1208.           ║  List by Category (all categories)                       ║
  1209.           ║                                                          ║
  1210.           ║  This report lists all transactions taking place over a  ║
  1211.           ║  range of dates.  Please enter them in order.            ║
  1212.           ║                                                          ║
  1213.           ║  Start date   ff/ff/ff                                   ║
  1214.           ║  End date     ll/ll/ll                                   ║
  1215.           ║                                                          ║
  1216.           ║  This report goes to the printer only.                   ║
  1217.           ║  Press <enter> when the printer is ready at the top of   ║
  1218.           ║  a page.                                                 ║
  1219.           ╚══════════════════════════════════════════════════════════╝
  1220.  
  1221. Verify your printer is on and positioned properly, then press any key except
  1222. <Q>.  If you have no printer, or if you decide to stop here, press <Q> and you
  1223. will return to the Report Menu.  If you have no printer and you press anything
  1224. but <Q>, your system will die and you will have to reboot.
  1225.  
  1226.      Your report now appears on the printer.  It appears like this:
  1227.  
  1228. ╔═══════════════════════════════════════════════════════════════════════════╗
  1229. ║                        Checks for category  xxxx                          ║
  1230. ║         For account  (account name)                        04/24/85       ║
  1231. ║                                                                           ║
  1232. ║  Check #   Date    To Whom                           Amount  Category Clr ║
  1233. ║  1122    01/10/85  Food City                          53.46 GROCERIES  X  ║
  1234. ║                    Weekly groceries                                       ║
  1235. ║  1136    01/18/85  Kroger's                           33.89 GROCERIES  X  ║
  1236. ║                    Supplies for Scouts                                    ║
  1237. ║   .         .         .                                 .      .       .  ║
  1238. ║   .         .         .                                 .      .       .  ║
  1239. ║                                                                           ║
  1240. ║                                   Total Deposited:     0.00               ║
  1241. ║                                   Total Withdrawn:   102.83               ║
  1242. ╚═══════════════════════════════════════════════════════════════════════════╝
  1243.  
  1244. The report starts a new page after 27 transactions have been printed.  Each
  1245. category starts on a new page.  The categories are printed in alphabetical
  1246. order.  The total deposits for this category and the total withdrawals for this
  1247. category will appear at the end of each category.
  1248.  
  1249.  
  1250.  
  1251.                                     Page 56
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.                           Checkbook Management Program
  1258.  
  1259.  
  1260.  
  1261. Heading explanations:
  1262.      Check # - The check number or transaction type identifier.
  1263.      Date -    Date of the transaction.
  1264.      To Whom - Recipient of a check, or explanation of other transaction types.
  1265.      Amount -  Amount of the check, deposit, etc.
  1266.      Category - Budget category (these will be the same for all entries).
  1267.      Clr -     If an X appears, the transaction has cleared the bank.  If not,
  1268.                then it hasn't.
  1269.      The second line for each transaction is the information entered in the
  1270.                memo field for that transaction.
  1271.  
  1272.      If there are no transactions in the data file for the dates requested, the
  1273. message "None found" will appear.
  1274.  
  1275.      Only the first fifty (50) categories found in any given time interval will
  1276. be printed.  Categories omitted will be listed on the screen.  Report 6 can be
  1277. used to fill any gaps.
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285.  
  1286.                            Annual Expenditure Report
  1287.  
  1288.      This report produces a table of the total amounts spent per month for
  1289. every budget category.  Totals are given for each month and each category.
  1290. Budget categories are displayed in alphabetical order.  You will be asked to
  1291. supply the last two digits of the year the report is to cover.  This report can
  1292. be printed or displayed.
  1293.  
  1294.      When this report is chosen, the screen displays:
  1295.  
  1296.           ╔══════════════════════════════════════════════════════════╗
  1297.           ║  Expenditure Report                                      ║
  1298.           ║                                                          ║
  1299.           ║  Beginning January first of which year?                  ║
  1300.           ║  ____                                                    ║
  1301.           ╚══════════════════════════════════════════════════════════╝
  1302.  
  1303. Enter the year the report is to cover.  (If you have defined a fiscal year
  1304. other than the calendar year, the month appearing here will be the first month
  1305. of your fiscal year.  Enter the year for that month.)  You have a choice of
  1306. three things to enter here.  These are:
  1307.  
  1308.      <Q> <enter> - Quit - Return to the Report Menu.
  1309.      The four digits of the year.  For example, 1985.  You must then press
  1310.                <enter>.
  1311.      The last two digits of the year, for example, 85.  You must then press
  1312.                <enter>.
  1313.  
  1314.  
  1315.  
  1316.  
  1317.                                     Page 57
  1318.  
  1319.  
  1320.  
  1321.