Skip to content

Commit 982810a

Browse files
fix: accounts and account types in German CoA "SKR 03" (backport #54711) (#54713)
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com> fix: accounts and account types in German CoA "SKR 03" (#54711)
1 parent 18006b9 commit 982810a

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

erpnext/accounts/doctype/account/chart_of_accounts/verified/de_kontenplan_SKR03.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
"account_number": "0430",
3535
"account_type": "Fixed Asset"
3636
},
37+
"Anlagen im Bau": {
38+
"is_group": 1,
39+
"Andere Anlagen, Betriebs- und Geschäftsausstattung im Bau": {
40+
"account_number": "0498",
41+
"account_type": "Capital Work in Progress"
42+
}
43+
},
3744
"Accumulated Depreciation": {
3845
"account_type": "Accumulated Depreciation"
3946
}
@@ -317,13 +324,21 @@
317324
"account_number": "3800",
318325
"account_type": "Expenses Included In Asset Valuation"
319326
},
327+
"Bestandsveränderungen Roh-, Hilfs- und Betriebsstoffe sowie bezogene Waren": {
328+
"account_number": "3960",
329+
"account_type": "Stock Adjustment"
330+
},
320331
"Herstellungskosten": {
321332
"account_number": "4996",
322333
"account_type": "Cost of Goods Sold"
323334
},
335+
"Anlagenabgänge Sachanlagen (Restbuchwert bei Buchverlust)": {
336+
"account_number": "2310",
337+
"account_type": "Expense Account"
338+
},
324339
"Verluste aus dem Abgang von Gegenständen des Anlagevermögens": {
325340
"account_number": "2320",
326-
"account_type": "Stock Adjustment"
341+
"account_type": "Expense Account"
327342
},
328343
"Verwaltungskosten": {
329344
"account_number": "4997",
@@ -340,7 +355,7 @@
340355
"is_group": 1,
341356
"Abschreibungen auf Sachanlagen (ohne AfA auf Kfz und Gebäude)": {
342357
"account_number": "4830",
343-
"account_type": "Accumulated Depreciation"
358+
"account_type": "Depreciation"
344359
},
345360
"Abschreibungen auf Gebäude": {
346361
"account_number": "4831",

0 commit comments

Comments
 (0)