Add "rubrum" field to CAkten localization and metadata; update layout and configuration files

This commit is contained in:
2026-03-26 10:06:00 +01:00
parent 6ac852b42a
commit 8e7bb9f141
6 changed files with 23 additions and 15 deletions

View File

@@ -25,7 +25,8 @@
"globalSyncStatus": "Globaler Sync-Status", "globalSyncStatus": "Globaler Sync-Status",
"globalLastSync": "Globaler letzter Sync", "globalLastSync": "Globaler letzter Sync",
"syncSchalter": "Sync aktiv", "syncSchalter": "Sync aktiv",
"dokumentes": "Dokumente" "dokumentes": "Dokumente",
"rubrum": "Rubrum"
}, },
"options": { "options": {
"syncStatus": { "syncStatus": {
@@ -73,6 +74,7 @@
"aiSyncEnabled": "KI-Synchronisation für diese Akte aktivieren oder deaktivieren", "aiSyncEnabled": "KI-Synchronisation für diese Akte aktivieren oder deaktivieren",
"globalSyncStatus": "Übergreifender Sync-Status über alle Synchronisationssysteme", "globalSyncStatus": "Übergreifender Sync-Status über alle Synchronisationssysteme",
"globalLastSync": "Zeitpunkt des letzten Sync-Vorgangs über alle Systeme", "globalLastSync": "Zeitpunkt des letzten Sync-Vorgangs über alle Systeme",
"syncSchalter": "Globaler Sync-Schalter: aktiviert oder deaktiviert alle Synchronisationen für diese Akte" "syncSchalter": "Globaler Sync-Schalter: aktiviert oder deaktiviert alle Synchronisationen für diese Akte",
"rubrum": "Rubrum der Akte aus Advoware (Kurzbezeichnung der Parteien)"
} }
} }

View File

@@ -26,7 +26,8 @@
"globalSyncStatus": "Global Sync Status", "globalSyncStatus": "Global Sync Status",
"globalLastSync": "Global Last Sync", "globalLastSync": "Global Last Sync",
"syncSchalter": "Sync Active", "syncSchalter": "Sync Active",
"dokumentes": "Documents" "dokumentes": "Documents",
"rubrum": "Rubrum"
}, },
"options": { "options": {
"syncStatus": { "syncStatus": {
@@ -74,6 +75,7 @@
"aiSyncEnabled": "Enable or disable AI synchronization for this file", "aiSyncEnabled": "Enable or disable AI synchronization for this file",
"globalSyncStatus": "Overall sync status across all synchronization systems", "globalSyncStatus": "Overall sync status across all synchronization systems",
"globalLastSync": "Timestamp of last sync across all systems", "globalLastSync": "Timestamp of last sync across all systems",
"syncSchalter": "Global sync switch: enables or disables all synchronizations for this file" "syncSchalter": "Global sync switch: enables or disables all synchronizations for this file",
"rubrum": "Rubrum of the file from Advoware (short designation of parties)"
} }
} }

View File

@@ -32,7 +32,9 @@
} }
], ],
[ [
{}, {
"name": "rubrum"
},
{ {
"name": "aktivierungsstatus" "name": "aktivierungsstatus"
} }
@@ -52,7 +54,9 @@
{ {
"rows": [ "rows": [
[ [
{}, {
"name": "aiCollectionId"
},
{ {
"name": "aiAktivierungsstatus" "name": "aiAktivierungsstatus"
} }
@@ -64,12 +68,6 @@
{ {
"name": "aiLastSync" "name": "aiLastSync"
} }
],
[
{
"name": "aiCollectionId"
},
{}
] ]
], ],
"style": "default", "style": "default",

View File

@@ -200,6 +200,12 @@
"default": true, "default": true,
"tooltip": true, "tooltip": true,
"isCustom": true "isCustom": true
},
"rubrum": {
"type": "varchar",
"maxLength": 500,
"tooltip": true,
"isCustom": true
} }
}, },
"links": { "links": {

View File

@@ -360,7 +360,7 @@ return [
0 => 'youtube.com', 0 => 'youtube.com',
1 => 'google.com' 1 => 'google.com'
], ],
'microtime' => 1774486498.79796, 'microtime' => 1774515884.38189,
'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' => 1774486498, 'cacheTimestamp' => 1774515936,
'microtimeState' => 1774486498.980586, 'microtimeState' => 1774515936.443701,
'currencyRates' => [ 'currencyRates' => [
'EUR' => 1.0 'EUR' => 1.0
], ],