-
fix: Balance now sums past-month (paid - expected) directly, ignoring current/future months
released this
2026-05-03 20:57:13 +02:00 | 126 commits to main since this releaseThe previous calculation derived balance from total_balance (which includes
current/future-month activity and out-of-window credits) plus a one-sided
debt-only adjustment. Current-month surplus leaked through, making the balance
appear less negative than actual past-month debt (e.g. Mauric Daniel -1250 vs
correct -1750). Pay-All is now max(0, -balance) so the two values share a
single source and cannot disagree.Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com
Downloads