fix missing account types

This commit is contained in:
Raffael Meyer
2019-04-19 00:09:37 +02:00
parent fba8bfc0d0
commit 00303858df

View File

@@ -795,6 +795,7 @@
}, },
"Kasse (Gruppe)": { "Kasse (Gruppe)": {
"is_group": 1, "is_group": 1,
"account_type": "Cash",
"Kasse": { "Kasse": {
"account_number": "1600", "account_number": "1600",
"account_type": "Cash" "account_type": "Cash"
@@ -840,6 +841,7 @@
}, },
"Bank (Gruppe)": { "Bank (Gruppe)": {
"is_group": 1, "is_group": 1,
"account_type": "Bank",
"Bank": { "Bank": {
"account_number": "1800", "account_number": "1800",
"account_type": "Bank" "account_type": "Bank"
@@ -1822,10 +1824,15 @@
"2 - Herstellungskosten der zur Erzielung der Umsatzerl\u00f6se erbrachten Leistungen": { "2 - Herstellungskosten der zur Erzielung der Umsatzerl\u00f6se erbrachten Leistungen": {
"root_type": "Expense", "root_type": "Expense",
"is_group": 1, "is_group": 1,
"Herstellungskosten (Gruppe)": {
"Herstellungskosten": { "Herstellungskosten": {
"account_number": "6990", "account_number": "6990",
"account_type": "Cost of Goods Sold" "account_type": "Cost of Goods Sold"
}, },
"Herstellungskosten: Schwund": {
"account_type": "Stock Adjustment"
}
},
"Aufwendungen f. Roh-, Hilfs- und Betriebsstoffe und f. bezogene Waren": { "Aufwendungen f. Roh-, Hilfs- und Betriebsstoffe und f. bezogene Waren": {
"account_number": "5000", "account_number": "5000",
"account_type": "Expense Account" "account_type": "Expense Account"
@@ -3609,7 +3616,11 @@
}, },
"Kreditoren": { "Kreditoren": {
"root_type": "Liability", "root_type": "Liability",
"is_group": 1 "is_group": 1,
"Wareneingangs-­Verrechnungskonto" : {
"account_number": "70001",
"account_type": "Stock Received But Not Billed"
}
} }
} }
} }