From 45456d8bf9a05a866765ff0e3f24bad30dbe4a4b Mon Sep 17 00:00:00 2001 From: bsiggel Date: Fri, 23 Jan 2026 21:17:09 +0100 Subject: [PATCH] Add 'bankverbindungens' field and related layout; update cache timestamps --- .../CBeteiligte/bottomPanelsDetail.json | 8 ++++++ .../relations/bankverbindungens.json | 27 +++++++++++++++++++ .../metadata/clientDefs/CBeteiligte.json | 4 +++ data/config.php | 4 +-- 4 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 custom/Espo/Custom/Resources/layouts/CBeteiligte/relations/bankverbindungens.json diff --git a/custom/Espo/Custom/Resources/layouts/CBeteiligte/bottomPanelsDetail.json b/custom/Espo/Custom/Resources/layouts/CBeteiligte/bottomPanelsDetail.json index d388abd5..dfdf7e13 100644 --- a/custom/Espo/Custom/Resources/layouts/CBeteiligte/bottomPanelsDetail.json +++ b/custom/Espo/Custom/Resources/layouts/CBeteiligte/bottomPanelsDetail.json @@ -60,5 +60,13 @@ }, "dokumentesBeteiligte": { "index": 12 + }, + "_tabBreak_5": { + "index": 13, + "tabBreak": true, + "tabLabel": "Bankverbindungen" + }, + "bankverbindungens": { + "index": 14 } } \ No newline at end of file diff --git a/custom/Espo/Custom/Resources/layouts/CBeteiligte/relations/bankverbindungens.json b/custom/Espo/Custom/Resources/layouts/CBeteiligte/relations/bankverbindungens.json new file mode 100644 index 00000000..da516c3f --- /dev/null +++ b/custom/Espo/Custom/Resources/layouts/CBeteiligte/relations/bankverbindungens.json @@ -0,0 +1,27 @@ +[ + { + "name": "name", + "width": 20, + "link": true + }, + { + "name": "iban", + "width": 25 + }, + { + "name": "bic", + "width": 15 + }, + { + "name": "kontoinhaber", + "width": 20 + }, + { + "name": "istAktiv", + "width": 10 + }, + { + "name": "istStandard", + "width": 10 + } +] diff --git a/custom/Espo/Custom/Resources/metadata/clientDefs/CBeteiligte.json b/custom/Espo/Custom/Resources/metadata/clientDefs/CBeteiligte.json index 24c1afa6..d8e830a1 100644 --- a/custom/Espo/Custom/Resources/metadata/clientDefs/CBeteiligte.json +++ b/custom/Espo/Custom/Resources/metadata/clientDefs/CBeteiligte.json @@ -238,6 +238,10 @@ "dokumentesBeteiligte": { "layout": null, "selectPrimaryFilterName": null + }, + "bankverbindungens": { + "layout": null, + "selectPrimaryFilterName": null } } } \ No newline at end of file diff --git a/data/config.php b/data/config.php index c9122fba..fb13490f 100644 --- a/data/config.php +++ b/data/config.php @@ -349,8 +349,8 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'cacheTimestamp' => 1769198236, - 'microtime' => 1769198236.97567, + 'cacheTimestamp' => 1769199397, + 'microtime' => 1769199397.510606, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'appTimestamp' => 1768843902,