Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitbadve authored Sep 14, 2020
1 parent a50ed8f commit c83b76e
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Gas Agency Management System

Run the application by running HomeWindow.java in src/gasAgencyManagement folder in IDE or with the command `javac HomeWindow.java`

A role based desktop GUI application made using JavaFX, JDBC, Apache POI, MySQL, Java for maintaining the gas consumers' monthly reading records, billing records and overall management of the system.

Consumers can view their current bill

![Alt text](asset/gas.png?raw=true "Bill")

Consumers can view their billing history.

![Alt text](asset/history_bill.png?raw=true "Bill History")


Admin can change the current rates for calculating the bill.

![Alt text](asset/rate.png?raw=true "Rates")

Bulk import from excel sheets feature for consumers’ gas usage data.

Run the application by running HomeWindow.java in src/gasAgencyManagement folder in IDE or with the command `javac HomeWindow.java`
![Alt text](asset/batch.png?raw=true "Batch")


0 comments on commit c83b76e

Please sign in to comment.