Skip to content

A fee report software where admin can add/view/delete accountant and accountant can add/view/edit/delete student, check due fee and logout.

Notifications You must be signed in to change notification settings

akarshan07/Fees-Report-Software

 
 

Repository files navigation

HacktoberFest 2022 is here!!

Fees-Report-Software

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

  1. Admin
  2. Accountant

Functional Requirements:-

1. Admin

-Can add/view/edit/delete accountant.

-Can logout.

2. Accountant

-Can add/view/edit/delete students.

-Can check due fee.

-Can logout.


Tools to be used

-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

How to Contribute to This Project

Here is a simple way to contribut to the project.

Getting Started

  • 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!

About

A fee report software where admin can add/view/delete accountant and accountant can add/view/edit/delete student, check due fee and logout.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%