5c73c40bcc
This is a pretty feature-complete version 1. I don't know why I waited this long to commit anything.
24 lines
442 B
INI
24 lines
442 B
INI
[DEFAULT]
|
|
date_format = %%Y-%%m-%%d
|
|
signed_currencies = EUR
|
|
|
|
[Templates]
|
|
output_path = Template.output
|
|
one =
|
|
Accrued:Accounts Receivable 100%%
|
|
Income:Donations -100%%
|
|
two =
|
|
;Tag1: {value}
|
|
Income:Donations -100%%
|
|
;IncomeTag: Donations
|
|
Expenses:Fundraising 5%%
|
|
;ExpenseTag: Fundraising
|
|
Accrued:Accounts Receivable 95%%
|
|
;AccrualTag: Receivable
|
|
|
|
[Date]
|
|
date_format = %%Y|%%m|%%d
|
|
date = 2017|10|08
|
|
|
|
[Bad Loglevel]
|
|
loglevel = wraning
|