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

QR & Barcode Scanner

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' }}
@*Right Side*@

Item is on Delivery

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