Added calculation for daily planned wafer outs and display on production report.
This commit is contained in:
@ -52,8 +52,8 @@ namespace ReportingServices.Shared.HelperClasses
|
||||
report.SetRDSInfo(rds.Result);
|
||||
report.SetReactorInfo(reactors.Result, GetUnscheduledReactors(report));
|
||||
|
||||
report.CurrentWeek.SetYieldInformation(task1.Result);
|
||||
report.PreviousWeek.SetYieldInformation(task2.Result);
|
||||
report.CurrentWeek.SetYieldInformation(task1.Result, report.QuarterlyTargets);
|
||||
report.PreviousWeek.SetYieldInformation(task2.Result, report.QuarterlyTargets);
|
||||
|
||||
report.ReverseLists();
|
||||
|
||||
|
Reference in New Issue
Block a user