Package org.compiere.util
Interface ReplenishInterface
-
public interface ReplenishInterface
Custom Replenishment Interface- Version:
- $Id: ReplenishInterface.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $
- Author:
- Jorg Janke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigDecimal
getQtyToOrder(MWarehouse wh, X_T_Replenish replenish)
Return the Qty To Order
-
-
-
Method Detail
-
getQtyToOrder
BigDecimal getQtyToOrder(MWarehouse wh, X_T_Replenish replenish)
Return the Qty To Order- Parameters:
wh
- warehousereplenish
- temporary replenishment- Returns:
- qty to order
-
-