![]() |
fhumanes 6/22/2014 |
Hi, I want to generate payment receipts from a List view. So each line in the List view are individual sales transactions. By clicking on a button I want the system to generate the PDF receipt on those rows selected. It will be saved in a designated folder, and picked up by the system to send via email. I know how to send emails in PHPRunner, but do not know how to generate individual PDF 'reports' on each row. Can somebody offer some advice please? Many thanks in advance.
|
T
|
Tempus_Erus 6/22/2014 |
Hello. When I had to generate PDF quality, I used Jasper Report, integrating PHPRunner through webservices. It is complex to assemble, but very efficient.
|