> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/order-processing/purchase-order/po-configuration/pick-unit-pack-from.md).

# Pick Unit/Pack From

**YouTube:** [How to Configure Default for Units/ Pack Column in Purchase Orders?](https://www.youtube.com/watch?v=d58qn5lHdYA)

## How to Configure Default for Units/ Pack Column in Purchase Orders?

In this tutorial, we will learn how to configure the **Unit/Pack** calculation in a Purchase Order based on different Unit Conversion Factors defined in the Item Master. Using the **Pick Unit/Pack From** option, you can instruct the system to automatically pick Units per Pack from a specific conversion factor such as Item CF1, Item CF2, and others.

***

### Objective of This Feature

* Automatically pick Units per Pack based on predefined conversion factors.
* Standardize pack calculations during Purchase Order entry.
* Reduce manual data entry.
* Improve packing and quantity accuracy.
* Support multiple packing configurations for the same item.

***

### Access to Purchase Order Configuration

* Open the **Purchase Order Configuration** window.
* Navigate to the **General Options** section.
* Locate the option labeled as:

> **"Pick Unit/Pack From"**

<figure><img src="/files/52o74ru1OBJqpdpHW3DJ" alt=""><figcaption></figcaption></figure>

* This dropdown provides various options based on the conversion factors defined in the Item Master.

#### Available Options

* Units (Default)
* Item CF1
* Item CF2
* Item CF3

***

### Option 1: Unit&#x20;

* By default, the option is set to: **Units**
* In this case, the system uses the default unit configuration.

<figure><img src="/files/m1icyfyJflGyoKb7HtAO" alt=""><figcaption></figcaption></figure>

***

### Option 2: Item CF1

* Return to the Configuration
* Change **Pick Unit/Pack From** to **Item CF1**.
* Save the configuration.

This means the system will automatically pick the Units per Pack value from the **Item CF1 Conversion Factor** defined in the Item Master.

#### Create a New Purchase Order

* Initiate a New Purchase Order.
* Open **Set Column Attributes**.
* Enable the **Units Per Pack** column.

<figure><img src="/files/W92HD6LbHSCv8znr65Yf" alt=""><figcaption></figcaption></figure>

* Save the column settings.

**Enter an Item**

* Transact an item in the Purchase Order.

<figure><img src="/files/0ZeJPpBnWbtdqTYUKS44" alt=""><figcaption></figcaption></figure>

**Result**

* The **Units Per Pack** field is automatically populated using the conversion factor defined under **Item CF1**.

***

### Option 3:  **Item CF2**.

* Return to the Configuration window.
* Change **Pick Unit/Pack From** to **Item CF2**.
* Save the configuration.

#### Create a New Purchase Order

* Initiate a fresh Purchase Order.
* Enter the same item.

<figure><img src="/files/vhwuIezbmm0qlI7D0QeQ" alt=""><figcaption></figcaption></figure>

**Result**

* The **Units Per Pack** column now displays values based on the **Item CF2** conversion factor.

***

### Modify Conversion Factor During Entry

* If required, you can review or change the conversion factor during Purchase Order entry.
* Press **F5** in the **Total Packs** column.

<figure><img src="/files/AhgFxjjqQESSstWAq1FI" alt=""><figcaption></figcaption></figure>

#### Features Available

* View existing conversion factors.
* Review pack conversion details.
* Select an alternative conversion factor if required.

**Result**

* The selected conversion factor immediately updates the Units per Pack calculation.

***

### Review Conversion Factors in Item Master

To review the conversion factors defined for an item:

* Open **Setup Item Multiple Packs**
* Search and select the required Item
* Navigate to the **Pack Details** section

<figure><img src="/files/SqNETQco6NBXiEr76loO" alt=""><figcaption></figcaption></figure>

**Available Information**

Here you can review:

* Item CF1
* Item CF2
* Additional Conversion Factors
* Units Per Pack values
* Pack Definitions

***

### Key Benefits

* Automates Units per Pack calculation.
* Supports multiple packing structures.
* Improves quantity and packing accuracy.
* Reduces manual effort during Purchase Order entry.
* Provides flexibility for different purchase and packaging requirements.

***

### Best Practice Tips

* Define all required conversion factors in the Item Master before using this feature.
* Use meaningful conversion setups for different vendor packing formats.
* Verify Units per Pack values before saving the Purchase Order.
* Utilize the F5 option whenever alternate pack conversions are required.

***

### Final Outcome

The **Pick Unit/Pack From** option allows Logic ERP to automatically calculate and display Units per Pack based on the selected Item Conversion Factor. Whether using Item CF1, Item CF2, or any other configured conversion, the system ensures accurate pack calculations and streamlines Purchase Order processing.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/order-processing/purchase-order/po-configuration/pick-unit-pack-from.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
