Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-03-11 09:21:52 +01:00
parent c2766ec66a
commit 76c38e8ad4
77 changed files with 167175 additions and 539 deletions

View File

@@ -2,7 +2,10 @@
"fields": {
"cAdvowareAkte": "Advoware File",
"cAdvowareAkteId": "Advoware File ID",
"cAdvowareAkteName": "Advoware File Name"
"cAdvowareAkteName": "Advoware File Name",
"xaiCollectionId": "x.AI Collection ID",
"syncStatus": "Sync Status",
"lastSync": "Last Sync"
},
"links": {
"meetings": "Meetings",
@@ -15,5 +18,19 @@
},
"labels": {
"Create CAICollection": "Create AI Collection"
},
"tooltips": {
"xaiCollectionId": "Collection ID for x.AI synchronization",
"syncStatus": "x.AI 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 x.AI"
},
"options": {
"syncStatus": {
"pending_sync": "Waiting for Sync",
"clean": "Synchronized",
"unclean": "Changes Pending",
"failed": "Failed",
"no_sync": "No Sync"
}
}
}

View File

@@ -1,5 +1,9 @@
{
"fields": {
"advowareAktenzeichen": "Advoware Case Number",
"aktennr": "Advoware Identifier",
"syncStatus": "Sync Status",
"lastSync": "Last Sync"
},
"links": {
"meetings": "Meetings",
@@ -12,5 +16,20 @@
},
"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"
}
}
}

View File

@@ -1,9 +1,5 @@
{
"fields": {
"advowareAktenzeichen": "Advoware Case Number",
"aktennr": "Advoware Identifier",
"advowareLastSync": "Advoware Last Sync",
"syncStatus": "Sync Status",
"klaeger": "Plaintiff",
"beklagte": "Defendant",
"vmhMietverhltnises": "Tenancies",
@@ -45,18 +41,8 @@
"Create CMietinkasso": "Create Mietinkasso"
},
"tooltips": {
"advowareAktenzeichen": "Case number from Advoware system",
"aktennr": "Unique collection number from Advoware",
"advowareLastSync": "Time of last synchronization with Advoware",
"syncStatus": "Advoware synchronization status: pending_sync = Waiting for sync, clean = successfully synchronized, unclean = changes pending, failed = error, no_sync = Not synchronized"
},
"options": {
"syncStatus": {
"pending_sync": "Waiting for Sync",
"clean": "Synchronized",
"unclean": "Changes Pending",
"failed": "Failed",
"no_sync": "No Sync"
}
"gerichtsrubrum": "Court proceeding rubrum",
"gegenstandswert": "Value of the disputed matter",
"kuendigungsservice": "Termination service enabled"
}
}

View File

@@ -40,15 +40,8 @@
"Create CVmhRumungsklage": "Create Räumungsklage"
},
"tooltips": {
"syncStatus": "Advoware synchronization status: pending_sync = Waiting for sync, clean = successfully synchronized, unclean = changes pending, failed = error, no_sync = Not synchronized"
},
"options": {
"syncStatus": {
"pending_sync": "Waiting for Sync",
"clean": "Synchronized",
"unclean": "Changes Pending",
"failed": "Failed",
"no_sync": "No Sync"
}
"gerichtsrubrum": "Court proceeding rubrum",
"gegenstandswert": "Value of the disputed matter",
"kuendigungsservice": "Termination service enabled"
}
}