The Shop Management System is a Java application for managing retail operations, including inventory and sales. It features both a command-line interface and a graphical user interface (GUI).
- Inventory Management: Add, delete, and update products.
- Sales Processing: Handle transactions and calculate totals with tax.
- Sales Reports: View and export sales data.
- User Authentication: Secure login for employees.
- Exception Handling: Robust error management to ensure smooth operation.
- JDK 8 or higher
- An IDE (Eclipse, IntelliJ, etc.)
- Clone the repository or download the source files.
- Open the project in your IDE.
- Compile and run the application.
Navigate the main menu to perform operations like checking cash, adding products, processing sales, and viewing inventory.
- main: Contains the
Shop
class. - model: Defines data structures (
Product
,Sale
, etc.). - view: GUI classes (
LoginView
,ShopView
, etc.). - dao: Data access objects for persistence.
- exception: Custom exception classes for handling errors.
- Fork the repository.
- Create a new branch.
- Make changes and commit.
- Push and open a pull request.
This project is licensed under the MIT License.