0% found this document useful (0 votes)
42 views7 pages

Pseudocode Anggot

The document outlines the user interface and logic for a hotel booking system. The customer menu allows guests to view home, room, gallery and other pages, as well as book reservations. The admin page requires login and provides a dashboard to manage general hotel information, accounts, rooms, and bookings. Bookings can be made by selecting dates and rooms, and the admin can edit, delete or report on reservations and other system data.

Uploaded by

Danver Mapinhag
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
0% found this document useful (0 votes)
42 views7 pages

Pseudocode Anggot

The document outlines the user interface and logic for a hotel booking system. The customer menu allows guests to view home, room, gallery and other pages, as well as book reservations. The admin page requires login and provides a dashboard to manage general hotel information, accounts, rooms, and bookings. Bookings can be made by selecting dates and rooms, and the admin can edit, delete or report on reservations and other system data.

Uploaded by

Danver Mapinhag
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
You are on page 1/ 7

<Customer Main Menu Page>

Display Option
[1] Home
[2] Rooms
[3] Gallery
[4] Restaurant
[5] Testimonials
[6] Booking
Read user’s choice
If option = 1
Home
If option = 2
Rooms
Display available rooms
If option = 3
Gallery
Display images of El Pueblo Rhizort
If option = 4
Restaurant
Display Restaurant Menus
If option = 5
Testimonials
Display Customer’s Feedback
If option = 6
Booking
Display Booking Information

<Home Page>
Display Short Info and Promos of El Pueblo Rhizort
Display option
[1] Search booking status
[2] Create user account
[3] Log-in
[4] Reservation
Read user’s choice
If option = 1
Input booking number
If item found
Display booking information
Else
Display message “Not Found!”
If option = 2
Input user information
Display option
[1] Submit
Read user’s choice
If option = 1
Save info
If option = 3
Input username and password
If username and password is correct
Display Customer Panel
Display option
[1] Dashboard
[2] Edit My Account
[3] My Bookings
[4] Log out
Read user’s choice
If option = 1
Return to Customer Panel
If option = 2
Edit Account
If option = 3
Display Booking Information
If option = 4
Log-out to Customer’s account
If option = 4
Select options for check-in and check-out
Adults and child
Display option
[1] Check Availability
Read user’s choice
If option = 1
Display available room(s)
Display option
[1] Book Now
Read user’s choice
If option = 1
Input payment details
Submit booking

<Admin Page>
Display Login Page
Input Username and Password
Display option
[1] Log in
[2] Return to site Home Page
Read user’s choice
If option = 1
If Username and Password is incorrect
Display Message “Wrong username or password!”
Else
Display Admin Dashboard
If option = 2
Display Customer’s Main Menu Page

<Admin Dashboard>
Display Menu
[1] General
[2] Accounts
[3] Hotel Management
[4] Bookings
Read user’s choice
If option = 1
Display Admin’s Home Page
Display Today’s Check-in and Check-out
If option = 2
Display My Account Details
Edit details
Display option
[1] Change
Read user’s choice
If option = 1
Account Updated
If option = 3
Display Option
[1] Hotels Info
[2] Meal Plans
[3] Rooms Management
Read user’s choice
If option = 1
Edit hotels info
If option = 2
Edit meal plans
If option = 3
Edit rooms
If option = 4
Display Option
[1] Make a reservation
[2] Bookings
[3] Campaigns
[4] Coupons
[5] Rooms Occupancy
[6] Reports
[7] Statistics
Read user’s choice
If option = 1
Select options for check-in and check-out
Adults and child
Display option
[1] Check Availability
Read user’s choice
If option = 1
Display available room(s)
Display option
[1] Book Now
Read user’s choice
If option = 1
Input payment details
Submit booking
If option = 2
Display Bookings Information
Display option
[1] Edit
[2] Delete
Read user’s choice
If option = 1
Edit booking info
If option = 2
Delete booking info
If option = 3
Display Campaigns
Display option
[1] Edit
[2] Delete
Read user’s choice
If option = 1
Edit Campaigns
If option = 2
Delete coupons
If option = 4
Display available coupons
Display option
[1] Edit
[2] Delete
Read user’s choice
If option = 1
Edit coupons
If option = 2
Delete coupons
If option = 5
Display rooms occupancy
If option = 6
Select type of report and search
Display report
If option = 7
Display Statistics of Reservations/Bookings

You might also like