Refactor CAdvowareAkten and CDokumente hooks; update localization and metadata; adjust microtime values in config and state files

This commit is contained in:
2026-03-25 22:01:58 +01:00
parent 7d55075490
commit 4a302542b7
14 changed files with 99 additions and 124 deletions

View File

@@ -118,6 +118,24 @@
"tooltip": true,
"isCustom": true
},
"lastSyncTimestamp": {
"type": "datetime",
"tooltip": true,
"readOnly": true,
"isCustom": true
},
"advowareArt": {
"type": "varchar",
"maxLength": 100,
"tooltip": true,
"isCustom": true
},
"advowareBemerkung": {
"type": "text",
"rows": 4,
"tooltip": true,
"isCustom": true
},
"puls": {
"type": "link",
"entity": "CPuls",