2020-01-31 19:35:42 +11:00
|
|
|
# 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']
|
2020-04-04 04:28:43 +11:00
|
|
|
report_commodity: '$'
|
2020-01-14 00:06:14 +11:00
|
|
|
|
2020-01-31 19:35:42 +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
|
2020-04-01 13:48:14 +11:00
|
|
|
oci_account: OCI # Other Comprehensive Income
|
2020-01-14 00:06:14 +11:00
|
|
|
|
2020-04-16 03:52:39 +10:00
|
|
|
# These income and expense categories appear separately on the income statement
|
|
|
|
separate_pandl: []
|
|
|
|
|
2020-01-31 19:35:42 +11:00
|
|
|
# These accounts will automatically be populated on reports
|
2020-04-01 13:48:14 +11:00
|
|
|
unrealized_gains: 'OCI:Unrealized Gains'
|
|
|
|
|
|
|
|
accumulated_oci: 'Equity:Accumulated Other Comprehensive Income'
|
|
|
|
current_year_oci: 'Equity:Current Year Other Comprehensive Income'
|
2020-01-14 00:06:14 +11:00
|
|
|
retained_earnings: 'Equity:Retained Earnings'
|
|
|
|
current_year_earnings: 'Equity:Current Year Earnings'
|
2020-01-31 19:35:42 +11:00
|
|
|
|
|
|
|
# Which asset accounts to consider in cash basis mode
|
2020-03-31 16:26:26 +11:00
|
|
|
cash_asset_accounts: ['Assets:Current:Cash on Hand', 'Assets:Current:Cash at Bank']
|
2020-03-21 01:18:48 +11:00
|
|
|
# Which account to charge non-cash transactions to in cash basis mode, when no other account is suitable
|
|
|
|
cash_other_income: 'Income:Other Income'
|
2020-04-15 11:13:28 +10:00
|
|
|
|
|
|
|
# Extensions to load
|
|
|
|
extensions: []
|