<#-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->

<#if picklistInfoList?has_content> <#list picklistInfoList as picklistInfo> <#assign picklist = picklistInfo.picklist> <#-- Picklist -->
${uiLabelMap.ProductPickList} ${picklist.picklistId} ${uiLabelMap.CommonDate} ${picklist.picklistDate}
${uiLabelMap.ProductCreatedModifiedBy} ${picklist.createdByUserLogin}/${picklist.lastModifiedByUserLogin} ${uiLabelMap.ProductPick}/${uiLabelMap.ProductPacking} ${uiLabelMap.CommonReports}
<#if picklistInfo.shipmentMethodType?has_content>
${uiLabelMap.CommonFor} ${uiLabelMap.ProductShipmentMethodType} ${picklistInfo.shipmentMethodType.description?default(picklistInfo.shipmentMethodType.shipmentMethodTypeId)}
<#-- PicklistRole --> <#list picklistInfo.picklistRoleInfoList?if_exists as picklistRoleInfo>
${uiLabelMap.PartyParty} ${picklistRoleInfo.partyNameView.firstName?if_exists} ${picklistRoleInfo.partyNameView.middleName?if_exists} ${picklistRoleInfo.partyNameView.lastName?if_exists} ${picklistRoleInfo.partyNameView.groupName?if_exists} ${uiLabelMap.PartyRole} ${picklistRoleInfo.roleType.description} ${uiLabelMap.CommonFrom} ${picklistRoleInfo.picklistRole.fromDate} <#if picklistRoleInfo.picklistRole.thruDate?exists>${uiLabelMap.CommonThru} ${picklistRoleInfo.picklistRole.thruDate}
${uiLabelMap.ProductAssignPicker}
<#-- PicklistStatusHistory --> <#list picklistInfo.picklistStatusHistoryInfoList?if_exists as picklistStatusHistoryInfo>
${uiLabelMap.CommonStatus} ${uiLabelMap.CommonChange} ${uiLabelMap.CommonFrom} ${picklistStatusHistoryInfo.statusItem.get("description",locale)} ${uiLabelMap.CommonTo} ${picklistStatusHistoryInfo.statusItemTo.description} ${uiLabelMap.CommonOn} ${picklistStatusHistoryInfo.picklistStatusHistory.changeDate} ${uiLabelMap.CommonBy} ${picklistStatusHistoryInfo.picklistStatusHistory.changeUserLoginId}

<#-- PicklistBin --> <#list picklistInfo.picklistBinInfoList?if_exists as picklistBinInfo> <#assign isBinComplete = Static["org.ofbiz.shipment.picklist.PickListServices"].isBinComplete(delegator, picklistBinInfo.picklistBin.picklistBinId)/> <#if (!isBinComplete)>
${uiLabelMap.ProductBinNum} ${picklistBinInfo.picklistBin.binLocationNumber} (${picklistBinInfo.picklistBin.picklistBinId}) <#if picklistBinInfo.primaryOrderHeader?exists>${uiLabelMap.ProductPrimaryOrderId} ${picklistBinInfo.primaryOrderHeader.orderId} <#if picklistBinInfo.primaryOrderItemShipGroup?exists>${uiLabelMap.ProductPrimaryShipGroupSeqId} ${picklistBinInfo.primaryOrderItemShipGroup.shipGroupSeqId} <#if !picklistBinInfo.picklistItemInfoList?has_content>${uiLabelMap.CommonDelete}
${uiLabelMap.CommonUpdate} ${uiLabelMap.ProductBinNum}
${uiLabelMap.ProductLocation} ${uiLabelMap.CommonNbr} ${uiLabelMap.PageTitlePickList}
<#if picklistBinInfo.picklistItemInfoList?has_content>
<#assign alt_row = false> <#list picklistBinInfo.picklistItemInfoList?if_exists as picklistItemInfo> <#assign picklistItem = picklistItemInfo.picklistItem> <#assign inventoryItemAndLocation = picklistItemInfo.inventoryItemAndLocation> class="alternate-row"> <#if !picklistItemInfo.itemIssuanceList?has_content> <#-- toggle the row color --> <#assign alt_row = !alt_row>
${uiLabelMap.ProductOrderId} ${uiLabelMap.ProductOrderShipGroupId} ${uiLabelMap.ProductOrderItem} ${uiLabelMap.ProductProduct} ${uiLabelMap.ProductInventoryItem} ${uiLabelMap.ProductLocation} ${uiLabelMap.ProductQuantity}  
${picklistItem.orderId} ${picklistItem.shipGroupSeqId} ${picklistItem.orderItemSeqId} ${picklistItemInfo.orderItem.productId}<#if picklistItemInfo.orderItem.productId != inventoryItemAndLocation.productId> [${inventoryItemAndLocation.productId}] ${inventoryItemAndLocation.inventoryItemId} ${inventoryItemAndLocation.areaId?if_exists}-${inventoryItemAndLocation.aisleId?if_exists}-${inventoryItemAndLocation.sectionId?if_exists}-${inventoryItemAndLocation.levelId?if_exists}-${inventoryItemAndLocation.positionId?if_exists} ${picklistItem.quantity}
 ${uiLabelMap.CommonDelete} 
<#-- picklistItem.orderItemShipGrpInvRes (do we want to display any of this info?) --> <#-- picklistItemInfo.itemIssuanceList --> <#list picklistItemInfo.itemIssuanceList?if_exists as itemIssuance> ${uiLabelMap.ProductIssue} ${uiLabelMap.CommonTo} ${uiLabelMap.ProductShipmentItemSeqId}: ${itemIssuance.shipmentId}:${itemIssuance.shipmentItemSeqId} ${uiLabelMap.ProductQuantity}: ${itemIssuance.quantity} ${uiLabelMap.CommonDate}: ${itemIssuance.issuedDateTime}
<#if picklistInfo_has_next>
<#else/>

${uiLabelMap.ProductNoPicksStarted}.