Create a mini Student Accounting system base C++ application that will contain the following features:
Account Number/Student Number : 08-345
First Name : Romulus
Last Name : Jathniel
Middle Name : DC
Course :
1 BSCS Computer Science – 4Year Course
2 CCS Computer Science – 2 Year Course
3 CT Computer Technology – 2 Year Course
4 BTIT Information Technology – 2 year Course
5 CHRM Hotel and Restaurant – 2 Years
6 COA Office Administration – 2 Years
7 BSOA Bachelor Office Administration 2 year Course
Year: 1 - 1st Year
2 - 2nd year
3 - 3rd Year
4 - 4th Year
Units : 21
For the units all the course 100 per unit except for BSCS which is 175
Total Balance : 78.89
The total balance will be computed based on number of unit multiply cost per unit
Payments: menu will
And if the student pay The total Remaining balance will be deducted
• Display
This menu will shows / list all the entries made the user.
• Add
This function will allows the user to add an entry to the list and duplicate entries will not be accepted.
Contain the menu to input for student information
• Delete
This function allows the user to erase any entry from the list
• Sort
This function allow the user to re-arrange the input list, based on ascending or descending order
• Search / Find
This function allow the user to find an entry, and if exist must be display the detail on the screen if not user will display “FILE NOT FOUND!
• Load
This function allows the user to fill up the list of entries for the updating of student payment and will include: Amount
Official Receipt Number
Date of Payment
• Configure
This function allow the user to reorganize or change the default settings of the systems like maximum number of entries, automatic loading of entries.