Solved! Get answer or ask a different Question 23952
Hello, I am looking for someone to write an essay on Hotel Reservation Management System. It needs to be at least 1500 words.
Download file to see previous pages…
A Hotel Reservation System is essentially a software program, to automate the entire vertical of Hotel Reservation from end to end. It starts with the customer placing a call or personally arriving at the front desk of the hotel, to successfully placing the order. It is evident that there are two interfaces to this system. One internal facing. relevant to hotel management activities such as Room Maintenance and the other is the external interface. relevant to the booking activities.
A Use Case diagram represents the Actors and their Use Cases. Actors in essence are all the external performers who interact with the system. Use Cases are all the actions performable by each Actor. The connector in between the Actor and his Use Cases are called associations. The Actors of the Hotel Reservation System and their Use Cases are listed below.
A Class Diagram represents the system in terms of classes of a system. Each class is a logical unit that has some attributes and performs some actions. The lists of classes for the Hotel Reservation System are:
Class diagrams also represent Interfaces. Interfaces are similar to a Class except for the fact that an Interface acts as a unit that assists the main classes in their operations. The interfaces for the Hotel Reservation System are:
A State Chart diagram represents the …
If price is not agreeable to customer, Receptionist suggests other alternatives.
If customer is not satisfied, the order process is terminated.
If customer is satisfied, then proceed.
Once the customer is satisfied, receptionist books the room.
Customer is invoiced.
The other internal activities include the following.
Maintain Customer Master Data
Room Maintenance
Room Service
Use Case Diagram
A Use Case diagram represents the Actors and their Use Cases. Actors in essence are all the external performers who interact with the system. Use Cases are all the actions performable by each Actor. The connector in between the Actor and his Use Cases are called associations. The Actors of the Hotel Reservation System and their Use Cases are listed below.
Actor
Use Cases
Hotel Manager
Login
Maintain Booking Record
Rooms to be maintained
Supervision over receptionist
Check Customer Database
Hotel Receptionist
Login
Receive Customer Call
Specify Room Specification
Check Room Availability
Book Rooms
Perform Billing
Maintain Booking Record
Rooms to be maintained
Customer
Make Call
Specify Room details
Specify Dates
Billing
Booking
The following is the Use Case Diagram for the Hotel Reservation System.
Class Diagram
A Class Diagram represents the system in terms of classes of a system. Each class is a logical unit that has some attributes and performs some actions. The lists of classes for the Hotel Reservation System are:
Hotel
Room
Customer
Hotel Manager
Hotel Receptionist
Class diagrams also represent Interfaces. Interfaces are similar to a Class except for the fact that an Interface acts as a unit that assists the main classes in their operations.