Something like Crystal Reports for PHP?
Posted
by Mez
on Stack Overflow
See other posts from Stack Overflow
or by Mez
Published on 2009-04-14T11:16:44Z
Indexed on
2010/03/23
6:13 UTC
Read the original article
Hit count: 403
I'm looking for something that works in PHP and is similar to crystal reports. I basically need to have a layout setup that means I can output invoices just by inserting the data, and then send it to a printer.
The closest I've found so far is PDFB, but It's a bit of a pain as it needs to have precise positioning.
I'd like to have something that could generate an invoice based on a template (preferably XML based) and then output it to a form easy for us to print (PostScript would be nice!)
It needs to have support for barcodes too (though these can be generated as a GD image)
Another requirement is that this must be FLOSS
© Stack Overflow or respective owner