dotfiles/emacs/.emacs.d/ledger.org

637 B

(custom-set-variables
 '(ledger-reports
   (quote
    (("schulden" "%(binary) -f %(ledger-file) bal ^Schulden")
     ("acclist" "%(binary) -f %(ledger-file) accounts")
     ("spendable" "%(binary) -f %(ledger-file) reg Girokonto$ Brieftasche$ --real")
     ("monthly" "%(binary) -f %(ledger-file) -M --period-sort \"amount\" reg ^Ausgaben --real")
     ("bal" "%(binary) -f %(ledger-file) bal --real")
     ("reg" "%(binary) -f %(ledger-file) reg --real")
     ("payee" "%(binary) -f %(ledger-file) reg @%(payee) --real")
     ("acc" "%(binary) -f %(ledger-file) reg %(account) --real")
    )
   )
  )
)