diff --git a/src/webapp/WEB-INF/classes/config/origen/shipping/maintainZCInventoryPage.xml b/src/webapp/WEB-INF/classes/config/origen/shipping/maintainZCInventoryPage.xml index d69b337..968e158 100644 --- a/src/webapp/WEB-INF/classes/config/origen/shipping/maintainZCInventoryPage.xml +++ b/src/webapp/WEB-INF/classes/config/origen/shipping/maintainZCInventoryPage.xml @@ -47,9 +47,9 @@ LEFT JOIN inventory.itemKeyInventory.itemKey.item item left join item.location WHERE 1=1 - AND inventory.location.type <> 'COUNT' + and inventory.location.type <> 'COUNT' and inventory.quantity!=0 - inventory.itemKeyInventory.itemKey.lotInfo.propC3!='ZLWX' + and inventory.itemKeyInventory.itemKey.lotInfo.propC3!='ZLWX' /~location.id: AND inventory.location.id = {location.id}~/ /~item.code: AND upper(item.code) LIKE upper({item.code})~/ /~item.name: AND item.name LIKE {item.name}~/ diff --git a/target/nzwms/WEB-INF/classes/config/origen/shipping/maintainZCInventoryPage.xml b/target/nzwms/WEB-INF/classes/config/origen/shipping/maintainZCInventoryPage.xml deleted file mode 100644 index d69b337..0000000 --- a/target/nzwms/WEB-INF/classes/config/origen/shipping/maintainZCInventoryPage.xml +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - 'COUNT' and location.disabled=false - ]]> - - - - - - - - - - - 'COUNT' - and inventory.quantity!=0 - inventory.itemKeyInventory.itemKey.lotInfo.propC3!='ZLWX' - /~location.id: AND inventory.location.id = {location.id}~/ - /~item.code: AND upper(item.code) LIKE upper({item.code})~/ - /~item.name: AND item.name LIKE {item.name}~/ - /~inventory.propC1: AND inventory.itemKeyInventory.itemKey.lotInfo.propC1 LIKE {inventory.propC1}~/ - /~inventory.storageDate: AND inventory.itemKeyInventory.itemKey.storageDate = {inventory.storageDate}~/ - /~minQuantity: AND inventory.quantity >= {minQuantity}~/ - /~maxQuantity: AND inventory.quantity <= {maxQuantity}~/ - /~inventory.barCode: AND upper(inventory.itemKeyInventory.itemKey.lotInfo.propC9) LIKE upper({inventory.barCode})~/ - ]]> - - - - - - - - - - - - - - - - - - - - - - - - -