Add "rubrum" field to CAkten localization and metadata; update layout and configuration files
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
"globalSyncStatus": "Globaler Sync-Status",
|
||||
"globalLastSync": "Globaler letzter Sync",
|
||||
"syncSchalter": "Sync aktiv",
|
||||
"dokumentes": "Dokumente"
|
||||
"dokumentes": "Dokumente",
|
||||
"rubrum": "Rubrum"
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": {
|
||||
@@ -73,6 +74,7 @@
|
||||
"aiSyncEnabled": "KI-Synchronisation für diese Akte aktivieren oder deaktivieren",
|
||||
"globalSyncStatus": "Übergreifender Sync-Status über alle Synchronisationssysteme",
|
||||
"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)"
|
||||
}
|
||||
}
|
||||
@@ -26,7 +26,8 @@
|
||||
"globalSyncStatus": "Global Sync Status",
|
||||
"globalLastSync": "Global Last Sync",
|
||||
"syncSchalter": "Sync Active",
|
||||
"dokumentes": "Documents"
|
||||
"dokumentes": "Documents",
|
||||
"rubrum": "Rubrum"
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": {
|
||||
@@ -74,6 +75,7 @@
|
||||
"aiSyncEnabled": "Enable or disable AI synchronization for this file",
|
||||
"globalSyncStatus": "Overall sync status across all synchronization 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)"
|
||||
}
|
||||
}
|
||||
@@ -32,7 +32,9 @@
|
||||
}
|
||||
],
|
||||
[
|
||||
{},
|
||||
{
|
||||
"name": "rubrum"
|
||||
},
|
||||
{
|
||||
"name": "aktivierungsstatus"
|
||||
}
|
||||
@@ -52,7 +54,9 @@
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{},
|
||||
{
|
||||
"name": "aiCollectionId"
|
||||
},
|
||||
{
|
||||
"name": "aiAktivierungsstatus"
|
||||
}
|
||||
@@ -64,12 +68,6 @@
|
||||
{
|
||||
"name": "aiLastSync"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "aiCollectionId"
|
||||
},
|
||||
{}
|
||||
]
|
||||
],
|
||||
"style": "default",
|
||||
|
||||
@@ -200,6 +200,12 @@
|
||||
"default": true,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"rubrum": {
|
||||
"type": "varchar",
|
||||
"maxLength": 500,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
|
||||
@@ -360,7 +360,7 @@ return [
|
||||
0 => 'youtube.com',
|
||||
1 => 'google.com'
|
||||
],
|
||||
'microtime' => 1774486498.79796,
|
||||
'microtime' => 1774515884.38189,
|
||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||
'fullTextSearchMinLength' => 4,
|
||||
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'cacheTimestamp' => 1774486498,
|
||||
'microtimeState' => 1774486498.980586,
|
||||
'cacheTimestamp' => 1774515936,
|
||||
'microtimeState' => 1774515936.443701,
|
||||
'currencyRates' => [
|
||||
'EUR' => 1.0
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user