Add 'dateipfad' field to CDokumente localization; update detail layout for Advoware sync; modify metadata for cAdvowareAkten and dateipfad; adjust microtime values in config and state files

This commit is contained in:
2026-03-23 21:53:40 +01:00
parent 7abd2122fe
commit 0abd37d7a5
6 changed files with 56 additions and 5 deletions

View File

@@ -10,6 +10,7 @@
"syncStatus": "Sync-Status", "syncStatus": "Sync-Status",
"syncedHash": "Sync-Hash", "syncedHash": "Sync-Hash",
"usn": "USN", "usn": "USN",
"dateipfad": "Dateipfad",
"contactsvmhdokumente": "Freigegebene Nutzer", "contactsvmhdokumente": "Freigegebene Nutzer",
"vmhMietverhltnisesDokumente": "Mietverhältnisse", "vmhMietverhltnisesDokumente": "Mietverhältnisse",
"vmhErstgespraechsdokumente": "Erstgespräche", "vmhErstgespraechsdokumente": "Erstgespräche",
@@ -45,7 +46,8 @@
"hnr": "Hierarchische Referenznummer in Advoware", "hnr": "Hierarchische Referenznummer in Advoware",
"syncStatus": "Status der Synchronisation mit Advoware: new=neu, unclean=geändert, synced=synchronisiert, failed=Fehler, unsupported=nicht unterstützt", "syncStatus": "Status der Synchronisation mit Advoware: new=neu, unclean=geändert, synced=synchronisiert, failed=Fehler, unsupported=nicht unterstützt",
"syncedHash": "Hash-Wert bei letzter erfolgreicher Synchronisation", "syncedHash": "Hash-Wert bei letzter erfolgreicher Synchronisation",
"usn": "Update Sequence Number - Versionsnummer für Synchronisation" "usn": "Update Sequence Number - Versionsnummer für Synchronisation",
"dateipfad": "Windows-Dateipfad des Dokuments in Advoware"
}, },
"options": { "options": {
"syncStatus": { "syncStatus": {

View File

@@ -9,6 +9,7 @@
"syncStatus": "Sync Status", "syncStatus": "Sync Status",
"syncedHash": "Sync Hash", "syncedHash": "Sync Hash",
"usn": "USN", "usn": "USN",
"dateipfad": "File Path",
"contactsvmhdokumente": "Portal Users", "contactsvmhdokumente": "Portal Users",
"vmhMietverhltnisesDokumente": "Tenancies", "vmhMietverhltnisesDokumente": "Tenancies",
"vmhErstgespraechsdokumente": "Initial Consultations", "vmhErstgespraechsdokumente": "Initial Consultations",
@@ -50,7 +51,8 @@
"hnr": "Hierarchical reference number in Advoware", "hnr": "Hierarchical reference number in Advoware",
"syncStatus": "Sync status with Advoware: new=new, unclean=changed, synced=synchronized, failed=error, unsupported=not supported", "syncStatus": "Sync status with Advoware: new=new, unclean=changed, synced=synchronized, failed=error, unsupported=not supported",
"syncedHash": "Hash value at last successful synchronization", "syncedHash": "Hash value at last successful synchronization",
"usn": "Update Sequence Number - Version number for synchronization" "usn": "Update Sequence Number - Version number for synchronization",
"dateipfad": "Windows file path of the document in Advoware"
}, },
"options": { "options": {
"syncStatus": { "syncStatus": {

View File

@@ -52,5 +52,42 @@
"noteText": null, "noteText": null,
"noteStyle": "info", "noteStyle": "info",
"customLabel": "Technische Daten" "customLabel": "Technische Daten"
},
{
"rows": [
[
{
"name": "cAdvowareAkten"
},
{
"name": "syncStatus"
}
],
[
{
"name": "hnr"
},
{
"name": "usn"
}
],
[
{
"name": "dateipfad"
}
],
[
{
"name": "syncedHash"
}
]
],
"dynamicLogicVisible": null,
"style": "default",
"tabBreak": false,
"hidden": false,
"noteText": null,
"noteStyle": "info",
"customLabel": "Advoware Sync"
} }
] ]

View File

@@ -71,6 +71,10 @@
"type": "varchar", "type": "varchar",
"isCustom": true "isCustom": true
}, },
"cAdvowareAkten": {
"type": "link",
"isCustom": true
},
"hnr": { "hnr": {
"type": "int", "type": "int",
"tooltip": true, "tooltip": true,
@@ -108,6 +112,12 @@
"tooltip": true, "tooltip": true,
"isCustom": true "isCustom": true
}, },
"dateipfad": {
"type": "varchar",
"maxLength": 500,
"tooltip": true,
"isCustom": true
},
"puls": { "puls": {
"type": "link", "type": "link",
"entity": "CPuls", "entity": "CPuls",

View File

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

View File

@@ -1,7 +1,7 @@
<?php <?php
return [ return [
'cacheTimestamp' => 1774298535, 'cacheTimestamp' => 1774299095,
'microtimeState' => 1774298535.22795, 'microtimeState' => 1774299095.419747,
'currencyRates' => [ 'currencyRates' => [
'EUR' => 1.0 'EUR' => 1.0
], ],