Added Reporting Functionality
authorHarishankar <v.harishankar@gmail.com>
Wed, 1 Apr 2020 17:09:06 +0000 (22:39 +0530)
committerHarishankar <v.harishankar@gmail.com>
Wed, 1 Apr 2020 17:09:06 +0000 (22:39 +0530)
commit7b3591baf2fa1c09bf4f1ac0791400a2c5e9632f
tree562879eacc00137b97cc030ab9db733b47a43760
parent02fd056bbcee3117ee1fad182f823159d2a25cff
Added Reporting Functionality
Added functionality for reports and exporting reports to CSV files.
Also added the functionality for the first report:
bills awaiting payments.
src/habeas/MainFrame.form
src/habeas/MainFrame.java
src/habeas/NoticesReportViewDialog.form [new file with mode: 0644]
src/habeas/NoticesReportViewDialog.java [new file with mode: 0644]
src/habeas/Utility.java