diff --git a/Areas/Inventory/Views/ItemMovement/Qr.cshtml b/Areas/Inventory/Views/InventoryMaster/QrMaster.cshtml similarity index 100% rename from Areas/Inventory/Views/ItemMovement/Qr.cshtml rename to Areas/Inventory/Views/InventoryMaster/QrMaster.cshtml diff --git a/Areas/Inventory/Views/ItemMovement/QrUser.cshtml b/Areas/Inventory/Views/ItemMovement/QrUser.cshtml new file mode 100644 index 0000000..8e61127 --- /dev/null +++ b/Areas/Inventory/Views/ItemMovement/QrUser.cshtml @@ -0,0 +1,1022 @@ +@{ + ViewData["Title"] = "QR Scanner"; + Layout = "~/Views/Shared/_Layout.cshtml"; +} + +@await Html.PartialAsync("~/Areas/Inventory/Views/_InventoryPartial.cshtml"); +
+
+
+ @* *@ +
+
+ @*
+
+ Loading... +
+
*@ + @*
*@ + +
+

QR & Barcode Scanner

+
+

Scan Result:

+
+

Scan Result:

+
+
+ +
+
+ +
+

+ Item Name: + {{ thisItem.productName }} +

+
+ + +
+

+ Part Number: + {{ thisItem.partNumber }} +

+
+ + +
+

+ Serial Number: + {{ thisItem.serialNumber }} +

+
+ + +
+

+ PIC: + Station PIC +

+
+ + +
+
+
+
+ Current Information +
+
    + +
  • +
    + + User: + + + {{ thisItem.currentUser }} + +
    +
  • + + +
  • + + Store: + + {{ thisItem.currentStore }} +
  • + + +
  • + + Station: + + {{ thisItem.currentStation || 'N/A' }} +
  • +
+
+
+
+ + @*
*@ + @*

Welcome, Admin! You have full access.

*@ + @*

Welcome, User! You have limited access.

*@ + @*

Guest View: Please log in.

*@ + @*
*@ +
+ + + + + +
+ +
+
+
+ + @*Right Side*@ +
+
+
+

REGISTRATION ITEM

+
+
+
+ + +
+ +
+ +
+
+ + +
+ +
+ +
+
+ + @* Remark *@ +
+ +
+ +
+
+ + +
+ + @* Submit and Reset Buttons *@ +
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+ +@section Scripts { + @{ + await Html.RenderPartialAsync("_ValidationScriptsPartial"); + } + + + + + + + + +} \ No newline at end of file