mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
fix missing account types
This commit is contained in:
@@ -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,9 +1824,14 @@
|
|||||||
"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": {
|
"Herstellungskosten (Gruppe)": {
|
||||||
"account_number": "6990",
|
"Herstellungskosten": {
|
||||||
"account_type": "Cost of Goods Sold"
|
"account_number": "6990",
|
||||||
|
"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",
|
||||||
@@ -3603,13 +3610,17 @@
|
|||||||
"account_number": "7694"
|
"account_number": "7694"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Debitoren" : {
|
"Debitoren": {
|
||||||
"root_type": "Asset",
|
"root_type": "Asset",
|
||||||
"is_group": 1
|
"is_group": 1
|
||||||
},
|
},
|
||||||
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user