Skip to content

Latest commit

 

History

History
60 lines (23 loc) · 1.33 KB

File metadata and controls

60 lines (23 loc) · 1.33 KB

Electricity_Bill_Management_System

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

Alt text

The login window for admin

Alt text

Admin could add a new customer given the customer details

Alt text

Admin could view the customer details in the form of a table

Alt text

Bill for a customer could be calculated given meter no, tax rate, month and meter reading.

Alt text

A bill slip could be generated for each customer

Alt text

Different utilities are provided for usage in the admin section

Alt text