카테고리 없음

Php Reporting Tool Pdf

vialiciano1975 2021. 5. 20. 17:53
Active3 years, 11 months ago
  1. Open Source Php Reporting Tool
  2. Php Reporting Tool Mysql
  3. Reporting In Php
  4. Best Php Pdf Reporting Tool

Open Source Php Reporting Tool

I have been developing with PHP for over ten years (since PHP version 3) and have used many different programming languages.

But I have never seen any PHP reporting tools. I am looking for something similar to

Jsreport is an open source reporting platform where reports are designed using popular javascript templating engines. Pdf, html or even excel can be produced.

  • Jasper Reports
  • Crystal Reports
  • Fast Report
  • Quick Report
  • Report Builder

Download Reportico PHP Report Designer for free. Reportico PHP Reporting Tool. Runs against MySQL, PostgreSQL, Informix, Oracle, SQLServer and SQLite - design reports, create report menus, configure criteria, graphs, grouping, drill-down, output in HTML, PDF, & CSV, expression handling, look and feel through CSS, data transformation. DataVision (free reporting tool) is an Open Source reporting tool similar to Crystal Reports. Reports can be designed using a drag-and-drop GUI. They may be run, viewed, and printed from the application or exported as HTML, XML, PDF, Excel, LaTeX2e, DocBook, or tab- or comma-delimited text files. Dec 18, 2016  Download Reportico PHP Report Designer for free. Reportico PHP Reporting Tool. Runs against MySQL, PostgreSQL, Informix, Oracle, SQLServer and SQLite - design reports, create report menus, configure criteria, graphs, grouping, drill-down, output in HTML, PDF, & CSV, expression handling, look and feel through CSS, data transformation. Opensource PHP reporting tool. So to make the reports and analytics which is the best PHP Reporting Tool. I have tried Jasper Reports but it is best for JAVA. KoolReport is an intuitive and flexible Open Source PHP Reporting Framework for faster and easier data report delivery.

I am not looking for:

  • FPDF
  • PHPExcel
  • TCPDF

There must be a report designer and report library.

Has anyone seen PHP reporting tools comparable to those I mentioned?

iconoclast
11.1k10 gold badges78 silver badges104 bronze badges
sdemirkesersdemirkeser
2402 gold badges5 silver badges10 bronze badges

closed as off-topic by kleopatra, hek2mgl, Kristoffer Sall-Storgaard, Marek Lipka, greg-449Dec 16 '13 at 9:51

This question appears to be off-topic. The users who voted to close gave this specific reason:

  • 'Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.' – kleopatra, hek2mgl, Kristoffer Sall-Storgaard, Marek Lipka, greg-449
If this question can be reworded to fit the rules in the help center, please edit the question.

6 Answers

You should check out Php Reports http://jdorn.github.io/php-reports/

Pros:

  • Display reports as HTML tables
  • Add charts/graphs to accompany reports
  • Export reports to CSV, XLS, JSON, XML, etc.
  • Add parameters to reports (e.g. date range)
  • Find reports by browsing or searching.
  • Looks really nice.

Cons:

  • No report designer, reports are just SQL files with comments for meta information
  • No user management or access control
  • No email scheduling of reports (coming soon)

I looked into all the existing solutions for PHP before writing the Php Reports framework. Everything out there was ugly, unmaintained, not flexible enough, and/or hard to set up and use.

jdornjdorn

Well, judging by your example, you are looking for tools to represent the data. So, here are few you might like

  • myDBR (Web Based)

Check this question to use Crystal Reports with php.

Community
StarxReportingStarx
60.9k36 gold badges162 silver badges244 bronze badges

Php Reporting Tool Mysql

Reportico looks promising. Also it has an extension for Yii making it my favourite.

mccbalamccbala

I haven't been a PHP dev for so long :P but I ran into the same issue.So I developed a solution that is comparable with Report Builder.It integrates several technologies (ApacheFOP, XSLT, XSLFO, MS Word, PHP, Doctrine 1.2) but provides a pure PHP API.

Take a look and count with my help if needed.https://github.com/juanmf/sfPlugins/tree/master/reportPlugin

Currently its a symfony plugin, but I'll decouple it.

Its similar to ReportBuilder in that you use Word as designer for report templates, where you must consider the data source structure (XML) to create the data placeholders. Also if you get your data in an array, then you can convert it into XML directly with utils methods.I explain a bit in this similar post:https://stackoverflow.com/questions/5519024/report-engine-solution-for-lamp-application#13042656

Community
juanmfjuanmf
1,7241 gold badge19 silver badges26 bronze badges

This project exist for long time. I create all my project using this.http://www.simitgroup.com/?q=PHPJasperXML

kstankstan

you can integrate PHP with Java and to use JasperReports with iReport as an IDE :).

Database

I've developed a library this is the link https://github.com/FraGoTe/JasperPHPlibrary

Reporting In Php

Best regards.

Php reporting tool mysqlUnderDog
1281 gold badge3 silver badges14 bronze badges
Francis GonzalesFrancis Gonzales

Best Php Pdf Reporting Tool

Not the answer you're looking for? Browse other questions tagged phpreportingreport or ask your own question.