%@ page import="org.pih.warehouse.core.Location" %> <%@ page import="org.pih.warehouse.product.Product" %>
| Product | Category | Unit of measure | Inbound quantity | Outbound quantity | On hand quantity | Available to promise | Last updated |
|---|---|---|---|---|---|---|---|
|
|
|
${inventorySnapshot.product.unitOfMeasure } | ${inventorySnapshot.quantityInbound?:0 } | ${inventorySnapshot.quantityOutbound?:0 } | ${inventorySnapshot.quantityOnHand?:0 } | 0 |
|