mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
fix: add missing account types
This commit is contained in:
@@ -173,6 +173,14 @@
|
|||||||
},
|
},
|
||||||
"VIII. sonstige Verbindlichkeiten": {
|
"VIII. sonstige Verbindlichkeiten": {
|
||||||
"is_group": 1,
|
"is_group": 1,
|
||||||
|
"Sonstige Verbindlichkeiten": {
|
||||||
|
"account_number": "1700",
|
||||||
|
"account_type": "Asset Received But Not Billed"
|
||||||
|
},
|
||||||
|
"Sonstige Verbindlichkeiten (1 bis 5 Jahre)": {
|
||||||
|
"account_number": "1702",
|
||||||
|
"account_type": "Stock Received But Not Billed"
|
||||||
|
},
|
||||||
"Verbindlichkeiten aus Lohn und Gehalt": {
|
"Verbindlichkeiten aus Lohn und Gehalt": {
|
||||||
"account_number": "1740",
|
"account_number": "1740",
|
||||||
"account_type": "Payable"
|
"account_type": "Payable"
|
||||||
@@ -253,6 +261,10 @@
|
|||||||
"Wareneingang": {
|
"Wareneingang": {
|
||||||
"account_number": "3200"
|
"account_number": "3200"
|
||||||
},
|
},
|
||||||
|
"Bezugsnebenkosten": {
|
||||||
|
"account_number": "3800",
|
||||||
|
"account_type": "Expenses Included In Asset Valuation"
|
||||||
|
},
|
||||||
"Herstellungskosten": {
|
"Herstellungskosten": {
|
||||||
"account_number": "4996",
|
"account_number": "4996",
|
||||||
"account_type": "Cost of Goods Sold"
|
"account_type": "Cost of Goods Sold"
|
||||||
@@ -276,7 +288,7 @@
|
|||||||
"is_group": 1,
|
"is_group": 1,
|
||||||
"Abschreibungen auf Sachanlagen (ohne AfA auf Kfz und Gebäude)": {
|
"Abschreibungen auf Sachanlagen (ohne AfA auf Kfz und Gebäude)": {
|
||||||
"account_number": "4830",
|
"account_number": "4830",
|
||||||
"account_type": "Depreciation"
|
"account_type": "Accumulated Depreciation"
|
||||||
},
|
},
|
||||||
"Abschreibungen auf Gebäude": {
|
"Abschreibungen auf Gebäude": {
|
||||||
"account_number": "4831",
|
"account_number": "4831",
|
||||||
|
|||||||
Reference in New Issue
Block a user