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

  1.  
  2.  
  3.                           Checkbook Management Program
  4.  
  5.  
  6.  
  7. The program will then search for the components of the report.  One of three
  8. messages will appear on the screen next.  These are:
  9.  
  10.           ╔══════════════════════════════════════════════════════════╗
  11.           ║  Expenditure Report                                      ║
  12.    1.     ║                                                          ║
  13.           ║  Beginning January first of which year?                  ║
  14.           ║  1987                                                    ║
  15.           ║  More than 50 categories.  Some will be omitted.         ║
  16.           ║    Category = xxxxxxxxxx                                 ║
  17.           ╚══════════════════════════════════════════════════════════╝
  18.  
  19. If this message appears, your report will be incomplete.  The category (or
  20. categories) listed will not appear on the report.  However, the program will
  21. continue and will eventually display message 3 below.
  22.  
  23.           ╔══════════════════════════════════════════════════════════╗
  24.           ║  Expenditure Report                                      ║
  25.    2.     ║                                                          ║
  26.           ║  Beginning January first of which year?                  ║
  27.           ║  1987                                                    ║
  28.           ║  Nothing to report                                       ║
  29.           ╚══════════════════════════════════════════════════════════╝
  30.  
  31. If this message appears, your data file has no debit transactions (checks,
  32. AutoTeller Withdrawals, or bank charges) for this year.  Press any key to
  33. continue.  The Reports Menu will then reappear.
  34.  
  35.           ╔══════════════════════════════════════════════════════════╗
  36.           ║  Expenditure Report                                      ║
  37.    3.     ║                                                          ║
  38.           ║  Beginning January first of which year?                  ║
  39.           ║  1987                                                    ║
  40.           ║  List on the screen (S) or print on the printer (P)?     ║
  41.           ╚══════════════════════════════════════════════════════════╝
  42.  
  43. Press one of three letters (case makes no difference):
  44.      S - Display the report on the screen.
  45.      P - Display the report on the printer.
  46.      Q - Return to the Report Menu.
  47.  
  48.      If you press <P>, you have one more task before the report begins.  The
  49. screen becomes:
  50.  
  51.           ╔══════════════════════════════════════════════════════════╗
  52.           ║  Expenditure Report                                      ║
  53.           ║                                                          ║
  54.           ║  Beginning January first of which year?                  ║
  55.           ║  1987                                                    ║
  56.           ║  List on the screen (S) or print on the printer (P)?  P  ║
  57.           ║  Press <enter> when the printer is ready at the top of   ║
  58.           ║  a page.                                                 ║
  59.           ╚══════════════════════════════════════════════════════════╝
  60.  
  61.  
  62.  
  63.                                     Page 58
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                           Checkbook Management Program
  70.  
  71.  
  72.  
  73. Verify your printer is on and positioned properly, then press any key except
  74. <Q>.  If you have no printer, or if you decide to stop here, press <Q> and you
  75. will return to the Report Menu.  If you have no printer and you press anything
  76. but <Q>, your system will die and you will have to reboot.
  77.  
  78. Your report will now appear.  It looks like this:
  79.  
  80. ╔════════════════════════════════════════════════════════════════════════════╗
  81. ║                      Annual Expenditures for 19xx                          ║
  82. ║           For Account  (account name)                          04/24/85    ║
  83. ║                                                                            ║
  84. ║ Category   January  February March    April    May      June     July      ║
  85. ║                                                                            ║
  86. ║ CASH       xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx    ║
  87. ║ GROCERIES   xx.xx    xx.xx    xx.xx    xx.xx    xx.xx    xx.xx    xx.xx    ║
  88. ║    .          .        .        .        .        .        .        .      ║
  89. ║    .          .        .        .        .        .        .        .      ║
  90. ║    .          .        .        .        .        .        .        .      ║
  91. ║ Total      xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx    ║
  92. ╟────────────────────────────────────────────────────────────────────────────╢
  93. ║                      Annual Expenditures for 19xx                          ║
  94. ║           For Account  (account name)                          04/24/85    ║
  95. ║                                                                            ║
  96. ║ Category    August September October November December  Total   Average    ║
  97. ║                                                                            ║
  98. ║ CASH       xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx    ║
  99. ║ GROCERIES   xx.xx    xx.xx    xx.xx    xx.xx    xx.xx    xx.xx    xx.xx    ║
  100. ║    .          .        .        .        .        .        .        .      ║
  101. ║    .          .        .        .        .        .        .        .      ║
  102. ║    .          .        .        .        .        .        .        .      ║
  103. ║ Total      xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx    ║
  104. ╚════════════════════════════════════════════════════════════════════════════╝
  105.  
  106. Page one covers the months January through July, while page two reports on the
  107. rest of the year, the annual totals, and the monthly average.  The budget
  108. categories down the left-hand column are in alphabetical order.  The monthly
  109. average is calculated for the number of months for which there is information.
  110. If you have entries for July through September only, the average is calculated
  111. over those three months, not twelve.
  112.  
  113.      If you have requested a fiscal year other than the calendar year, the
  114. order of the months will reflect your fiscal year.
  115.  
  116.      Totals for each month/category combination represent the total of the
  117. amounts on all checks, Automatic Teller Withdrawals, and bank charges which
  118. have dates for that month/year combination and which have that category.
  119. Totals for each month (at the bottom of each page) are a summation of the
  120. numbers appearing in the column directly above them.  That is, it is the total
  121. amount of money spent for all categories for that month of that year.
  122.  
  123.      Totals in the next to last right-hand column of the second page are the
  124. summation of amounts for all outlays for that budget category for the year.  If
  125. you total all amounts for a particular budget category across both pages, you
  126. will get the total in this column.
  127.  
  128.  
  129.                                     Page 59
  130.  
  131.  
  132.  
  133.  
  134.  
  135.                           Checkbook Management Program
  136.  
  137.  
  138.  
  139.      The final figure on the second page, bottom row, next-to-last column is
  140. the total amount of money drawn from this account for one reason or another for
  141. the entire year.
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.                               Annual Income Report
  149.  
  150.      This report produces a table of the total amounts deposited per month for
  151. every budget category.  Totals are given for each month and each category.
  152. Budget categories are displayed in alphabetical order.  You will be asked to
  153. supply the last two digits of the year the report is to cover.  This report
  154. can be printed or displayed.
  155.  
  156.      When this report is chosen, the screen displays:
  157.  
  158.           ╔══════════════════════════════════════════════════════════╗
  159.           ║  Annual Income Report                                    ║
  160.           ║                                                          ║
  161.           ║  Beginning January first of which year?                  ║
  162.           ║  ____                                                    ║
  163.           ╚══════════════════════════════════════════════════════════╝
  164.  
  165. Enter the year the report is to cover.  (If you have defined a fiscal year
  166. other than the calendar year, the month appearing here will be the first month
  167. of your fiscal year.  Enter the year for that month.)  You have a choice of
  168. three things to enter here.  These are:
  169.  
  170.      <Q> <enter> - Quit - Return to the Report Menu.
  171.      The four digits of the year.  For example, 1985.  You must then press
  172.                <enter>.
  173.      The last two digits of the year, for example, 85.  You must then press
  174.                <enter>.
  175.  
  176. The program will then search for the components of the report.  One of three
  177. messages will appear on the screen next.  These are:
  178.  
  179.           ╔══════════════════════════════════════════════════════════╗
  180.           ║  Annual Income Report                                    ║
  181.    1.     ║                                                          ║
  182.           ║  Beginning January first of which year?                  ║
  183.           ║  1987                                                    ║
  184.           ║  More than 50 categories.  Some will be omitted.         ║
  185.           ║    Category = xxxxxxxxxx                                 ║
  186.           ╚══════════════════════════════════════════════════════════╝
  187.  
  188. If this message appears, your report will be incomplete.  The category (or
  189. categories) listed will not appear on the report.  However, the program will
  190. continue and will eventually display message 3 below.
  191.  
  192.  
  193.  
  194.  
  195.                                     Page 60
  196.  
  197.  
  198.  
  199.  
  200.  
  201.                           Checkbook Management Program
  202.  
  203.  
  204.  
  205.           ╔══════════════════════════════════════════════════════════╗
  206.           ║  Annual Income Report                                    ║
  207.    2.     ║                                                          ║
  208.           ║  Beginning January first of which year?                  ║
  209.           ║  1987                                                    ║
  210.           ║  Nothing to report                                       ║
  211.           ╚══════════════════════════════════════════════════════════╝
  212.  
  213. If this message appears, your data file has no crebit transactions (deposits,
  214. AutoTeller Deposits, or bank interest) for this year.  Press any key to
  215. continue.  The Reports Menu will then reappear.
  216.  
  217.           ╔══════════════════════════════════════════════════════════╗
  218.           ║  Annual Income Report                                    ║
  219.    3.     ║                                                          ║
  220.           ║  Beginning January first of which year?                  ║
  221.           ║  1987                                                    ║
  222.           ║  List on the screen (S) or print on the printer (P)?     ║
  223.           ╚══════════════════════════════════════════════════════════╝
  224.  
  225. Press one of three letters (case makes no difference):
  226.      S - Display the report on the screen.
  227.      P - Display the report on the printer.
  228.      Q - Return to the Report Menu.
  229.  
  230.      If you press <P>, you have one more task before the report begins.  The
  231. screen becomes:
  232.  
  233.           ╔══════════════════════════════════════════════════════════╗
  234.           ║  Annual Income Report                                    ║
  235.           ║                                                          ║
  236.           ║  Beginning January first of which year?                  ║
  237.           ║  1987                                                    ║
  238.           ║  List on the screen (S) or print on the printer (P)?  P  ║
  239.           ║  Press <enter> when the printer is ready at the top of   ║
  240.           ║  a page.                                                 ║
  241.           ╚══════════════════════════════════════════════════════════╝
  242.  
  243. Verify your printer is on and positioned properly, then press any key except
  244. <Q>.  If you have no printer, or if you decide to stop here, press <Q> and you
  245. will return to the Report Menu.  If you have no printer and you press anything
  246. but <Q>, your system will die and you will have to reboot.
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.                                     Page 61
  262.  
  263.  
  264.  
  265.  
  266.  
  267.                           Checkbook Management Program
  268.  
  269.  
  270.  
  271. Your report will now appear.  It looks like this:
  272.  
  273. ╔════════════════════════════════════════════════════════════════════════════╗
  274. ║                      Annual Income for 19xx                                ║
  275. ║           For Account  (account name)                          04/24/85    ║
  276. ║                                                                            ║
  277. ║ Category   January  February March    April    May      June     July      ║
  278. ║                                                                            ║
  279. ║ INCOME     xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx    ║
  280. ║ RENT REC.   xx.xx    xx.xx    xx.xx    xx.xx    xx.xx    xx.xx    xx.xx    ║
  281. ║    .          .        .        .        .        .        .        .      ║
  282. ║    .          .        .        .        .        .        .        .      ║
  283. ║    .          .        .        .        .        .        .        .      ║
  284. ║ Total      xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx    ║
  285. ╟────────────────────────────────────────────────────────────────────────────╢
  286. ║                      Annual Income for 19xx                                ║
  287. ║           For Account  (account name)                          04/24/85    ║
  288. ║                                                                            ║
  289. ║ Category    August September October November December  Total   Average    ║
  290. ║                                                                            ║
  291. ║ INCOME     xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx    ║
  292. ║ RENT REC.   xx.xx    xx.xx    xx.xx    xx.xx    xx.xx    xx.xx    xx.xx    ║
  293. ║    .          .        .        .        .        .        .        .      ║
  294. ║    .          .        .        .        .        .        .        .      ║
  295. ║    .          .        .        .        .        .        .        .      ║
  296. ║ Total      xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx   xxx.xx    ║
  297. ╚════════════════════════════════════════════════════════════════════════════╝
  298.  
  299. Page one covers the months January through July, while page two reports on the
  300. rest of the year, the annual totals, and the monthly average.  The budget
  301. categories down the left-hand column are in alphabetical order.  The monthly
  302. average is calculated for the number of months for which there is information.
  303. If you have entries for July through September only, the average is calculated
  304. over those three months, not twelve.
  305.  
  306.      If you have requested a fiscal year other than the calendar year, the
  307. order of the months will reflect your fiscal year.
  308.  
  309.      Totals for each month/category combination represent the total of the
  310. amounts on all deposits, Automatic Teller Deposits, and interest which have
  311. dates for that month/year combination and which have that category.  Totals for
  312. each month (at the bottom of each page) are a summation of the numbers
  313. appearing in the column directly above them.  That is, it is the total amount
  314. of money deposited for all categories for that month of that year.
  315.  
  316.      Totals in the next to last right-hand column of the second page are the
  317. summation of amounts for all income for that budget category for the year.  If
  318. you total all amounts for a particular budget category across both pages, you
  319. will get the total in this column.
  320.  
  321.      The final figure on the second page, bottom row, next-to-last column is
  322. the total amount of money deposited to this account for one reason or another
  323. for the entire year.
  324.  
  325.  
  326.  
  327.                                     Page 62
  328.  
  329.  
  330.  
  331.  
  332.  
  333.                           Checkbook Management Program
  334.  
  335.  
  336.  
  337.                                  Summary Report
  338.  
  339.      This report produces a table of the total amounts spent and deposited per
  340. month.  Totals are given for each for the year.  You will be asked to supply
  341. the last two digits of the year the report is to cover.  This report can be
  342. displayed on the screen or printed on a printer.
  343.  
  344.      When this report is chosen, the screen displays:
  345.  
  346.           ╔══════════════════════════════════════════════════════════╗
  347.           ║  Summary Report                                          ║
  348.           ║                                                          ║
  349.           ║  Beginning January first of which year?                  ║
  350.           ║  ____                                                    ║
  351.           ╚══════════════════════════════════════════════════════════╝
  352.  
  353. Enter the year the report is to cover.  (If you have defined a fiscal year
  354. other than the calendar year, the month appearing here will be the first month
  355. of your fiscal year.  Enter the year for that month.)  You have a choice of
  356. three things to enter here.  These are:
  357.  
  358.      <Q> <enter> - Quit - Return to the Report Menu.
  359.      The four digits of the year.  For example, 1985.  You must then press
  360.                <enter>.
  361.      The last two digits of the year, for example, 85.  You must then press
  362.                <enter>.
  363.  
  364. The program will then search for the components of the report.  One of two
  365. messages will appear on the screen next.  These are:
  366.  
  367.           ╔══════════════════════════════════════════════════════════╗
  368.           ║  Summary Report                                          ║
  369.    1.     ║                                                          ║
  370.           ║  Beginning January first of which year?                  ║
  371.           ║  1987                                                    ║
  372.           ║  Nothing to report                                       ║
  373.           ╚══════════════════════════════════════════════════════════╝
  374.  
  375. If this message appears, your data file has no transactions for this year.
  376. Press any key to continue.  The Reports Menu will then reappear.
  377.  
  378.           ╔══════════════════════════════════════════════════════════╗
  379.           ║  Summary Report                                          ║
  380.    2.     ║                                                          ║
  381.           ║  Beginning January first of which year?                  ║
  382.           ║  1987                                                    ║
  383.           ║  List on the screen (S) or print on the printer (P)      ║
  384.           ╚══════════════════════════════════════════════════════════╝
  385.  
  386. Press one of three letters (case makes no difference):
  387.      S - Display the report on the screen.
  388.      P - Display the report on the printer.
  389.      Q - Return to the Report Menu.
  390.  
  391.  
  392.  
  393.                                     Page 63
  394.  
  395.  
  396.  
  397.  
  398.  
  399.                           Checkbook Management Program
  400.  
  401.  
  402.  
  403.      If you press <P>, you have one more task before the report begins.  The
  404. screen becomes:
  405.  
  406.           ╔══════════════════════════════════════════════════════════╗
  407.           ║  Summary Report                                          ║
  408.           ║                                                          ║
  409.           ║  Beginning January first of which year?                  ║
  410.           ║  1987                                                    ║
  411.           ║  List on the screen (S) or print on the printer (P)?  P  ║
  412.           ║  Press <enter> when the printer is ready at the top of   ║
  413.           ║  a page.                                                 ║
  414.           ╚══════════════════════════════════════════════════════════╝
  415.  
  416. Verify your printer is on and positioned properly, then press any key except
  417. <Q>.  If you have no printer, or if you decide to stop here, press <Q> and you
  418. will return to the Report Menu.  If you have no printer and you press anything
  419. but <Q>, your system will die and you will have to reboot.
  420.  
  421. Your report will now be printed out.  It appears like this:
  422.  
  423.           ╔═════════════════════════════════════════════════════════╗
  424.           ║               Summary Report for 19xx                   ║
  425.           ║For Account (account name)                      04/24/87 ║
  426.           ║                                                         ║
  427.           ║       Month           Deposits         Disbursements    ║
  428.           ║     January            xxxx.xx            xxxx.xx       ║
  429.           ║        .                   .                  .         ║
  430.           ║        .                   .                  .         ║
  431.           ║       Total           xxxxx.xx           xxxxx.xx       ║
  432.           ║                                                         ║
  433.           ║Press any key to continue...                             ║
  434.           ╚═════════════════════════════════════════════════════════╝
  435.  
  436. This is the screen version of the report.  Each line pertains to one month and
  437. shows the total amount deposited to the account and the total amount withdrawn
  438. from the account for that month of that year.  The totals for the year appear
  439. at the bottom of the report.
  440.  
  441.      If you have requested a fiscal year other than the calendar year, the
  442. months will be in order beginning with the initial month of your fiscal year.
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.                                     Page 64
  460.  
  461.  
  462.  
  463.  
  464.  
  465.                           Checkbook Management Program
  466.  
  467.  
  468.  
  469.                                    Utilities
  470.  
  471. The Utility Menu looks like this:
  472.  
  473.           ╔═══════════════════════════════════════════════════════════════════╗
  474.           ║                     Checkbook Management Program                  ║
  475.           ║ Account: (account name)                              Utility Menu ║
  476.           ║ Current Balance:  xxxxx.xx                                        ║
  477.           ║                                                                   ║
  478.           ║             ╔════════════════════════════════════════════════╗    ║
  479.           ║             ║                                                ║    ║
  480.           ║             ║     (Q)uit                                     ║    ║
  481.           ║             ║     (1) Name or Bias Change                    ║    ║
  482.           ║             ║     (2) Category Maintenance                   ║    ║
  483.           ║             ║     (3) System Customization                   ║    ║
  484.           ║             ║     (4) Find by Contents                       ║    ║
  485.           ║             ║     (5) Sort Transactions by Date              ║    ║
  486.           ║             ║     (6) Sort Transactions by Check Number      ║    ║
  487.           ║             ║                                                ║    ║
  488.           ║             ╚════════════════════════════════════════════════╝    ║
  489.           ║                                                                   ║
  490.           ║      Enter your choice                                            ║
  491.           ╚═══════════════════════════════════════════════════════════════════╝
  492.  
  493. When this first appears, the first option (Quit) is highlighted in reverse
  494. video.  Use the arrow keys to move up and down the list until the function you
  495. wish to use is highlighted.  Press <enter> to select that option.  An alternate
  496. form of selecting an option on this menu is to press the number which appears
  497. inside the parentheses (2 for Category Maintenance, for example).
  498.  
  499. Quit - Return to the Main Menu.
  500.  
  501. Name or Bias Change - This option allows you to change the account name and/or
  502.      the bias amount for this account.
  503.  
  504. Category Maintenance - This option allows you to change every occurrence of a
  505.      specified category name to something else.  The new name can be a
  506.      completely new one or an existing one.  This allows you to readily change
  507.      misspellings, combine two categories into a single one, or change a name
  508.      to something more meaningful to you.
  509.  
  510. System Customization - This option allows you to customize the program to work
  511.      the way you want it to.  Items which you may change include the colors the
  512.      program uses for a color monitor, allowing future dates to be entered,
  513.      defining a fiscal year to begin at a date other than January 1, and
  514.      redefining the number of printable lines per page.
  515.  
  516. Find by Contents - This option allows you to print or display all transactions
  517.      having some specified combination of characters in either the "To Whom"
  518.      field or the "Memo" field.
  519.  
  520. Sort Transactions by Date - This option allows you to rearrange the order
  521.      transactions are displayed.  Once sorted, the transactions cannot be
  522.      placed back in their original order.  This sort is by the date entered on
  523.  
  524.  
  525.                                     Page 65
  526.  
  527.  
  528.  
  529.  
  530.  
  531.                           Checkbook Management Program
  532.  
  533.  
  534.  
  535.      the transaction.  If two transactions have the same date, they will be
  536.      further sorted by check number, then by transaction type.
  537.  
  538. Sort Transactions by Check Number - This option allows you to rearrange the
  539.      order transactions are displayed.  Once sorted, the transactions cannot be
  540.      placed back in their original order.  This sort is by the check number
  541.      entered on the transaction.  If two transactions have the same check
  542.      number (or are the same transaction type), they will be further sorted by
  543.      date.
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.                               Name or Bias Change
  551.  
  552.      This option allows you to change the account name or the bias amount
  553. entered in the initialization process.
  554.  
  555.      When this option is selected, the screen displays:
  556.  
  557.           ╔══════════════════════════════════════════════════════════╗
  558.           ║  Name Change                                             ║
  559.           ║                                                          ║
  560.           ║       (account name)                                     ║
  561.           ╚══════════════════════════════════════════════════════════╝
  562.  
  563. The current account name is displayed in reverse video.  Make any changes you
  564. feel are necessary to the name.  When you are satisfied with the way it looks,
  565. press <enter>.
  566.  
  567.      The display then becomes:
  568.  
  569.           ╔══════════════════════════════════════════════════════════╗
  570.           ║  Bias Change                                             ║
  571.           ║                                                          ║
  572.           ║          xx.xx                                           ║
  573.           ╚══════════════════════════════════════════════════════════╝
  574.  
  575. The old bias amount will be displayed.  Make those changes you feel necessary.
  576. If none is needed, press <enter>.  Press <enter> when the amount is
  577. satisfactory.
  578.  
  579.      The program will make the needed changes to the balance to reflect any
  580. change in the bias amount and will use the new name and bias amount from now
  581. on.  You will next see the Utility Menu again.
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.                                     Page 66
  592.  
  593.  
  594.  
  595.  
  596.  
  597.                           Checkbook Management Program
  598.  
  599.  
  600.  
  601.                               Category Maintenance
  602.  
  603.      This option allows you to change every occurrence of a specified category
  604. name to something else.  The new name can be a completely new one or an
  605. existing one.  This allows you to readily change misspellings, combine two
  606. categories into a single one, or change a name to something more meaningful to
  607. you.  This function also corrects the file which keeps the current categories.
  608.  
  609.      When this option is selected, the screen changes to this:
  610.  
  611. ╔══════════════════════════════════════════════════════════════════════════╗
  612. ║Category Maintenance                                                      ║
  613. ║                                                                          ║
  614. ║( 1) AAAAAAAAAA    ( 4) DDDDDDDDDD    ( 7) GGGGGGGGGG    (10) JJJJJJJJJJ  ║
  615. ║( 2) BBBBBBBBBB    ( 5) EEEEEEEEEE    ( 8) HHHHHHHHHH    (11) KKKKKKKKKK  ║
  616. ║( 3) CCCCCCCCCC    ( 6) FFFFFFFFFF    ( 9) IIIIIIIIII                     ║
  617. ║                                                                          ║
  618. ║Enter number of category being replaced (0 to stop)   ___                 ║
  619. ╚══════════════════════════════════════════════════════════════════════════╝
  620.  
  621. Your categories will appear on the screen in alphabetical order.  The number
  622. preceding each category name is its code number.  Type the code number of the
  623. category being replaced and press <enter>.  To stop at this point, press <0>,
  624. then press <enter>.
  625.  
  626.      If you enter zero, you will return to the Utility Menu.  If you enter a
  627. valid number, the screen becomes:
  628.  
  629. ╔══════════════════════════════════════════════════════════════════════════╗
  630. ║Category Maintenance                                                      ║
  631. ║                                                                          ║
  632. ║( 1) AAAAAAAAAA    ( 4) DDDDDDDDDD    ( 7) GGGGGGGGGG    (10) JJJJJJJJJJ  ║
  633. ║( 2) BBBBBBBBBB    ( 5) EEEEEEEEEE    ( 8) HHHHHHHHHH    (11) KKKKKKKKKK  ║
  634. ║( 3) CCCCCCCCCC    ( 6) FFFFFFFFFF    ( 9) IIIIIIIIII                     ║
  635. ║                                                                          ║
  636. ║Enter number of category being replaced (0 to stop)   X__                 ║
  637. ║Replace it with what?  __________                                         ║
  638. ╚══════════════════════════════════════════════════════════════════════════╝
  639.  
  640. Carefully type the new category name.  This new name can be a completely new
  641. category or any of the existing category names.  When it is complete, press
  642. <enter>.  If you change your mind and decide not to change it at all, press
  643. <enter> or enter a string of blanks.  In this case, you will return to the
  644. Utility Menu.
  645.  
  646.      Once you enter the new name, the screen becomes:
  647.  
  648.           ╔═══════════════════════════════════════════════════════════╗
  649.           ║Replacing...one moment please...                           ║
  650.           ╚═══════════════════════════════════════════════════════════╝
  651.  
  652. The program is now searching your data file to find every occurrence of the
  653. category you chose.  Each occurrence will be replaced with the new category
  654. name.
  655.  
  656.  
  657.                                     Page 67
  658.  
  659.  
  660.  
  661.  
  662.  
  663.                           Checkbook Management Program
  664.  
  665.  
  666.  
  667. When all transactions have been examined, the screen becomes:
  668.  
  669.           ╔═══════════════════════════════════════════════════════════╗
  670.           ║Complete...   X transactions found and changed.            ║
  671.           ║                                                           ║
  672.           ║Press <M> to continue category maintenance.                ║
  673.           ║Press any other key to return to Utility Menu.             ║
  674.           ╚═══════════════════════════════════════════════════════════╝
  675.  
  676. The X above will be replaced with the actual number of transactions having the
  677. old category.
  678.  
  679.      To replace other categories, press <M> and the first screen of this
  680. section will reappear.  To return to the Utility Menu, press any other key.
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.                                     Page 68
  724.  
  725.  
  726.  
  727.  
  728.  
  729.                           Checkbook Management Program
  730.  
  731.  
  732.  
  733.                               System Customization
  734.  
  735.      This option allows you to customize the program to work the way you want
  736. it to.  Items which you may change include the colors the program uses for a
  737. color monitor, allowing future dates to be entered, defining a fiscal year to
  738. begin at a date other than January 1, and redefining the number of printable
  739. lines per page.  Default values for these are:
  740.  
  741.           Regular video:  White letters on Blue
  742.           Reverse video:  White letters on Red
  743.           Future dates disallowed.
  744.           Printable lines per page:  55.
  745.           Fiscal year begins in January.
  746.           Default categories:      Checks                  <none>
  747.                                    Deposits                INCOME
  748.                                    AT Withdrawals          CASH
  749.                                    Bank Transactions       BANK
  750.  
  751.      When this option is chosen, the screen appears like this:
  752.  
  753.      ╔═══════════════════════════════════════════════════════════════════╗
  754.      ║                   Checkbook Management Program                    ║
  755.      ║                          Customization                            ║
  756.      ║                                                                   ║
  757.      ║   Regular Print   Background    Blue           Example            ║
  758.      ║                   Letters       White                             ║
  759.      ║                                                                   ║
  760.      ║   Reverse Print   Background    Red            Example            ║
  761.      ║                   Letters       White                             ║
  762.      ║                                                                   ║
  763.      ║   Number of printed lines per page?    ______55                   ║
  764.      ║                                                                   ║
  765.      ║   First Month of Fiscal Year?          ___January                 ║
  766.      ║                                                                   ║
  767.      ║   Future Dates    Disallowed     Default categories               ║
  768.      ║                                    Checks                         ║
  769.      ║                                    Deposits           INCOME      ║
  770.      ║                                    AT Withdrawals     CASH        ║
  771.      ║                                    Bank Transactions  BANK        ║
  772.      ║                                                                   ║
  773.      ║   Satisfied?     X                                                ║
  774.      ║                                                                   ║
  775.      ║   Press space to see other options.  Press <enter> to select one. ║
  776.      ╚═══════════════════════════════════════════════════════════════════╝
  777.  
  778.      The current assignments for the various print colors will appear on the
  779. appropriate lines.  The two "Examples" will demonstrate the color choices as
  780. you rotate through them.  When in the field for number of printed lines per
  781. page, type the new number, then press <enter>.
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.                                     Page 69
  790.  
  791.  
  792.  
  793.  
  794.  
  795.                           Checkbook Management Program
  796.  
  797.  
  798.  
  799. Use the following keys to navigate this screen:
  800.  
  801. <space bar> - Rotates the next selection for the cursor's field into view.  If
  802.      changing colors, the appropriate Example will change to reflect the effect
  803.      of this color change.
  804.  
  805. <enter> - "Selects" the currently displayed value.  When <enter> is pressed
  806.      while the cursor is in the box following "Satisfied?", the changes
  807.      appearing on the screen are incorporated into the program.  The Utility
  808.      Menu reappears displaying your new colors.  The choices are also recorded
  809.      in the file CUSTOM.DAT so that they will be in effect the next time you
  810.      run the program.
  811.  
  812. <tab> -   For most of the fields, the <tab> key operates exactly as the <enter>
  813.      key does.  It selects the current value for the cursor's field and moves
  814.      the cursor to the next field.  However, if <tab> is pressed while the
  815.      cursor is in the "Satisfied?" field, the cursor moves to the first field
  816.      on the screen (Regular video background).
  817.  
  818. Q,q - Leaves the screen and makes any changes appearing on the screen
  819.      permanent.
  820.  
  821. <back tab> - Moves the cursor to the previous field.
  822.  
  823. <home> -  Moves the cursor to the first field (Regular video background).
  824.  
  825. <end> -   Moves the cursor to the last field on the screen (Satisfied?).
  826.  
  827. <down arrow> - Moves the cursor to the next field.
  828.  
  829. <up arrow> - Moves the cursor to the previous field.
  830.  
  831.      When the values on the screen are the way you want them to be, move the
  832. cursor to the box following the word "Satisfied?" and press <enter>.  This
  833. exits the screen, writes the new values to the file CUSTOM.DAT, and activates
  834. any changes.  When the Utility Menu reappears, it will be displayed in the new
  835. colors.  If the program detects a monochrome monitor in use in monochrome mode,
  836. the colors are ignored.
  837.  
  838.  
  839.  
  840.  
  841.  
  842.                                 Find by Contents
  843.  
  844.      This option allows you to print or display all transactions having some
  845. specified combination of characters in either the "To Whom" field or the "Memo"
  846. field.
  847.  
  848.      When this option is selected, the screen becomes:
  849.  
  850.           ╔═══════════════════════════════════════════════════════════╗
  851.           ║ Enter search string _____________________________________ ║
  852.           ╚═══════════════════════════════════════════════════════════╝
  853.  
  854.  
  855.                                     Page 70
  856.  
  857.  
  858.  
  859.  
  860.  
  861.                           Checkbook Management Program
  862.  
  863.  
  864.  
  865. Enter the string of characters you wish to search for.  Up to 40 characters may
  866. be entered (this is also the maximum size for the two fields being searched -
  867. "To Whom" and "Memo").  You do not need to enter the full forty characters.  In
  868. fact, you do not have to enter any complete words.  Whatever characters you
  869. enter are the ones it will search for.
  870.  
  871.      If you enter ter as your string, possible matches would include
  872. " terminal", "computer", "water", and "sternwheeler".  However, if you had
  873. entered a blank before the ter , only " terminal" would have matched, from the
  874. same list of possible fields.  Be careful of case, as water  and Water will not
  875. match.
  876.  
  877.      Once you have entered your string, the screen adds:
  878.  
  879.           ╔═══════════════════════════════════════════════════════════╗
  880.           ║List on the screen (S) or print on the printer (P)?  _     ║
  881.           ╚═══════════════════════════════════════════════════════════╝
  882.  
  883. Press one of three letters (case makes no difference):
  884.      S - Display the report on the screen.
  885.      P - Display the report on the printer.
  886.      Q - Return to the Report Menu.
  887.  
  888.      If you press <P>, you have one more task before the report begins.  The
  889. screen adds:
  890.  
  891.           ╔══════════════════════════════════════════════════════════╗
  892.           ║  List on the screen (S) or print on the printer (P)?  P  ║
  893.           ║  Press <enter> when the printer is ready at the top of   ║
  894.           ║  a page.                                                 ║
  895.           ╚══════════════════════════════════════════════════════════╝
  896.  
  897. Verify your printer is on and positioned properly, then press any key except
  898. <Q>.  If you have no printer, or if you decide to stop here, press <Q> and you
  899. will return to the Utility Menu.  If you have no printer and you press anything
  900. but <Q>, your system will die and you will have to reboot.
  901.  
  902.      Your report now appears, either on screen or on paper, depending on the
  903. option you chose.  It appears like this:
  904. ╔════════════════════════════════════════════════════════════════════════════╗
  905. ║             Transactions for string: School                                ║
  906. ║ Account  (account name)                                          04/24/87  ║
  907. ║                                                                            ║
  908. ║ Check #   Date      To Whom                          Amount  Category Clr  ║
  909. ║ 123     02/15/85  Kroger's                             56.43 GROCERIES X   ║
  910. ║                   Supplies for School picnic                               ║
  911. ║ 125     02/16/85  Colonial Heights School of Dance     40.00 DANCE     X   ║
  912. ║                   February lessons                                         ║
  913. ║  .          .         .                                  .      .      .   ║
  914. ║  .          .         .                                  .      .      .   ║
  915. ║                                    Total Deposited:    47.95               ║
  916. ║                                    Total Withdrawn:   368.43               ║
  917. ║ Press any key to continue                                                  ║
  918. ╚════════════════════════════════════════════════════════════════════════════╝
  919.  
  920.  
  921.                                     Page 71
  922.  
  923.  
  924.  
  925.  
  926.  
  927.                           Checkbook Management Program
  928.  
  929.  
  930.  
  931. This is the screen version.  It will pause after displaying 8 transactions, to
  932. continue once any key is pressed.  The printed version starts a new page after
  933. 27 transactions have been printed.  The total amount of the deposits for this
  934. report and the total amount of withdrawals for this amount will appear at the
  935. end of the report.
  936.  
  937. Heading explanations:
  938.  
  939.      Check # - The check number or transaction type.
  940.      Date -    Date of the transaction.
  941.      To Whom - Check payee, or transaction explanation.
  942.      Amount -  Amount of the transaction.
  943.      Category - Budget category.
  944.      Clr -     If an X appears, the transaction has cleared the bank.  If not,
  945.                then it hasn't.
  946.  
  947.      If there are no transactions in the data file with the requested string of
  948. characters, the phrase xxxxxxx not found will appear (where xxxxxxx is the
  949. requested search string).
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.                            Sort Transactions by Date
  957.  
  958.      This option allows you to rearrange the order transactions are displayed.
  959. Once sorted, the transactions cannot be placed back in their original order.
  960. This sort is by the date entered on the transaction.  If two transactions have
  961. the same date, they will be further sorted by check number, then by transaction
  962. type.  Making a good backup copy of the data before running this option is
  963. highly recommended.
  964.  
  965.      When this option is selected, the screen becomes:
  966.  
  967.      ╔════════════════════════════════════════════════════════════════════╗
  968.      ║ This routine sorts all your transactions by date.                  ║
  969.      ║ Within a date, transactions are sorted by check number.            ║
  970.      ║                                                                    ║
  971.      ║ This will take some time to accomplish.  Once begun,               ║
  972.      ║ DO NOT INTERRUPT!!                                                 ║
  973.      ║                                                                    ║
  974.      ║ Are you sure you want to do this?  (Y or N)  _                     ║
  975.      ╚════════════════════════════════════════════════════════════════════╝
  976.  
  977. The larger your data file is, the longer this process will take.  If your
  978. transactions are very scrambled (by date), this will also slow down this
  979. process.  It took ten minutes to sort a 1000 record file with records almost in
  980. order.  Once you begin this process, let it run UNINTERRUPTED to its
  981. conclusion.  If you interrupt it, it is extremely likely that your data file
  982. will be unusable.
  983.  
  984.  
  985.  
  986.  
  987.                                     Page 72
  988.  
  989.  
  990.  
  991.  
  992.  
  993.                           Checkbook Management Program
  994.  
  995.  
  996.  
  997.      If you decide to stop the process at this point, press any key other than
  998. <Y> and the Utility Menu will reappear.  If you decide to proceed, press <Y>.
  999. The message "One moment please..." will appear.  An additional period will
  1000. appear at the beginning of each pass through the data file.  When the file has
  1001. been completely sorted, the Utility Menu will reappear.
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.                        Sort Transactions by Check Number
  1010.  
  1011.      This option allows you to rearrange the order transactions are displayed.
  1012. Once sorted, the transactions cannot be placed back in their original order.
  1013. This sort is by the check number entered on the transaction.  If two
  1014. transactions have the same number (or are the same transaction type), they will
  1015. be further sorted by date.  Making a good backup copy of the data before
  1016. running this option is highly recommended.
  1017.  
  1018.      When this option is selected, the screen becomes:
  1019.  
  1020.      ╔════════════════════════════════════════════════════════════════════╗
  1021.      ║ This routine sorts all your transactions by check number.          ║
  1022.      ║ Other transaction types will appear alphabetically at the end of   ║
  1023.      ║ the file.                                                          ║
  1024.      ║                                                                    ║
  1025.      ║ This will take some time to accomplish.  Once begun,               ║
  1026.      ║ DO NOT INTERRUPT!!                                                 ║
  1027.      ║                                                                    ║
  1028.      ║ Are you sure you want to do this?  (Y or N)  _                     ║
  1029.      ╚════════════════════════════════════════════════════════════════════╝
  1030.  
  1031. The larger your data file is, the longer this process will take.  If your
  1032. transactions are very scrambled, this will also slow down this process.  It
  1033. took ten minutes to sort a 1000 record file with records almost in order.  Once
  1034. you begin this process, let it run UNINTERRUPTED to its conclusion.  If you
  1035. interrupt it, it is extremely likely that your data file will be unusable.
  1036.  
  1037.      If you decide to stop the process at this point, press any key other than
  1038. <Y> and the Utility Menu will reappear.  If you decide to proceed, press <Y>.
  1039. The message "One moment please..." will appear.  An additional period will
  1040. appear at the beginning of each pass through the data file.  When the file has
  1041. been completely sorted, the Utility Menu will reappear.
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.                                     Page 73
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.                           Checkbook Management Program
  1060.  
  1061.  
  1062.  
  1063.                                Print Checks Menu
  1064.  
  1065. This option presents the Check Printing Menu, which enables the user to select
  1066. checks for printing, set the rows and columns for the check information, or
  1067. print a grid which can be used to determine the proper row and column numbers
  1068. to use in the set-up process.  When selected, the screen becomes:
  1069. ┌─────────────────────────────────────────────────────────────────────────────┐
  1070. │                       Checkbook Management Program                          │
  1071. │Account: (account name)                                           Print Menu │
  1072. │Current Balance:      xxxx.xx                                                │
  1073. │                                                                             │
  1074. │                  ╔══════════════════════════════════╗                       │
  1075. │                  ║                                  ║                       │
  1076. │                  ║     (Q)uit                       ║                       │
  1077. │                  ║     (1) Print Checks             ║                       │
  1078. │                  ║     (2) Set Printer Options      ║                       │
  1079. │                  ║     (3) Print Grid               ║                       │
  1080. │                  ║                                  ║                       │
  1081. │                  ╚══════════════════════════════════╝                       │
  1082. │                                                                             │
  1083. │                        Enter your choice:                                   │
  1084. └─────────────────────────────────────────────────────────────────────────────┘
  1085.  
  1086. When this first appears, the first option (Quit) is highlighted in reverse
  1087. video.  Use the arrow keys to move up and down the list until the function you
  1088. wish to use is highlighted.  Press <enter> to select that option.  An alternate
  1089. form of selecting an option on this menu is to press the number which appears
  1090. inside the parentheses (2 to set printer options, for example).
  1091.  
  1092. Quit - Return to the Main Menu.
  1093.  
  1094. Print Checks - This option allows you to select the checks to be printed, do an
  1095.      optional alignment check, then print them.
  1096.  
  1097. Set Printer Options - This option allows you to select the exact placement of
  1098.      items to be printed on checks, which items to leave off the checks,
  1099.      specify whether the stub of the check precedes, follows, or is next to the
  1100.      check or not to be printed at all, specify a single printer set-up
  1101.      command, and indicate if a laser printer is being used.  Additional
  1102.      information on this option follows.
  1103.  
  1104. Print Grid - This option allows you to print a sample grid on your printer to
  1105.      see exactly where each row and column is.  This will help you decide the
  1106.      row and column placement for each item which is to appear on the check or
  1107.      stub.  Additional information on this option follows.
  1108.  
  1109. ╔═════════════════════════════════════════════════════════════════════════════╗
  1110. ║    Note:  Because printers occasionally jam, information could be entered   ║
  1111. ║    incorrectly, and other mishaps, the program will not prevent a check     ║
  1112. ║    from being printed more than once.  It is the responsibility of the      ║
  1113. ║    user to verify that only one copy of a given check is released for       ║
  1114. ║    redemption.  THIS PROGRAM CANNOT BE HELD RESPONSIBLE FOR CHECKS WHICH    ║
  1115. ║    ARE CASHED IN ERROR OR OTHER HUMAN ABUSES TO THE ACCOUNT.                ║
  1116. ╚═════════════════════════════════════════════════════════════════════════════╝
  1117.  
  1118.  
  1119.                                     Page 74
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.                           Checkbook Management Program
  1126.  
  1127.  
  1128.  
  1129.                                   Print Checks
  1130.  
  1131.      This option allows you to select the checks to be printed, do an optional
  1132. alignment check, then print them.  When selected, the screen becomes:
  1133.  
  1134. ┌─────────────────────────────────────────────────────────────────────────────┐
  1135. │                        Checkbook Management Program                         │
  1136. │Printing checks                                                              │
  1137. │Select checks to print                                                       │
  1138. │                                                                             │
  1139. │             Check number:  __________           __________                  │
  1140. │                                                                             │
  1141. │Leave both blank to stop selecting and begin printing process.               │
  1142. │Leave second check number blank to select individual checks.                 │
  1143. └─────────────────────────────────────────────────────────────────────────────┘
  1144.  
  1145. You have two ways to enter check numbers of the checks to be printed.  You can
  1146. have the program print all checks within a range or you can select individual
  1147. checks.  These can be mixed any way you want.
  1148.  
  1149. To have the program print all checks in a range of check numbers, enter the
  1150. lower check number in the first blank and the higher check number in the second
  1151. blank.  The program will search the file and select all checks with numbers in
  1152. that range (the end numbers are included in the printed set).  Use this option
  1153. with care, as a check which has been split for more than one category will
  1154. issue a separate check for each category.  The program will tell you how many
  1155. checks it found to print.
  1156.  
  1157. To have the program print individual checks, enter the desired check number in
  1158. the first blank and leave the second blank empty.  The program will search for
  1159. that check number only.  If multiple occurrences of the check number appear,
  1160. the program will total all amounts to reach a single check amount.  This could
  1161. happen if a check is split between two or more categories.  When the program
  1162. has assembled the information for this single check, the check will appear on
  1163. the screen and you will be asked to verify that this is the check you want
  1164. printed.
  1165.  
  1166. When you have specified all the individual checks and ranges of checks to be
  1167. printed at this time, leave both spaces blank, pressing <enter> twice.
  1168.  
  1169. At this time, the screen becomes:
  1170.  
  1171. ┌─────────────────────────────────────────────────────────────────────────────┐
  1172. │                        Checkbook Management Program                         │
  1173. │ Printing checks                                                             │
  1174. │                                                                             │
  1175. │ Do you want to print an alignment check?  (Y/N)   __                        │
  1176. └─────────────────────────────────────────────────────────────────────────────┘
  1177.  
  1178. If you would like to print an alignment check to verify that the checks are
  1179. lined up correctly in your printer, press <Y>.  You will be prompted to turn on
  1180. the printer and press any key to continue.  This message will repeat until you
  1181. answer <N>.
  1182.  
  1183.  
  1184.  
  1185.                                     Page 75
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.                           Checkbook Management Program
  1192.  
  1193.  
  1194.  
  1195. At that time, the screen becomes:
  1196.  
  1197. ┌─────────────────────────────────────────────────────────────────────────────┐
  1198. │                        Checkbook Management Program                         │
  1199. │                                                                             │
  1200. │Printing checks                                                              │
  1201. │                                                                             │
  1202. │Okay to print checks? (Y/N)  __                                              │
  1203. └─────────────────────────────────────────────────────────────────────────────┘
  1204.  
  1205. If you are completely satisfied that everything is set correctly for printing
  1206. checks, press <Y> and the selected checks will be printed on the printer.
  1207. Press <N> to stop the process here.
  1208.  
  1209. If <N> is selected or when the checks have finished printing, the program
  1210. returns to the Print Checks Menu.
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.                               Set Printer Options
  1218.  
  1219.      This option allows you to select the exact placement of items to be
  1220. printed on checks, which items to leave off the checks, specify whether the
  1221. stub of the check precedes, follows, or is next to the check or not to be
  1222. printed at all, specify a single printer set-up command, and indicate if a
  1223. laser printer is being used.  When selected, the screen becomes:
  1224.  
  1225. ┌─────────────────────────────────────────────────────────────────────────────┐
  1226. │                        Checkbook Management Program                         │
  1227. │Account:  (account name)                                                     │
  1228. │                                                                             │
  1229. │          Check is      42 lines long.  Stub is      21 lines long.          │
  1230. │  Stub precedes check                                                        │
  1231. │  Placement on check portion            Placement on stub portion            │
  1232. │                          Row     Col                           Row    Col   │
  1233. │  Date                      9      57   Date                      9     57   │
  1234. │  Numeric amount            9      74   Numeric amount            9     74   │
  1235. │  Written amount           13       9   Written amount           13      9   │
  1236. │  To whom                  15      11   To whom                  15     11   │
  1237. │  Memo                     17      10   Memo                     17     10   │
  1238. │                                                                             │
  1239. │  When printing checks,  print continuously                                  │
  1240. │  Printer set-up string:                                                     │
  1241. │  Laser Printer?  NO                                                         │
  1242. │                                                                             │
  1243. │Set row to zero to suppress printing this field.                             │
  1244. └─────────────────────────────────────────────────────────────────────────────┘
  1245.  
  1246. These are the default values for printing checks.  Customize them to suit your
  1247. circumstances.  Fields are as follows:
  1248.  
  1249.  
  1250.  
  1251.                                     Page 76
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.                           Checkbook Management Program
  1258.  
  1259.  
  1260.  
  1261. Check is XX lines long - This is the total number of lines between the top of
  1262.      one check and the top of the next.  Most printers print 6 lines per inch,
  1263.      so the program is set up for checks which measure 7 inches from top to
  1264.      bottom.
  1265.  
  1266. Stub is XX lines long - This is the total number of lines for the stub portion
  1267.      of a check.  Most printers print 6 lines per inch, so the program is set
  1268.      up for checks for which exactly half of the check (horizontally) is
  1269.      devoted to stub information.
  1270.  
  1271. Stub (precedes check) - This informs the program on the placement of the stub
  1272.      relative to the check.  Press the space bar to rotate through the four
  1273.      options.  The four options are:
  1274.  
  1275.      Precedes check - The stub is printed before the corresponding check
  1276.           information.  This is the program default.
  1277.      Follows check - The stub is printed after the corresponding check
  1278.           information.
  1279.      Is to left of check - The stub information is printed at the same time as
  1280.           the check information, but on the left portion of the form.
  1281.      Is not printed - Stub information is not printed at all.  Only check
  1282.           information is printed in this case.  All stub settings will be
  1283.           ignored.
  1284.  
  1285.  
  1286.      The center of the screen is divided into two identical halfs.  The left
  1287. half refers to the information to be printed on the check portion of the
  1288. check/stub combination and the right half refers to the information to be
  1289. printed on the stub portion.  Rows refer to the number of lines from the top of
  1290. that portion of the check.  Columns refer to the number of characters from the
  1291. leftmost print position.  It may take some experimenting on plain paper to see
  1292. if the alignment is correct before saving the values.
  1293.  
  1294.      Date - The placement of the check date.
  1295.  
  1296.      Numeric Amount - The placement of the amount in arabic numerals.  The
  1297.           maximum check amount for this program is $999,999.99.
  1298.  
  1299.      Written Amount - The placement of the amount in English.
  1300.  
  1301.      To Whom - The placement for the payee name.
  1302.  
  1303.      Memo - The placement for the memo area.
  1304.  
  1305. If you want to suppress the printing for any of these fields, place a zero (0)
  1306. in the row portion of the data for that field.  For example, if you want the
  1307. memo information to appear on the stub portion, but not the check portion,
  1308. enter a zero in the row column for the memo information on the right half of
  1309. the screen.
  1310.  
  1311. When printing checks - Pressing the space bar will toggle between the two
  1312.      options for this:  print checks continuously (the default) and pause
  1313.      before printing each check.  Select the first option if your checks are on
  1314.      pin-feed, continuous paper.  Select the second if your checks are in sheet
  1315.  
  1316.  
  1317.                                     Page 77
  1318.  
  1319.  
  1320.  
  1321.