Files @ b41a7a99af17
Branch filter:

Location: NPO-Accounting/import2ledger/tests/data/test_config.ini

Brett Smith
hooks: Filter entries by setting entry_data['_hook_cancel'] to True.

The current method only works for plain dicts and other simple mappings.
Mapping that may still contain items after .clear(), like ChainMap, can't
rely on the old method.
[DEFAULT]
date_format = %%Y-%%m-%%d
signed_currencies = EUR

[Templates]
output_path = Template.output
one =
 Accrued:Accounts Receivable  {amount}
 Income:Donations  -{amount}
two =
 ;Tag1: {value}
 Income:Donations  -{amount}
 ;IncomeTag: Donations
 Expenses:Fundraising  .05 * {amount}
 ;ExpenseTag: Fundraising
 Accrued:Accounts Receivable  .95 * {amount}
 ;AccrualTag: Receivable

[Date]
date_format = %%Y|%%m|%%d
date = 2017|10|08

[Bad Loglevel]
loglevel = wraning