home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / HILFEN / MODEM / SALES / DOCS.XXX / MEMBSHIP.DOC < prev    next >
Text File  |  1991-06-08  |  2KB  |  58 lines

  1. Membership Registrations Database.
  2.  
  3.  
  4. The membership registration portion of this program will allow
  5. users to be automatically upgraded when applying for a membership.
  6. The system will present the user with a listing of memberships and
  7. allow the user to choose the membership they wish.
  8.  
  9. Upon selecting the membership, the system will check the upgrade
  10. security against the users current security.  If the system finds
  11. the current security is higher or equal to the memberships security
  12. selected, it will issue an error message to the user.
  13.  
  14. If the users security is lower than the membership selected the system
  15. will ask the user if they wishe to apply using a credit card.  The credit
  16. cards available on your system will be listed.  If the answers is 'N' the
  17. user will be returned to the main menu.  If 'Y' they will be prompted for
  18. a credit card number.  If a valid credit card number and expiration is
  19. entered then the system will log the registration to the logfile specified
  20. in the configuration file and automatically upgrade the users access.
  21.  
  22. This way the user will have a new access level when he leaves the door.
  23.  
  24. The following is the file layout for the memberships registration
  25. file:
  26.  
  27. Legend Characters  Description
  28.  
  29. A       1 - 10     Item Number
  30. B      11 - 43     Item Description
  31. C      44 - 54     Membership price
  32. D      55          Space
  33. E      56 - 58     Security Level to upgrade user to upon Credit Card
  34.                    registration.
  35. F      59          Space
  36. G      60 - 63     Length of registration in days.  (ie: 365 = 1 year)
  37.  
  38. File Layout
  39.  
  40. Memberships
  41. Item #    Item                                Sale Pr.
  42. --------------------------------------------------------------
  43. 1         60 Mins a Day 4 Months 1000K           20.00 15  120
  44. 2         60 Mins a Day 1 Year 1000K             45.00 16  365
  45. 3         90 Mins a Day 1 Year 1500K             60.00 20  365
  46. 4         120 Mins a Day 1 Year 2000K            90.00 25  365
  47. 5         150 Mins a Day 1 Year 3000K           120.00 35  365
  48. 6         180 Mins a Day 1 Year 4000K           150.00 45  365
  49. ~~~
  50. A         B                                     C     DE F G
  51.  
  52. NOTE!!!!!!!
  53.  
  54. The first line must be blank.
  55. The second line must be a descriptor for the file.
  56. The 3rd & 4th lines must remain as above.
  57. The last line must only contain ~~~.
  58.