diff --git a/custom/Espo/Custom/Resources/layouts/CBeteiligte/detail.json b/custom/Espo/Custom/Resources/layouts/CBeteiligte/detail.json index 1fca01c4..0afd4cfe 100644 --- a/custom/Espo/Custom/Resources/layouts/CBeteiligte/detail.json +++ b/custom/Espo/Custom/Resources/layouts/CBeteiligte/detail.json @@ -61,9 +61,25 @@ }, { "name": "syncStatus" - }, + } + ], + [ { "name": "advowareLastSync" + }, + { + "name": "advowareDeletedAt" + } + ], + [ + { + "name": "syncRetryCount" + }, + {} + ], + [ + { + "name": "syncErrorMessage" } ] ], diff --git a/custom/Espo/Custom/Resources/layouts/CBeteiligte/list.json b/custom/Espo/Custom/Resources/layouts/CBeteiligte/list.json index 2b2b2da2..ca3f32c2 100644 --- a/custom/Espo/Custom/Resources/layouts/CBeteiligte/list.json +++ b/custom/Espo/Custom/Resources/layouts/CBeteiligte/list.json @@ -2,23 +2,27 @@ { "name": "name", "link": true, - "width": 20 + "width": 18 }, { "name": "rechtsform", - "width": 15 + "width": 13 + }, + { + "name": "syncStatus", + "width": 10 }, { "name": "firmenname", - "width": 20 + "width": 18 }, { "name": "emailAddress", - "width": 20 + "width": 18 }, { "name": "phoneNumber", - "width": 15 + "width": 13 }, { "name": "modifiedAt", diff --git a/custom/Espo/Custom/Resources/layouts/CBeteiligte/listSmall.json b/custom/Espo/Custom/Resources/layouts/CBeteiligte/listSmall.json index 3e6118ff..e479645f 100644 --- a/custom/Espo/Custom/Resources/layouts/CBeteiligte/listSmall.json +++ b/custom/Espo/Custom/Resources/layouts/CBeteiligte/listSmall.json @@ -7,8 +7,12 @@ "name": "rechtsform", "width": 20 }, + { + "name": "syncStatus", + "width": 15 + }, { "name": "modifiedAt", - "width": 20 + "width": 15 } ] \ No newline at end of file diff --git a/custom/Espo/Custom/Resources/metadata/entityDefs/CBeteiligte.json b/custom/Espo/Custom/Resources/metadata/entityDefs/CBeteiligte.json index d0f967de..8b81b595 100644 --- a/custom/Espo/Custom/Resources/metadata/entityDefs/CBeteiligte.json +++ b/custom/Espo/Custom/Resources/metadata/entityDefs/CBeteiligte.json @@ -177,6 +177,7 @@ "type": "int", "required": false, "readOnly": true, + "default": 0, "tooltip": true, "isCustom": true }, diff --git a/data/config.php b/data/config.php index 79746fb2..91ddb46e 100644 --- a/data/config.php +++ b/data/config.php @@ -357,7 +357,7 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'microtime' => 1770476925.553025, + 'microtime' => 1770477598.248212, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws', diff --git a/data/state.php b/data/state.php index 2bd92a8d..c9305ea9 100644 --- a/data/state.php +++ b/data/state.php @@ -1,7 +1,7 @@ 1770476925, - 'microtimeState' => 1770476925.553322, + 'cacheTimestamp' => 1770477598, + 'microtimeState' => 1770477598.36939, 'currencyRates' => [ 'EUR' => 1.0 ],