0

Right now, I am using CI 3.0 . And for create report like invoice, monthly report sales, I using dompdf which is so spending time to debug coz dompdf not really support JS.

I was wondering a tools like crystal report , drag and drop report. I am not sure that PHP have like that.

I found php-reports, it looks interesting. But I dont know how to integrate it.

Perhaps, someone out there have solution to this PHP Reports, or maybe if you are share how to simplified creating a report in CI.

Thank You

Fadly Dzil
  • 2,154
  • 3
  • 34
  • 85
  • Why down vote to close ? – Fadly Dzil Jun 19 '16 at 04:38
  • a lot of previous questions on using code igniter for reports and pdf output eg http://stackoverflow.com/questions/35377522/page-number-for-dynamically-generated-pages-in-mpdf – lxx Jun 19 '16 at 05:30

1 Answers1

1

maybe look at; http://www.hkvstore.com/phpreportmaker/

this questions lightly talks about using it; here

CI is great in that you are allowed to break the rules if you want. if its painful working inside the M-V-C approach then bend some rules or look at another method; like writing a library, or have your model generate more than just the dataset and include html ready for your CSS that your view just has to output (rather than parse).

Community
  • 1
  • 1
2114L3
  • 564
  • 5
  • 8