diff --git a/ReportingServices.Shared/Models/ProductionReport/NCR.cs b/ReportingServices.Shared/Models/ProductionReport/NCR.cs index 01099cc..a848749 100644 --- a/ReportingServices.Shared/Models/ProductionReport/NCR.cs +++ b/ReportingServices.Shared/Models/ProductionReport/NCR.cs @@ -13,6 +13,6 @@ public class NCR public string RDS_NO { get; set; } [JsonPropertyName("TOT_REJ")] public int TOT_REJ { get; set; } - [JsonPropertyName("AC_DESC")] - public string AC_DESC { get; set; } + [JsonPropertyName("LOSS_COMMENTS")] + public string LOSS_COMMENTS { get; set; } } diff --git a/ReportingServices.Shared/Repositories/Implementations/ScrapeDatabaseRepository.cs b/ReportingServices.Shared/Repositories/Implementations/ScrapeDatabaseRepository.cs index 34732c8..3bf5cea 100644 --- a/ReportingServices.Shared/Repositories/Implementations/ScrapeDatabaseRepository.cs +++ b/ReportingServices.Shared/Repositories/Implementations/ScrapeDatabaseRepository.cs @@ -782,7 +782,7 @@ public class ScrapeDatabaseRepository : IScrapeDatabaseRepository " l.REACTOR, " + " r.RDS_ID AS RDS_NO, " + " l.TOT_REJ, " + - " n.AC_DESC " + + " n.LOSS_COMMENTS " + " FROM [NCR List] l, NCR n, NCR_RDS r " + " WHERE l.STATUS = 'Open' " + " AND n.SEQ = l.SEQ " + diff --git a/ReportingServices.UI/wwwroot/Assets/DailyReportInfo.json b/ReportingServices.UI/wwwroot/Assets/DailyReportInfo.json index 2939186..7c55637 100644 --- a/ReportingServices.UI/wwwroot/Assets/DailyReportInfo.json +++ b/ReportingServices.UI/wwwroot/Assets/DailyReportInfo.json @@ -1 +1 @@ -{"OperatorHeadcountDays":0,"OperatorHeadcountNights":0,"OperatorCallOutsDays":0,"OperatorCallOutsNights":0,"EngineeringHeadcountDays":0,"EngineeringHeadcountNights":0,"EngineeringCallOutsDays":0,"EngineeringCallOutsNights":0,"MaintenanceHeadcountDays":0,"MaintenanceHeadcountNights":0,"MaintenanceCallOutsDays":0,"MaintenanceCallOutsNights":0,"BottleChanges":null} \ No newline at end of file +{"OperatorHeadcountDays":13,"OperatorHeadcountNights":0,"OperatorCallOutsDays":0,"OperatorCallOutsNights":0,"EngineeringHeadcountDays":1,"EngineeringHeadcountNights":0,"EngineeringCallOutsDays":0,"EngineeringCallOutsNights":0,"MaintenanceHeadcountDays":3,"MaintenanceHeadcountNights":0,"MaintenanceCallOutsDays":1,"MaintenanceCallOutsNights":0,"BottleChanges":null} \ No newline at end of file diff --git a/ReportingServices.UI/wwwroot/Assets/SLLTools.json b/ReportingServices.UI/wwwroot/Assets/SLLTools.json index 8c3a27c..c8ea3d9 100644 --- a/ReportingServices.UI/wwwroot/Assets/SLLTools.json +++ b/ReportingServices.UI/wwwroot/Assets/SLLTools.json @@ -1 +1 @@ -[{"Date":"2023-01-09T00:00:00-07:00","ASM":8,"HTR":16},{"Date":"2023-01-10T00:00:00-07:00","ASM":8,"HTR":16},{"Date":"2023-01-11T00:00:00-07:00","ASM":8,"HTR":16},{"Date":"2023-01-12T00:00:00-07:00","ASM":7,"HTR":16},{"Date":"2023-01-13T00:00:00-07:00","ASM":7,"HTR":15},{"Date":"2023-01-14T00:00:00-07:00","ASM":8,"HTR":15},{"Date":"2023-01-15T00:00:00-07:00","ASM":9,"HTR":15},{"Date":"2023-01-17T00:00:00-07:00","ASM":9,"HTR":15},{"Date":"2023-01-18T00:00:00-07:00","ASM":9,"HTR":15},{"Date":"2023-01-19T00:00:00-07:00","ASM":9,"HTR":15},{"Date":"2023-01-20T00:00:00-07:00","ASM":8,"HTR":16},{"Date":"2023-01-23T00:00:00-07:00","ASM":7,"HTR":16}] \ No newline at end of file +[{"Date":"2023-01-23T00:00:00-07:00","ASM":7,"HTR":16},{"Date":"2023-01-24T00:00:00-07:00","ASM":7,"HTR":15}] \ No newline at end of file