home *** CD-ROM | disk | FTP | other *** search
/ Intermedia 1998 January / inter1_98.iso / biznes / timlog10 / readme.txt < prev    next >
Text File  |  1997-08-19  |  4KB  |  129 lines

  1. TIMELOGGER
  2. ==========
  3.  
  4. Thank you for chosing to evaluate TimeLogger.
  5.  
  6.  
  7. INTRODUCTION
  8. ------------
  9.  
  10. TimeLogger is a program that tracks billable time by
  11. recording events.  It is designed for the professional 
  12. who must track billable time but has little time during
  13. the heat of battle to think about what customer and
  14. project to charge the time to.
  15.  
  16. This program is distributed as shareware.
  17.  
  18.  
  19. SYSTEM REQUIREMENTS
  20. -------------------
  21.  
  22.  o 486SX with 8MB RAM (16MB for NT)
  23.  o 6MB free disk space for installation
  24.  o Windows NT 3.51, Windows 95
  25.  
  26.  
  27. INSTALLATION
  28. ------------
  29.  
  30. To install this program, extract the contents of the
  31. archive to a temporary empty directry and run the
  32. setup.exe program found therein.  It will copy all the
  33. files to the directory of your choice, after which, you
  34. may delete the contents of the temporary directory.
  35.  
  36. Storing Data on Interbase:
  37. By default, this program stores its data in Paradox files. 
  38. You can, however, opt to have it store its data on an
  39. Interbase server.  To do so, you must:
  40.  
  41. 1. Create a database and define the proper tables.  An SQL
  42. script (TimeLogger.SQL) has been provided with the
  43. installation for this purpose.  If you wish, you can
  44. define the tables in an already existing database.
  45.  
  46. 2. Change the BDE alias "TimeLogger" to point to the
  47. Interbase database using the BDE configuration utility
  48. that was installed with TimeLogger.
  49. Use the following parameters:
  50.  
  51.   Type = INTRBASE
  52.   BATCH COUNT = 200
  53.   ENABLE BCD = FALSE
  54.   ENABLE SCHEMA CACHE = FALSE
  55.   MAX ROWS = -1
  56.   OPEN MODE = READ/WRITE
  57.   SCHEMA CACHE SIZE = 8
  58.   SCHEMA CACHE TIME = -1
  59.   SERVER NAME = <full path name of database file>
  60.   SQLPASSTHRU MODE = SHARED AUTOCOMMIT
  61.  
  62. Storing Data on Other Servers
  63. You may be able to store data in DBase files, SQL Server
  64. or any ODBC source, but you're on your own.  I've only
  65. tested Paradox and Interbase.  
  66.  
  67.  
  68. RESTRICTIONS
  69. ------------
  70.  
  71. The shareware version of TimeLogger has the following
  72. restrictions:
  73.  
  74. 1. Reports always contain a shareware notice in the title.
  75.  
  76. 2. You cannot add more than 200 events.
  77.  
  78. Please read the license agreement which can be found in 
  79. license.txt after installation.
  80.  
  81.  
  82. NOTES AND WARNINGS
  83. ------------------
  84.  
  85. The installation also installs the Borland Database Engine
  86. and creates the directory C:\IDAPI for it.  It also tries
  87. to set up the TimeLogger alias.  If you already have the
  88. BDE on your system, you should back up your IDAPI.CFG file
  89. before installing this program.
  90.  
  91. WARNING: If you re-install this program, it will wipe out
  92. any data you have saved.  You can avoid this by following
  93. these steps:
  94.  
  95.    1) There is a subdirectory called DATA off of the
  96.       directory in which you installed TimeLogger.  By
  97.       default, this would be 
  98.       C:\Program Files\LCA\TimeLogger\Data.
  99.       Copy all the files in this directory to another
  100.       directory.
  101.    2) Re-install TimeLogger.
  102.    2) Change the TimeLogger alias to point to the
  103.       new directory using the BDE configuration utility
  104.       that was installed with TimeLogger.
  105.       
  106. If you have changed the alias to point to an Interbase
  107. server, then this warning does not apply.
  108.  
  109.  
  110. BACKING UP YOUR DATA
  111. --------------------
  112.  
  113. It is highly recommended that you back up you data files
  114. frequently.
  115.  
  116. If you're using Paradox, back up all the files in the
  117. DATA directory off of the directory in which you installed
  118. TimeLogger.
  119.  
  120. If you're using Interbase, use the backup utility that
  121. comes with that product.
  122.  
  123.  
  124. CONTACTING LCA
  125. --------------
  126.  
  127. If you have any questions or suggestions, please send
  128. E-Mail to sschafer@netw.com.
  129.