|
Description: |
Offline+online reservation system, easily managed after, for bungalows.
1.offline system: with master user / pass
-ability to add delete items (bungalows) also by type (2,3,4rooms,etc)
-each one will have its own calendar (that will be cross-referenced once an online reservation is made)
-user can crooss and uncross dates from each item calendar
-after user is done modifying data program will auto update the online part
2.online system:
-will take as reference the online one
-when someone makes a reservation he will be shown the item available (after cross reference by type and dates desired)
PS:i am not asking for the website interface (which already exists) only for the back programming Additional Info (Added 11/25/2008 at 17:45 EST)...The website holds a normal PHP reseservation area (with areas like name,address,tel,email, date of arrival+departure (which is the first elimiation criteria) second one is the number of persons stayng, third is price (breakfast or full dining/3meals).SInce the offline part is out of the question for obvious reasons the online one must the one that manages which bungalows are available and which are not based on the criteria the man that makes the reservation inputs first time.
This mangement part must have user pass access where the admin can add bungalows (select option for each like how many people it can hold, type as in stars, plus area to input preice per brakfast and full dining) also can manage the ones that are allready created as in clear or ad dates in each calendar for avability(for reservations made over the phone).
After data is inserted in the php part and cross reffrence is made afer data like date, number of visitors and brackfast or full dinig the available bungalows will be shown with price.
|