2024-05-20 22:05:38 +00:00
# Munera: Expense Tracking Application
2024-05-18 14:42:12 +00:00
2024-05-20 22:05:38 +00:00
## Overview
2024-05-18 14:42:12 +00:00
2024-05-23 22:12:12 +00:00
Munera is a companion for managing expenses efficiently and effortlessly, whether you're tracking daily expenditures, managing recurring expenses, or keeping tabs on creditors and debtors.
2024-05-18 14:42:12 +00:00
2024-05-20 22:05:38 +00:00
### 1. Expense Management
2024-05-18 14:42:12 +00:00
2024-05-20 22:05:38 +00:00
- Create, read, update, and delete expenses with the following details:
- Name
- Date
- Category
- Cost
- Description
2024-05-23 22:12:12 +00:00
- Period Interval (1, 2, 3, etc)
2024-05-20 22:05:38 +00:00
- Period Unit (days, weeks, months)
- Creditors and debtors
2024-05-23 22:12:12 +00:00
-
- Create, read, update and delete categories
2024-05-18 14:42:12 +00:00
2024-05-20 22:05:38 +00:00
## Completed Features
2024-05-23 22:12:12 +00:00
- [x] Create categories with CRUD operations
2024-05-20 22:05:38 +00:00
- [x] Create concept of creditors and debtors for each expense
- [x] Insert expenses of the past and of the future
- [x] Have an option to set up recurring expenses
2024-05-18 14:42:12 +00:00
2024-05-20 22:05:38 +00:00
## Next Steps
2024-05-18 14:42:12 +00:00
2024-05-23 22:12:12 +00:00
1. **Filtering and Sorting**
2024-05-20 22:05:38 +00:00
- Implement filtering and sorting functionalities for all major entities to enhance data organization.
2024-05-18 14:42:12 +00:00
2024-05-23 22:12:12 +00:00
2. **Weekly and Monthly Summaries**
2024-05-20 22:05:38 +00:00
- Create functionality to generate weekly and monthly summaries, including filtering and sorting options.
2024-05-23 22:12:12 +00:00
3. **Reports for Creditors and Debtors**
2024-05-20 22:05:38 +00:00
- Develop reports outlining debts or credits for each creditor and debtor to provide users with a comprehensive overview.
2024-05-23 22:12:12 +00:00
- CRUD operations for creditors and debtors
2024-05-25 13:56:18 +00:00
## Known Issues
- Form still needs more validation when empty, some entities can be created with all null values, even the ones that have constraints throw SQL errors, they need to be gracefully handled.