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:
@@ -35,7 +35,8 @@
|
||||
"Label": "Label",
|
||||
"Type": "Type",
|
||||
"Decimal Places": "Decimal Places",
|
||||
"Preview": "Preview"
|
||||
"Preview": "Preview",
|
||||
"Create Internal Report": "Create Internal Report"
|
||||
},
|
||||
"fields": {
|
||||
"type": "Type",
|
||||
@@ -69,7 +70,9 @@
|
||||
"joinedReportLabel": "Sub-Report Label",
|
||||
"filtersDataList": "Filters Data List",
|
||||
"columnsData": "Columns Data",
|
||||
"filtersData": "Filters Data"
|
||||
"filtersData": "Filters Data",
|
||||
"internalClassName": "Internal Report",
|
||||
"tableMode": "Table Mode"
|
||||
},
|
||||
"tooltips": {
|
||||
"chartOneColumns": "Columns to display on the chart. If not specified, the system will include all columns that can be combined into a single chart.",
|
||||
@@ -81,7 +84,8 @@
|
||||
"groupBy": "Data will be aggregated by the specified groups. The maximum number of groups is two. If empty, then data will not be aggregated – only totals will be displayed.\n\n[Complex expressions](https://www.espocrm.com/documentation/user-guide/complex-expressions/) can be used.",
|
||||
"columns": "What data to display. \n\n[Complex expressions](https://www.espocrm.com/documentation/user-guide/complex-expressions/) can be used.",
|
||||
"runtimeFilters": "Additional filters that will be available on the report view.",
|
||||
"portals": "The report will be available only in the specified portals."
|
||||
"portals": "The report will be available only in the specified portals.",
|
||||
"internalParamLeadTeam": "A team leads are assigned to. If empty, then all leads are taken into account."
|
||||
},
|
||||
"functions": {
|
||||
"COUNT": "Count",
|
||||
@@ -183,9 +187,14 @@
|
||||
"columnType": {
|
||||
"": "Auto",
|
||||
"Summary": "Summary"
|
||||
},
|
||||
"tableMode": {
|
||||
"Regular": "Regular",
|
||||
"Normalized": "Normalized"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"onlyAdminCanPreviewInternalReports": "Only admin can preview internal reports.",
|
||||
"noSubReportInPreview": "Sub-reports cannot be displayed in the preview mode.",
|
||||
"emailTemplateParsingError": "Error while parsing template `{template}`.",
|
||||
"executionError": "Could not run the report. Check the report parameters. Find more details in the log file.",
|
||||
@@ -225,6 +234,13 @@
|
||||
"width": "Width",
|
||||
"notSortable": "Not Sortable",
|
||||
"exportOnly": "Export Only",
|
||||
"hidden": "Hidden",
|
||||
"align": "Align"
|
||||
},
|
||||
"internalReports": {
|
||||
"Advanced:LeadsByLastActivity": "Leads by Last Activity"
|
||||
},
|
||||
"parameterFields": {
|
||||
"team": "Team"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user