Added data pull for previous week and capability for production passdown to view previous week data, added tool state mapping json file and production passdown report shows owners, removed unnecessary jQuery package.
This commit is contained in:
@ -10,8 +10,9 @@ namespace ReportingServices.Dependency_Injections
|
||||
public List<ScrapByDay> GetScrapByDay(List<ReactorOutsByRDS> outs);
|
||||
public List<ReactorPSNWORuns> GetReactorPSNWORuns(string startDate, string endDate);
|
||||
public int GetNumberOfPartChanges(string startDate, string endDate);
|
||||
public int[] GetNumberOfToolsByWaferSize();
|
||||
public int[] GetNumberOfToolsByWaferSize(string reactors);
|
||||
public int[] GetNumberOfSingleLoadLocks();
|
||||
public int[] GetNumberOfToolUnloadTempsLessThan700();
|
||||
public QuarterlyTargets GetQuarterlyTargets();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user