Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kingkuys2123/hotelreservationsystem

A NetBeans Java OOP2 Project
https://github.com/kingkuys2123/hotelreservationsystem

java mysql

Last synced: 9 days ago
JSON representation

A NetBeans Java OOP2 Project

Awesome Lists containing this project

README

        




Hotel Management System


An OOP2 Project by: Group 6 - Payter


Members:

- [Cajegas, Angelo](https://github.com/acajegas62)

- [Fermin, Liam Chandler](https://github.com/LiamFermin)

- [Malagapo, Nathan Rener](https://github.com/sytrusz)

- [Nadal, Denz Matthew](https://github.com/Denznadal)

- [Tesaluna, Kristoffer Josh](https://github.com/opsnight)

- [Quitco, Kyle Matthew](https://github.com/kingkuys2123)


## Program Features
#### Guest Registration and Booking:
> - As a guest, I want to search for available rooms based on my travel dates, location, and preferences (e.g., room type, amenities).
> - As a guest, I want to book a room, specify check-in/check-out dates, and receive a confirmation.
#### Room Management and Availability:
> - As a hotel staff member, I want to manage room inventory, update availability, and block rooms for maintenance or special requests.
> - As a guest, I want to view room details, including photos, descriptions, and rates.
#### Check-In and Check-Out:
> - As a guest, I want a smooth check-in process, including key card issuance and payment.
> - As a hotel staff member, I want to record guest check-ins and handle early/late arrivals.
#### Room Service and Requests:
> - As a guest, I want to request room service, housekeeping, or additional amenities.
> - As a hotel staff member, I want to fulfill guest requests promptly and track service history.
#### Billing and Payment:
> - As a guest, I want a transparent billing process, including room charges, taxes, and any additional fees.
> - As a hotel staff member, I want to process payments, handle refunds, and provide accurate invoices.
#### Feedback and Ratings:
> - As a guest, I want to provide feedback on my stay and rate the hotel.
> - As a hotel manager, I want to analyze guest reviews and improve services.


## Accounts

#### Guest
> **Username**: `guest`

> **Password**: `guest`
>
> **Note**: Opens **GUEST SIDE** of the app.

#### Staff
> **Username**: `staff`

> **Password**: `staff`
>
> **Note**: Opens **STAFF SIDE** of the app.


## Project Info

#### Languages:



#### Database:


#### Tools:









## Notes
#### Import `hotel.sql` to your local **MySQL** database via `PHPMyAdmin` or any tool before opening/running the app


## Screenshots:

![Alt Text](https://i.imgur.com/IChmNtw.png "Screenshots")