hi,is there any tips or extension to print a letter based on a report template. (like pdf, openoffice ODT or irport) ?
i know phpmaker can print/export to PDF but the print is not based on a beautiful designed template i can build before (and setting field to get value throught database). i guess phpmaker only prints a pdf based on the webpage.
imagine you need to build a certificate or a letter with PHPmaker, how would you do ?PHPmaker allow us the way to add hyperlink to field (like myphpmakerproject/tablecar.php__list.id=45¶meter…) PHPmaker allow you to add whatever you want into “parameter” values (see hyperlink setting).
So, throught the list view, user can open an external page passing through the ID of the row with href link field.i search a way (extension, tips, opensource app lamp) to open a template, inject the data there and display a pdf og the result .
my dream :
myphpmakerproject/tablecar.php__list.id=45 & template=poster.PDF where phpmaker could put the field value directly into the PDF document to render.
In this example, i use PDF, but it could be ODT or docx document.so, do you have an idea how to perform such "report " feature with phpmaker ?