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

Sort by:

Pending Item Movement

Complete Item Movement

Item Name: {{ group.productName }}

{{ movement.toOther === 'On Delivery' ? 'Receive' : 'Return' }}: | Send Date: {{ movement.sendDate }} | Receive Date: {{ movement.receiveDate || 'Not arrive' }} | Status: {{ movement.latestStatus || movement.toOther }} |

Information: {{ movement.toOther }}

User: {{ movement.toUser }}

Station: {{ movement.toStationName }}

Store: {{ movement.toStoreName }}

Information: {{ movement.toOther }}

User: {{ movement.lastUser }}

Station: {{ movement.lastStationName }}

Store: {{ movement.lastStoreName }}


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