account properties file added

This commit is contained in:
Nabin Hait 2014-03-21 11:07:53 +05:30
parent 102842ba79
commit e0f98d7202

View File

@ -0,0 +1,13 @@
account_properties = {
"Deutscher Kontenplan SKR03": {
"Bilanzkonten": {
"report_type": "Balance Sheet",
},
"Gewinn u. Verlust": {
"report_type": "Profit and Loss",
},
"Vortrags- Kapital- und Statistische Konten": {
"report_type": "Balance Sheet"
}
}
}