Order Stock Using Maximum Stocking Level, Number On Hand, Number On Order and Standard Package

When you choose to generate a stock order, the system scans each item that you want to order. For each item, the system computes

(Maximum Stocking Level) – (Number On Hand)

If that number is greater than or equal to the standard package, the system will order the item. In fact, it will order as many standard packages as it can that will be less than or equal that number. Once the system has generated the order, you can edit the order.

Previous page