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:
with Stock Allocation on:
this.NetQuantityOnHand = this.QuantityAvailable
- this.QuantityOnSalesBackOrder
- this.QuantityOnLayBy
- this.QuantityOnTransferPick
+ this.QuantityOnOutstandingPurchaseOrders
+ this.QuantityOnTransferIn
+ this.QuantityOnTransferPending;
stock allocation off:
...
.
...
...
Reference
Buttons
Refer to Common Buttons.
...
Fields
Field | Description |
---|---|
Type | This is the transaction type for this purchase run (i.e: PURSUG (Purchase Suggested Order)) |
Number | The unique number for the transaction of this Purchase Run |
Status | The status for this Purchase Run (e.g: open, posted etc) |
Date | The date and time the purchase run was created |
Suppliers Tab
Field | Description |
---|---|
Site | |
Supplier | |
Value Ex Tax | |
Value Inc Tax | |
Min Order Value | |
Minimum Order Variance | |
Product | |
Qty | |
Unit | |
Unit Quantity On Hand | |
Price Ex | |
Value Ex | |
Value Inc | |
Lead Time |
...
Field | Description |
---|---|
Site | |
Transaction Number | |
Supplier | |
Value Inc Tax Ordered | |
Value Inc Tax On Order | |
Minimum Order Variance | |
Status |
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.
...