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

bug: Full name and username cause Issue #9

Open EhsanulHaqueSiam opened 1 year ago

EhsanulHaqueSiam commented 1 year ago

Type

Error at runtime

Bug description

Full name and username cannot be the same (For Edit Profile Also). It Messes up Ucheckout and checkout Dropdown room list.

Steps to reproduce

Set Fullname and username same.

Relevant log output

Not Available at the moment

Screenshots or videos

No response

Solution

No response

Additional context

No response

Acknowledgements