Edit
by Sebastián Faúndez - 10 years ago (2015-01-05)
I need to implement a reporting tool or library
| I need to implement a reporting builder tool in a PHP and MySQL application.
Anyone know a good reporting builder tool that allows to select specific MySQL table fields, apply filters and finally create builder a report? |
Ask clarification
2 Recommendations
PHP Reports: Generate PDF and DOCX reports from Word templates
This class can generate PDF and DOCX reports from Word templates.
It can send HTTP requests to the PHP Reports API to generate report documents in PDF or DOCX files from templates defined in the Microsoft Word format DOCX.
The class can take the identifier of the template document to use, template variables to replace in the template, and serves the generated report document for download.
| by Murat Cileli package author 220 - 9 years ago (2016-04-17) Comment
PHP-Reports is a cloud based, interactive report engine which helps in generating well formatted PDF reports from Word / DOCX templates. No configuration and designer needed. |
phpreports is a PHP report generator application that uses XML report layout files to generate PHP code and show a report.
It supports grouping, subgrouping, functions like sum(), avg(), min(), max() etc..
Please refer to the Freshmeat site or http://phpreports.sourceforge.net for complete documentation and latest code.
| by Manuel Lemos 26695 - 10 years ago (2015-01-19) Comment
This is a PHP reports that can generate the reports you want from definitions in XML files.
The version here is a bit old. Maybe the author can update it to a newer version that is more up to date. |