home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF113.ZIP / AUTO.DOC next >
Text File  |  1990-10-05  |  6KB  |  189 lines

  1.  
  2.                       "AUTO - Version 1.02"
  3.  
  4.                    USED CAR LOAN AMORTIZATION
  5.  
  6.  
  7.                       System requirements:
  8.                      IBM PC (or compatable)
  9.                      MS-DOS 2.0 (or greater)
  10.                         512 K free memory
  11.                   Monochrome (or color) monitor
  12.                     Printer  (any dot matrix)
  13.  
  14. AUTO:  Used Car Loan Amortization can be used to  calculate  auto 
  15. loan  amortization  schedules  with only  a  few  entries.   This 
  16. simple-to-use program allows use of any interest rate.  User  can 
  17. define  any  number  of fixed days  between  payments  after  the 
  18. initial  payment  date.   Enter the  sale  price,  down  payment, 
  19. interest  rate (annual), purchase date, date of 1st payment,  and 
  20. fixed  payment amount and in an instant you are  displayed  total 
  21. pay back, total interest paid, and total number of payments to be 
  22. made.  You  then can either display the payment schedule  on  the 
  23. screen, print the payment schedule, request another schedule,  or 
  24. quit back to DOS. 
  25.  
  26. (NOTE  - The calculation to check to see if loan can be paid  off 
  27. is dependent upon the interest calculated for the first  payment. 
  28. Total number of days between purchase date and first payment  can 
  29. cause  this calculation to project an interest rate in excess  of 
  30. the fixed payment amount. Reduce the number of days for the first 
  31. payment if you feel the interest rate is valid.) 
  32.  
  33. In   addition  the  calculating  auto  loan  schedules  you   can 
  34. optionally  capture  information  on  sales  agent,  buyer,   and 
  35. vehicle. When you print the loan schedule this information, along 
  36. with loan parameters, is printed in the heading of the first page 
  37. of the schedule. 
  38.  
  39. These  features make this an ideal tool for used car  sales  that 
  40. provide  financing on a weekly payment schedule. Print  schedules 
  41. for yourself, friends, or prospective clients. 
  42.  
  43.  
  44. FEATURES:   Menu driven.
  45.             F1 help on all input fields.
  46.             F10 Free memory check
  47.             Simple to use.
  48.             Self installing.
  49.             Can be personalized.
  50.  
  51. LIST OF FILES:   AUTO.EXE       Loan Amortization program
  52.                  README.1ST     Instructions on installation.
  53.                  AUTO.DOC       Documentation on how to use.
  54.  
  55.  
  56. INSTALLATION:
  57. ------------
  58.  
  59. Follow the instructions outlined in the 'README.1ST' file.
  60.  
  61.  
  62. SYSTEM INITIALIZATION:
  63. ---------------------
  64.  
  65. Make  the directory that you loaded 'AUTO.EXE' program module  in 
  66. your current directory.
  67.  
  68.                      Enter: AUTO
  69.  
  70.      The  first  time you load 'AUTO.EXE' you  are  provided  the 
  71. opertunity  to personalize your system.  You do this by  entering 
  72. your  business name and address. The system then creates  a  file 
  73. named 'AUMVBLS.MEM' that will hold this information for recall to 
  74. be  printed  on  all listings.  You are now  ready  to  use  your 
  75. system. 
  76.  
  77. SYSTEM NORMAL USE: Make the directory that you loaded  'AUTO.EXE' 
  78. program module in your current directory.
  79.  
  80.                      Enter: AUTO
  81.  
  82. Use the MASTER MENU to select the information you wish to  access 
  83. then enter information as it is requested.  Information on  sales 
  84. agent, buyer, and vehicle are optional.  Entering a 0.00  finance 
  85. amount  will signify that you want to quit and return to DOS.   A 
  86. 0.000 interest rate is valid, otherwise enter rate as 10.000  for 
  87. 10%,   10.250 for 10.25%, etc. Just enter the total sales  price, 
  88. down payment amount, annual interest rate, date of purchase, date 
  89. of  first payment, and fixed payment amount and the rest  of  the 
  90. work  is  done for you. If your interest rate and  fixed  payment 
  91. amount  result  in  a loan that cannot be paid off  you  will  be 
  92. required  to correct and re-enter your loan parameters.  You  are 
  93. then  displayed  the total payback amount, total interest  to  be 
  94. paid on borrowed funds, the total number of payments and date  of 
  95. last payment. 
  96.  
  97. Next  you  requested  to make a selection from  the  options  to: 
  98. display  the loan schedule on the screen, list the loan  schedule 
  99. to  the printer, calculate a new loan schedule, or quit  to  DOS. 
  100. (Note  - only one screen of the schedule will be displayed  at  a 
  101. time  and you have the option to cancel the schedule  display  at 
  102. the end of each screen.) 
  103.  
  104. Anytime  you  wish you can press 'F1' for information  about  the 
  105. field you are about to enter/change.
  106.  
  107.  
  108. Other than the AUMVBLS.MEM file created at system  initialization 
  109. there  is  only one other *.MEM file is created to  contain  your 
  110. AGENT's name and address.
  111.  
  112.  
  113. FULL SCREEN NAVIGATION KEYS:
  114. ---------------------------
  115.  
  116. KEY              PURPOSE
  117. -----------------------------------------------------------------
  118. Leftarow,        Character left. Does not move cursor to previous
  119. GET. Ctrl-S
  120.  
  121. Rightarrow,      Character right. At end of GET, cursor moves to
  122. Ctrl-D           next GET.
  123.  
  124. Ctrl-Leftarrow,  Word left.
  125. Ctrl-A
  126.  
  127. Ctrl-Rightarrow, Word right.
  128. Ctrl-F
  129.  
  130. Uparrow,         Previous GET.
  131. Ctrl-E
  132.  
  133. Dnarrow,         Next GET.
  134. Ctrl-X,
  135. Return,
  136. Ctrl-M
  137.  
  138. Home             Beginning of GET.
  139.  
  140. End              Last character of GET.
  141.  
  142. Ctrl-Home        Beginning of first GET.
  143.  
  144. Ctrl-End         Beginning of last GET.
  145.  
  146.  
  147. FULL SCREEN EDITING KEYS:
  148. -------------------------
  149.  
  150. KEY                  PURPOSE
  151. -----------------------------------------------------------------
  152. Del,                 Delete character at cursor position. Ctrl-G
  153.  
  154. Backspace,           Destructive backspace.
  155. Ctrl-H
  156.  
  157. Ctrl-T               Delete word right.
  158.  
  159. Ctrl-Y               Delete from cursor position to end of GET.
  160.  
  161. Ctrl-U               Restore current GET to original value.
  162.  
  163.  
  164. FULL SCREEN ESCAPE KEYS:
  165. ------------------------
  166.  
  167. KEY                  PURPOSE
  168. -----------------------------------------------------------------
  169. Ctrl-W,              Terminate READ saving current GET.
  170. Ctrl-C,
  171. PgUp,
  172. PgDn
  173.  
  174. Return,              Terminate READ from last GET.
  175. Ctrl-M
  176.  
  177. Esc                  Terminate READ without saving current GET.
  178.  
  179.  
  180. FULL SCREEN MODE KEYS:
  181. ----------------------
  182.  
  183. KEY                  PURPOSE
  184. ----------------------------------------------------------------
  185. Ins,                 Toggle insert mode.
  186. Ctrl-V
  187.  
  188.  
  189.