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

View File

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

View File

@@ -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"
}
]

View File

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