Remove CAICollection and CAdvowareAkten entities and their associated metadata, layouts, services, and translations. Update configuration and state files accordingly. Add side panel configuration for CMietinkasso.

This commit is contained in:
2026-03-11 10:24:52 +01:00
parent 9ab8f8b4bf
commit 0f307c7eca
110 changed files with 39 additions and 1599 deletions

View File

@@ -1,41 +0,0 @@
{
"fields": {
"advowareAktenzeichen": "Advoware Case Number",
"aktennr": "Advoware Identifier",
"syncStatus": "Sync Status",
"lastSync": "Last Sync",
"cmietinkasso": "Mietinkasso",
"cmietinkassoId": "Mietinkasso ID",
"cmietinkassoName": "Mietinkasso Name",
"cvmhRumungsklage": "Räumungsklage",
"cvmhRumungsklageId": "Räumungsklage ID",
"cvmhRumungsklageName": "Räumungsklage Name"
},
"links": {
"meetings": "Meetings",
"calls": "Calls",
"tasks": "Tasks",
"cDokumente": "Documents",
"cAICollection": "AI Collection",
"cmietinkasso": "Mietinkasso",
"cvmhRumungsklage": "Räumungsklage"
},
"labels": {
"Create CAdvowareAkten": "Create Advoware Akte"
},
"tooltips": {
"advowareAktenzeichen": "Case number from Advoware system",
"aktennr": "Unique case number from Advoware",
"syncStatus": "Advoware synchronization status: pending_sync = Waiting for sync, clean = successfully synchronized, unclean = changes pending, failed = error, no_sync = Not synchronized",
"lastSync": "Time of last synchronization with Advoware"
},
"options": {
"syncStatus": {
"pending_sync": "Waiting for Sync",
"clean": "Synchronized",
"unclean": "Changes Pending",
"failed": "Failed",
"no_sync": "No Sync"
}
}
}