home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / finance / wcheck.zip / WCHECK.TXT < prev   
Text File  |  1993-06-07  |  5KB  |  129 lines

  1. -----------------------------------------
  2. WCHECK - VERSION 1.0 by Kevin Moye
  3. Copyright (C) 1993.  All Rights Reserved.
  4. -----------------------------------------
  5.  
  6. This program is shareware and was written for Windows 3.1.
  7.  
  8. This is a functional, unregistered version of WCheck.  Please register
  9. this product by mailing check or money order for $5.00 and a 3.5" or
  10. 5.25" diskette to:
  11.  
  12.         Kevin Moye
  13.         3610 Misty Oak Dr. #1406
  14.         Melbourne, FL 32901
  15.  
  16. Registered users will receive a version of WCheck without the annoying
  17. registration popup and free upgrades of this product.  Comments and
  18. suggestions are also welcome.
  19.  
  20. INSTALLATION
  21. ------------
  22. WCheck Package: wcheck.exe, example.wc, wcheck.txt
  23.  
  24. There are no special installation steps necessary to install Wcheck.
  25. Simply use Program Manager to create a new program item for wcheck.exe.
  26. Then you can create file associations using File Manager for *.wc files
  27. so that you can start WCheck simply by double clicking *.wc files.
  28.  
  29. DESCRIPTION
  30. -----------
  31.  
  32.         WCheck provides a simple interface that allows users to enter
  33. and keep track of transactions for savings and checking accounts.
  34. You can keep track of several different accounts by saving each in a
  35. separate file.  WCheck file extensions default to but are not
  36. restricted to ".wc".  The WCheck package comes with a sample checking
  37. account file called "example.wc".
  38.  
  39. WCHECK ENTRIES
  40. --------------
  41.  
  42. ENTRY INFORMATION
  43.  
  44.         WCheck allows the entry of withdrawals, deposits, or interest
  45. transactions by selecting the appropriate radio buttons in the top
  46. right corner of the window.  Enter additional information about the
  47. transaction including day, month, year, amount, description and check
  48. number.  Additionally, specify whether the transaction is outstanding
  49. or not.
  50.  
  51. ADDING ENTRIES
  52.  
  53. Once the appropriate information relevant to the transaction is
  54. specified, use the 'Add' pushbutton to add the entry to the entry
  55. listbox.  Entries in the listbox are sorted by date, month, and
  56. the outstanding status.
  57. When an entry is added, it is highlighted in the entry listbox, and the
  58. 'check #', 'Amount', and 'Description' fields are automatically
  59. cleared in preparation for the next entry.  Outstanding entries are
  60. marked with an 'x'. 
  61.  
  62. REPLACING ENTRIES
  63.  
  64. WCheck allows an easy way to replace entries.  Selecting the target
  65. entry in the entry listbox automatically sets the appropriate controls
  66. of the window to match those of the entry.  This eliminates the need
  67. to re-enter all the information associated with the entry.  Modify the
  68. entry as needed and then use the 'Replace' pushbutton to replace the
  69. selected entry in the listbox with the updated entry.
  70.  
  71. DELETING ENTRIES
  72.  
  73. Entries are deleted by selecting the target entry in the listbox and
  74. using the 'Delete' pushbutton.
  75.  
  76. SEARCHING ENTRIES
  77.  
  78. Select the 'Search' pushbutton to bring up the 'Search' dialog.  You
  79. can use this dialog to search for entries matching descriptions,
  80. amounts, and check numbers, and can search forwards or backwards in
  81. the list.  The starting search position is always the currently
  82. selected entry in the listbox.
  83.  
  84. WCHECK STATISTICS
  85. -----------------
  86.  
  87. TOTALS
  88. ------
  89.  
  90. Balance:        The current balance including all entries in the
  91.                 listbox.
  92.  
  93. Bal. to Sel:    The balance including all entries up to and including
  94.                 the currently selected entry in the listbox.
  95.  
  96. Interest:       The sum of all interest entry amounts including all
  97.                 entries in the listbox.
  98.  
  99. MONTHLY AVERAGES
  100. ----------------
  101.  
  102. The statistics in this field refer to monthly averages of withdrawals,
  103. deposits, and interest transactions.  Entries of the latest month
  104. in the entry listbox are NOT included in this calculation, therefore,
  105. if all entries in the list are of the same month, these statistics
  106. will be $0.00.
  107.  
  108. These statistics help to establish monthly budget guidelines.
  109.  
  110. MONTH TOTALS
  111. ------------
  112.  
  113. The statistics in this field refer to monthly totals of withdrawals,
  114. deposits, and interest transactions for the currently selected month
  115. in the month listbox.
  116.  
  117.  
  118. WCHECK FILES
  119. ------------
  120.  
  121. WCheck files are saved in ascii format.  The entries in the entry
  122. listbox are stored in a file the same way as they appear in the listbox.
  123. You can create WCheck records for different accounts by generating a
  124. separate file for each.
  125.  
  126. It is recommended for accounts with a lot of activity to split the
  127. account into yearly files since a large number of entries tends to
  128. slow down the functionality of WCheck.
  129.