p-GymReg
README.md

p-GymReg

Gym Registration Program PRESIDENTIAL FITNESS PROJECT IN C#

How to use program: When you open the program, the user is presented with a GUI menu with three options. The two different people who will use this program are listed below: a) The receptionist (you) will be viewing this menu at the front desk for two purposes: To register a new guest or to register a new member. b) An admin/owner (also you) will be allowed the option to login and access the databases associated with Presidential Fitness. You will be able to view and edit the information as you please. Now that we have defined the two types of people who will use this program, we will list a step by step process below of how to use the program. As Receptionist - Registering a guest: Step by step list

  1. Click the ‘register new guest’ button.
  2. A guest registration form will pop up.
  3. Enter the customers full name.
  4. Enter the customers DOB.
  5. Enter the customers home address.
  6. Enter the total days the guest would like to have free access to the gym (4 days max).
  7. Press the registration button and the guest is now entered into the guest database.

As Receptionist - Registering a member: Step by step list

  1. Click the ‘register new member’ button.
  2. A member registration form will pop up.
  3. Enter the customers full name.
  4. Enter the customers DOB.
  5. Enter the customers home address.
  6. Enter the customers weight.
  7. Enter the customers height.
  8. Enter the customers fitness aspirations which they hope to achieve.
  9. Enter how many months they would like to be a member for (1-12).
  10. Enter the customers credit card number so we can bill them monthly (convience purposes).
  11. Press the registration button and the customer is now a member of Presidential Fitness.

As Admin/Owner – Logging in to view & edit databases: Step by step list

  1. Click the ‘admin login’ button.
  2. An admin login menu will pop up.
  3. Enter your name.
  4. Enter your password.
  5. If both are correct, you will be granted access to the admin form.
  6. This one form will allow you to view each database using radio buttons.
  7. If you want to add/edit/remove an entry on any database, you can do so through the interactive datagridviewer. After doing so, press the ‘Save Changes’ button and you have successfully edited the database.