Package org.compiere.util
Interface ReplenishInterface
public interface ReplenishInterface
Custom Product Replenishment Interface
- Version:
- $Id: ReplenishInterface.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $
- Author:
- Jorg Janke
-
Method Summary
Modifier and TypeMethodDescriptiongetQtyToOrder
(MWarehouse wh, X_T_Replenish replenish) Get the Qty To Order
-
Method Details
-
getQtyToOrder
Get the Qty To Order- Parameters:
wh
- warehousereplenish
- replenishment criterias- Returns:
- qty to order
-