skt149 Posted October 19, 2007 Share Posted October 19, 2007 Hi All, I am going to develop a web-based application where I am able to generate some reports. Let me explain: Say I have to print a invoice of multiple pages with some specific header and footer and with a specific design. Say the invoice have multiple fixed sized cells. And my query reasults will be put of a specific cell. I have to create the report so that the page is not breaked and cells are also not breaked. So How can I able to generate that kind of report. Even I do not know how to create repost in PHP. Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/73976-want-to-create-a-php-report/ Share on other sites More sharing options...
Barand Posted October 19, 2007 Share Posted October 19, 2007 I'd recommend FPDF http://www.fpdf.org Link to comment https://forums.phpfreaks.com/topic/73976-want-to-create-a-php-report/#findComment-373480 Share on other sites More sharing options...
cooldude832 Posted October 19, 2007 Share Posted October 19, 2007 crystal reports also works well Link to comment https://forums.phpfreaks.com/topic/73976-want-to-create-a-php-report/#findComment-373492 Share on other sites More sharing options...
Barand Posted October 19, 2007 Share Posted October 19, 2007 cooldude832, Do you have anything on integrating PHP and Crystal? I have them both but haven't got them working together yet. Link to comment https://forums.phpfreaks.com/topic/73976-want-to-create-a-php-report/#findComment-373499 Share on other sites More sharing options...
cooldude832 Posted October 19, 2007 Share Posted October 19, 2007 No, I too have seeked a solution. I work out of a theater and we do our event worksheets in excel which it gets exported to access (ODBC) and then I can get it onto our web server using ODBC, but from there I can't produce reports which I would of loved to done because then I could have 1 excel document be completed and produce a emailed report to our clients instantly (well almost we have to manually facilitate the ODBC to the web server) Link to comment https://forums.phpfreaks.com/topic/73976-want-to-create-a-php-report/#findComment-373503 Share on other sites More sharing options...
skt149 Posted October 20, 2007 Author Share Posted October 20, 2007 Thank U all. I'd recommend FPDF http://www.fpdf.org Is it possible to do all kind of reporting work through FPDF? Link to comment https://forums.phpfreaks.com/topic/73976-want-to-create-a-php-report/#findComment-373838 Share on other sites More sharing options...
Barand Posted October 20, 2007 Share Posted October 20, 2007 It's one shortcoming for me is dynamic charts (have to save them to a file first to output them in the pdf file) but for your standard business reporting and text output it's great. Link to comment https://forums.phpfreaks.com/topic/73976-want-to-create-a-php-report/#findComment-373858 Share on other sites More sharing options...
skt149 Posted October 20, 2007 Author Share Posted October 20, 2007 Thanks u so much. Link to comment https://forums.phpfreaks.com/topic/73976-want-to-create-a-php-report/#findComment-373896 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.