Price Codes

Price Moulding by Join but Order it by Chop (or Length)

FrameReady formulas offer the flexibility to price moulding by one method (join) yet order your moulding by another (length). You can set up your pricing so that it remains consistent on the Work Order -- even if you change your method of ordering directly on a Work Order.

Use the Correct Type of Formula

Caution: The Default Pricing Formula cannot be used because "Order Type" is part of that formula. You must use a different formula.

If you are using the FrameReady Default pricing formula, then your pricing is determined by the Order Type field -- and you cannot override it because the Order Type is part of the formula. Instead, you must use a different formula.

There are a few different ways to set up your pricing formula so that you can price by one method and order by another. The formula in this example is very simple:

Option #1

Option #2

Buttons Explained

Order This Item As Radio Buttons

Apply Order Type to Group Button

How to Apply an Order Type to a Group

  1. Click the Apply Order Type to Group button.

  2. A dialog box appears.

  3. Option 1: Select the Cost Type you wish to use when ordering all your moulding.

    Click the Length, Chop or Join button.

  4. Option 2: Select the Cost Type (Length, Chop, or Join) and then select the Supplier and/or Group you wish to use.

    Leave the Group field blank to apply to all Groups. 

Formula

Price by Join and Fallback to Chop or Length

Copy and paste this Formula into FrameReady:

Round(
Case(
Join>0; Join * 2;
Chop>0;
Case(
Chop<5; Chop * 2.85;
Chop<10; Chop * 2.8;
Chop<15; Chop * 2.75;
Chop<20; Chop * 2.7;
Chop<25; Chop * 2.65;
Chop * 2.6);
Cost>0;
Case(
Cost<2.50; Cost * 5;
Cost<3.75; Cost * 4.9;
Cost<5.00; Cost * 4.8;
Cost<6.25; Cost * 4.7;
Cost<7.50; Cost * 4.6;
Cost<8.75; Cost * 4.5;
Cost<10.00; Cost * 4.4;
Cost<11.25; Cost * 4.3;
Cost<12.50; Cost * 4.2;
Cost<13.75; Cost * 4.1;
Cost<15.00; Cost * 4;
Cost<16.25; Cost * 3.9;
Cost<17.50; Cost * 3.8;
Cost<18.75; Cost * 3.7;
Cost<20.00; Cost * 3.6;
Cost * 3.5))
,1)

x

© 2019 Adatasol Inc.
Makers of FrameReady
www.adatasol.com
www.frameready.com