HOME| DOCUMENTATION| FORUMS| DOWNLOADS| TUTORIALS| CONTACT US|
 

News

May 10th - Version 2.4 Released

This version contains :-

  • Multiple language and character set support including UT8
  • PDF support for Unicode fonts
  • Style (colours, fonts, border)
  • Include links in HTML and PDF output
  • Include images in output
  • Multiline text wrapping in PDF output
  • Import criteria/assignments from other reports
Try out the tutorials here with the new features!!

Get it now from Sourceforge here

If you have an existing Reportico installation, you can transfer your existing report projects from your old projects area to your new one. Do not copy across the "admin" folder, or these new functions will not work.

To try out multiple languages, navigate to the Reportico folder and go to language/packs/ and move up any of the experimental language folders into the language folder. Your admin and menu pages will now allow you to select between languages. Then you can create your own language pack!

To try out styles, hyperlinks, images and drilldowns, open a report in design mode, go to the Assignments tab and create some assignments and experiment with the wizards you will see there.


January 17th - Version 2.3 Released

This version contains :-

  • Support for Oracle through PDO and oci8 drivers
  • Support for PostgreSQL through PDO driver
  • Improved graph fonts
  • Improved printing format
  • Several bug fixes


October 15th - Support Forums Available

Click here to access the forums where you may get help and information about Reportico


October 14th - Version 2.1 Released

This version contains :-

  • a date picker for report criteria entry, javascript criteria lookups
  • output in XML and JSON which can turn your report suite into a web API
  • Bug fixes in PDF generation
  • Improved look-and-feel and 2 new style-sheets

Latest Release

Get the latest release of Reportico now - go to the Sourceforge downloads page

Get Reportico PHP Report Designer at SourceForge.net. Fast, secure and Free Open Source software downloads

Test drive Reportico

Try out the sample reports on the tutorials page

Donate

If you find this software useful, then please reward the time and hard work that goes into making it possible .. with a donation!

Support This Project

What is Reportico ?

Reportico is a comprehensive Open Source web reporting tool written purely in PHP. Reportico provides a web-based front end screen for designing and viewing reports stored in XML format. Reportico supports flexible criteria selection and reports may be presented in HTML, PDF, CSV, XML and JSON formats. Groups, graphs, expressions and drilldowns are also easily incorporated and reports may be embedded into existing web pages with a few lines of PHP.

Reportico Features

  • Report output in HTML, PDF or CSV format
  • Easy set up of report criteria entry screens. You may select from list boxes, check boxes, radio buttons all generated from the underlying database data.
  • Configurable labelling and formatting of report data
  • Reports can be executed directly from URL address bar or command line by passing through the desired report criteria, output and report name as parameters. By specifying XML, JSON output formats Reportico report suites can be turned into web APIs
  • Configurable look and feel via Stylesheets and Templates
  • Support for many databases through the ADODB connectivity class. Supported databases are MySQL, PostgreSQL, Oracle, Informix, SQLite 3 and Microsoft SQLServer
  • Definition of group and associated headers and trailers
  • Data brought back from the database can be manipulated prior to reporting via expression assignments using the the PHP language. This allows you to alter the formatting of data and perform arithmetic and string manipulation.
  • Reports can be embedded within web pages with only a few lines of PHP
  • Ability to drill down between one report and another.
  • For more complex reports, you may enter PHP code directly into the report front end that can pick up your report criteria and transform, summarise and generally manipulate your data before it is pulled out for final reporting. This lends itself to the production of report data that has been filtered or summarised. It also facilitates the ability to perform batch transactions, updates and deletes during report execution and the report output can be the success status of the operation.
  • Ability to produce graphs from the reported data. Ability to plot bar, line and pie plots with configurable colours, fonts and sizes.
  • Ability to include database images within the report output.
  • Ability to run reports in safe or live mode that will prevent users being able to modify the report configurations.
  • Ability to publish your report as a web service