Include bills in client-side updateLeftover() in weekly.html #26
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: medium
Category: bug
Location:
templates/weekly.html:415-438Problem
The live 'What's Left' recalculation omits bills_total, so after editing balance/income the displayed leftover is higher than reality by the week's bills.
Suggested fix
Pass
w.bills_totalvia data-attr and subtract it in updateLeftover() (and confirm the intended server formula).Filed by automated code review.