How to auto print in django
Hi I'm currently trying to build resturent pos app. So I want to know how can I print from printer when new order is placed from waiter site.
There will be 3 user admin, kitchen, waiters
Waiter can place order and kitchen will get the order and have the order print automatically.
They both will be different devices. If so how can I set to auto print in kitchen site when waiter site place an order.
Thank you in advance