import2ledger/tests/data/test_config.ini
Brett Smith 3b821cbbee template: Template amounts are now written with fuller expressions.
This makes it possible to support transactions that divide funds in
ways other than a simple percentage split.  For example, there
might be tax withheld, or a flat fee expense on each transaction.
2017-11-09 16:17:58 -05:00

24 lines
472 B
INI

[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