I have a page for invoice that I know I can make a button to print out the invoice. by using a plugin called Generate PDF.
now I have a list of invoices, how to print them all? using a workflow? there’s no “Generate PDF” under the plugins menu…
I have a page for invoice that I know I can make a button to print out the invoice. by using a plugin called Generate PDF.
now I have a list of invoices, how to print them all? using a workflow? there’s no “Generate PDF” under the plugins menu…
I would recommend Zerocode’s plugin. They have a server-side solution. That way, you can generate a PDF of each invoice as you go and store them as things in your database using an API Workflow or database trigger event. You can’t combine existing PDFs into one document though. A solution could be to add all invoices to a RepeatingGroup and generate a PDF from that entire RepeatinGroup.
This topic was automatically closed after 70 days. New replies are no longer allowed.