Files
buildfor_life_budget/src
grabowski 7fba11941f
Deploy to LXC / deploy (push) Successful in 1m56s
Validate / validate (push) Successful in 35s
Fix double-counting: available = total (expenses already debit accounts)
The previous Remaining Budget card subtracted approved expenses from
the account balance sum — but postExpenseTransaction already posts
negative-amount rows to the ledger, so the balance sum already reflects
them. Replaced with:
  - Available Cash (= sum of account balances)
  - Allocated (with % progress bar)
  - Unallocated (cash not assigned to any project)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-20 13:22:16 +07:00
..