Hotel Reservation System

Thread Solved

Join Date: Jul 2006
Posts: 5
Reputation: gandil is an unknown quantity at this point 
Solved Threads: 0
gandil gandil is offline Offline
Newbie Poster

Hotel Reservation System

 
0
  #1
Jul 30th, 2006
Can you help me to normalize Online Hotel Reservation System. In the database I will store information about the hotels (name, city, country, number of stars, room prices, total number of double rooms, total number of single rooms, number of available rooms, etc); customers (name, email, telephone, address, username, password, etc); reservations (username of the customer who made the reservation, Hotel ID, date of arrival, date of departure, total cost, and etc.).

My Idea:
############
Table Customer:
CustomerID

First Name
Last Name
Gender
Address
Phone
Mail


##############
Table Hotels
HotelID
Name
Address
City
Phone
Number of Stars


###############
Reservation Table
ReservationID
CustomerID
HotelID
Reservation Date
Arrival Date
Departure Date
RoomCategoryID
Status

TotalCost

###############

Table Room Categories
Category ID
Category Name
Number of beds


################
Table Rooms
HotelID

Room Number
Category ID

################
Table Room Price
HotelID

Category ID
Season
Duration
Room Price
################

Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 835
Reputation: pritaeas will become famous soon enough pritaeas will become famous soon enough 
Solved Threads: 136
Sponsor
pritaeas's Avatar
pritaeas pritaeas is online now Online
Practically a Posting Shark

Re: Hotel Reservation System

 
0
  #2
Aug 3rd, 2006
The normalization is okay at this point.

Is this going to be a live system, or just a test ? Because if you want to book rooms, you'll need to know what rooms are available. Suppose a room cannot be sold due to maintenance.
"If it is NOT source, it is NOT software."
-- NASA
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 1
Reputation: funkyduck is an unknown quantity at this point 
Solved Threads: 1
funkyduck funkyduck is offline Offline
Newbie Poster

Re: Hotel Reservation System

 
0
  #3
Aug 31st, 2006
i have made a hotel database using microsoft access. its only basic, such as booking rooms and sees which rooms are avaliable using simple sql. you can download it and the documentation from my website http://www.e-male.me.uk/avce_unit6.html

i hope that helps you a little!
Reply With Quote Quick reply to this message  
Join Date: Mar 2006
Posts: 57
Reputation: carolraydon is an unknown quantity at this point 
Solved Threads: 3
carolraydon carolraydon is offline Offline
Junior Poster in Training

Re: Hotel Reservation System

 
0
  #4
Jan 23rd, 2007
Hi,
You need to break your reservations table into 'main' & 'details': what if a family books 2 rooms? What if they change rooms during their stay? You want it to show up as one reservation, with it's various details.
Also, you have number of beds, but not number of guests...
Have fun.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 4
Reputation: BeEasy is an unknown quantity at this point 
Solved Threads: 1
BeEasy BeEasy is offline Offline
Newbie Poster

Re: Hotel Reservation System

 
0
  #5
Feb 26th, 2008
Reservation Date
Arrival Date
Departure Date
RoomCategoryID
Status
TotalCost

Hi

I think you would have a problem with this table because it don't refer to the customer

you must make a link between the two tables

regards
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 39
Reputation: CasTex has a little shameless behaviour in the past 
Solved Threads: 0
CasTex CasTex is offline Offline
Light Poster

Re: Hotel Reservation System

 
0
  #6
Jun 20th, 2009
Reservation Date
Arrival Date
Departure Date
RoomCategoryID
Status
TotalCost
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC