Billing-System icon indicating copy to clipboard operation
Billing-System copied to clipboard

A GUI Based Complete Store Billing System in java that generates Invoice of each sale.

Results 11 Billing-System issues
Sort by recently updated
recently updated
newest added

The main argument file of this project is missing

I getting the error message in GUI saying "invalid column name productID". can anybody help me.

Also can you please let me know how to run this project

What are the database tables and how should this program run?

The generateInvoice class does more than one thing. In order to improve code maintanability and extensibility, it is recommended to use [Extract Class](https://refactoring.guru/extract-class) refactoring technique, since this class launchs the...

Login button logic from **Login** class may be using unnecessarily complex conditional statement, thus affecting code maintainability and extensibility, as well as readibility. Suggest are to use refactoring techniques such...

Primitive types representing days in **Sale** class may difficult code maintainability. A class representing a month can be created and the logic moved there to ensure data encapsulation and even...

Fix issue#2 and create the sql backend file

removed nested if else statement for the login button and replaced with functions and SQL method for getting user role