3b821cbbee
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.
24 lines
472 B
INI
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
|