<style> #comments-section

Unknown macro: { display}


.quick-comment-prompt

Unknown macro: { display}


</style>

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Auto Calculate set as default in the packaging logic is a cost calculation scheme that automatically calculate the cost of the shipping for a specific item/s. It is the process of evaluating the contents of an order to determine the number and size of each shipping carton required for the order. Auto Calculate normally requires dimensional information (weight, height, length, and width) for each item. 

Cartonisation packaging Logic uses basic mathematics to determine the best way to pack a carton. 

Cartonisation Logic

It will process each of the item details sequenced by pick location sequence. A sequential ID will be set for each item line

The selected Carton type and Size will be returned with ID.

• Do NOT exceed Max fill tolerance of Cube based on total cube plus current cube

• Do NOT exceed Max weight of carton based on total Weight plus current weight x Qty

• Do NOT exceed Carton Length when Length > 0

• Do NOT exceed Carton Width when Width > 0

• Do NOT exceed Carton Height when Height > 0

• Do NOT exceed Max Units of carton

• If Nesting package logis is enabled at the SKU/Item level check nesting

If the system cannot find a carton for a specific item line, then carton size can be sent back as OVERSIZE, with a single ID for that item/line.

Data to consider:

• linear or cubic measurements

• weight

• data is internally relative – i.e. M3, M, cm,

• Some data may be missing. (I.e. the Item may have Cube (m3) data, but no Length, width or height).

SKU/ITEM dimensions

• Length, width and Height (LxWxH)

• CUBE (Note – in some cases ONLY Cube will be provided)

• Gross Weight

• Nesting Factor –expressed as an incremental increase in 1 dimension, when # units is greater than 1. (X,Y,Z direction and a factor)

Carton/Tote information – CALLED CARTON GROUP

• Carton Type – Grouping of Carton Sizes into a single type. Types will be assigned to Item Lines

• Preference ranking (1 to N) – e.g. – preference is to use MEDIUM – but as required, due to single DIM or MAX, other carton may be used.

• Length, width and Height (LxWxH)

• MAX CUBE

• MAX WEIGHT

• MAX UNITS

• CUBE FILL TOLERANCE e.g. MUST Achieve 85% cubic fill.


Shown below are the steps on how to enable Auto Calculate (Default):

Step 1: From the Inventory Management >> Click on Add Inventory Button >> Type the inventory item description.

Step 2: Click drop down arrow in Packaging logic. Choose Auto Calculate (Default) >> then Click Add item >> Enter the item dimension >> Then click Save/Update.

Step 3: Then we need to ENABLE AUTO CALCULATE in Package logic:

After Saving the packaging logic, the SKU number of the item will be available and can be used in getting a quote in Quote and Book.

Step 4: Get a quotation in Quote and Book Module.

The system will use the nearest calculation of dimension from the package logic item list:





  • No labels