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

Receive Item

Receive Repair / Calibration

Item has been Delivered

Receive Item Return

@*
*@ @*

Item is not assigned to user to make movement

*@ @*
*@ @*
*@ @*
*@ @*
*@ @*
*@ @* *@ @*
*@ @*
*@ @*
*@ @*
*@ @*
*@

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 *@
@*
*@ @*
*@ @*
*@ @*
*@ @* *@ @*
*@ @*
*@ @*
*@ @*
*@
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }