////////////////////////////////README//////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
Ezserve
brought to you by:
David Elrom
Simon Rudin
Christian Santiago
James Rosario
////////////////////////////////TUTORIAL////////////////////////////////////
To access our website you must first follow the following link:
http://www.elromenterprises.com/ezserve/index.php5
Upon arrival you will be able asked to enter a user name and password.
////////////////////////////////////////////////////////////////////////////
This file contains all the file names used to execute our program followed by a brief description. The files are:

.htaccess - allows for the processing of .php5 files
DBConnection.php5 - creates a connection with the database
index.php5 - Main file that calls all the classes and the functions
clockcontrol.php5 - a function to help keep track of clocking
logincontrol.php5 - function to help with the login process
logindisplay.php5 - calls display functions for login
employee.php5 - functions to call for employee information
/////Manager/////////
manager.php5 - calls the functions required for manager
managerdisplay.php5 - calls display functions for manager
manageradditem.php5 - function to allow manager to add/delete/edit item
assigntable.php5 - manager function to assign tables
bestcooks.php5 - used in the manager statistics to view the best cook
bestseller.php5 - used in the manager statistics to view the best selling item
bestwaiter.php5 - used in the manager statistics to view the best waiter
payrollresults.php5 - function to display payroll
payrolldisplay.php5 - calls functions to display payroll
profiledit.php5 - function to allow manager to add/edit/delete profiles
search.php5 - function to search for profile
---------------------
the following files are used in the graphic generation of the charts/graphs:
weekstats.php5
monthstats.php5
forms.php5
----------------------
/////Waiter/////////
additem.php5 - waiter function to add items
/////Busboy/////////
busboy.php5 - calls the functions required for waiter
busboydisplay.php5 - calls display functions for waiter
/////Cook///////////
cook.php5
cookdisplay.php5
/////Host///////////
host.php5 - calls the functions required for host
hostdisplay.php5 - calls display functions for waiter