@{ 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 Transit

Loading...

Complete Item Movessment

All Item Movement

Loading...

Assign Station

Loading...
Loading...

Item Movement List

Loading...
@*

Item : {{ group.uniqueID }}

*@

Item : {{ group.uniqueID }}

Item : No Item Tracked

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 : ( movement.action == 'Register' ? 'Register' : 'Assign')))) }}

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

{{movement.action !== 'Register' ? movement.sendDate : movement.date }}

Receive Date:

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

Action:

{{ movement.action }}

Status:

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

{{ movement.action == 'Register' ? 'Complete' : (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 : ( movement.action == 'Register' ? 'Register' : 'Assign')))) }}

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

{{movement.action !== 'Register' ? movement.sendDate : movement.date }}

Receive Date:

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

Action:

{{ movement.action }}

Status:

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

{{ movement.action == 'Register' ? 'Complete' : (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 }}

*@

Item : {{ group.uniqueID }}

Item : No Item Tracked

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 : ( movement.action == 'Register' ? 'Register' : 'Assign')))) }}

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

{{movement.action !== 'Register' ? movement.sendDate : movement.date }}

Receive Date:

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

Action:

{{ movement.action }}

Status:

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

{{ movement.action == 'Register' ? 'Complete' : (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 : ( movement.action == 'Register' ? 'Register' : 'Assign')))) }}

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

{{movement.action !== 'Register' ? movement.sendDate : movement.date }}

Receive Date:

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

Action:

{{ movement.action }}

Status:

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

{{ movement.action == 'Register' ? 'Complete' : (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 }}

Page {{ currentPage }} of {{ totalPages }}
Page {{ currentPageStation }} of {{ itemsPerPageStation }}
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }