remove qc approved and then reject pieces

qa-report
usama.jameel 2025-05-27 11:16:08 +05:00
parent 5e8ecfa9ce
commit a241c2612a
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ public class DashboardService {
efficiency = (float) approvedStitchingOfflineItems / shiftTargetMinutesWise;
}
progress.put("Stitching", (float) approvedStitchingOfflineItems + qcReject + approvedStitchingOfflineItemsThenReject);
progress.put("Stitching", (float) approvedStitchingOfflineItems + qcReject);
progress.put("totalWips", (float) stitchingItemIds.size() - qcReject);
progress.put("Alteration", (float) qcReject + approvedStitchingOfflineItemsThenReject);