Add 'bankverbindungens' field and related layout; update cache timestamps

This commit is contained in:
2026-01-23 21:17:09 +01:00
parent d433a01b65
commit 45456d8bf9
4 changed files with 41 additions and 2 deletions

View File

@@ -60,5 +60,13 @@
},
"dokumentesBeteiligte": {
"index": 12
},
"_tabBreak_5": {
"index": 13,
"tabBreak": true,
"tabLabel": "Bankverbindungen"
},
"bankverbindungens": {
"index": 14
}
}

View File

@@ -0,0 +1,27 @@
[
{
"name": "name",
"width": 20,
"link": true
},
{
"name": "iban",
"width": 25
},
{
"name": "bic",
"width": 15
},
{
"name": "kontoinhaber",
"width": 20
},
{
"name": "istAktiv",
"width": 10
},
{
"name": "istStandard",
"width": 10
}
]