remove qc approved and then reject pieces
parent
5e8ecfa9ce
commit
a241c2612a
|
@ -123,7 +123,7 @@ public class DashboardService {
|
||||||
efficiency = (float) approvedStitchingOfflineItems / shiftTargetMinutesWise;
|
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("totalWips", (float) stitchingItemIds.size() - qcReject);
|
||||||
progress.put("Alteration", (float) qcReject + approvedStitchingOfflineItemsThenReject);
|
progress.put("Alteration", (float) qcReject + approvedStitchingOfflineItemsThenReject);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue