Add groups for account types "Bank" and "Cash"
This commit is contained in:
parent
cad404c355
commit
0fac1f9429
@ -82,16 +82,25 @@
|
|||||||
"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_number": "1000",
|
"account_type": "Cash",
|
||||||
"account_type": "Cash"
|
"is_group": 1,
|
||||||
|
"Kasse": {
|
||||||
|
"is_group": 1,
|
||||||
|
"account_number": "1000",
|
||||||
|
"account_type": "Cash"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Postbank": {
|
"Bank": {
|
||||||
"account_number": "1100",
|
"is_group": 1,
|
||||||
"account_type": "Bank"
|
"account_type": "Bank",
|
||||||
},
|
"Postbank": {
|
||||||
"Bankkonto": {
|
"account_number": "1100",
|
||||||
"account_number": "1200",
|
"account_type": "Bank"
|
||||||
"account_type": "Bank"
|
},
|
||||||
|
"Bankkonto": {
|
||||||
|
"account_number": "1200",
|
||||||
|
"account_type": "Bank"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user