home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / 1997 / 921.ZIP / BANKS.TXT < prev   
Encoding:
Text File  |  1997-02-13  |  11.1 KB  |  331 lines

  1.                           "BankPlus" by Pete Sipple
  2.             Written for the Psion Siena  (January 1997)
  3.  
  4.  
  5.  
  6. BankPlus is a shortish procedure which allows the user to create up to eight
  7. accounts, which can be either BANK or CREDIT CARD accounts. It will 
  8. automatically pay standing orders, arrange inter-account transfers, and
  9. lets you print a statement to screen or printer. It allows the user to 
  10. verify bank statements, and comes with a basic password facility, to
  11. prevent casual prying. 
  12.  
  13.  
  14. The Siena version is still under development. Any feedback welcomed!
  15.  
  16.  
  17.  
  18. Installation of BankPlus
  19. ========================
  20.  
  21.  
  22. This version of BankPlus will run on a Siena only
  23. (Versions are available for the Series 3a/3c, and the Series 3)
  24.  
  25.  
  26.  
  27. To Install:
  28.  
  29. 1. Create a directory called \APP\ 
  30.  
  31. 2. Copy BANKS.OPA , BANKS.PRG and BANKS.HLP into the \APP\ directory.
  32.  
  33. 3. From the system screen, select 'Install' from the 'Apps' menu, and 
  34.    move to BankPlus using the cursor keys.
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41. Files included with this release
  42. ================================
  43. BANKS.OPA - Application file
  44. BANKS.PRG - The program file
  45. BANKS.HLP - The help file (optional)
  46.  
  47. BankPlus will create a datafile for each account specified. They will be
  48. placed in a directory called \BNK\ on whichever drive has been specified
  49. in the Settings menu.
  50.  
  51. A small file called BANK.SET will be created in \OPD\ . Do not
  52. delete this file - it contains data vital to the operation of BankPlus.
  53.  
  54.  
  55.  
  56. ============================================================
  57.  
  58.  
  59. BASIC OPERATING INSTRUCTIONS:
  60. =============================
  61.  
  62. When you first run the program, you will be presented with a menu called 
  63. SPECIAL, from which you can specify a password if required, but more 
  64. importantly, to setup each bank account. Select 'Setup Accounts', and you 
  65. will be asked for a name for up to eight accounts. Type in a name, ie CURRENT,
  66. ACCESS, etc. Once the entries are completed, press [enter] to proceed to the
  67. next screen and select the type of account - either a BANK or CREDIT CARD
  68. account.
  69.  
  70. Once you've set up your accounts, you get the main system menu, which is 
  71. the business end of the program. Press the [Menu] key to access the menu
  72. if it isn't displayed.
  73.  
  74.  
  75.  
  76.  
  77. Menu Options
  78. ============
  79.  
  80. The 'Account' Menu Card presents a list of the accounts that you have 
  81. set up - Select an account to use.
  82.  
  83. Find - Search the selected account for an individual item - press [enter]
  84. to scroll
  85. New Item- To Enter a new item
  86. Transfer - Transfer funds between accounts
  87. Std Orders - Setup or edit standing orders
  88.  
  89. View - View a list of transactions/balances in date order (Bank statement)
  90. Check - To match BankPlus data with your bank statement
  91. Balances - Today's balance on all accounts (press menu for other commands)
  92. Categories - For an overview of category spend
  93.  
  94. Tidy - Tidy entries older than specified date (entries are deleted)
  95. Print - Print a list of transactions/balances in date order (Bank statement)
  96. Export - Export as comma delimited (for spreadsheets)
  97. Currency Converter - Set currency conversion defaults, plus a conversion
  98. calculator
  99. Information - Bank Account number, sort code, phone number and notes
  100.  
  101. Setup Accounts - Change / setup bank account information
  102. Settings - To set basic defaults
  103. International - Setup currency details and number formats.
  104. Category names - Up to 15 categories are allowed. Enter names here.
  105. Password - change password (a blank field will disable password facility)
  106.  
  107.  
  108.  
  109. Explanation of "Clearing" & "Stmt"
  110. ==================================
  111.  
  112. By default, new entries are marked as "uncleared", which means that they 
  113. haven't appeared on your monthly statement from your bank.
  114.  
  115. The Balance shown on the main menu screen shows "Balance" (which includes
  116. all transactions, cleared or not, as of today's date)
  117.  
  118. The 'Cleared' total shows the amount shown on your latest bank statement.
  119.  
  120. To adjust "cleared", use the "check" option from the statement menu. Press 
  121. [C] to confirm that an item is cleared, ie. has appeared on your statement.
  122.  
  123. Note that items with a transaction date greater than today's date will not 
  124. affect the current balance, until that date is reached.
  125.  
  126.  
  127.  
  128. Standing Orders
  129. ===============
  130. There is no limit to the amount of standing orders that can be setup. When 
  131. BankPlus is run, it automatically pays any standing orders that are due in the 
  132. current month, or next month. 
  133.  
  134. Standing orders can be set to all months, or to specific months, to accomodate
  135. non specific standing orders.
  136.  
  137.  
  138. Printing via PsiWin
  139. ===================
  140. Psion have not released a way of accessing the "Psion Print" command
  141. from OPL at this time, which means that it is not possible to print
  142. from BankPlus to a printer via PsiWin. The official workaround is to use
  143. the RPRINT.EXE file supplied on Disk One of the PsiWin set of disks. This
  144. is a DOS executable program.
  145.  
  146.  
  147. Explanation of Credit Card accounts
  148. ===================================
  149. Some users have expressed confusion over how "credit card" account types
  150. work. Here is a summary of how they should be used.
  151.  
  152. Definition - If you have a credit card account, it should be set up as such
  153. under the Setup Accounts option. Bank makes a 'Credit card' card works in an
  154. opposite way to a "Bank' account, in that debits are added to the balance, 
  155. rather than deduced. This is why the balance on the statement issued by your
  156. credit card company shows a positive balance and payments are deduced from 
  157. the outstanding balance. This means that when you enter a transaction into 
  158. Bank, you will enter it as a "debit", whereas payments are "credits"
  159.  
  160. Balances - If an account is correctly set as a 'Credit card' account, the 
  161. fact that your 'credit card' balance is money that you owe, is reflected in 
  162. the Balances total. If you were to owe $100 to Visa/Mastercard, the 
  163. "Balances" option would show a "debit" and reduce your total balance 
  164. accordingly.
  165.  
  166. Transfers - If you wish to make an inter account transfer to show that you 
  167. have made a payment to your credit card company, you would select "Transfer",
  168. and set the "From Account" to be the bank account, and the "To Account" to 
  169. be the credit card account. The "Transfer amount" should not be a negative 
  170. amount.
  171.  
  172.  
  173.  
  174.  
  175. Categories
  176. ==========
  177. This option is for users who wish to keep a record of transcation types, for
  178. example,  cash, cheque, payment, petrol, etc. transactions. The names of the 
  179. transaction types are entered (max of 15) in the 'Category names' screen, 
  180. and the Category function is enabled in the Settings menu. When new items
  181. are entered, you have the option to select that category. 
  182. Reports / Find / View can then search or list by category.
  183.  
  184.  
  185.  
  186.  
  187. =========================================================================
  188.  
  189.  
  190.  
  191.  
  192. Bank (Series 3) & BankPlus (Series 3a/3c)
  193. ===============
  194.  
  195. Bank is still available for Series 3 users, but only has provision for five
  196. accounts, as well as a few other minor limitations. 
  197.  
  198. BankPlus for the 3a/3c is a full-screen version of the program.
  199.  
  200. Bank and Bankplus are available as Shareware. The registration fee of 8 UK 
  201. pounds covers BANK and BANKPLUS.
  202.  
  203. ==========================================================================
  204.  
  205.  
  206.  
  207.  
  208. Registering BankPlus
  209. ====================
  210.  
  211. BankPlus is Shareware, and if you find this program useful, you are asked to
  212. register it. The current price is 8.00 UK pounds.
  213.  
  214. Cheques, made payable, to P.Sipple should be sent to the following address:
  215.  
  216. Pete Sipple
  217. Flat 4, 17 Devereux Road
  218. Southend-on-Sea,
  219. Essex
  220. SS1 1DR
  221. England
  222.  
  223.  
  224. To register outside the UK, any of the following are acceptable:
  225.  
  226. 1. Send a cheque drawn on a UK bank for 8ukp, made payable to "Pete Sipple"
  227. 2. Compuserve users can register online using SWREG - see below
  228. 3. Send a cheque drawn from your local bank, but payable in sterling, to "Pete Sipple"
  229. 4. Make payment by credit card (see below)
  230. 5. Contact a friend in the UK and ask them to forward payment in ukp.
  231.  
  232. If requested, you will be sent the most current version of BankPlus by email.
  233. Please remember to include your email address (if appropriate), current 
  234. version number, and desired compression format (ie. ZIP, ARC). Files sent 
  235. by email will be UUencoded if sent over Internet. 
  236.  
  237. If you cannot accept UUencoded email, or have no email account, a disk of 
  238. the latest version can be posted out to you, but please add 1.00ukp for disk
  239. cost plus postage.
  240.  
  241.  
  242. CompuServe
  243. ==========
  244. Users of CompuServe can register using the Compuserve SWREG service. Type
  245. SWREG at the GO prompt, and quote 13069 as the registration ID. A charge of
  246. $15 will be applied to your CIS account, and you will receive your 
  247. registration number by email. If requested, you can have upgrades sent to
  248. your account, providing that you accept that any mail charges levied by 
  249. CompuServe for file transfer. The author can be contacted via Compuserve
  250. at 100333,3266
  251.  
  252.  
  253.  
  254. Credit Card
  255. ===========
  256. Payment can be made by Access or Visa. Please add a ú0.50 handling charge.
  257. For security reasons it is advised that credit card details are sent via
  258. post rather than in email. Please quote card name, number and expiry date.
  259. Please make sure that the amount (ú8.50) is quoted in sterling.
  260.  
  261.  
  262. As well as supporting the Shareware concept, registration brings additional
  263. benefits:
  264.  
  265. 1. The latest versions of BankPlus will be emailed to you as soon as they
  266. are available, if requested.
  267.  
  268. 2. You will be sent a registration number to remove the startup "nag" screen.
  269.  
  270. 3. Wherever possible, your suggestions will be considered for future
  271. releases.
  272.  
  273.  
  274.  
  275. =========================================================================
  276.  
  277. Latest Version:
  278. ===============
  279.  
  280. The latest version of BankPlus can be obtained by any of the following
  281. methods:
  282.  
  283. 1. Downloaded direct from the BankPlus homepage
  284.    http://members.aol.com.petesipple/bankplus.htm
  285. 2. By email. Mail psipple@cix.compulink.co.uk for details
  286. 3. From the Palmtop A forum on Compuserve
  287. 4. From the Psion conference on CiX
  288. 5. From other shareware sources, inc the main FTP sites and 3lib
  289. 6. By sending a disk and stamped addressed envelope to the author
  290.  
  291. =========================================================================
  292.  
  293.  
  294. Finally:
  295. ========
  296.  
  297.  
  298. Thanks to William Nightingale and Martin Packer for their help with
  299. designing the BankPlus icon. 
  300.  
  301. A big thanks also to many beta testers - Without your help, the program
  302. wouldn't be what it is today!
  303.  
  304.  
  305. Comments, queries and bug reports are welcomed. I can be reached by email
  306. at:
  307.  
  308. psipple@cix.compulink.co.uk
  309. or 100333.3266 (CompuServe)
  310.  
  311. (please remember to state the version number that you are using!)
  312.  
  313. * PLEASE NOTE THAT TELEPHONE SUPPORT IS NOT AVAILABLE *
  314.  
  315.  
  316.  
  317. Disclaimers, etc
  318. ================
  319. Although this procedure appears stable, I cannot accept any liability for 
  320. loss, or damage, as a result of using this procedure.
  321.  
  322.  
  323. The procedures included with releases of BankPlus remain copyright of 
  324. Pete Sipple.
  325. You may freely distribute the files to other users, but please make sure 
  326. that ALL files including this documentation are kept together. Distribution
  327. of reverse-translated source code is not permitted. 
  328.  
  329.  
  330. Written by: Pete Sipple
  331.             12th Feb 1997