[Vtigercrm-developers] Summary Report Subtotals

Mikhail Bakunin runtime.fault at gmail.com
Tue Aug 6 01:24:07 UTC 2013


Summary reports don't work in Vtiger 5.4 and 6 to produce subtotals for
each group. The grouping is done only in the presentation layer where
merging of the html table contents is shown to user.

There is no programmed functionality to display subtotals, and also the
above mentioned logic (comparing values in php level ) also slows down the
performance of Reports for big amount of columns, related modules.

File: modules/Reports/ReportRun.php lines 1982-2096 (for the html output).

Are there any plans to implement this ? I think it's a really important
functionality missing that has been discussed a lot in the past but no
progress has been made.

One quick solution idea towards implementing this could be re-using the
ReportRun to produce N amount of summary reports for each of the N groups
present in the Sql query. The totals of the subgroups are calculated by
another function (and printed).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20130806/26d805c4/attachment.html>


More information about the vtigercrm-developers mailing list