Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BUFFER
The buffer project repository
Project: Custom Data Structures for Storing Data
Problem Statement: Housing Society Financial Management System
Team Members:
• Bakul Moghe (SY ENTC )(UEC2021148)
• Vaibhavi Shetti (SY ENTC )(UEC2021160)
• Sanika Gandhi (SY ENTC )(UEC2021126)
• Ayman Kazi (SY COMP)(UCE2021635)
Objective:
This code aims to make calculations and storing of the data for the person of authority in societies (Treasurer, Chairman, Secretary). Thus here the user will be one of the authority members who will manage the finances of the society.
Scope:
Calculations of any society depend on the Inward Payment(Maintenance) and Outward Payment(Expenses). Thus knowing the balances of both the payments become really necessary for the financial management of the society. This code will help the Treasurer to maintain a record of maintenance for each flat and a record of expenses.
This program was specially written for the month of April.
Features:
• Prints all the members of society
• Generates a report on the Maintenance and the status (if it is paid/not paid & the balance left to be paid). Calculates the total Maintenance
• Generates a report on Expenses and calculates the total.
Data Structures:
ArrayList for listing out the Member of society.
HashMap for Expenses.
LinkedHashMap for Maintenance and to print them in order.