mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 18:34:48 +00:00
account properties file added
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user