diff options
author | Alan Pearce | 2016-03-24 14:21:09 +0100 |
---|---|---|
committer | Alan Pearce | 2016-03-24 14:22:21 +0100 |
commit | f351ba6a97f5940af2b4de48f17f31c008d7c911 (patch) | |
tree | 8f16f59e299e20b81c0c182c18164f5b6fa42759 | |
parent | e5432252a661b33deaa7715bfdac26bb2d36592a (diff) | |
download | dotfiles-f351ba6a97f5940af2b4de48f17f31c008d7c911.tar.lz dotfiles-f351ba6a97f5940af2b4de48f17f31c008d7c911.tar.zst dotfiles-f351ba6a97f5940af2b4de48f17f31c008d7c911.zip |
Emacs: Make current budget show amount budgeted
-rw-r--r-- | tag-emacs/emacs.d/init.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 48698f8..e30291c 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1401,8 +1401,8 @@ works really nicely. ("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") |