Page 1 of 1

Recommendations for a PHP invoice generator

Posted: Thu Nov 16, 2006 7:20 am
by impulse()
Has anyone used a PHP script that will generate an invoice from data held within a MySQL database?
I'm hoping to setup a button that once pressed will get name, address, data and a few other items and neatly lay them out on a .php page ready for printing.
If anyone has used such software then please let me know. I have came across a couple but they either want $100 to use them or they are far too complex and not what I'm looking for.

Regards,

Posted: Thu Nov 16, 2006 8:33 am
by feyd
Why not build it using a freely available PDF library such as fpdf or ezpdf?