Files @ 76f2707aacf7
Branch filter:

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

Brett Smith
hooks.ledger_entry: New hook to output Ledger entries.

This is roughly the smallest diff necessary to move output to a hook.
There's a lot of code reorganization that should still happen to bring it
better in line with this new structure.
[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