From 0340c59e5c9c05990edf5198a83d8123ea5de579 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Mon, 9 Mar 2026 23:57:48 +0100 Subject: [PATCH] Add CAICollection and Advoware Akten entity and related resources --- .../Espo/Custom/Controllers/CAICollection.php | 7 ++ .../Custom/Controllers/CAdvowareAkten.php | 7 ++ .../Resources/i18n/ar_AR/CAICollection.json | 10 ++ .../Resources/i18n/ar_AR/CAdvowareAkten.json | 10 ++ .../Resources/i18n/bg_BG/CAICollection.json | 10 ++ .../Resources/i18n/bg_BG/CAdvowareAkten.json | 10 ++ .../Resources/i18n/cs_CZ/CAICollection.json | 10 ++ .../Resources/i18n/cs_CZ/CAdvowareAkten.json | 10 ++ .../Resources/i18n/da_DK/CAICollection.json | 10 ++ .../Resources/i18n/da_DK/CAdvowareAkten.json | 10 ++ .../Resources/i18n/de_DE/CAICollection.json | 9 ++ .../Resources/i18n/de_DE/CAdvowareAkten.json | 9 ++ .../Resources/i18n/el_GR/CAICollection.json | 10 ++ .../Resources/i18n/el_GR/CAdvowareAkten.json | 10 ++ .../Resources/i18n/en_GB/CAICollection.json | 1 + .../Resources/i18n/en_GB/CAdvowareAkten.json | 1 + .../Resources/i18n/en_US/CAICollection.json | 12 ++ .../Resources/i18n/en_US/CAdvowareAkten.json | 12 ++ .../Custom/Resources/i18n/en_US/Global.json | 8 +- .../Resources/i18n/es_ES/CAICollection.json | 10 ++ .../Resources/i18n/es_ES/CAdvowareAkten.json | 10 ++ .../Resources/i18n/es_MX/CAICollection.json | 10 ++ .../Resources/i18n/es_MX/CAdvowareAkten.json | 10 ++ .../Resources/i18n/fa_IR/CAICollection.json | 10 ++ .../Resources/i18n/fa_IR/CAdvowareAkten.json | 10 ++ .../Resources/i18n/fr_FR/CAICollection.json | 5 + .../Resources/i18n/fr_FR/CAdvowareAkten.json | 5 + .../Resources/i18n/hr_HR/CAICollection.json | 10 ++ .../Resources/i18n/hr_HR/CAdvowareAkten.json | 10 ++ .../Resources/i18n/hu_HU/CAICollection.json | 10 ++ .../Resources/i18n/hu_HU/CAdvowareAkten.json | 10 ++ .../Resources/i18n/id_ID/CAICollection.json | 5 + .../Resources/i18n/id_ID/CAdvowareAkten.json | 5 + .../Resources/i18n/it_IT/CAICollection.json | 10 ++ .../Resources/i18n/it_IT/CAdvowareAkten.json | 10 ++ .../Resources/i18n/ja_JP/CAICollection.json | 10 ++ .../Resources/i18n/ja_JP/CAdvowareAkten.json | 10 ++ .../Resources/i18n/lt_LT/CAICollection.json | 10 ++ .../Resources/i18n/lt_LT/CAdvowareAkten.json | 10 ++ .../Resources/i18n/lv_LV/CAICollection.json | 10 ++ .../Resources/i18n/lv_LV/CAdvowareAkten.json | 10 ++ .../Resources/i18n/nb_NO/CAICollection.json | 10 ++ .../Resources/i18n/nb_NO/CAdvowareAkten.json | 10 ++ .../Resources/i18n/nl_NL/CAICollection.json | 10 ++ .../Resources/i18n/nl_NL/CAdvowareAkten.json | 10 ++ .../Resources/i18n/pl_PL/CAICollection.json | 10 ++ .../Resources/i18n/pl_PL/CAdvowareAkten.json | 10 ++ .../Resources/i18n/pt_BR/CAICollection.json | 10 ++ .../Resources/i18n/pt_BR/CAdvowareAkten.json | 10 ++ .../Resources/i18n/pt_PT/CAICollection.json | 10 ++ .../Resources/i18n/pt_PT/CAdvowareAkten.json | 10 ++ .../Resources/i18n/ro_RO/CAICollection.json | 5 + .../Resources/i18n/ro_RO/CAdvowareAkten.json | 5 + .../Resources/i18n/ru_RU/CAICollection.json | 10 ++ .../Resources/i18n/ru_RU/CAdvowareAkten.json | 10 ++ .../Resources/i18n/sk_SK/CAICollection.json | 10 ++ .../Resources/i18n/sk_SK/CAdvowareAkten.json | 10 ++ .../Resources/i18n/sl_SI/CAICollection.json | 10 ++ .../Resources/i18n/sl_SI/CAdvowareAkten.json | 10 ++ .../Resources/i18n/sr_RS/CAICollection.json | 10 ++ .../Resources/i18n/sr_RS/CAdvowareAkten.json | 10 ++ .../Resources/i18n/sv_SE/CAICollection.json | 10 ++ .../Resources/i18n/sv_SE/CAdvowareAkten.json | 10 ++ .../Resources/i18n/th_TH/CAICollection.json | 10 ++ .../Resources/i18n/th_TH/CAdvowareAkten.json | 10 ++ .../Resources/i18n/tr_TR/CAICollection.json | 10 ++ .../Resources/i18n/tr_TR/CAdvowareAkten.json | 10 ++ .../Resources/i18n/uk_UA/CAICollection.json | 10 ++ .../Resources/i18n/uk_UA/CAdvowareAkten.json | 10 ++ .../Resources/i18n/ur_IN/CAICollection.json | 10 ++ .../Resources/i18n/ur_IN/CAdvowareAkten.json | 10 ++ .../Resources/i18n/vi_VN/CAICollection.json | 10 ++ .../Resources/i18n/vi_VN/CAdvowareAkten.json | 10 ++ .../Resources/i18n/zh_CN/CAICollection.json | 10 ++ .../Resources/i18n/zh_CN/CAdvowareAkten.json | 10 ++ .../Resources/i18n/zh_TW/CAICollection.json | 10 ++ .../Resources/i18n/zh_TW/CAdvowareAkten.json | 10 ++ .../metadata/clientDefs/CAICollection.json | 36 ++++++ .../metadata/clientDefs/CAdvowareAkten.json | 36 ++++++ .../metadata/entityDefs/CAICollection.json | 110 ++++++++++++++++++ .../metadata/entityDefs/CAdvowareAkten.json | 110 ++++++++++++++++++ .../Resources/metadata/entityDefs/Call.json | 4 +- .../Resources/metadata/entityDefs/Email.json | 4 +- .../metadata/entityDefs/Meeting.json | 4 +- .../Resources/metadata/entityDefs/Task.json | 4 +- .../metadata/recordDefs/CAICollection.json | 3 + .../metadata/recordDefs/CAdvowareAkten.json | 3 + .../metadata/scopes/CAICollection.json | 23 ++++ .../metadata/scopes/CAdvowareAkten.json | 23 ++++ data/config.php | 6 +- data/state.php | 4 +- 91 files changed, 1076 insertions(+), 10 deletions(-) create mode 100644 custom/Espo/Custom/Controllers/CAICollection.php create mode 100644 custom/Espo/Custom/Controllers/CAdvowareAkten.php create mode 100644 custom/Espo/Custom/Resources/i18n/ar_AR/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/ar_AR/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/bg_BG/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/bg_BG/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/cs_CZ/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/cs_CZ/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/da_DK/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/da_DK/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/de_DE/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/de_DE/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/el_GR/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/el_GR/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/en_GB/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/en_GB/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/en_US/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/en_US/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/es_ES/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/es_ES/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/es_MX/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/es_MX/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/fa_IR/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/fa_IR/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/fr_FR/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/fr_FR/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/hr_HR/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/hr_HR/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/hu_HU/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/hu_HU/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/id_ID/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/id_ID/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/it_IT/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/it_IT/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/ja_JP/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/ja_JP/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/lt_LT/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/lt_LT/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/lv_LV/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/lv_LV/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/nb_NO/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/nb_NO/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/nl_NL/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/nl_NL/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/pl_PL/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/pl_PL/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/pt_BR/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/pt_BR/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/pt_PT/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/pt_PT/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/ro_RO/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/ro_RO/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/ru_RU/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/ru_RU/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/sk_SK/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/sk_SK/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/sl_SI/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/sl_SI/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/sr_RS/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/sr_RS/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/sv_SE/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/sv_SE/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/th_TH/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/th_TH/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/tr_TR/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/tr_TR/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/uk_UA/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/uk_UA/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/ur_IN/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/ur_IN/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/vi_VN/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/vi_VN/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/zh_CN/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/zh_CN/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/i18n/zh_TW/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/i18n/zh_TW/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/metadata/clientDefs/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/metadata/clientDefs/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/metadata/entityDefs/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/metadata/entityDefs/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/metadata/recordDefs/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/metadata/recordDefs/CAdvowareAkten.json create mode 100644 custom/Espo/Custom/Resources/metadata/scopes/CAICollection.json create mode 100644 custom/Espo/Custom/Resources/metadata/scopes/CAdvowareAkten.json diff --git a/custom/Espo/Custom/Controllers/CAICollection.php b/custom/Espo/Custom/Controllers/CAICollection.php new file mode 100644 index 00000000..4613b01c --- /dev/null +++ b/custom/Espo/Custom/Controllers/CAICollection.php @@ -0,0 +1,7 @@ + 'Import', 34 => 'GlobalStream', 35 => 'Report', - 36 => 'CCallQueues' + 36 => 'CCallQueues', + 37 => 'CAICollection', + 38 => 'CAdvowareAkten' ], 'quickCreateList' => [ 0 => 'Account', @@ -358,7 +360,7 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'microtime' => 1773096963.398044, + 'microtime' => 1773097042.742692, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws', diff --git a/data/state.php b/data/state.php index b81d755b..57351662 100644 --- a/data/state.php +++ b/data/state.php @@ -1,7 +1,7 @@ 1773096963, - 'microtimeState' => 1773096963.399437, + 'cacheTimestamp' => 1773097042, + 'microtimeState' => 1773097042.98789, 'currencyRates' => [ 'EUR' => 1.0 ],