Updated ledger budget view to remove income
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
'(("bal" "%(binary) -f %(ledger-file) bal")
|
||||
("monthly balance" "%(binary) -f %(ledger-file) bal -p 'this month'")
|
||||
("daily balance" "%(binary) -f %(ledger-file) bal -p 'today'")
|
||||
("budget" "%(binary) -f %(ledger-file) -p %(month) budget ^Expenses ^Income")
|
||||
("budget" "%(binary) -f %(ledger-file) -p %(month) budget ^Expenses")
|
||||
("account" "%(binary) -f %(ledger-file) reg %(account)")
|
||||
("register" "%(binary) -f %(ledger-file) register"))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user