User Tools

Site Tools


software:reportico:calling

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
software:reportico:calling [2023/07/03 18:35] – created rodolicosoftware:reportico:calling [2023/07/03 19:09] (current) rodolico
Line 3: Line 3:
 Reportico has a nice interface that allows users to select a report to run, then fill out the criteria and run it. However, in some cases, we want more control. This is done programmatically with a a simple call to the reportico URL. Reportico has a nice interface that allows users to select a report to run, then fill out the criteria and run it. However, in some cases, we want more control. This is done programmatically with a a simple call to the reportico URL.
  
-For more control, you can instantiate a copy of the reportico class or namespace. I will not cover namespace here since that is pretty well documented. Instead, I will cover setting up a class.+For more control, you can instantiate a copy of the reportico class or namespace. I will not cover namespace here since that is pretty well documented. Instead, I will cover setting up a class. The documentation is not available on this, but you can read the code in run.php, which is well documented.
  
-The following PHP script will accept a report name (file name, sans the .xml) and show the report screen. +The following PHP script will accept a report name (file name, sans the .xml) and show the report screen. I've left the comments from the original code, and added a few myself.  
 + 
 +===== reports_run.php =====
  
 <code php reports_run.php> <code php reports_run.php>
software/reportico/calling.1688427359.txt.gz · Last modified: 2023/07/03 18:35 by rodolico