Add Mietinkasso and Räumungsklage fields to translations and metadata, update layouts and configuration

This commit is contained in:
2026-03-11 10:15:02 +01:00
parent 8438af8f97
commit 9ab8f8b4bf
15 changed files with 248 additions and 145 deletions

View File

@@ -70,6 +70,24 @@
"readOnly": true,
"tooltip": true,
"isCustom": true
},
"cmietinkassoId": {
"type": "varchar",
"len": 17,
"isCustom": true
},
"cmietinkassoName": {
"type": "varchar",
"isCustom": true
},
"cvmhRumungsklageId": {
"type": "varchar",
"len": 17,
"isCustom": true
},
"cvmhRumungsklageName": {
"type": "varchar",
"isCustom": true
}
},
"links": {
@@ -136,14 +154,14 @@
"foreign": "cAICollection",
"isCustom": true
},
"cmietinkassos": {
"type": "hasMany",
"cmietinkasso": {
"type": "belongsTo",
"entity": "CMietinkasso",
"foreign": "cAICollection",
"isCustom": true
},
"cvmhRumungsklages": {
"type": "hasMany",
"cvmhRumungsklage": {
"type": "belongsTo",
"entity": "CVmhRumungsklage",
"foreign": "cAICollection",
"isCustom": true