feat: Update internationalization files and metadata for Advoware integration

This commit is contained in:
2026-02-07 16:08:30 +01:00
parent 127fa6503b
commit 26db904407
5 changed files with 94 additions and 15 deletions

View File

@@ -121,6 +121,7 @@
"betnr": {
"type": "int",
"required": false,
"readOnly": true,
"tooltip": true,
"isCustom": true
},
@@ -133,18 +134,49 @@
},
"syncStatus": {
"type": "enum",
"required": false,
"required": true,
"readOnly": true,
"options": [
"pending_sync",
"clean",
"unclean",
"failed"
"dirty",
"syncing",
"failed",
"conflict",
"deleted_in_advoware"
],
"style": {
"pending_sync": "default",
"clean": "success",
"unclean": "warning",
"failed": "danger"
"dirty": "warning",
"syncing": "primary",
"failed": "danger",
"conflict": "danger",
"deleted_in_advoware": "default"
},
"default": "clean",
"default": "pending_sync",
"tooltip": true,
"isCustom": true
},
"advowareDeletedAt": {
"type": "datetime",
"required": false,
"readOnly": true,
"tooltip": true,
"isCustom": true
},
"syncErrorMessage": {
"type": "text",
"required": false,
"readOnly": true,
"maxLength": 2000,
"tooltip": true,
"isCustom": true
},
"syncRetryCount": {
"type": "int",
"required": false,
"readOnly": true,
"tooltip": true,
"isCustom": true
},
@@ -362,6 +394,7 @@
]
},
"betnr": {
"unique": true,
"columns": [
"betnr"
]
@@ -377,6 +410,17 @@
"disgTyp",
"deleted"
]
},
"syncStatus": {
"columns": [
"syncStatus",
"deleted"
]
},
"advowareDeletedAt": {
"columns": [
"advowareDeletedAt"
]
}
}
}