Software Design Description School Fees Managemnt System
Software Design Description School Fees Managemnt System
for
Members:
Reiyan Mar Dangcalan
Ma. Escarlette Dain
Edgar Jay Ramirez
Joshua Vallecera
Edsel Calapre
List of Figures
List of Tables
Software Design Description
School Fees Management System
1. Introduction
1.1. Purpose
This document aims to present the design and progress of School Fees
Management System for ST. ISIDORE ACADEMY OF TRINIDAD BOHOL, INC.
project. This further explains the description of the software system design. The
general structural designs as well as the current project status are highlighted in this
report.
1.2. Scope
This document describes the system design for the School Fees Management
System for ST. ISIDORE ACADEMY OF TRINIDAD BOHOL, INC. It describes how
the application will be constructed, by specifying the components to be used, how
they will be organized in relation to each other, and the general principles of the
application's internal construction:
Admin Dashboard: Summary of total of the parents, students and also the
information of the school.
Parent Dashboard: you can see here your children their section and also here
you can view the fees.
Admin Information
Add Parent
Enroll Students
Add Class
View Fees
Payment History
Software Design Description
School Fees Management System
Terms Definition
2.References
[1.] Laudon, K.C. & Laudon, J.P., 2012. Management Information Systems: Managing the Digital
Firm, 12th Ed. Prentice Hall. 2. Aker, J.C & Mbiti, I.M., 2010. Mobile Pones and Economic Devel-
opment in Africa. Journal of Economic Perspectives, 24(3), pp 207 – 232. 3.Uganda Bureau of
Statistics, 2012. 2012 Statistical Abstract. Kampala, Uganda.
https://www.termpaperwarehouse.com/essay-on/School-Fees-Management-System/182849
[2.] https://media.neliti.com/media/publications/563494-student-tuition-fee-management-using-
web-0b7cf01c.pdf
[3.]http://ijariie.com/AdminUploadPdf/
Automated_Fees_Management_System_Using_React_JS_ijariie16594.pdf
[4]. By Hugh E. Williams, David Lane, Web Database Applications with PHP and MySQL:
Software Design Description
School Fees Management System
3.System Architecture
3.1.1. Login
– A class diagram that depicts the structure of functions for validating user
credentials during logging in.
Software Design Description
School Fees Management System
3.1.2. Admin
- A class diagram that depicts the structure of functions for managing the
enrolled students, parents, class, payment and payment history.
Software Design Description
School Fees Management System
Software Design Description
School Fees Management System
3.1.3. Parent
- A class diagram that depicts the structure of functions to view the fees
for their children and responsible for their children fees.
Software Design Description
School Fees Management System
3.1.4. Student
- A class diagram that depicts the structure of functions to depends the
parents and admin to update their school fees.
Software Design Description
School Fees Management System
3.1.5. Class
- A class diagram that depicts the structure of functions for controlling
class information.
Software Design Description
School Fees Management System
3.1.6. Payment
- A class diagram that depicts the structure of functions for processing
payment information.
Software Design Description
School Fees Management System
4. Data Design
4.1.1. Admin
Primary Key: id
Primary Key: id
4.1.3. Parent
Primary Key: id
4.1.4. Payments
Software Design Description
School Fees Management System
Primary Key: id
Primary Key: id
4.1.6. Section
Software Design Description
School Fees Management System
Table Description: Table where all the grade level section is stored.
Primary Key: id
4.1.7. Student
Software Design Description
School Fees Management System
Primary Key: id
Parent Dashboard: This is where you can examine the costs and see your
children's section.
Software Design Description
School Fees Management System
Update Admin: This is where you may make changes to the data.
Software Design Description
School Fees Management System
Parent Information: You may view the parents' contact details, including name
and email address, and you can also make updates to the data.
Software Design Description
School Fees Management System
Add Parent: This is where you may register and add parents.
Software Design Description
School Fees Management System
Student Information: This section contains the student's name, class, address,
email address, age, and parent information.
Software Design Description
School Fees Management System
Update Student: By selecting the update button, you may modify the student's
name, age, address, grade, section, parent/guardian information, and other details.
Software Design Description
School Fees Management System
The section and operations that include the delete and update buttons will be
shown once you first pick the grade in class.
Software Design Description
School Fees Management System
You can add the student and complete the necessary details after choosing
the grade.
Software Design Description
School Fees Management System
You may view the enrolled student's details by first selecting their grade level.
Software Design Description
School Fees Management System
You may examine the specifics of their fees and their amount by clicking the
"view" button in the operation.
Software Design Description
School Fees Management System