Advantages:
- Develop PDF report with iReport, which is fast, flexible and effective
- Run natively in PHP, no integration with Java
- Integrate to your existing project easily
- You can submit whatever parameter into your PDF/EXCEL report easily, either with GET or POST
- Open sourced, you can change the library yourself.
Currently this project is consider stable but there are a lot of function in jasper report is not ready yet because compatibility issue between JAVA and PHP. However, you'll found that it already can create a lot of reports easily.
You can download PHPJasperXML 0.8d here
You can view a sample report Here
You can access more information at this forum.
[Project Leader:] Ks Tan Sim IT Sdn Bhd kstan@simit.com.my
[Core Programmer:] Ng Jey Ruey (Multimedia University Practical Student) jeyrue@gmail.com
[Why we want to create report in PDF/EXCEL]
- Web based programming need a standard layout out report, which is fixed and printer friendly. Using traditional HTML method is really hard to design multipage, beautiful and cross platform report.
- PDF is industry standard, the font, layout, margin is fixed. No matter at server side, client side and printer it display same result.
- PDF working well in all platform
- PDF support hyperlink, image, encryption and etc function.
- PDF is well known in market, most of the software already pre-install PDF viewer.
- PDF support multi-language.
[Installation]
- Download and extract this project into you website root directory (I assume /var/www/PHPJasperXML)
- Import sampledb.sql into mysql database, in this project we assume your username=root, password=mysql, database = phpjasperxml. If you use difference user/password/database, you shall change setting in sample1.php and sample2.php.
- With your favorite web browser, browse into http://localhost/PHPJasperXML/index.php, test report you like.
- Finish.
[How to Use This Class]
- You can use iReport to edit the sample1.jrxml, sample jrxml and see the effect from web browser.
- You can use any text editor to edit sample1.php and sample2.php, you will found that integrate the report into your project is like peanut.
[Join Development]
- Currently there is no any external programmer join into this project yet. If you feel interested into this project and willing to give your hand, simply create a topic in this forum: http://www.extraknowledge.org/forum/. Please take note this project use TCPDF heavily.
[How To Edit The Report]
[Tutorial (With Sound)]
[Online Demo]
Click online demo to see the sample output
[Wiki]
Here is a simple Wiki which is still under development.
http://www.simit.com.my/wiki/index.php/PHPJasperXML
[Finally]
This project is contribute by Sim IT Sdn Bhd, currently there is no commercial support yet. However for those company feel interest to establish long term relationship with SIm IT Sdn Bhd can visit our company website (Sim IT Sdn Bhd) and call our representative.
You can get iReport from below link:
https://sourceforge.net/projects/ireport/files/
|