inklabs / kommerce-core

PHP shopping cart core platform
https://kommerce-laravel-demo.jamieisaacs.com/
Apache License 2.0
65 stars 14 forks source link

Add admin order invoice #63

Open pdt256 opened 7 years ago

pdt256 commented 7 years ago

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.

pdt256 commented 7 years ago

Should this be a non-free enterprise level feature?

pdt256 commented 7 years ago

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.