ledger-pyreport/config.example.yml

20 lines
704 B
YAML
Raw Normal View History

# Set up how we will call Ledger
2020-01-14 00:06:14 +11:00
ledger_file: /path/to/ledger.journal
ledger_args: ['--pedantic', '--recursive-aliases']
report_currency: ['$', True] # True if prefix, False if suffix
2020-01-14 00:06:14 +11:00
# Tell ledger-pyreport about the top-level account categories
2020-01-14 00:06:14 +11:00
assets_account: Assets
liabilities_account: Liabilities
equity_account: Equity
income_account: Income
expenses_account: Expenses
# These accounts will automatically be populated on reports
2020-01-14 00:06:14 +11:00
unrealized_gains: 'Equity:Unrealized Gains'
retained_earnings: 'Equity:Retained Earnings'
current_year_earnings: 'Equity:Current Year Earnings'
# Which asset accounts to consider in cash basis mode
cash_asset_accounts: ['Assets:Cash on Hand', 'Assets:Cash at Bank']