This article explains how purchase order auto-generation with a minimum order quantity (MOQ) works. If a vendor SKU has a minimum order quantity, the order quantity must be in multiples of the MOQ.
-
If the SKU has no max or max is set to 0, do not order even if there is a MOQ
-
If the SKU has max and no min or min is set to 0 and the current quantity is greater than min, do not order
-
If the current quantity is greater than min, order multiples of the MOQ just before the maximum is exceeded
-
If the current quantity is at or below min, order multiples of MOQ without exceeding the max
-
If the current quantity is at or below min, always order at least one MOQ even if the max is exceeded