home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / f / finance / !Finance / !Help < prev    next >
Text File  |  1996-07-19  |  3KB  |  73 lines

  1.     
  2.     *****************************************************************************************
  3.     *                                                                                       *
  4.     *                                       !Finance                                        *
  5.     *                               Finance deal calculator                                 *
  6.     *                                                                                       *
  7.     *****************************************************************************************
  8.  
  9. Written by: Glynn Snowden
  10. Version   : 3.00 (9th April 1996) 
  11.  
  12. This application works with all versions of RISC OS.
  13.  
  14. Introduction
  15. ~~~~~~~~~~~~
  16. Finance was my first real foray into WIMP programming.  I had written numerous programs to run
  17. outside the desktop, but this was my first desktop application.  I hope someone out there will
  18. find it useful.
  19.  
  20. How to use !Finance
  21. ~~~~~~~~~~~~~~~~~~~
  22. Double-click on the icon in the directory viewer to load the program.  The program  will install
  23. itself on the right-hand side of the icon bar.  Clicking with SELECT or ADJUST over the icon
  24. brings up the main window.  Here there is a space to enter the initial amount, interest rate (as
  25. a percentage), time to pay back (in months) and, if any, deposit (as a percentage). If you try
  26. to calculate without entering values for the first three prompts you will get a message telling
  27. you to enter the relevant information.  Pressing RETURN with the caret on the screen will move
  28. to the next section, and after the last one, calculate the amount.
  29.  
  30. The two radio buttons directly above the results window allow you to select the interest type.
  31. Simple interest   - Interest is only paid on the initial amount.
  32. Compound interest - Interest is paid on the interest, as well as the initial amount.
  33.  
  34. The variable windows are not emptied after interest is calculated, or when the window is closed.
  35.  
  36. The icon bar menu gives information about the program, a calculator utility and the quit option.
  37.  
  38. The calculator layout is similar to the standard Acorn one supplied in ROM on RISC OS3 machines.
  39. The main difference is that as you enter a sum it adds to the sum in the window, so you can
  40. perform more than one step at a time. (This isn't a very good description, so try it yourself.)
  41.  
  42. NOTE: This program was written on an A3010 and has been tested on an A7000 so should be fairly   universally workable.
  43.  
  44.  
  45. History
  46. ~~~~~~~
  47.  
  48. V0.50
  49. Initial test version.  
  50.  
  51. V1.00
  52. Basic program.  As you see now but only simple interest and no deposit option.
  53.  
  54. V1.50
  55. Added deposit section.
  56.  
  57. V2.00
  58. Added compound interest.
  59.  
  60. V2.50
  61. Calculator added.
  62.  
  63. V2.80
  64. Bug fix - caret now replaces itself correctly if you miss out one of the pieces of information.
  65.  
  66. V3.00
  67. Calculator now handles illegal sums correctly.
  68.  
  69. Glynn Snowden
  70. 8 St Margaret's Road
  71. Knaresborough
  72. North Yorkshire
  73. HG5 0JS