matt.sisto Posted May 4, 2009 Share Posted May 4, 2009 Hi all, I want to create an invoice for a client based upon a months bookings, but I don't know how to do this, I have read on the web about generating a PDF (FPDF) but I don't know how to implement this and if it is appropriate, or if there is a better way to do this. I have written my form for the user to select a client and the start date to the end date. If anyone has had experience with creating documents from stored data just a point in the right direction would be much appreciated. Thanks and regs. Link to comment https://forums.phpfreaks.com/topic/156831-generating-an-invoice-document-with-php/ Share on other sites More sharing options...
premiso Posted May 4, 2009 Share Posted May 4, 2009 FPDF would be my weapon of choice. But I am sure there is a way to generate an invoice using an Excel template, how I have no clue. You could look into Crystal Reports, but I think you would have to be on a Windows Machine for those to work. Not sure. Link to comment https://forums.phpfreaks.com/topic/156831-generating-an-invoice-document-with-php/#findComment-826067 Share on other sites More sharing options...
matt.sisto Posted May 4, 2009 Author Share Posted May 4, 2009 Well I am using a Mac, so the crystals option is a no go. But I think I am going to pursue the FPDF route. Link to comment https://forums.phpfreaks.com/topic/156831-generating-an-invoice-document-with-php/#findComment-826069 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.