Working in the refactor the code of reports.

This commit is contained in:
mdtrooper 2015-03-18 13:51:14 +01:00
parent 868d1d5b39
commit 10156ffa77
2 changed files with 98 additions and 8413 deletions

File diff suppressed because it is too large Load Diff

View File

@ -41,6 +41,7 @@ if (empty($report) || ! check_acl ($config['id_user'], $report['id_group'], "RR"
// Include with the functions to calculate each kind of report.
require_once ($config['homedir'] . '/include/functions_reporting.php');
require_once ($config['homedir'] . '/include/functions_reporting_html.php');
require_once ($config['homedir'] . '/include/functions_groups.php');
enterprise_include("include/functions_reporting.php");