kommerce-core
kommerce-core copied to clipboard
Add admin order invoice
As an admin user, I want to be able to print the invoice on my desktop printer so that I can fulfill the order away from the computer. I also want to see an invoice preview.
Should this be a non-free enterprise level feature?
This will require a queue processing system. Commands that generate an invoice pdf/jpg will have to be executed by a worker from a job scheduler. The most likely candidate job scheduler/worker manager is Gearman. The most likely candidate pdf/jpg generator is Apache Fop.