Zero Amount header at the top of budget and month pages #7
Loading…
Reference in a new issue
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?
Goal
Give each page a prominent "Zero Amount" header so the zero-based budgeting discipline is visible at a glance. When the number is zero, every dollar has a home. When it is positive there is unassigned income; when negative the plan (or actual spending) exceeds income.
Calculation
Sum across sections, with income on the positive side and all other sections on the negative side. The Primary Debt Target is excluded (it is a pointer to a Debt Minimums row, not its own total).
/):sum(income.amount) - sum(non_income.amount)as a single number./month/YYYY-MM): two numbers side by side:sum(income.planned) - sum(non_income.planned)sum(income.applied) - sum(non_income.applied)Display
$0.00Acceptance criteria
/renders a single "Zero Amount" number at the top using the budget calculation/month/YYYY-MMrenders two numbers at the top: "Planned $X" and "Applied $Y"Out of scope