home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR15 / BAS16.ZIP / README.DOC < prev    next >
Text File  |  1993-11-06  |  8KB  |  181 lines

  1. * README.DOC - Business Accounting System
  2.  
  3. * Last Update = 11/04/93
  4.  
  5. *************************************************************************
  6. Special thanks to Richard E. Lee, Psychotronic BBS, and all the other
  7. 'psychos' for their assistance in helping me develop and distribute this
  8. shareware application. (919)286-7738/4542 Fidonet Address 1:3641/1
  9. *************************************************************************
  10.  
  11. Thanks very much for trying my Business Accounting System software. The
  12. BA System is an accounting software designed especially for a small
  13. service consulting business. It tracks and reports revenues and
  14. billings, accounts receivable, and business expenses for both the
  15. current and prior tax years. Written by a programming consultant, it's
  16. the ideal, inexpensive, accounting software alternative for any small
  17. service-oriented business. The BA is full-featured and a breeze to use,
  18. yet cost $100s less than comparable commercial software. Why settle for
  19. a commercial accounting package that's written for every type of
  20. business that exists when you can have one that was written with your
  21. consulting business specifically in mind...
  22.  
  23. Included in your distribution set should be the following files:
  24.  
  25. README.DOC - this file
  26.  
  27. UPDATES.DOC - Listing of assorted updates and fixes to the BA. Please be
  28. sure you read this file.
  29.  
  30. FILE_ID.DIZ - Descriptive narrative of the BA
  31.  
  32. BA.DOC - System Documentation file. It's approximately 100 typed pages
  33. and has page breaks already inserted, so don't try printing it with any
  34. utility that inserts its own page breaks. Other than the kind just
  35. mentioned, use your favorite utility to print the file, or to print the
  36. file with a DOS command, enter the following from the DOS prompt:
  37.  
  38.                 COPY BA.DOC PRN  or  TYPE BA.DOC > PRN
  39.  
  40. STARTUP.DOC - Handy tips for when you wish to go "live" with this
  41. software.
  42.  
  43. ORDER.DOC - An Order Form for registering the Business Accounting
  44. System. The order form can also be found at the end of the documentation
  45. file. Please register this software if you wish to utilize it for your
  46. own business needs. See the licensing section in the documentation file
  47. for additional information on this.
  48.  
  49. BA.EXE and BA.OVL - These are the executable program files. Needless
  50. to say, you can't run the software without these.
  51.  
  52. Assorted Data files:
  53.  
  54. BASYSMST.DBF  - System Master file
  55. BACLIENT.DBF  - Client file
  56. BAITEM.DBF    - Item file
  57. BAEXPCAT.DBF  - Expense Category data file
  58. BAEXPDET.DBF  - Expense Distribution detail file
  59. BAEXPHDR.DBF  - Expense Distribution header file
  60. BAINVHDR.DBF  - Invoice header file
  61. BAINVDET.DBF  - Invoice line item detail file
  62. BAARPAY.DBF   - Accounts Receivable Payments file
  63. BAHARPAY.DBF  - Historical AR Payments file
  64. BAHEXPDE.DBF  - Historical Expense Distribution detail file
  65. BAHEXPHD.DBF  - Historical Expense Distribution header file
  66. BAHINVHD.DBF  - Historical Invoice header file
  67. BAHINVDE.DBF  - Historical Invoice line item detail file
  68. BAWIP.DBF     - Client Work-in-Progress file
  69.  
  70. Assorted Database Text files:
  71.  
  72. BACLIENT.DBT  - Client Notepad database text file
  73. BAINVDET.DBT  - Supplemental descriptions for invoice line item detail
  74. BAWIP.DBT     - Supplemental descriptions for client work-in-progress
  75.  
  76. If any of the above files are not present when you start the BA system,
  77. you'll receive a system warning error message informing you of this so
  78. your can rectify this problem.
  79.  
  80. Index Files - These have the extensions NTX. They may or may not be
  81. present within the Distribution set. If not present, they will
  82. automatically be recreated when you start the system.
  83.  
  84.  
  85. //NOTE TO REGISTERED USERS//
  86.  
  87. If you have received registered system disk(s) from ISI, you should copy
  88. the program files, BA.EXE and BA.OVL, and the pass-key file,
  89. BA_PKEY.DBF, on to the drive/directory of your machine which contains
  90. the BA System files. DO NOT COPY any files from the DATA Directory of
  91. the System Disk unless you intend to overwrite and destroy your
  92. existing data files. The data files provided on the distribution disk
  93. are empty and contain no information whatsoever, so please be careful
  94. when updating your system files. As a precautionary measure, you should
  95. also create a BACK-UP of all BA System files BEFORE installing any
  96. updates.
  97.  
  98.  
  99. //A SPECIAL NOTE//
  100.  
  101. As you utilize this software, you'll probably notice the box explosions
  102. which occur throughout the software. These explosions are probably fast
  103. enough for most all 286 and 386 machines, however, this may not be
  104. tolerable for slower 8088 and 8086 machines. If you wish to speed up the
  105. explosions for use on your machine, set the following DOS environmental
  106. varible in your AUTOEXEC.BAT file or another start-up batch file:
  107.  
  108. SET BADELAY=OFF
  109.  
  110. Be sure NOT to place any spaces on either side of the "=" sign,
  111. otherwise this will not work.
  112.  
  113. If while attempting to set this varible, you receive a DOS error
  114. message, "Out of Environment Space", modify your CONFIG.SYS file to add
  115. or revise the following line:
  116.  
  117. SHELL=<drive/path> <command interpreter filename> /P /E:n
  118.  
  119. The "n" in the "/E:' parameter designates the number of bytes available
  120. for environment varibles, such as 128, 256, 384, 512, etc.. Below is an
  121. example of this statement:
  122.  
  123. SHELL=C:\COMMAND.COM /P /E:512
  124.  
  125. Once you have modified your CONFIG.SYS file, reboot your computer and
  126. try the "SET BADELAY=OFF" statement again.
  127.  
  128.  
  129. //DISABLING SIGN-OFF LOGO//
  130.  
  131. If you're annoyed by the logo which is displayed upon exit, you may
  132. disable it by adding the following line to your AUTOEXEC.BAT file or
  133. other start-up batch file:
  134.  
  135. SET BALOGO=OFF
  136.  
  137. Be sure NOT to place any spaces on either side of the "=" sign,
  138. otherwise this will not work.
  139.  
  140. //LOADING CLIENT LOOKUP WINDOW ON START-UP//
  141.  
  142. If you'd like the client look-up window to immediately load upon
  143. start-up of the BA, add the following line to your AUTOEXEC.BAT file or
  144. other start-up batch file:
  145.  
  146. SET BAJUMP=ON
  147.  
  148. The client look-up window will then be automatically invoked, with the
  149. records displayed in client name order. This "jump" is only invoked
  150. once, and never again until you exit and restart the BA.
  151.  
  152. // BRITISH DATE FORMAT SUPPORT
  153.  
  154. Effective with revision 1.5d, support for the British date format,
  155. MM/DD/YY, has now been added. Please note, the American date format,
  156. DD/MM/YY is the default setting for the BA. To enable the British date
  157. format, add the following line to your your AUTOEXEC.BAT or other
  158. start-up batch file:
  159.  
  160.     SET BA_DATE=BRITISH
  161.  
  162. All date entries within the BA should respect this setting.
  163.  
  164.  
  165. // CUSTOM CLIENT STATEMENT FORMAT
  166.  
  167. As with invoice printing, you may now customize printing of client
  168. statements. You can do so by specifying Statement Printing as "Custom"
  169. on the System Installation screen. In the "Standard" format, statements
  170. have been designed for a preprinted pin-fed form, which IS NOT a
  171. 8.5"*11" form. If you wish to generate statements on plain paper or some
  172. other 8.5"*11" form, you'll need to respond "Yes" to the prompt for
  173. utilizing long statement forms. The format for long forms is also
  174. slightly different from that of the Standard short form.  All other
  175. prompts in this area are similar to those prompts within the custom
  176. invoice printing option grid. You can change these settings at any time
  177. by selecting the System Installation option of the Utilities menu.
  178.  
  179.  
  180. * end of file - README.DOC
  181.