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

Scan QR Code Here:

{{ error }}

Item Receive Information :

Station Assign

Item Receive Information :

Self Assign

Item Return Information :

Station

Item Return Information :

Self Assign

Product Image

{{ thisItem.uniqueID }}

Item Name: {{ thisItem.productName }}

Part Number: {{ thisItem.partNumber }}

Serial Number: {{ thisItem.serialNumber }}

PIC: {{thisItem.currentStation || 'No Station Deploy (Self Assign)' }}

Receiver Information
  • User: {{ thisItem.currentUser }}
Sender Information
  • User: {{ thisItem.currentUser }}
@*Right Side*@


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


@* 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"); } }