home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / finance / isiba10.arj / README.DOC < prev    next >
Text File  |  1992-02-01  |  3KB  |  91 lines

  1.  
  2. * README.DOC
  3.  
  4. * Last Update = 01/23/92
  5.  
  6. Thanks very much for trying my Business Accounting System software.
  7. Included in your distribution set should be the following files:
  8.  
  9. README.DOC - this file
  10.  
  11. BA.DOC - System Documentation file. It's approximately 100 typed pages
  12. and has page breaks already inserted, so don't try printing it with any
  13. utility that inserts its own page breaks. Other than the kind just
  14. mentioned, use your favorite utility to print the file, or to print the
  15. file with a DOS command, enter the following from the DOS prompt:
  16.  
  17.                 COPY BA.DOC PRN  or  TYPE BA.DOC > PRN
  18.  
  19. STARTUP.DOC - Handy tips for when you wish to go "live" with this
  20. software.
  21.  
  22. ORDER.DOC - An Order Form for registering the Business Accounting
  23. System. The order form can also be found at the end of the documentation
  24. file. Please register this software if you wish to utilize it for your
  25. own business needs. See the licensing section in the documentation file
  26. for additional information on this.
  27.  
  28. BA.EXE and BA.OVL - These are the executable program files. Needless
  29. to say, you can't run the software without these.
  30.  
  31. Assorted Data files:
  32.  
  33. BASYSMST.DBF  - System Master file
  34. BACLIENT.DBF  - Client file
  35. BAITEM.DBF    - Item file
  36. BAEXPCAT.DBF  - Expense Category data file
  37. BAEXPDET.DBF  - Expense Distribution detail file
  38. BAEXPHDR.DBF  - Expense Distribution header file
  39. BAINVHDR.DBF  - Invoice header file
  40. BAINVDET.DBF  - Invoice line item detail file
  41. BAARPAY.DBF   - Accounts Receivable Payments file
  42. BAHARPAY.DBF  - Historical AR Payments file
  43. BAHEXPDE.DBF  - Historical Expense Distribution detail file
  44. BAHEXPHD.DBF  - Historical Expense Distribution header file
  45. BAHINVHD.DBF  - Historical Invoice header file
  46. BAHINVDE.DBF  - Historical Invoice line item detail file
  47.  
  48. Assorted Database Text files:
  49.  
  50. BACLIENT.DBT  - Client Notepad database text file
  51. BAINVDET.DBT  - Supplemental descriptions for invoice line item detail
  52.  
  53. If any of the above files are not present when you start the BA system,
  54. you'll receive a system warning error message informing you of this so
  55. your can rectify this problem.
  56.  
  57. Index Files - These have the extensions NTX. They may or may not be
  58. present within the Distribution set. If not present, they will
  59. automatically be recreated when you start the system.
  60.  
  61.  
  62. A Special Note:
  63.  
  64. As you utilize this software, you'll probably notice the box explosions
  65. which occur throughout the software. These explosions are probably fast
  66. enough for most all 286 and 386 machines, however, this may not be
  67. tolerable for slower 8088 and 8086 machines. If you wish to speed up the
  68. explosions for use on your machine, set the following DOS environmental
  69. varible in your AUTOEXEC.BAT file or another start-up batch file:
  70.  
  71. SET BADELAY=OFF
  72.  
  73. Be sure NOT to place any spaces on either side of the "=" sign,
  74. otherwise this will not work.
  75.  
  76. If while attempting to set this varible, you receive a DOS error
  77. message, "Out of Environment Space", modify your CONFIG.SYS file to add
  78. or revise the following line:
  79.  
  80. SHELL=<drive/path> <command interpreter filename> /P /E:n
  81.  
  82. The "n" in the "/E:' parameter designates the number of bytes available
  83. for environment varibles, such as 128, 256, 384, 512, etc.. Below is an
  84. example of this statement:
  85.  
  86. SHELL=C:\COMMAND.COM /P /E:512
  87.  
  88. Once you have modified your CONFIG.SYS file, reboot your computer and
  89. try the "SET BADELAY=OFF" statement again.
  90.  
  91.