Issue 7: Adding a client
Project Member Reported by bkmackellar, Mar 19, 2014
Implement the use case Add a new client
Name: Add Client

Participating Actor: Forestdale Staff

Entry Condition: User has sufficient privileges to add clients.

Exit Condition: Client information added and stored in database.

Flow of Events:
1- User selects “add client”
2- Permission of user is checked.
3- If user has correct permission, bring up add client form. Else deny access.
4- User fills out form.
	-Fields such as First Name, Last Name, Birth Date, Contact Information (Phone,
E-mail address, Home address)
6- If all required fields are filled, submit form.
7- Add client and corresponding information to relevant database tables.

Special Requirements: 
-Required fields must have values in order for data to be saved.