home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / MISC / BANK841 / BANK.TXT < prev    next >
Encoding:
Text File  |  1995-08-18  |  10.2 KB  |  317 lines

  1.                           "BANK" by Pete Sipple
  2.          Written for the Psion Series 3 & Series 3a  (August 1995)
  3.  
  4.  
  5.  
  6. BANK is a shortish procedure that I've been using for the last few years,
  7. with the occasional re-write here and there. I've found it very, very useful
  8. for keeping track of my bank and credit card accounts.
  9.  
  10. BANK allows the user to create up to five accounts, which can be either
  11. BANK or CREDIT CARD accounts. It will automatically pay standing orders,
  12. arrange inter-account transfers, and lets you print a statement to screen
  13. or printer. It allows the user to verify a bank statement, and comes with
  14. a basic password facility, to prevent casual prying. 
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. Installation of BANK
  22. ====================
  23.  
  24.  
  25. BANK runs on either the Series 3 or Series 3a.
  26.  
  27. To Install:
  28.  
  29. 1. Create a directory called \BNK\ on either A:, B:, or M: 
  30.  
  31. 1. Copy BANK.PRG into the \BNK\ directory
  32.  
  33. 2. Copy either BANK3.OPA or BANK3A.OPA into a directory 
  34. called \APP\ on the same drive.
  35.  
  36. 3. From the system menu, select Install Application, and select the
  37. appropriate BANK application.
  38.  
  39.  
  40.  
  41. *Note to upgraders*
  42.  
  43. To install an updated program, simply copy both the new .prg and .opa files
  44. over the top of the existing ones.
  45.  
  46.  
  47.  
  48.  
  49. Files included with this release
  50. ================================
  51. BANK.PRG    The main part of the procedure.
  52. BANK3.OPA    Application for Series 3
  53. BANK3A.OPA    Application for Series 3a
  54. BANK.TXT    This text file
  55.  
  56.  
  57. Bank will create a datafile for each account specified. They will be placed in
  58. a directory called \bnk\ on whichever drive has been specified in the Settings
  59. menu.
  60.  
  61. A very small file called BANK.INI will be created in M:\BNK\ . If it is removed,
  62. it will be recreated, as it is vital to Bank's operation.
  63.  
  64. Thanks to William Nightingale and Martin Packer for their help with
  65. designing the BANK icons.
  66.  
  67.  
  68.  
  69.  
  70. ============================================================
  71.  
  72.  
  73. BASIC OPERATING INSTRUCTIONS:
  74. =============================
  75.  
  76. When you first run the program, you will be presented with a menu called 
  77. SPECIAL, from which you can specify a password if required, but more 
  78. importantly, to setup each bank account. Select 'Setup Accounts', and you 
  79. will be asked for a name for A/c:1. Type in a name, ie CURRENT, ACCESS, 
  80. etc, and select the type of account - either a BANK or CREDIT CARD account.
  81. Press [Enter], and continue setting up accounts (max of five). Press [Enter]
  82. or ESC to quit.
  83.  
  84. Once you've set up your accounts, you get the main system menu, which is 
  85. the business end of the program.
  86.  
  87.  
  88.  
  89. Menu Options
  90. ============
  91.  
  92. The File Menu Card presents a list of the accounts that you have set up - 
  93. Select an account to use.
  94.  
  95. Find - Search the selected account for an individual item - press <enter>
  96. to scroll
  97. New - To Enter a new item
  98. Transfer - Transfer funds between accounts
  99. Std Orders - Setup or edit standing orders
  100.  
  101. View - View a list of transactions/balances in date order (Bank statement)
  102. Check - To match BANK data with your bank statement
  103. Balances - today's balance on all accounts
  104.  
  105. Tidy - Tidy entries older than specified date (entries are deleted)
  106. Print - Print a list of transactions/balances in date order (Bank statement)
  107.  
  108. Setup Accounts - Change / setup bank account information
  109. Defaults - To change the currency symbol and decimal places
  110. Password - change password (a blank field will disable password facility)
  111.  
  112.  
  113.  
  114. Explanation of "Clearing" & "Stmt"
  115. ==================================
  116.  
  117. By default, new entries are marked as "uncleared", which means that they 
  118. haven't appeared on your monthly statement from your bank. If an item is 
  119. uncleared, <u/c> is displayed alongside the entry.
  120.  
  121. The Balance shown on the main menu screen shows "Balance" (which includes
  122. all transactions, cleared or not, as of today's date)
  123.  
  124. The 'Cleared' total shows the amount shown on your latest bank statement.
  125.  
  126. To adjust "cleared", use the "check" option from the statement menu. Press 
  127. [C] to confirm that an item is cleared, ie. has appeared on your statement.
  128.  
  129. Note that items with a transaction date greater than today's date will not 
  130. affect the current balance, until that date is reached.
  131.  
  132.  
  133.  
  134. Standing Orders
  135. ===============
  136. There is no limit to the amount of standing orders that can be setup. When 
  137. Bank is run, it automatically pays any standing orders that are due in the 
  138. current month, or next month. 
  139.  
  140.  
  141.  
  142.  
  143.  
  144. Viewing Bank Statements
  145. =======================
  146. Symbols used in the view/print statement options, are:
  147. u = uncleared (printout only)
  148. D after the balance indicates a debit
  149. << indicates the current balance (printout only)
  150. current balances are highlighted in view
  151.  
  152.  
  153.  
  154. ============================================================
  155.  
  156. History:
  157. ========
  158.  
  159.  
  160. v8.0  - Major rework of code to include new menu layout and new file 
  161. structure. Significant changes to layout of most screens. 
  162.  
  163. v8.1  - Now runs on Series 3 or Series 3a
  164.  
  165. v8.2  -International currency support added. Minor bug fixes (password / 
  166. print to file)
  167.  
  168. v8.21 - 'Check' option now searches in date order by oldest uncleared item.
  169. New icons for Application versions. Checks for duplicate S/O names.
  170. Now runs from \BNK\ directory on A: or B: as well as M:
  171.  
  172. v.8.22 - Several minor tweaks and bugfixes.
  173.  
  174. v8.23 - Trial Shareware release. Help added. Useful Info option added.
  175. Enhanced error checking introduced.
  176.  
  177. v8.3 - Full shareware version. Cosmetic changes. Datafiles read from 
  178. default drive.
  179.  
  180. v8.4 - Several minor changes, including encoding of password, start/end
  181. dates for standing orders, better handling of files on SSD's, and some
  182. general fixes and cosmetic changes.
  183.  
  184.  
  185.  
  186. =========================================================================
  187. Announcing BankPlus -
  188.  
  189. An enhanced version for the Series 3a.
  190.  
  191. This version includes a much more graphical interface, taking advantage of
  192. the screensize and fonts. Provision is made for eight accounts. Improvements
  193.  made to most functions, which could not be implemented into BANK due to
  194. screen/memory limitations. The startup menu can be toggled with a view 
  195. of the last 10 transactions, and the View Statement can now be used to 
  196. edit/delete/clear items.
  197.  
  198. Bankplus is available as Shareware. The registration fee of 5 UK pounds covers
  199. BANK and BANKPLUS. If you would like to receive the latest version of 
  200. either program, please email the author. A disk copy can be sent for
  201. 6 UK pounds, which includes registration, disk & postage.
  202. ==========================================================================
  203.  
  204.  
  205.  
  206. Notes:
  207. ======
  208.  
  209. Some users have commented that they are unable to close Bank using the delete
  210. key from the Psion system. It IS possible to exit from outside Bank, but only
  211. from the Bank manin menu.
  212. There's a reason for this. Each account's balance is saved to memory and
  213. compared to the file, so that if the machine crashes, the balance is protected.
  214. If the program is exited suddenly, there's the danger that the balance may 
  215. trash. To prevent that danger, I've made it impossible to exit from outside
  216. the program unless the main menu is displayed. Using KILL runs the risk of 
  217. losing your data. be warned. The correct way to exit is from within the 
  218. program using the Exit option (Psion-X). Apologies if this causes problems,
  219. but I don't want to get into improving the error checking for exits, or 
  220. running the risk of losing balance information.
  221.  
  222.  
  223.  
  224.  
  225.  
  226. Registering Bank
  227. ===================
  228. From Version 8.23, BANK is Shareware, and if you find this program useful,
  229. you are asked to register it. The current price is 5.00 UK pounds.
  230. Cheques, made payable to P.Sipple, should be sent to the following address:
  231.  
  232. Pete Sipple
  233. 51 Eastwood Boulevard,
  234. Westcliff-on-Sea,
  235. Essex
  236. SS0 0BY
  237. England
  238.  
  239.  
  240. To register outside the UK, any of the following are acceptable:
  241.  
  242. 1. Send a 5ukp note
  243. 2. Send a cheque drawn on a UK bank for 5ukp, made payable to "Pete Sipple"
  244. 3. Register online with Compuserve - see below
  245. 4. Send a cheque drawn on a US bank, for 10usd, made payable to "Robin Holding", to the above address.
  246. 5. Send a cheque drawn from your local bank, but payable in sterling, to "Pete Sipple"
  247. 6. Contact a friend in the UK and ask them to forward payment in ukp.
  248. 7. Contact the author direct to negotiate an alternative payment method
  249.  
  250.  
  251.  
  252. If requested, you will be sent the most current version of BANK.
  253.  
  254. Please remember to include your email address (if appropriate), current 
  255. version number, and desired compression format (ie. ZIP, ARC). Files sent 
  256. by email will be UUencoded if sent over Internet. 
  257.  
  258. If you cannot accept UUencoded email, or have no email account, a disk of 
  259. the latest version can be posted out to you, but please add 1.00ukp for disk
  260. cost plus postage.
  261.  
  262. Users of Compuserve can register using the Compuserve SWREG service. Type
  263. SWREG at the GO prompt, and quote 7101 as the registration ID. A charge of
  264. $10 will be applied to your CIS account, and you will receive your registration
  265. number by email. If requested, you can have upgrades sent to your account,
  266. providing that you accept that any mail charges levied by Compuserve for
  267. file transfer. The author can be contacted via Compuserve at 100333,3266
  268.  
  269.  
  270. As well as supporting the Shareware concept, registration brings additional
  271. benefits:
  272.  
  273. 1. The latest versions of BANK will be  emailed to you as soon as they are 
  274. available, if requested.
  275.  
  276. 2. You will be sent a registration number to remove the startup "nag" screen.
  277.  
  278. 3. Wherever possible, your suggestions will be considered for future
  279. releases.
  280.  
  281. 4. Your name may appear in the "Hall of Fame" (!)
  282.  
  283.  
  284.  
  285.  
  286. =============
  287.  
  288.  
  289.  
  290.  
  291. Comments, queries and bug reports are welcomed. I can be reached by email
  292. at:
  293.  
  294. psipple@cix.compulink.co.uk
  295.  
  296. (please state the version number that you are using!)
  297.  
  298.  
  299.  
  300.  
  301. Disclaimers, etc
  302. ================
  303. Although this procedure appears stable, I cannot accept any liability for 
  304. loss, or damage, as a result of using this procedure.
  305.  
  306.  
  307. The procedures included with releases of BANK remain copyright of 
  308. Pete Sipple.
  309. You may freely distribute the files to other users, but please make sure 
  310. that ALL files including this documentation are kept together. Distribution
  311. of reverse-translated source code is not permitted. 
  312.  
  313.  
  314. Written by: Pete Sipple
  315.             10 April 1995
  316. 
  317.