A restaurant currently has an online ordering system built with django, they get online orders via email but would like them to be automatically printed out as they come in. Is there a way to do this using python/django? Would I need to write code specific to the make/model of the printer?
Asked
Active
Viewed 773 times
1
-
Possible dup of: https://stackoverflow.com/q/2316368/3991696 – vishwarajanand Dec 10 '18 at 02:03
-
wait I realized that focuses on home printers I am trying to figure out how to print via thermal printers that print receipts in stores. Not sure if that makes a difference? @vishwarajanand – justin Dec 10 '18 at 02:06
-
1Actually there's less merit in deleting post. Maybe you searched but with search words you didn't get the answer. Someone else, who searches by your exact words can find the answer easily now. – vishwarajanand Dec 10 '18 at 02:06
-
That depends on how the printer system is integrated. You can make the thermal printers as default printing device and then try. – vishwarajanand Dec 10 '18 at 02:07