https://github.com/aadewunmi/collegefinancemanagementsystem
College Finance Management System project built using Java.
https://github.com/aadewunmi/collegefinancemanagementsystem
arraylist java-8
Last synced: about 1 month ago
JSON representation
College Finance Management System project built using Java.
- Host: GitHub
- URL: https://github.com/aadewunmi/collegefinancemanagementsystem
- Owner: AAdewunmi
- Created: 2021-11-16T07:04:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-12T20:44:37.000Z (over 3 years ago)
- Last Synced: 2025-01-25T06:11:37.702Z (3 months ago)
- Topics: arraylist, java-8
- Language: HTML
- Homepage:
- Size: 32.5 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# College Finance Management System
This project is a simple financial system for a college.It is a Java-based console application that allows a user to manage the finances
of students, teachers and the college. A user can also add, delete and find
students, teachers, as well as pay tuition fees for students and increase the salary
of teachers.The system also allows the user to view the total amount of money earned
by the college, the total amount of money spent by the college and the balance available
to the college.## Installing:
1. Clone the repo
```
https://github.com/AAdewunmi/CollegeFinanceManagementSystem.git
```2. Open Project Folder
3. Explore
Enjoy 😎
PS: You can have a look at this project's javadoc by running index.html,
located in the following folder: JavaDocs/index.html### Here are screenshot's of the application:
#### 1. Main Menu / Teacher Finance Menu
#### 2. Student Finance Menu
#### 3. College Finance Menu
### Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.👇 👇 👇
Future plans:
1. Implement Test Class
2. Add a JavaFX Graphical User Interface (GUI)
3. Add a SQL Database