Added Open NCR report.
This commit is contained in:
ReportingServices.API/Controllers
ReportingServices.Shared
Models
ProductionReport
Repositories
ReportingServices.UI
Controllers
Views
ProductionReport
wwwroot
js
@ -65,4 +65,11 @@ public class ProductionReportController : Controller
|
||||
|
||||
return View(holdLots);
|
||||
}
|
||||
|
||||
public IActionResult NCRReport()
|
||||
{
|
||||
List<NCR> ncrs = ApiCaller.GetApi<List<NCR>>(_baseDBUrl + "GetCurrentNCRs").Result;
|
||||
|
||||
return View(ncrs);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user