Generating a PDF Invoice

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
ltwmaster
Posts: 10
Joined: 01 Apr 2017, 20:39

Generating a PDF Invoice

Post by ltwmaster » 07 Jun 2017, 08:39

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!

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Generating a PDF Invoice

Post by aimeos » 07 Jun 2017, 15:24

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply