home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bam351.zip / NEW.DOC < prev    next >
Text File  |  1993-01-06  |  7KB  |  156 lines

  1.  
  2. NOTE:  This file documents the new features present in version 3.51. It is
  3. not necessary to read this documentation unless you are uncertain as to
  4. how to use these new features.
  5.  
  6. Bank Account Manager v3.51 new features include:
  7.  
  8. 1)  New automatic transaction support.
  9. 2)  New macro support.
  10. 3)  New default date support.
  11. 3)  New file listing display.
  12. 4)  New help line format.
  13. =============================================================================
  14. New support for automatic transactions:
  15.  
  16.     Bank Account Manager now lets you enter MONTHLY automatic transactions!
  17. Automatic transactions are those transactions that occur on your account
  18. for which you have to take no action. For instance, you can have your car
  19. insurance premium automatically deducted from your checking account every
  20. month. Or, you may have your payroll check deposited into your savings
  21. account every month.
  22.  
  23.     Adding an automatic transactions is very simple. Choose "Automatic
  24. transaction" from the "Transactions" menu option. You will be shown the
  25. standard transaction entry window. Fill in all information for your
  26. transaction, including the date on which this months automatic transaction
  27. occurred. This transaction will be given a category of "Initial automatic".
  28.  
  29.    Bank Account Manager will then add this transaction in a file called
  30. BAM.AUT. Note that this transaction also gets entered into the regular
  31. transaction file.
  32.  
  33.    Now, every time you start the program, it will scan the list of automatic
  34. transactions to see if a new transaction needs to be entered for this month.
  35. If so, it will update the transaction file with this new entry. Notice that
  36. these new transactions get added to the END of the transaction view screen,
  37. and are given their own transaction category. This allows the user to quickly
  38. see which automatic transactions have been entered when the program started.
  39.  
  40.    There may be months where an automatic transaction doesn't take place.
  41. In this case, simply remove the automatic transaction generated for that
  42. month.
  43.  
  44.    If you wish to change the automatic transaction in any way, (Change the
  45. payee/payer, memo field, amount, etc) simply locate the INITIAL automatic
  46. transaction, and edit it to reflect the new information. The program will
  47. update the automatic transaction accordingly, and the next time it adds the
  48. automatic transaction, it will be with the new information.
  49.  
  50.    To stop an automatic transaction, simply locate the INITIAL automatic
  51. transaction, and delete it. This will also remove the automatic transaction
  52. from the BAM.AUT.
  53.  
  54.    What if you decide to change an account number? You are asked if you
  55. wish to update all transactions as well. If you choose to do so, the automatic
  56. transactions are updated as well.
  57.  
  58. NOTE: There is no way to have daily automatic transactions, yearly automatic
  59. transactions, or selective automatic transactions. The program only provides
  60. support for MONTHLY automatics!
  61. ============================================================================
  62. New macro support:
  63.  
  64.   As you can tell from the main menu, there are several macro support
  65. functions now available. Starting and stopping macro recording are simple
  66. enough and will not be discussed further. Listing macros, removing one
  67. macro, removing all macros, reading and writing macros are all simple enough
  68. as well, and will not be discussed in detail.
  69.  
  70.   Macros allow the user to automate certain tasks. Perhaps even allowing
  71. the user to automate common transaction entries. Note that you cannot "pause"
  72. a macro once expansion is in progress. However, the tabbed data entry forms
  73. can be used to fill in any needed fields.
  74.  
  75.  
  76. The most important thing to know about macros is the following:
  77.  
  78. In any view screen, at any prompt, and in any window, you may press
  79. <Ctrl-Enter> to start macro recording. You should notice that in the upper
  80. left hand corner there is a "Recording..." indication. While this message
  81. appears, you are still recording a macro. This allows you to move right to the
  82. point where you wish to start recording macros, without having to jump back to
  83. the main menu. Pressing <Ctrl-Enter> after recording has started will STOP
  84. macro recording.
  85.  
  86. All macros have a description associated with them, as well as a key. You are
  87. limited to a 25 character description per macro.
  88.  
  89.  
  90. Editing a macro:
  91.  
  92. Many times, after recording a macro, there are some superfluous keystrokes. By
  93. choosing the "Edit macro" option, you may remove, or add, any keystrokes you
  94. wish. Use the cursor keys to navigate through the window, and use the <Enter>
  95. key to save your changes. If you wish to use these keys within the macro,
  96. toggle the "Literal/Command mode" setting by pressing the <Scroll Lock> key.
  97. An indicator is present in the window informing one of the current mode.
  98.  
  99.  
  100. Editing a macro NAME:
  101.  
  102. The option simply allows you to change the description (name) of a macro. It
  103. does not actually edit the macro keystrokes.
  104.  
  105.  
  106. Reading/Writing macros:
  107.  
  108. The program will by default load in a file called BAM.MAC. If you save all of
  109. your macros to this file, they will be loaded every time the program is run.
  110. You may, however, also place these macros in any file you wish.
  111.  
  112. The program keeps track of whether or not any changes have been made to the
  113. macros, and will warn you at program exit if you have not saved these changes.
  114. In addition, when the program performs a DOS shell, it will also deactivate
  115. the macros, and will warn you if they have not been saved.
  116. ============================================================================
  117. New default date support:
  118.  
  119.    Previous versions of the program would display all dates by the given
  120. DOS country information. Although this was an effective method to provide
  121. multi-national support, some users prefer certain date display formats
  122. over the default DOS one.
  123.  
  124.    My setting the correct default date information in CONFIG, you can
  125. control how any date is displayed. A few notes on this:
  126.  
  127. Any upper case letters imply that any leading zeros are displayed as
  128. blanks instead. Any lower case letters imply that leading zeros are
  129. displayed instead of blanks. Some examples:
  130.  
  131.    Date format          Display for January first, 1993
  132.    -----------          -------------------------------
  133.     MM/DD/YY                    1/ 1/93
  134.     MM/dd/yy                    1/01/93
  135.     mm/dd/yy                   01/01/93
  136.     MM-dd-YY                    1-01-93
  137.     mm-dd-yy                   01-01-93
  138.  
  139.  
  140. Notice how you may also use a "-" character instead of the normal "/"
  141. character used as a separator.
  142. ========================================================================
  143. New file listing display:
  144.  
  145.    The file listing display has been updated to allow the user to actually
  146. read other disk drives. There are now indicators for: (A:, B:, C:, D:, E:,
  147. etc) By moving the highlight bar over one of these indicators, you may read
  148. the information for any disk in those drives.
  149. ============================================================================
  150. New help line format:
  151.  
  152.    While in any view screen, you may now press the <Alt>, <Ctrl> keys in
  153. order to get a help line on functions/keys associated with those command keys.
  154. This allows the help line to display more information that previously, and
  155. also prevents the user from unnecessarily resorting to the on line help.
  156.