Merged PR 12079: Backend functionality for retrieving Open NCR Report from OI

Backend functionality for retrieving Open NCR Report from OI

Related work items: #237978
This commit is contained in:
Ouellette Jonathan (CSC FI SPS MESLEO)
2025-03-04 23:15:06 +01:00
parent 41cbdaadba
commit 36f16bf951
3 changed files with 114 additions and 2 deletions

View File

@ -135,6 +135,8 @@ CreateHALItem:
RepJSON = Report_Services('GetDailyReactorUptimeDataJSON', ReportStartDtm, ReportEndDtm)
Case ReportID = 'TestWaferWIPReport'
RepJSON = Report_Services('GetOpenTestWaferLotWIPReportJson')
Case ReportID = 'OpenNCRReport'
RepJson = Report_Services('GetOpenNCRReportJson')
Case Otherwise$
Error_Services('Add', 'Unsupported report')
End Case
@ -232,3 +234,4 @@ API reports.GET
end api