maybe
maybe copied to clipboard
Bug: Net-worth incorrect due to account_balance not being correctly added for liabilities.
Where did this bug occur? (required)
- [x] I am a self-hosted user reporting a bug from my self hosted app
- [ ] I am a user of Maybe's paid app
Describe the bug With the new version something went wrong with the liabilities not being added to the account_balance table. This results int the balance_series not including the liabilities which results in incorrect total net-worth calculation.
Expected behavior Probably the adding of the liabilities to the account_balances table. Issue #1888 might be related to this