Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

FieldDescription
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

FieldDescription
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 

...

FieldDescription
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.

...