This topic is locked

Batch create PDF receipts

6/19/2014 12:00:21 PM
PHPRunner General questions
S
sgchan author

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.

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.



Hello. When I had to generate PDF quality, I used Jasper Report, integrating PHPRunner through webservices. It is complex to assemble, but very efficient.

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.


Jasper reports is very good and can be complex as stated. mPDF is worth a look....for emaliing from each row have a look at http://xlinesoft.com/phprunner/docs/inserting_button.htm