feat: Update synchronization status options and default values across multiple entity definitions and language files

This commit is contained in:
2026-02-08 23:51:21 +01:00
parent a24bc99b67
commit 300441de67
15 changed files with 40 additions and 14 deletions

View File

@@ -19,5 +19,13 @@
},
"labels": {
"Create CAdressen": "Adressen erstellen"
},
"options": {
"syncStatus": {
"pending_sync": "Warte auf Sync",
"clean": "Synchronisiert",
"unclean": "Abweichungen",
"failed": "Fehlgeschlagen"
}
}
}

View File

@@ -42,10 +42,11 @@
"beteiligte": "Der Beteiligte, dem diese Bankverbindung zugeordnet ist",
"advowareKontoId": "Eindeutige Konto-ID aus Advoware für die Synchronisation. Wird automatisch bei der Synchronisation gesetzt",
"advowareLastSync": "Zeitpunkt der letzten erfolgreichen Synchronisation mit Advoware. Wird automatisch aktualisiert",
"syncStatus": "Status der Advoware-Synchronisation: 'Synchronisiert' = Daten sind aktuell, 'Abweichungen' = Daten weichen ab, 'Fehlgeschlagen' = Sync-Fehler aufgetreten"
"syncStatus": "Status der Advoware-Synchronisation: 'Warte auf Sync' = Neu erstellt, wartet auf erste Synchronisation, 'Synchronisiert' = Daten sind aktuell, 'Abweichungen' = Daten weichen ab, 'Fehlgeschlagen' = Sync-Fehler aufgetreten"
},
"options": {
"syncStatus": {
"pending_sync": "Warte auf Sync",
"clean": "Synchronisiert",
"unclean": "Abweichungen",
"failed": "Fehlgeschlagen"

View File

@@ -35,10 +35,11 @@
"tooltips": {
"aktennr": "Eindeutige Dokument-Nummer aus Advoware",
"advowareLastSync": "Zeitpunkt der letzten Synchronisation mit Advoware",
"syncStatus": "Status der Synchronisation: clean = erfolgreich, unclean = Abweichungen, failed = Fehler"
"syncStatus": "Status der Synchronisation: pending_sync = Warte auf Sync, clean = erfolgreich, unclean = Abweichungen, failed = Fehler"
},
"options": {
"syncStatus": {
"pending_sync": "Warte auf Sync",
"clean": "Synchronisiert",
"unclean": "Abweichungen",
"failed": "Fehlgeschlagen"

View File

@@ -95,6 +95,7 @@
"JaBesorgnisgrund259ZPO": "Ja, Besorgnis, § 259 ZPO"
},
"syncStatus": {
"pending_sync": "Warte auf Sync",
"clean": "Synchronisiert",
"unclean": "Änderungen ausstehend",
"failed": "Fehler"

View File

@@ -39,10 +39,11 @@
"advowareAktenzeichen": "Aktenzeichen aus dem Advoware-System",
"aktennr": "Eindeutige Inkasso-Nummer aus Advoware",
"advowareLastSync": "Zeitpunkt der letzten Synchronisation mit Advoware",
"syncStatus": "Status der Synchronisation: clean = erfolgreich, unclean = Abweichungen, failed = Fehler"
"syncStatus": "Status der Synchronisation: pending_sync = Warte auf Sync, clean = erfolgreich, unclean = Abweichungen, failed = Fehler"
},
"options": {
"syncStatus": {
"pending_sync": "Warte auf Sync",
"clean": "Synchronisiert",
"unclean": "Abweichungen",
"failed": "Fehlgeschlagen"

View File

@@ -40,10 +40,11 @@
"advowareAktenzeichen": "Aktenzeichen aus dem Advoware-System",
"aktennr": "Eindeutige Klage-Nummer aus Advoware",
"advowareLastSync": "Zeitpunkt der letzten Synchronisation mit Advoware",
"syncStatus": "Status der Synchronisation: clean = erfolgreich, unclean = Abweichungen, failed = Fehler"
"syncStatus": "Status der Synchronisation: pending_sync = Warte auf Sync, clean = erfolgreich, unclean = Abweichungen, failed = Fehler"
},
"options": {
"syncStatus": {
"pending_sync": "Warte auf Sync",
"clean": "Synchronisiert",
"unclean": "Abweichungen",
"failed": "Fehlgeschlagen"

View File

@@ -30,10 +30,11 @@
"beteiligte": "The participant to whom this bank account belongs",
"advowareKontoId": "Unique account ID from Advoware for synchronization. Automatically set during synchronization",
"advowareLastSync": "Time of last successful synchronization with Advoware. Automatically updated",
"syncStatus": "Advoware synchronization status: 'Synchronized' = data is current, 'Discrepancies' = data differs, 'Failed' = sync error occurred"
"syncStatus": "Advoware synchronization status: 'Waiting for Sync' = Newly created, waiting for first synchronization, 'Synchronized' = data is current, 'Discrepancies' = data differs, 'Failed' = sync error occurred"
},
"options": {
"syncStatus": {
"pending_sync": "Waiting for Sync",
"clean": "Synchronized",
"unclean": "Discrepancies",
"failed": "Failed"

View File

@@ -81,16 +81,18 @@
"type": "enum",
"required": false,
"options": [
"pending_sync",
"clean",
"unclean",
"failed"
],
"style": {
"pending_sync": "default",
"clean": "success",
"unclean": "warning",
"failed": "danger"
},
"default": "clean",
"default": "pending_sync",
"tooltip": true,
"isCustom": true
}

View File

@@ -69,16 +69,18 @@
"type": "enum",
"required": false,
"options": [
"pending_sync",
"clean",
"unclean",
"failed"
],
"style": {
"pending_sync": "default",
"clean": "success",
"unclean": "warning",
"failed": "danger"
},
"default": "clean",
"default": "pending_sync",
"tooltip": true,
"isCustom": true
},

View File

@@ -91,16 +91,18 @@
"type": "enum",
"required": false,
"options": [
"pending_sync",
"clean",
"unclean",
"failed"
],
"style": {
"pending_sync": "default",
"clean": "success",
"unclean": "warning",
"failed": "danger"
},
"default": "clean",
"default": "pending_sync",
"tooltip": true,
"isCustom": true
}

View File

@@ -77,16 +77,18 @@
"type": "enum",
"required": false,
"options": [
"pending_sync",
"clean",
"unclean",
"failed"
],
"style": {
"pending_sync": "default",
"clean": "success",
"unclean": "warning",
"failed": "danger"
},
"default": "clean",
"default": "pending_sync",
"tooltip": true,
"isCustom": true
},

View File

@@ -77,16 +77,18 @@
"type": "enum",
"required": false,
"options": [
"pending_sync",
"clean",
"unclean",
"failed"
],
"style": {
"pending_sync": "default",
"clean": "success",
"unclean": "warning",
"failed": "danger"
},
"default": "clean",
"default": "pending_sync",
"tooltip": true,
"isCustom": true
},

View File

@@ -77,16 +77,18 @@
"type": "enum",
"required": false,
"options": [
"pending_sync",
"clean",
"unclean",
"failed"
],
"style": {
"pending_sync": "default",
"clean": "success",
"unclean": "warning",
"failed": "danger"
},
"default": "clean",
"default": "pending_sync",
"tooltip": true,
"isCustom": true
},

View File

@@ -357,7 +357,7 @@ return [
0 => 'youtube.com',
1 => 'google.com'
],
'microtime' => 1770580918.069661,
'microtime' => 1770591071.892102,
'siteUrl' => 'https://crm.bitbylaw.com',
'fullTextSearchMinLength' => 4,
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',

View File

@@ -1,7 +1,7 @@
<?php
return [
'cacheTimestamp' => 1770580918,
'microtimeState' => 1770580918.192797,
'cacheTimestamp' => 1770591072,
'microtimeState' => 1770591072.009735,
'currencyRates' => [
'EUR' => 1.0
],