So I'm using the Order Printer app to handle printing our batches every day, and it gets the job done. But one thing we've run into is making sure we don't print out duplicate orders. We get ~50 orders a day, so that's 50 being printed at any given time. And the time between the order being printed and the order being shipped can cause some overlap.
What we're looking for is a way to flag the orders as being printed once we've printed them out, so we have a visual cue as to what orders are already being processed, and what orders need to be printed. Perhaps there is an app that already handles this, but I've yet to find one.
TL;DR: Need a way to flag orders that have been printed as "Already Printed".
Thanks in advance.