Add new fields to CAdressen JSON and metadata; update layout for Advoware Sync; refresh cache timestamps in config.

This commit is contained in:
2026-01-20 21:58:48 +01:00
parent 88068364cc
commit 156c712737
5 changed files with 59 additions and 4 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -20,5 +20,24 @@
],
"style": "default",
"label": "Overview"
},
{
"rows": [
[
{
"name": "betnr"
},
{
"name": "syncStatus"
},
{
"name": "advowareLastSync"
}
]
],
"style": "default",
"label": "Advoware Sync",
"tabBreak": true,
"tabLabel": "Erweitert"
}
]

View File

@@ -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": {

View File

@@ -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,