Hi
I am working on a hospitality app which requires the kitchen staff to see all food orders on a screen and update the order with the press of a button from the report itself. The latter is easy but I just can’t find a way to keep the orders report up to date.
Manual refresh of page is not ideal as the customer wants their big kitchen screen to show all the orders with their live status. Wondering if there was a way to make a ‘live’ report?
I mean I could make an HTML page to visualise the orders but would need some way of periodically fetching latest data. Don’t suppose there’s a way to pause a for loop?