Getting Started

After installation you can access reportico with the link

	http://yii_app_url/index.php?r=reportico
This shows Reportico in full screen in your browser. There are many ways to invoke Reportico but you will need to add "mode" to the link to get you more options through the ModeController. This controller allows you access to project menus and individual reports.


To access Reportico in admin mode with the Mode controller, use:

	http://yii_app_url/index.php?r=reportico/mode/admin

To directly access a Reportico project menu that you have created, use the menu mode and pass the project name in as a GET parameter:-

	http://yii_app_url/index.php?r=reportico/mode/menu&project=projectname

To directly access a Reportico project report that you have created in crtieria entry (prepare) mode, specify the prepare mode and pass in the project and report xml file ..

	http://yii_app_url/index.php?r=reportico/mode/prepare&project=projectname&report=reportfile.xml

To directly execute a Reportico project report that you have created in crtieria entry (prepare) mode, specify the prepare mode and pass in the project and report xml file ..

	http://yii_app_url/index.php?r=reportico/mode/execute&project=projectname&report=reportfile.xml

At this stage you probably want to create a project and create some reports to run in your website. So you will need to show the administration page.
See the link Projects in the online Reportico documentation.

Alternatively you may want to run the tutorials. This requires a MySql database. See the online documentation link Tutorials for more information.

Embedding Reportico in Pages >>