Overview
A purchase run is used to determine what products need to be ordered and in what quantities. Readysell provides two basic ways to calculate this: by defining minimum and maximum stock levels for a product (Min Max), or by considering average weekly sales.
Nett Quantity on Hand calculation:
...
this.NetQuantityOnHand = this.QuantityOnHand
- this.QuantityOnSalesBackOrder
- this.QuantityOnLayBy
- this.QuantityOnTransferPick
+ this.QuantityOnOutstandingPurchaseOrders
+ this.QuantityOnTransferIn
+ this.QuantityOnTransferPending;
Reference
Buttons
Refer to Common Buttons.
Image | Field | Description |
---|---|---|
Product fields
Each product has a number of fields that govern how it behaves in a purchase run. These fields are set on the Products screen. The table below shows how each field is used in a purchase run, and the tab within the Products screen where each one is located.
...