EhsanulHaqueSiam / HotelManagementSystem

This repository contains the source code for a Hotel Management System implemented in Java. The system provides functionality for managing hotel operations, such as check-in, check-out, room management, and payment processing. It utilizes Java Swing for the graphical user interface.
MIT License
12 stars 1 forks source link

fix: gmailField, address validity check and table issue fixed #41

Closed NitPaul closed 1 year ago

NitPaul commented 1 year ago

What type of PR is this? (check all applicable)

Description

gmail now needs to contain "@" and ",com" and address can not contain only number. Table editable issue fixed

Related Tickets & Documents

Fixes: #13 #14 #20

Added tests?

Added to documentation?