mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
Add groups for account types "Bank" and "Cash"
This commit is contained in:
@@ -82,9 +82,17 @@
|
|||||||
"IV. Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks.": {
|
"IV. Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks.": {
|
||||||
"is_group": 1,
|
"is_group": 1,
|
||||||
"Kasse": {
|
"Kasse": {
|
||||||
|
"account_type": "Cash",
|
||||||
|
"is_group": 1,
|
||||||
|
"Kasse": {
|
||||||
|
"is_group": 1,
|
||||||
"account_number": "1000",
|
"account_number": "1000",
|
||||||
"account_type": "Cash"
|
"account_type": "Cash"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
"Bank": {
|
||||||
|
"is_group": 1,
|
||||||
|
"account_type": "Bank",
|
||||||
"Postbank": {
|
"Postbank": {
|
||||||
"account_number": "1100",
|
"account_number": "1100",
|
||||||
"account_type": "Bank"
|
"account_type": "Bank"
|
||||||
@@ -94,6 +102,7 @@
|
|||||||
"account_type": "Bank"
|
"account_type": "Bank"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"C - Rechnungsabgrenzungsposten": {
|
"C - Rechnungsabgrenzungsposten": {
|
||||||
"is_group": 1,
|
"is_group": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user