all repos — nixfiles @ f351ba6a97f5940af2b4de48f17f31c008d7c911

System and user configuration, managed by nix and home-manager

Emacs: Make current budget show amount budgeted

Alan Pearce
commit

f351ba6a97f5940af2b4de48f17f31c008d7c911

parent

e5432252a661b33deaa7715bfdac26bb2d36592a

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1401,8 +1401,8 @@ ledger-reports '(("Monthly Expenses" "ledger -f %(ledger-file) reg -M Expenses --real -l \"payee != 'Opening Balances'\"")
("Expenses:This Month" "ledger -f %(ledger-file) bal \\^Expenses -p \"this month\"") ("On-budget Balances" "ledger -f %(ledger-file) bal --current -R :Budget: Assets:Receivable Liabilities:Personal") ("All Account Balances" "ledger -f %(ledger-file) bal --current -R \\^Assets \\^Liabilities") - ("Budget (Current Month)" "ledger -f %(ledger-file) bal --current \\^Funds") - ("Budget (All)" "ledger -f %(ledger-file) bal \\^Funds") + ("Budget Values (Current Month)" "ledger -f %(ledger-file) bal -p \"this month\" --limit \"payee=~/budget/\"") + ("Budget (Cumulative)" "ledger -f %(ledger-file) bal \\^Funds") ("bal" "ledger -f %(ledger-file) bal") ("reg" "ledger -f %(ledger-file) reg") ("equity" "ledger -f %(ledger-file) equity")