A role based desktop application for managing the amount of units consumed by the customers and generating the monthly electricity bill.
For running the system, You need to have a Netbeans IDE or Eclipse IDE and JDK latest version installed.
When all the requirements get installed, run the Java Desktop application by going to
src/electricity/billing/system/
and running the command
javac Splash.java
java Splash
The Splash screen flashes on opening the application
The login window for admin
Admin could add a new customer given the customer details
Admin could view the customer details in the form of a table
Bill for a customer could be calculated given meter no, tax rate, month and meter reading.
A bill slip could be generated for each customer
Different utilities are provided for usage in the admin section