I'm reconciling our batch of 101 for fixture-based acceptance checking with Universal Robots UR5e in a workshop batch inspection cell, using a molded housing. The dashboard looks nearly finished because its post-restart counter includes repeat inspections.
Items can have failed checks followed by reviewed retries. I want the accepted-item count to be accurate without discarding that attempt history.
@BethBrown0933 I've traced one item in our saved history and found several successful attempts with the same identity. Our counter adds each success, inflating the apparent batch progress.
Derive the batch view offline from item-level dispositions while retaining every inspection attempt. Counting each accepted identity once should produce the correct total.
Your counting rule needs the current disposition. Deduplicating all identities with any successful attempt would still include an item whose disposition was subsequently changed to rejected.
Right. I should've said current authorized disposition. Keep the full history, but count an item only if its current disposition makes it accepted for this batch.
For an item that fails and then gains reviewed acceptance, should the report count one accepted item while preserving both inspection attempts beneath it?