home *** CD-ROM | disk | FTP | other *** search
/ Your Business Pak / BusinessPak2.iso / Pca / _SETUP.1 / 2020.BLD < prev    next >
Text File  |  1997-07-22  |  3KB  |  148 lines

  1. #2020
  2. @001 Enter name of PURCHASER/OFFEROR:
  3. ~Enter the name of the person who is buying the car.
  4. @002 Enter name of SELLER:
  5. ~Enter the name of the seller of the car.
  6. @003 Enter the street address of SELLER:
  7. ~Enter the street address of the seller.
  8. @004 Enter city, state zip code of SELLER:
  9. ~Enter the city, state zip code of the seller.
  10. @005 Enter the make of the vehicle:
  11. ~Enter the manufacturer of the vehicle.
  12. @006 Enter the model of the vehicle:
  13. ~Enter the model name of the vehicle.
  14. @008 Enter the year of make of the vehicle:
  15. ~Enter the model year of the vehicle.
  16. @009 Enter body style of vehicle:
  17. ~Enter the type of body; for example, coupe, sedan, convertible.
  18. @007 Enter the VIN of the vehicle:
  19. ~Enter the VIN of the vehicle.
  20. !208 Enter (in numerals) proposed purchase price:
  21. ~Enter in numerals the amount of the purchase price without using
  22. ~commas or the "$" sign; for example 5600.00 is proper entry.
  23. #2021 Is sales tax additional?
  24. ~Sometimes sales tax is paid at the time of sale; in other cases
  25. ~it is paid later when the tag is registered
  26. #if#2021
  27. @099 Enter sales tax rate:
  28. ~Enter the sales tax as a percentage (numerals):
  29. #endif
  30. #2022 Are any additional charges to be paid?
  31. ~In some cases or in some deals, additional fees like tag or
  32. ~impact fees are collected. Select yes if there are other fees.
  33. #if#2022
  34. @010 Enter the description of the charges:
  35. ~State the additional charges such as impact or license tag fees.
  36. !011 Enter in numerals any additional charges:
  37. ~Enter the amount of the charges using numerals. Do not use
  38. ~the "$" symbol or commas. For example: 1234.44
  39. #endif
  40. #2024 Is purchase price to be paid on terms?
  41. ~Select yes if this transaction is not cash on delivery.
  42. #if#2024
  43. @013 Enter the terms:
  44. ~Enter the terms under which the purchase price will be paid.
  45. #endif
  46. #2025 Is there a time limit on the offer?
  47. ~Under some circumstances someone may wish to limit the offer
  48. ~to a certain time period. Select yes if this is the case. The
  49. ~next choices will provide the date and time.
  50. #if#2025
  51. @014 Enter the date when the offer expires:
  52. ~Enter the date when the offer will expire.
  53. @015 Enter the time when the offer expires:
  54. ~Enter the time when the offer will expire.
  55. #endif
  56. #2026
  57. #end control section
  58. #2020
  59. /* Offer to purchase vehicle */
  60.  
  61.  
  62. To: @002
  63.  
  64. @003
  65.  
  66. @004
  67.  
  68.  
  69. @001 offers to purchase the following vehicle:
  70.  
  71.  
  72. Make: @005
  73.  
  74. Model: @006
  75.  
  76. Year: @008
  77.  
  78. Body style: @009
  79.  
  80. Vehicle Identification Number: @007
  81.  
  82.  
  83. for the following price: $ @208 (!208 dollars)
  84.  
  85. #2021
  86. /* #2021: Plus sales tax */
  87.  
  88.  
  89. plus applicable sales tax of @099 per cent
  90.  
  91. #2022
  92. /* @2022: Plus other fees */
  93.  
  94.  
  95. and the following described additional charges:
  96.  
  97. @010, totaling $ @011 (!011 dollars)
  98.  
  99. #2023
  100. /* Para. 2023-- warranty */
  101.  
  102.  
  103. with the following warranty:
  104.  
  105.  
  106. @012
  107.  
  108. #2024
  109. /* Para. 2024-- terms */
  110.  
  111.  
  112. upon the following terms:
  113.  
  114.  
  115. @013
  116.  
  117.  
  118. #2025
  119. /* Para. 2025--- Time limit */
  120.  
  121.  
  122. This offer shall expire unless accepted by @014 at @015.
  123.  
  124.  
  125. #2026
  126. /* Para. 2026: Close */
  127.  
  128.  
  129. Dated: __________________________________________
  130.  
  131.  
  132.  
  133.  
  134.  
  135. __________________________________________________________
  136.  
  137. @001
  138.  
  139.  
  140. Accepted by:
  141.  
  142.  
  143.  
  144.  
  145. _________________________________________________________
  146.  
  147. @002
  148.