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

QR & Barcode Scanner

Item Receive Information :

Item Return Information :

Product Image

{{ thisItem.uniqueID }}

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' }}
Receiver Information
  • User: {{ thisItem.toUserName }}
  • Store: {{ thisItem.toStoreName }}
  • Station: {{ thisItem.toStationName || 'N/A' }}
@*Right Side*@


Station Deploy :

@* Submit and Reset Buttons *@
@*Right Side*@


Station Deploy :

@* Submit and Reset Buttons *@

The item has been register as returned.

You need to request this item again to used it legally.

The item is not assigned to you.

You need to request this item to validly use it.

@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }