This project manages invoice items and calculates discounts based on promotional data from a database.
- Retrieve item price from the database.
- Calculate wholesale discount based on quantity.
- Integrate with promotional discounts from a database.
- Java Development Kit (JDK)
- MySQL database
- A MySQL client (e.g., MySQL Workbench)
-
Clone the repository:
If you would like to contribute to this project, please follow these steps:
- Fork this repository to your own GitHub account.
- Clone the forked repository to your local machine.
- Create a new branch for your changes.
- Make your changes and commit them to your branch.
- Push your changes to your forked repository.
- Create a pull request from your forked repository to this original repository.