dolibarr 21.0.0-alpha
customreports.php File Reference

Page to make custom reports. More...

Go to the source code of this file.

Detailed Description

Page to make custom reports.

Page can also be used alone or as a tab among other tabs of an object

To include this tool into another PHP page: define('USE_CUSTOM_REPORT_AS_INCLUDE', 1); define('MAIN_DO_NOT_USE_JQUERY_MULTISELECT', 1); define('MAIN_CUSTOM_REPORT_KEEP_GRAPH_ONLY', 1); // TODO Use a variable $SHOWLEGEND = 0; $search_xaxis = array('t.column'); $customreportkey='abc'; include DOL_DOCUMENT_ROOT.'/core/customreports.php';

Definition in file customreports.php.