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

Sort by:

Search Item:

Pending Item Movement

Complete Item Movement

Item : {{ group.uniqueID }}

{{ movement.toOther === 'On Delivery' ? 'Receive' : 'Return' }}

Send Date:

{{ movement.sendDate }}

Receive Date:

{{ movement.receiveDate || 'Not arrive' }}

Action:

{{ movement.action }}

Status:

{{ movement.latestStatus || movement.toOther }}

{{ movement.movementComplete == 1 ? 'Complete' : 'Incomplete' }}

Start

User: {{ movement.toUserName }}

Station: {{ movement.toStationName }}

Store: {{ movement.toStoreName }}

{{ movement.latestStatus || movement.toOther }}

End {{ movement.latestStatus }}

User: {{ movement.lastUserName }}

Station: {{ movement.lastStationName }}

Store: {{ movement.lastStoreName }}

{{ movement.toOther === 'On Delivery' ? 'Receive' : 'Return' }}

Send Date:

{{ movement.sendDate }}

Receive Date:

{{ movement.receiveDate || 'Not arrive' }}

Action:

{{ movement.action }}

Status:

{{ movement.latestStatus || movement.toOther }}

{{ movement.movementComplete == 1 ? 'Complete' : 'Incomplete' }}

Start

User: {{ movement.toUserName }}

Station: {{ movement.toStationName }}

Store: {{ movement.toStoreName }}

{{ movement.latestStatus || movement.toOther }}

End

User: {{ movement.lastUserName }}

Station: {{ movement.lastStationName }}

Store: {{ movement.lastStoreName }}

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