From 663c4e7b0fd2747658f1d110a9718062533d0cf7 Mon Sep 17 00:00:00 2001 From: filippo-ferrari Date: Sat, 25 May 2024 15:56:18 +0200 Subject: [PATCH] docs: README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 85b5d5a..8136a23 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,7 @@ Munera is a companion for managing expenses efficiently and effortlessly, whethe 3. **Reports for Creditors and Debtors** - Develop reports outlining debts or credits for each creditor and debtor to provide users with a comprehensive overview. - CRUD operations for creditors and debtors + +## 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