]> git.evergreen-ils.org Git - contrib/pines/report-creator.git/blob - executiveReport.php
Exclude transits for items miscataloged at the system level.
[contrib/pines/report-creator.git] / executiveReport.php
1 <?php
2 //This class generates a report output 
3 //There is no session / login security. Anyone can access a report from a shared URL.
4
5 include 'controllers/executiveReportGenerator.controller.php';
6 new executiveReportGenerator();
7 ?>
8