The LXTER Store Management System is a console-based C++ application that helps manage a store's inventory, employee records, and customer transactions. This program is designed to provide an easy-to-use interface for store administrators to efficiently handle various store operations such as adding new jerseys, managing employee details, and processing customer orders.
- Add new jerseys to the inventory.
- View and manage customer records.
- Add and search for employee details.
- Display all employee information.
- Search for available jerseys by name.
- Purchase jerseys and receive a bill.
- Display the entire collection of jerseys.
- Password-protected access for administrative functions.<