<%@ page import="org.pih.warehouse.core.Location" %> <%@ page import="org.pih.warehouse.product.Product" %> Browse inventory
${flash.message}

Showing ${inventorySnapshots.size() } of ${inventorySnapshots.totalCount} records ${location?.name} ${category?.name}

Product Category Unit of measure Inbound quantity Outbound quantity On hand quantity Available to promise Last updated
${inventorySnapshot.product?.name } ${inventorySnapshot.product?.category?.name } ${inventorySnapshot.product.unitOfMeasure } ${inventorySnapshot.quantityInbound?:0 } ${inventorySnapshot.quantityOutbound?:0 } ${inventorySnapshot.quantityOnHand?:0 } 0