|
ReOrder Calc Setting = No Action
No Action simply subtracts the Min Qty from the
Quantity
Below are the minimum field selections required.

Selecting anything other than No Action will give
you an extra field selection named "ReOrder"
Below are the minimum field selections required.

Examples;
Min Qty + ReOrder
Quantity = 1
Min Qty = 10
ReOrder = 100
(10 + 100 = 110)
Quantity - ReOrder
Quantity = 11
Min Qty = 10
ReOrder = 100
(11 - 100 = - 89)
Min Qty - Quantity + ReOrder
Quantity = 11
Min Qty = 10
ReOrder = 100
(10 - 11) + 100 = 99
ReOrder - Quantity
Quantity = 11
Min Qty = 10
ReOrder = 100
(100 - 11 = 89)
ReOrder - Min Qty
Quantity = 11
Min Qty = 10
ReOrder = 100
(100 - 10 = 90)
If Quantity < Reorder Then Min Qty - Quantity
Quantity = 50
Min Qty = 90
ReOrder = 100
(90 - 50 = 40) Assuming Quantity is less than ReOrder Point.
|