Embed report in criteria entry mode
This embeds a single report allowing user to enter criteria for and run a single report, but without access to the project menu.
$engine = App::make("getReporticoEngine"); $engine->initial_execute_mode = "MENU"; $engine->access_mode = "ONEREPORT"; $engine->initial_report = "salestotals"; $engine->initial_project = "northwind"; $engine->clear_reportico_session = true; $engine->execute();
See also....
Cleaner user interface - to see how to remove some of the buttons and checkboxes on here click here