@{ 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"); } }