Page 1 of 1

Generating a PDF Invoice

Posted: 07 Jun 2017, 08:39
by ltwmaster
I'm really hung up on this one, but how do you generate Invoices as PDFs in aimeos?
Is there any scheduler job that I need?

How can this be achieved?

Thank you!

Re: Generating a PDF Invoice

Posted: 07 Jun 2017, 15:24
by aimeos
Aimeos doesn't care about invoicing as this is the task of a backend system. What you can do is to create a PDF from the order when the confirmation e-mail is sent and attach it to that e-mail. This is done best in a subpart:
- https://aimeos.org/docs/Developers/Html ... w_subparts
- https://github.com/aimeos/ai-client-htm ... yment/Html