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:
@@ -10,6 +10,7 @@
|
||||
"syncStatus": "Sync-Status",
|
||||
"syncedHash": "Sync-Hash",
|
||||
"usn": "USN",
|
||||
"dateipfad": "Dateipfad",
|
||||
"contactsvmhdokumente": "Freigegebene Nutzer",
|
||||
"vmhMietverhltnisesDokumente": "Mietverhältnisse",
|
||||
"vmhErstgespraechsdokumente": "Erstgespräche",
|
||||
@@ -45,7 +46,8 @@
|
||||
"hnr": "Hierarchische Referenznummer in Advoware",
|
||||
"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",
|
||||
"usn": "Update Sequence Number - Versionsnummer für Synchronisation"
|
||||
"usn": "Update Sequence Number - Versionsnummer für Synchronisation",
|
||||
"dateipfad": "Windows-Dateipfad des Dokuments in Advoware"
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": {
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"syncStatus": "Sync Status",
|
||||
"syncedHash": "Sync Hash",
|
||||
"usn": "USN",
|
||||
"dateipfad": "File Path",
|
||||
"contactsvmhdokumente": "Portal Users",
|
||||
"vmhMietverhltnisesDokumente": "Tenancies",
|
||||
"vmhErstgespraechsdokumente": "Initial Consultations",
|
||||
@@ -50,7 +51,8 @@
|
||||
"hnr": "Hierarchical reference number in Advoware",
|
||||
"syncStatus": "Sync status with Advoware: new=new, unclean=changed, synced=synchronized, failed=error, unsupported=not supported",
|
||||
"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": {
|
||||
"syncStatus": {
|
||||
|
||||
@@ -52,5 +52,42 @@
|
||||
"noteText": null,
|
||||
"noteStyle": "info",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
@@ -71,6 +71,10 @@
|
||||
"type": "varchar",
|
||||
"isCustom": true
|
||||
},
|
||||
"cAdvowareAkten": {
|
||||
"type": "link",
|
||||
"isCustom": true
|
||||
},
|
||||
"hnr": {
|
||||
"type": "int",
|
||||
"tooltip": true,
|
||||
@@ -108,6 +112,12 @@
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"dateipfad": {
|
||||
"type": "varchar",
|
||||
"maxLength": 500,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"puls": {
|
||||
"type": "link",
|
||||
"entity": "CPuls",
|
||||
|
||||
@@ -360,7 +360,7 @@ return [
|
||||
0 => 'youtube.com',
|
||||
1 => 'google.com'
|
||||
],
|
||||
'microtime' => 1774298535.026933,
|
||||
'microtime' => 1774299095.245433,
|
||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||
'fullTextSearchMinLength' => 4,
|
||||
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'cacheTimestamp' => 1774298535,
|
||||
'microtimeState' => 1774298535.22795,
|
||||
'cacheTimestamp' => 1774299095,
|
||||
'microtimeState' => 1774299095.419747,
|
||||
'currencyRates' => [
|
||||
'EUR' => 1.0
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user