Recommendations for a PHP invoice generator

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
impulse()
Forum Regular
Posts: 748
Joined: Wed Aug 09, 2006 8:36 am
Location: Staffordshire, UK
Contact:

Recommendations for a PHP invoice generator

Post 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,
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Why not build it using a freely available PDF library such as fpdf or ezpdf?
Post Reply