Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 2.38 KB

README.md

File metadata and controls

70 lines (41 loc) · 2.38 KB

Fee Report System

Objective: To develop a Fee Report Application where admin can add/view/edit/delete accountant and accountant can add/view/edit/delete student, check due fee and logout.

Users of system:

  1. Admin.
  2. Accountant.

Functional requirement:

  1. Admin: Can add/view/edit/delete accountant and can logout.
  2. Accountant: Can add/view/edit/delete students, check due fee and can logout.

Tools used:

  1. Use NetBeans IDE with Glassfish Server.
  2. Apache Derby.

How project works:

Screenshots from the application:

  1. Login as admin.

  1. Username: admin Password: root

  1. Now you can add/view/edit/delete Accountant.

  1. Enter the following details and click ADD.

  1. Now, you can check the accountant’s detail by clicking View Accountant.

  1. You can edit an accountant’s details by clicking on Edit button.

  1. After Logging out, you can log in as an accountant.

  1. Now you can add/view/edit/delete Student’s detail.

  1. Enter the following details and click ADD.

  1. Now, you can check the Student’s detail by clicking View Student.

  1. You can edit an student’s details by clicking on Edit button.

Activity diagram

The application is developed for maintaining student’s information in schools, colleges, and coaching. The user interface is very simple, so that the user can easily interact with the application and complete his task.