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