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.
80 lines
1.8 KiB
JSON
80 lines
1.8 KiB
JSON
{
|
|
"fieldTypeList": [
|
|
"currencyConverted",
|
|
"int",
|
|
"float",
|
|
"duration",
|
|
"enumInt",
|
|
"enumFloat",
|
|
"enum",
|
|
"varchar",
|
|
"link",
|
|
"date",
|
|
"datetime",
|
|
"datetimeOptional",
|
|
"email",
|
|
"phone",
|
|
"url",
|
|
"personName",
|
|
"array",
|
|
"multiEnum",
|
|
"checklist",
|
|
"urlMultiple",
|
|
"decimal"
|
|
],
|
|
"numericFieldTypeList": [
|
|
"currencyConverted",
|
|
"int",
|
|
"float",
|
|
"enumInt",
|
|
"enumFloat",
|
|
"duration",
|
|
"decimal"
|
|
],
|
|
"noGroupFieldTypeList": [
|
|
"linkMultiple",
|
|
"date",
|
|
"datetime",
|
|
"datetimeOptional",
|
|
"currency",
|
|
"currencyConverted",
|
|
"text",
|
|
"map",
|
|
"multiEnum",
|
|
"array",
|
|
"checklist",
|
|
"urlMultiple",
|
|
"address",
|
|
"foreign",
|
|
"linkOne",
|
|
"attachmentMultiple"
|
|
],
|
|
"noForeignGroupFieldTypeList": [
|
|
"linkParent",
|
|
"phone",
|
|
"email",
|
|
"personName"
|
|
],
|
|
"internalReports": {
|
|
"Advanced:LeadsByLastActivity": {
|
|
"className": "Espo\\Modules\\Advanced\\Reports\\LeadsByLastActivity",
|
|
"params": [
|
|
{
|
|
"name": "team",
|
|
"type": "link",
|
|
"entity": "Team",
|
|
"labelTranslation": "Report.parameterFields.team",
|
|
"tooltip": "Report.internalParamLeadTeam"
|
|
}
|
|
],
|
|
"columns": [
|
|
"COUNT:id"
|
|
],
|
|
"entityType": "Lead",
|
|
"type": "Grid",
|
|
"depth": 2,
|
|
"paramsDefaults": {}
|
|
}
|
|
}
|
|
}
|