This application helps you track your financial transactions, including deposits, payments, and generating reports. It provides a user-friendly interface to manage and view your financial data.le, ensuring data persistence across sessions.
The main menu offers the following options:
- D) Add Deposit: Enter deposit details to record incoming funds.
- P) Make Payment: Enter payment information to log outgoing expenses.
- L) Ledger: View transaction history with options to filter by type.
- X) Exit: Exit the application.

- A) All: Display all transactions, with the most recent at the top.
- D) Deposits: Show only deposit entries (positive transactions).
- P) Payments: Display only payment entries (negative transactions).


Generate predefined or custom reports:
- Month To Date: Shows all transactions from the current month.
- Previous Month: Displays transactions from the previous month.
- Year To Date: Summarizes transactions for the current year.
- Previous Year: Lists transactions from the last year.
- Search by Vendor: Filter transactions by vendor name.
- Exit: Go to the main screen.


Each line in the transactions.csv file corresponds to a transaction, formatted as follows:
Date|Time|Description|Vendor|Amount
Example Entry:
2023-04-15|10:13:25|ergonomic keyboard|Amazon|-89.50
-
Compile the code:
git clone https://github.com/YearUp2024/AccountingLedgerApp.git
-
Run the application:
cd AccountingLedgerApp