@{ ViewData["Title"] = "QR Scanner"; Layout = "~/Views/Shared/_Layout.cshtml"; } @await Html.PartialAsync("~/Areas/Inventory/Views/_InventoryPartialUser.cshtml");

QR & Barcode Scanner

Item Receive Information :

Item Name: {{ thisItem.productName }}

Part Number: {{ thisItem.partNumber }}

Serial Number: {{ thisItem.serialNumber }}

PIC: Station PIC

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


Station Deploy :

@* Submit and Reset Buttons *@
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }