@{ 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

Product Image

{{ thisItem.uniqueID }}

Item Name: {{ thisItem.productName }}

Part Number: {{ thisItem.partNumber }}

Serial Number: {{ thisItem.serialNumber }}

PIC: Station PIC

Current Information
  • User: {{ thisItem.toUserName }}
  • Store: {{ thisItem.toStoreName }}
  • Station: {{ thisItem.toStationName || 'N/A' }}
@*Right Side*@

Item is on Delivery

@* Inv Master Receive Item *@

Receive Item

Cancel Item Movement

Receive Item

Receive Repair / Calibration

Item has been Delivered

@* Inv Master Return Item & Deploy to Station*@

Item Actions

Receive Item Return

Add Item Movement

Add Item Movement

@* Submit and Reset Buttons *@
@* Submit and Reset Buttons *@
@* Submit and Reset Buttons *@
@* Submit and Reset Buttons *@
@* Submit and Reset Buttons *@
@* Model Return Item *@ @* Model Deploy to Station *@
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }