CMS  Version 3.9
custom_reports.inc File Reference

Go to the source code of this file.

Variables

$page page_title = "Custom Reports"
 
 $common = new CustomReportListView("Most Commonly Used Reports", "common_reports", "shared = 1", 2)
 
 $myReports = new CustomReportListView("My Reports", "my_reports", "user_id={$user->user_id}", 4)
 
 $script = $common->writeScript()
 

Variable Documentation

◆ $common

$common = new CustomReportListView("Most Commonly Used Reports", "common_reports", "shared = 1", 2)

Definition at line 6 of file custom_reports.inc.

◆ $myReports

$myReports = new CustomReportListView("My Reports", "my_reports", "user_id={$user->user_id}", 4)

Definition at line 7 of file custom_reports.inc.

◆ $script

$script = $common->writeScript()

Definition at line 9 of file custom_reports.inc.

◆ page_title

$page page_title = "Custom Reports"

Definition at line 4 of file custom_reports.inc.