From cf4b5fe8b5e01ab29797ae144fbf846fbb470b49 Mon Sep 17 00:00:00 2001 From: Naz <2022755409@student.uitm.edu.my> Date: Tue, 11 Mar 2025 15:52:26 +0800 Subject: [PATCH] test --- .../Views/InventoryMaster/OtRegister.cshtml | 1074 +++++++++++++++++ .../Controllers/OvertimeController.cs | 6 + .../Views/Overtime/OtRegister.cshtml | 5 + PSTW_CentralSystem.csproj | 6 + Views/Shared/_Layout.cshtml | 20 + appsettings.json | 2 +- 6 files changed, 1112 insertions(+), 1 deletion(-) create mode 100644 Areas/Inventory/Views/InventoryMaster/OtRegister.cshtml create mode 100644 Areas/OTcalculate/Controllers/OvertimeController.cs create mode 100644 Areas/OTcalculate/Views/Overtime/OtRegister.cshtml diff --git a/Areas/Inventory/Views/InventoryMaster/OtRegister.cshtml b/Areas/Inventory/Views/InventoryMaster/OtRegister.cshtml new file mode 100644 index 0000000..6214d5b --- /dev/null +++ b/Areas/Inventory/Views/InventoryMaster/OtRegister.cshtml @@ -0,0 +1,1074 @@ +@{ + ViewData["Title"] = "QR Scanner"; + Layout = "~/Views/Shared/_Layout.cshtml"; +} + + +@await Html.PartialAsync("~/Areas/Inventory/Views/_InventoryPartial.cshtml") +
Scan QR Code Here:
+ +{{ error }}
+Scan Time: {{ scanTime }} ms
+{{ thisItem.uniqueID }}
++ Item Name: + {{ thisItem.productName }} +
++ Part Number: + {{ thisItem.partNumber }} +
++ Serial Number: + {{ thisItem.serialNumber }} +
++ PIC: + Station PIC +
+