fix: Update synchronization status messages and add "no_sync" option; adjust microtime and cacheTimestamp in config and state files; add beforeSaveScripts for Advoware sync status management
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
"tooltips": {
|
||||
"aktennr": "Eindeutige Dokument-Nummer aus Advoware",
|
||||
"advowareLastSync": "Zeitpunkt der letzten Synchronisation mit Advoware",
|
||||
"syncStatus": "Status der Synchronisation: pending_sync = Warte auf Sync, clean = erfolgreich, unclean = Abweichungen, failed = Fehler",
|
||||
"syncStatus": "Status der Advoware-Synchronisation: pending_sync = Warte auf Sync, clean = erfolgreich synchronisiert, unclean = Änderungen ausstehend, failed = Fehler, no_sync = Nicht synchronisiert",
|
||||
"xaiId": "Eindeutige ID für x.AI Synchronisation",
|
||||
"xaiCollections": "Liste der x.AI Collections für dieses Dokument",
|
||||
"xaiSyncStatus": "Status der x.AI Synchronisation: pending_sync = Warte auf Sync, clean = erfolgreich synchronisiert, unclean = Änderungen ausstehend, failed = Fehler, no_sync = Nicht synchronisiert",
|
||||
@@ -49,8 +49,9 @@
|
||||
"syncStatus": {
|
||||
"pending_sync": "Warte auf Sync",
|
||||
"clean": "Synchronisiert",
|
||||
"unclean": "Abweichungen",
|
||||
"failed": "Fehlgeschlagen"
|
||||
"unclean": "Änderungen ausstehend",
|
||||
"failed": "Fehlgeschlagen",
|
||||
"no_sync": "Kein Sync"
|
||||
},
|
||||
"xaiSyncStatus": {
|
||||
"pending_sync": "Warte auf Sync",
|
||||
|
||||
@@ -99,13 +99,14 @@
|
||||
"pending_sync": "Warte auf Sync",
|
||||
"clean": "Synchronisiert",
|
||||
"unclean": "Änderungen ausstehend",
|
||||
"failed": "Fehler"
|
||||
"failed": "Fehler",
|
||||
"no_sync": "Kein Sync"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"advowareAktenzeichen": "Aktenzeichen aus Advoware für die Synchronisation",
|
||||
"aktennr": "Eindeutige Kündigungs-Nummer aus Advoware",
|
||||
"syncStatus": "Status der Synchronisation mit Advoware",
|
||||
"syncStatus": "Status der Advoware-Synchronisation: pending_sync = Warte auf Sync, clean = erfolgreich synchronisiert, unclean = Änderungen ausstehend, failed = Fehler, no_sync = Nicht synchronisiert",
|
||||
"sendungsverfolgungsnummer": "Sendungsverfolgungsnummer für Einschreiben",
|
||||
"mietrueckstand": "Gesamthöhe des Mietrückstands (nur bei Kündigungsgrund Mietrückstand)",
|
||||
"mietkaution": "Einbehaltene oder ausstehende Mietkaution",
|
||||
|
||||
@@ -40,14 +40,15 @@
|
||||
"advowareAktenzeichen": "Aktenzeichen aus dem Advoware-System",
|
||||
"aktennr": "Eindeutige Inkasso-Nummer aus Advoware",
|
||||
"advowareLastSync": "Zeitpunkt der letzten Synchronisation mit Advoware",
|
||||
"syncStatus": "Status der Synchronisation: pending_sync = Warte auf Sync, clean = erfolgreich, unclean = Abweichungen, failed = Fehler"
|
||||
"syncStatus": "Status der Advoware-Synchronisation: pending_sync = Warte auf Sync, clean = erfolgreich synchronisiert, unclean = Änderungen ausstehend, failed = Fehler, no_sync = Nicht synchronisiert"
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": {
|
||||
"pending_sync": "Warte auf Sync",
|
||||
"clean": "Synchronisiert",
|
||||
"unclean": "Abweichungen",
|
||||
"failed": "Fehlgeschlagen"
|
||||
"unclean": "Änderungen ausstehend",
|
||||
"failed": "Fehlgeschlagen",
|
||||
"no_sync": "Kein Sync"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -42,15 +42,16 @@
|
||||
"advowareAktenzeichen": "Aktenzeichen aus dem Advoware-System",
|
||||
"aktennr": "Eindeutige Klage-Nummer aus Advoware",
|
||||
"advowareLastSync": "Zeitpunkt der letzten Synchronisation mit Advoware",
|
||||
"syncStatus": "Status der Synchronisation: pending_sync = Warte auf Sync, clean = erfolgreich, unclean = Abweichungen, failed = Fehler",
|
||||
"syncStatus": "Status der Advoware-Synchronisation: pending_sync = Warte auf Sync, clean = erfolgreich synchronisiert, unclean = Änderungen ausstehend, failed = Fehler, no_sync = Nicht synchronisiert",
|
||||
"xaiCollectionId": "Collection ID für x.AI Synchronisation"
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": {
|
||||
"pending_sync": "Warte auf Sync",
|
||||
"clean": "Synchronisiert",
|
||||
"unclean": "Abweichungen",
|
||||
"failed": "Fehlgeschlagen"
|
||||
"unclean": "Änderungen ausstehend",
|
||||
"failed": "Fehlgeschlagen",
|
||||
"no_sync": "Kein Sync"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -42,7 +42,7 @@
|
||||
"tooltips": {
|
||||
"aktennr": "Unique document number from Advoware",
|
||||
"advowareLastSync": "Time of last synchronization with Advoware",
|
||||
"syncStatus": "Synchronization status: pending_sync = Waiting for sync, clean = successful, unclean = discrepancies, failed = error",
|
||||
"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",
|
||||
@@ -52,8 +52,9 @@
|
||||
"syncStatus": {
|
||||
"pending_sync": "Waiting for Sync",
|
||||
"clean": "Synchronized",
|
||||
"unclean": "Discrepancies",
|
||||
"failed": "Failed"
|
||||
"unclean": "Changes Pending",
|
||||
"failed": "Failed",
|
||||
"no_sync": "No Sync"
|
||||
},
|
||||
"xaiSyncStatus": {
|
||||
"pending_sync": "Waiting for Sync",
|
||||
|
||||
@@ -95,15 +95,17 @@
|
||||
"JaBesorgnisgrund259ZPO": "Yes, Concern, § 259 ZPO"
|
||||
},
|
||||
"syncStatus": {
|
||||
"pending_sync": "Waiting for Sync",
|
||||
"clean": "Synchronized",
|
||||
"unclean": "Changes Pending",
|
||||
"failed": "Failed"
|
||||
"failed": "Failed",
|
||||
"no_sync": "No Sync"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"advowareAktenzeichen": "File number from Advoware for synchronization",
|
||||
"aktennr": "Case number from Advoware",
|
||||
"syncStatus": "Synchronization status with Advoware",
|
||||
"syncStatus": "Advoware synchronization status: pending_sync = Waiting for sync, clean = successfully synchronized, unclean = changes pending, failed = error, no_sync = Not synchronized",
|
||||
"sendungsverfolgungsnummer": "Tracking number for registered mail",
|
||||
"mietrueckstand": "Total amount of rent arrears (only for termination reason rent arrears)",
|
||||
"mietkaution": "Withheld or outstanding security deposit",
|
||||
|
||||
@@ -40,13 +40,15 @@
|
||||
"advowareAktenzeichen": "Case number from Advoware system",
|
||||
"aktennr": "Unique collection number from Advoware",
|
||||
"advowareLastSync": "Time of last synchronization with Advoware",
|
||||
"syncStatus": "Synchronization status: clean = successful, unclean = discrepancies, failed = error"
|
||||
"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": "Discrepancies",
|
||||
"failed": "Failed"
|
||||
"unclean": "Changes Pending",
|
||||
"failed": "Failed",
|
||||
"no_sync": "No Sync"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,5 +30,17 @@
|
||||
},
|
||||
"labels": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user