Added Hot Work Order information into downed tool table and as a line item in the daily report.
This commit is contained in:
@ -20,4 +20,5 @@ public interface IScrapeDatabaseRepository
|
||||
public OutsAndScrapTotal GetOutsAndScrapTotals(string startDate, string endDate);
|
||||
public DateTime GetQuarterStartDate();
|
||||
public List<HoldLot> GetCurrentHoldLots();
|
||||
public List<string> GetCurrentHotWORunning();
|
||||
}
|
Reference in New Issue
Block a user