iDempiere Product Master Replenish
Replenish Tab defines rules for how a product is restocked when inventory is low. Controls replenishment method such as manual, purchase, or production
- Specifies the source warehouse or location for restocking
- Includes settings for minimum quantity and reorder levels
- Helps maintain adequate stock and supports automated replenishment processes
Tab Name: Replenish(AD_Tab_ID=182)
Table Name: M_Replenish(AD_Table_ID=249)
| Field Name | Description | Column Name DataType Reference Type AD_Column_ID |
| Tenant | The client or legal entity within the system | * AD_Client_ID * numeric(10) * Table Direct * 1959 |
| Organization | Specific business unit within the tenant | * AD_Org_ID * numeric(10) * Table Direct * 1960 |
| Product | The product for which replenishment is defined | * M_Product_ID * numeric(10) * Search * 1957 |
| Warehouse | The warehouse where stock is replenished | * M_Warehouse_ID * numeric(10) * Table Direct * 1958 |
| Locator | Specific storage location within the warehouse | * M_Locator_ID * numeric(10) * Table Direct * 56518 |
| Active | Indicates if the record is currently active | * IsActive * character(1) * Yes-No * 1961 |
| Replenish Type | Method of replenishment (e.g., Manual, Purchase, Production) | * ReplenishType * character(1) * List * 1966 |
| Minimum Level | Minimum quantity before replenishment is triggered | * Level_Min * numeric * Amount * 1967 |
| Maximum Level | Maximum stock level to maintain after replenishment | * Level_Max * numeric * Amount * 1968 |
| Source Warehouse | The warehouse from which replenishment is sourced | * M_WarehouseSource_ID * numeric(10) * Table * 14099 |
| Qty Batch Size | The quantity size to be ordered or produced in each replenishment batch | * QtyBatchSize * numeric * Quantity * 200241 |