From 0f3f70be721bef52aaafbd1e8f7a5ee1d88063e1 Mon Sep 17 00:00:00 2001 From: Filippo Ferrari Date: Tue, 4 Jun 2024 13:35:22 +0100 Subject: [PATCH] feat: credit by user calculations --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 211cd55..a774c9a 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Munera is a companion for managing expenses efficiently and effortlessly, whethe - [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 +- [x] Creditors and debtors total expenses ## Next Steps @@ -37,6 +38,12 @@ Munera is a companion for managing expenses efficiently and effortlessly, whethe - Develop reports outlining debts or credits for each creditor and debtor to provide users with a comprehensive overview. - CRUD operations for creditors and debtors +4. **Create a way to set the currency of each expense** + - It should be possible in the form of an expense + - The symbol should be added to the cost column + - If possible, the calculations should take into account the different currencies ## 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. \ No newline at end of file +- 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. +- Creditors and debtors calculations can be improved +- Creditors and debtors need more validation when set in the form (ex. an expense cant have the same creditor and debtor) \ No newline at end of file