diff --git a/custom/Espo/Custom/Resources/i18n/de_DE/CAdressen.json b/custom/Espo/Custom/Resources/i18n/de_DE/CAdressen.json index 71dfb5ff..bc7e467c 100644 --- a/custom/Espo/Custom/Resources/i18n/de_DE/CAdressen.json +++ b/custom/Espo/Custom/Resources/i18n/de_DE/CAdressen.json @@ -5,7 +5,10 @@ "adresse": "Adresse", "autoapplymietverhaltnisportaluser": "Portalnutzer von Mietverhältnis übernehmen", "advowareindexid": "Advoware Index ID", - "contactsAdressen": "Freigegebene Nutzer" + "contactsAdressen": "Freigegebene Nutzer", + "betnr": "Advoware Identifikator", + "advowareLastSync": "Advoware letzte Synchronisation", + "syncStatus": "Sync-Status" }, "links": { "beteiligte": "Beteiligte", diff --git a/custom/Espo/Custom/Resources/i18n/en_US/CAdressen.json b/custom/Espo/Custom/Resources/i18n/en_US/CAdressen.json index bc49b868..b552b7ce 100644 --- a/custom/Espo/Custom/Resources/i18n/en_US/CAdressen.json +++ b/custom/Espo/Custom/Resources/i18n/en_US/CAdressen.json @@ -11,7 +11,10 @@ "isActive": "Active", "autoapplymietverhaltnisportaluser": "Apply Portal User from Tenancy", "advowareindexid": "Advoware Index ID", - "contactsAdressen": "Portal Users" + "contactsAdressen": "Portal Users", + "betnr": "Advoware Identifier", + "advowareLastSync": "Advoware Last Sync", + "syncStatus": "Sync Status" }, "links": { "beteiligte": "Party", diff --git a/custom/Espo/Custom/Resources/layouts/CAdressen/detail.json b/custom/Espo/Custom/Resources/layouts/CAdressen/detail.json index 87dbe4ba..4212e154 100644 --- a/custom/Espo/Custom/Resources/layouts/CAdressen/detail.json +++ b/custom/Espo/Custom/Resources/layouts/CAdressen/detail.json @@ -20,5 +20,24 @@ ], "style": "default", "label": "Overview" + }, + { + "rows": [ + [ + { + "name": "betnr" + }, + { + "name": "syncStatus" + }, + { + "name": "advowareLastSync" + } + ] + ], + "style": "default", + "label": "Advoware Sync", + "tabBreak": true, + "tabLabel": "Erweitert" } ] \ No newline at end of file diff --git a/custom/Espo/Custom/Resources/metadata/entityDefs/CAdressen.json b/custom/Espo/Custom/Resources/metadata/entityDefs/CAdressen.json index d79b38c6..bd0643e2 100644 --- a/custom/Espo/Custom/Resources/metadata/entityDefs/CAdressen.json +++ b/custom/Espo/Custom/Resources/metadata/entityDefs/CAdressen.json @@ -62,6 +62,36 @@ "type": "int", "readOnly": true, "isCustom": true + }, + "betnr": { + "type": "int", + "required": false, + "tooltip": true, + "isCustom": true + }, + "advowareLastSync": { + "type": "datetime", + "required": false, + "readOnly": true, + "tooltip": true, + "isCustom": true + }, + "syncStatus": { + "type": "enum", + "required": false, + "options": [ + "clean", + "unclean", + "failed" + ], + "style": { + "clean": "success", + "unclean": "warning", + "failed": "danger" + }, + "default": "clean", + "tooltip": true, + "isCustom": true } }, "links": { diff --git a/data/config.php b/data/config.php index 8a4a1a0d..ddec473b 100644 --- a/data/config.php +++ b/data/config.php @@ -349,8 +349,8 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'cacheTimestamp' => 1768942546, - 'microtime' => 1768942546.281874, + 'cacheTimestamp' => 1768942652, + 'microtime' => 1768942652.794282, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'appTimestamp' => 1768843902,