Reportico for Yii1.1 allows you design reports which can be embedded or linked to within your Yii1.1 web site all accessed through a dedicated Yii1.1 controller.
The module allows you to :-
- embed reports into your web pages
- create links to reports
- use Reportico's default styling, or let it adapt to your site's bootstrap look and feel
- use the logged in user id as part of your report queries
Once installed you can take advantages of all the standard Reportico features such as :-
- Groups
- Charts ( Line, Bar, Area and Pie )
- Database driven criteria selection
- Assignments and expression using PHP
- the ability to plugin custom code
- Output in HTML, PDF and CSV
- Styling options
- Drilldown links
- Links to URLS
- Embedding Images
- Output in Sortable/Searchable Grid Format
- Ability to report by logged in user using the {FRAMEWORK_USER} tag .. and more ..
Requirements ¶
Yii 1.1
Usage ¶
Download and find out how to use the module here :- http://www.reportico.org/yiidemo/reportico/index.php
Example code to embed report output
$$reportico = Yii::app()->getModule('reportico');
$engine = $reportico->getReporticoEngine();
$reportico->engine->initial_execute_mode = "EXECUTE";
$reportico->engine->initial_report = "salestotals.xml";
$reportico->engine->access_mode = "ONEREPORT";
$reportico->engine->initial_project = "northwind";
$reportico->engine->clear_reportico_session = true;
$reportico->generate();
It sound wonderful, thanks for share.
as title.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.