BBloggsbott / BillingSystem

A billing application built using Java best suited for small stores

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Billing System

Under Development

License

Interface

About

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.

Features

  • 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

Building Jar

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

Issues

If face an issue, please notify it here as a new issue.

Contributing

Read the Contributing Guidelines before making a contribution. Please follow the Pull Request Template while making a PR. Please follow the Code of Conduct

About

A billing application built using Java best suited for small stores

License:MIT License


Languages

Language:Java 100.0%