Add Advoware integration fields and layout for CVmhRumungsklage; update localization and config timestamps

This commit is contained in:
2026-01-20 20:37:30 +01:00
parent 0725cbec3a
commit badd58fe7b
4 changed files with 106 additions and 2 deletions

View File

@@ -51,6 +51,43 @@
"inlineEditDisabled",
"tooltipText"
]
},
"advowareAktenzeichen": {
"type": "varchar",
"required": false,
"maxLength": 100,
"tooltip": true,
"isCustom": true
},
"betnr": {
"type": "int",
"required": false,
"tooltip": true,
"isCustom": true
},
"advowareLastSync": {
"type": "datetime",
"required": false,
"readOnly": true,
"tooltip": true,
"isCustom": true
},
"syncStatus": {
"type": "enum",
"required": false,
"options": [
"clean",
"unclean",
"failed"
],
"style": {
"clean": "success",
"unclean": "warning",
"failed": "danger"
},
"default": "clean",
"tooltip": true,
"isCustom": true
}
},
"links": {