An open API service indexing awesome lists of open source software.

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.

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

Screenshot 2021-12-12 at 15 37 27

#### 2. Student Finance Menu

Screenshot 2021-12-12 at 15 38 02

#### 3. College Finance Menu

Screenshot 2021-12-12 at 15 38 22

### 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