A fee report software where admin can add/view/delete accountant and accountant can add/view/edit/delete student, check due fee and logout. Users of the System
- Admin
- Accountant
-Can add/view/edit/delete accountant.
-Can logout.
-Can add/view/edit/delete students.
-Can check due fee.
-Can logout.
-Use any IDE to develop the project. It may be Eclipse /Myeclipse / Netbeans etc.
-MySQL for the database.
-Front End and Back End
-Front End: Java Swing
-Back End: MySQL
Here is a simple way to contribut to the project.
- Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
- Clone your fork down to your local machine
git clone <url> (given in clone or download button)- Create a branch
git checkout -b branch-name- Make your changes (Choose from any task below)
- Commit and Push
git add .
git commit -m 'commit message'
git push origin branch-name- Create a New Pull Request from your forked repository (Click the New Pull Request button located at the top of your repo)
- Wait for your PR review and merge approval!
- Star this repository for higher chance of merge approval!