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

Sort by:

Search Item:

Search Station:

Pending Item Movement

Loading...

Complete Item Movement

Loading...
Loading...

Item Movement List

Loading...

Item : {{ group.uniqueID }}

Latest Movement

{{ movement.toOther === 'Return' ? 'Return' : (movement.toOther === 'On Delivery' ? 'Receive' : ( movement.toStation !== null ? 'Change' : ( movement.toOther == 'Faulty' || movement.toOther == 'Calibration' || movement.toOther == 'Repair' ? movement.toOther : 'Assign'))) }}

{{movement.action === 'Assign' ? 'Assign Date' : 'Send Date'}}

{{ movement.sendDate }}

Receive Date:

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

Action:

{{ movement.action }}

Status:

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

{{ movement.movementComplete == 1 && movement.latestStatus !== 'Ready To Deploy' ? 'Complete' : ( movement.toOther === 'Repair' || movement.toOther === 'Calibration' && movement.latestStatus === 'Ready To Deploy' ? 'Complete' : (movement.latestStatus === 'Ready To Deploy' ? 'Canceled' : '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 }}

{{ movement.toOther === 'Return' ? 'Return' : (movement.toOther === 'On Delivery' ? 'Receive' : ( movement.toStation !== null ? 'Change' : ( movement.toOther == 'Faulty' || movement.toOther == 'Calibration' || movement.toOther == 'Repair' ? movement.toOther : 'Assign'))) }}

{{movement.action === 'Assign' ? 'Assign Date' : 'Send Date'}}

{{ movement.sendDate }}

Receive Date:

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

Action:

{{ movement.action }}

Status:

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

{{ movement.movementComplete == 1 && movement.latestStatus !== 'Ready To Deploy' ? 'Complete' : ( movement.toOther === 'Repair' || movement.toOther === 'Calibration' && movement.latestStatus === 'Ready To Deploy' ? 'Complete' : (movement.latestStatus === 'Ready To Deploy' ? 'Canceled' : '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 }}

{{ station }}

Item : {{ group.uniqueID }}

Latest Movement

{{ movement.toOther === 'Return' ? 'Return' : (movement.toOther === 'On Delivery' ? 'Receive' : ( movement.toStation !== null ? 'Change' : ( movement.toOther == 'Faulty' || movement.toOther == 'Calibration' || movement.toOther == 'Repair' ? movement.toOther : 'Assign'))) }}

{{movement.action === 'Assign' ? 'Assign Date' : 'Send Date'}}

{{ movement.sendDate }}

Receive Date:

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

Action:

{{ movement.action }}

Status:

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

{{ movement.movementComplete == 1 && movement.latestStatus !== 'Ready To Deploy' ? 'Complete' : ( movement.toOther === 'Repair' || movement.toOther === 'Calibration' && movement.latestStatus === 'Ready To Deploy' ? 'Complete' : (movement.latestStatus === 'Ready To Deploy' ? 'Canceled' : '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 }}

{{ movement.toOther === 'Return' ? 'Return' : (movement.toOther === 'On Delivery' ? 'Receive' : ( movement.toStation !== null ? 'Change' : ( movement.toOther == 'Faulty' || movement.toOther == 'Calibration' || movement.toOther == 'Repair' ? movement.toOther : 'Assign'))) }}

{{movement.action === 'Assign' ? 'Assign Date' : 'Send Date'}}

{{ movement.sendDate }}

Receive Date:

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

Action:

{{ movement.action }}

Status:

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

{{ movement.movementComplete == 1 && movement.latestStatus !== 'Ready To Deploy' ? 'Complete' : ( movement.toOther === 'Repair' || movement.toOther === 'Calibration' && movement.latestStatus === 'Ready To Deploy' ? 'Complete' : (movement.latestStatus === 'Ready To Deploy' ? 'Canceled' : '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"); } }