Hi,
my customer urges me to send the invoice and the timesheets (which are attached to the invoice as attachments) as one single PDF file. So I need a way, how to concatenate all PDFs (Invoice + Timesheets) into one file.
Does anyone have a solution for this?
Thanks
–thomas
1 Like
AFAIK, there’s a utility in Frappe called “multi_pdf” that can be used to print multiple documents at once. If you go to any list view and select documents > click on the action button, you’ll get an option to print all of them at once. That’s where I’ll probably start to look in the source code.
If you need more information, let me know and I can look it up when I’m back at my computer.
2 Likes
This sounds promising. If you have more information on this, I’ll be happy.
To add this feature, the send-mail form has to be adjusted and the logic to combine the files has to be added. If you can guide me a bit, how to do this, I’ll try to add this feature.
br
–thomas