updated advanced pack to 3.12.0:
Reports:
Non-aggregated columns in Grid report export.
Normalized table mode for 2-dimensional Grid reports.
Ability to create internal reports via the UI.
Ability to show/hide and resize columns in the list report result view.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
* usage to the software or any modified version or derivative work of the software
|
||||
* created by or for you.
|
||||
*
|
||||
* Copyright (C) 2015-2025 EspoCRM, Inc.
|
||||
* Copyright (C) 2015-2026 EspoCRM, Inc.
|
||||
*
|
||||
* License ID: 19bc86a68a7bb01f458cb391d43a9212
|
||||
************************************************************************************/
|
||||
@@ -230,7 +230,7 @@ class AfterInstall
|
||||
|
||||
$dataManager->clearCache();
|
||||
}
|
||||
catch (Exception $e) {}
|
||||
catch (Exception) {}
|
||||
}
|
||||
|
||||
private $reportExampleDataList = [
|
||||
@@ -240,7 +240,7 @@ class AfterInstall
|
||||
'entityType' => 'Lead',
|
||||
'type' => 'Grid',
|
||||
'columns' => [
|
||||
0 => 'COUNT:id',
|
||||
'COUNT:id',
|
||||
],
|
||||
'chartColor' => '#6FA8D6',
|
||||
'chartType' => 'BarVertical',
|
||||
@@ -11,7 +11,7 @@
|
||||
* usage to the software or any modified version or derivative work of the software
|
||||
* created by or for you.
|
||||
*
|
||||
* Copyright (C) 2015-2025 EspoCRM, Inc.
|
||||
* Copyright (C) 2015-2026 EspoCRM, Inc.
|
||||
*
|
||||
* License ID: 19bc86a68a7bb01f458cb391d43a9212
|
||||
************************************************************************************/
|
||||
@@ -357,7 +357,7 @@ return [
|
||||
0 => 'youtube.com',
|
||||
1 => 'google.com'
|
||||
],
|
||||
'microtime' => 1770476882.65038,
|
||||
'microtime' => 1770476925.553025,
|
||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||
'fullTextSearchMinLength' => 4,
|
||||
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
return [
|
||||
'cacheTimestamp' => 1770476882,
|
||||
'microtimeState' => 1770476882.807462,
|
||||
'cacheTimestamp' => 1770476925,
|
||||
'microtimeState' => 1770476925.553322,
|
||||
'currencyRates' => [
|
||||
'EUR' => 1.0
|
||||
],
|
||||
'appTimestamp' => 1770309128,
|
||||
'appTimestamp' => 1770476925,
|
||||
'version' => '9.3.0',
|
||||
'latestVersion' => '9.3.0',
|
||||
'latestExtensionVersions' => [
|
||||
|
||||
Reference in New Issue
Block a user