Hi, We've developed a mobile ordering app which uses the REST API for our cafe - upon completion of payment of an order, our staff are notified of the order through our order admin web interface on a tablet in-store ( also using REST API). We want staff to be able to hit an accept order button and for that to print to numerous printers - is this possible? At the moment the app creates an order in Clover, then notifies the staff on the our tablet app and they manually have to go into Clover, Leave the Register App (generally this is app open), Go into the Orders App, Find the relevant Order, Click on the relevant Order, Click Print Order Receipt, Select the printer, (repeat last two steps if needs to print on more than 1 printer). Really not great... I know this stuff is possible via Android SDK, but aren't using it...
Many Thanks, Andrew