-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a50ed8f
commit c83b76e
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") | ||
|
||
|