Under Development
A Billing system that can be used in stores. Requires Java 8. Read the instructions before using the application. You can download the application from here.
- Users: Users need to login to use the application. The users can be managed only by administrators.
- e-Bills: This application send bills to the customers through e-Mail.
- Easy to use Interface
This project uses Gradle. To build the .jar file using Gradle, navigate to the root project directory and run:
If you have Gradle installed:
gradle shadowJar
If you don't have Gradle installed,
In Windows:
gradlew.bat shadowJar
In Linux:
./gradlew shadowJar
If face an issue, please notify it here as a new issue.
Read the Contributing Guidelines before making a contribution. Please follow the Pull Request Template while making a PR. Please follow the Code of Conduct