Remove Advoware and x.AI related fields, tooltips, and options from CDokumente JSON files. Add UpdateJunctionSyncStatus hook to manage sync status for related entities on document updates. Update configuration timestamps in state and config files.
This commit is contained in:
@@ -14,14 +14,9 @@
|
||||
"mietobjekt2dokumente": "Properties",
|
||||
"mietinkassosdokumente": "Rent Collection",
|
||||
"kndigungensdokumente": "Terminations",
|
||||
"aktennr": "Advoware Identifier",
|
||||
"advowareLastSync": "Advoware Last Sync",
|
||||
"syncStatus": "Sync Status",
|
||||
"xaiId": "x.AI ID",
|
||||
"xaiCollections": "x.AI Collections",
|
||||
"xaiSyncStatus": "Sync Status",
|
||||
"fileStatus": "File Status",
|
||||
"advowareAktens": "Advoware Akten",
|
||||
"advowareAktens": "Advoware Akten",
|
||||
"aIKnowledges": "AI Knowledge",
|
||||
"advowareAktenHnr": "Advoware HNR",
|
||||
"advowareAktenSyncstatus": "Advoware Sync Status",
|
||||
@@ -52,29 +47,9 @@
|
||||
"listForAIKnowledge": "List for AI Knowledge"
|
||||
},
|
||||
"tooltips": {
|
||||
"aktennr": "Unique document 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",
|
||||
"xaiId": "Unique ID for x.AI synchronization",
|
||||
"xaiCollections": "List of x.AI collections for this document",
|
||||
"xaiSyncStatus": "x.AI synchronization status: pending_sync = Waiting for sync, clean = successfully synchronized, unclean = changes pending, failed = error, no_sync = Not synchronized",
|
||||
"fileStatus": "File status: new = newly uploaded, changed = modified, synced = synchronized"
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": {
|
||||
"pending_sync": "Waiting for Sync",
|
||||
"clean": "Synchronized",
|
||||
"unclean": "Changes Pending",
|
||||
"failed": "Failed",
|
||||
"no_sync": "No Sync"
|
||||
},
|
||||
"xaiSyncStatus": {
|
||||
"pending_sync": "Waiting for Sync",
|
||||
"clean": "Synchronized",
|
||||
"unclean": "Changes Pending",
|
||||
"failed": "Failed",
|
||||
"no_sync": "No Sync"
|
||||
},
|
||||
"fileStatus": {
|
||||
"new": "New",
|
||||
"changed": "Changed",
|
||||
|
||||
Reference in New Issue
Block a user