Compare commits
2 Commits
6e6fc841f5
...
31479e71e1
| Author | SHA1 | Date | |
|---|---|---|---|
| 31479e71e1 | |||
| 1eebc62039 |
@@ -28,6 +28,8 @@
|
||||
"advowareDeletedAt": "In Advoware gelöscht am",
|
||||
"syncErrorMessage": "Sync-Fehler Details",
|
||||
"syncRetryCount": "Sync-Wiederholungsversuche",
|
||||
"advowareRowId": "Advoware Datensatz-ID",
|
||||
"kommunikationHash": "Kommunikations-Hash",
|
||||
"disgTyp": "Persönlichkeitstyp (nach DISG)"
|
||||
},
|
||||
"links": {
|
||||
@@ -60,6 +62,8 @@
|
||||
"advowareDeletedAt": "Zeitpunkt wann Beteiligter in Advoware gelöscht wurde",
|
||||
"syncErrorMessage": "Detaillierte Fehlermeldung bei Sync-Problemen",
|
||||
"syncRetryCount": "Anzahl der bisherigen Wiederholungsversuche bei fehlgeschlagenem Sync",
|
||||
"advowareRowId": "Eindeutige Datensatz-ID aus der Advoware-Datenbank (ROWID)",
|
||||
"kommunikationHash": "Hash-Wert für die Deduplizierung von Kommunikationsdaten (E-Mails, Telefonnummern) beim Sync mit Advoware",
|
||||
"rechtsform": "Rechtsform des Beteiligten (natürliche Person oder juristische Person)",
|
||||
"firmenname": "Name der Firma oder Organisation (nur bei juristischen Personen)",
|
||||
"handelsregisterNummer": "Nummer im Handelsregister (z.B. 12345)",
|
||||
|
||||
@@ -20,7 +20,9 @@
|
||||
"syncStatus": "Sync Status",
|
||||
"advowareDeletedAt": "Deleted in Advoware At",
|
||||
"syncErrorMessage": "Sync Error Details",
|
||||
"syncRetryCount": "Sync Retry Count"
|
||||
"syncRetryCount": "Sync Retry Count",
|
||||
"advowareRowId": "Advoware Record ID",
|
||||
"kommunikationHash": "Communication Hash"
|
||||
},
|
||||
"links": {
|
||||
"meetings": "Meetings",
|
||||
@@ -50,7 +52,9 @@
|
||||
"syncStatus": "Synchronization status:\n\npending_sync = Waiting for sync\nclean = Synchronized\ndirty = Changed (to be synced)\nsyncing = Sync in progress...\nfailed = Sync failed\nconflict = Conflict (EspoCRM wins)\ndeleted_in_advoware = Deleted in Advoware",
|
||||
"advowareDeletedAt": "Timestamp when participant was deleted in Advoware",
|
||||
"syncErrorMessage": "Detailed error message for sync problems",
|
||||
"syncRetryCount": "Number of retry attempts for failed sync"
|
||||
"syncRetryCount": "Number of retry attempts for failed sync",
|
||||
"advowareRowId": "Unique record ID from Advoware database (ROWID)",
|
||||
"kommunikationHash": "Hash value for deduplicating communication data (emails, phone numbers) when syncing with Advoware"
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": {
|
||||
|
||||
@@ -63,6 +63,14 @@
|
||||
"name": "syncStatus"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "advowareRowId"
|
||||
},
|
||||
{
|
||||
"name": "kommunikationHash"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "advowareLastSync"
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
"lastName": {
|
||||
"type": "varchar",
|
||||
"maxLength": 100,
|
||||
"required": true,
|
||||
"required": false,
|
||||
"copyToClipboard": true
|
||||
},
|
||||
"dateOfBirth": {
|
||||
@@ -125,15 +125,18 @@
|
||||
"isCustom": true
|
||||
},
|
||||
"advowareLastSync": {
|
||||
"notNull": false,
|
||||
"type": "datetime",
|
||||
"required": false,
|
||||
"readOnly": true,
|
||||
"readOnly": false,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
"isCustom": true,
|
||||
"audited": true,
|
||||
"minuteStep": 1
|
||||
},
|
||||
"syncStatus": {
|
||||
"type": "enum",
|
||||
"required": true,
|
||||
"required": false,
|
||||
"options": [
|
||||
"pending_sync",
|
||||
"clean",
|
||||
@@ -159,14 +162,12 @@
|
||||
"advowareDeletedAt": {
|
||||
"type": "datetime",
|
||||
"required": false,
|
||||
"readOnly": true,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"syncErrorMessage": {
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"readOnly": true,
|
||||
"maxLength": 2000,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
@@ -174,11 +175,27 @@
|
||||
"syncRetryCount": {
|
||||
"type": "int",
|
||||
"required": false,
|
||||
"readOnly": true,
|
||||
"default": 0,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"advowareRowId": {
|
||||
"type": "varchar",
|
||||
"maxLength": 50,
|
||||
"required": false,
|
||||
"readOnly": false,
|
||||
"tooltip": true,
|
||||
"isCustom": true,
|
||||
"options": []
|
||||
},
|
||||
"kommunikationHash": {
|
||||
"type": "varchar",
|
||||
"maxLength": 64,
|
||||
"required": false,
|
||||
"readOnly": false,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"handelsregisterNummer": {
|
||||
"type": "varchar",
|
||||
"required": false,
|
||||
|
||||
@@ -357,7 +357,7 @@ return [
|
||||
0 => 'youtube.com',
|
||||
1 => 'google.com'
|
||||
],
|
||||
'microtime' => 1770478069.62583,
|
||||
'microtime' => 1770575859.904929,
|
||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||
'fullTextSearchMinLength' => 4,
|
||||
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'cacheTimestamp' => 1770478069,
|
||||
'microtimeState' => 1770478069.750671,
|
||||
'cacheTimestamp' => 1770575860,
|
||||
'microtimeState' => 1770575860.045547,
|
||||
'currencyRates' => [
|
||||
'EUR' => 1.0
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user