> 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/inventory/receipt-register/receipt-register-configuration/always-pick-rate-from.md).

# Always Pick - Rate From

**YouTube:** [How to Configure Rate Selection in the Receipt Register?](https://youtu.be/wugCTPDpL04)

## How to Configure Rate Selection in Receipt Register?

In this tutorial, we will learn how to automatically pick a predefined rate in the **Receipt Register** using the **Always Pick** configuration option in Logic ERP. This feature allows the system to automatically fetch rates from either the **Item Master** or the **Lot Master**, eliminating manual rate entry and ensuring pricing consistency.

***

### Objective of This Feature

* Automatically populate predefined item rates.
* Eliminate manual rate entry.
* Fetch rates from the Item Master or Lot Master.
* Ensure pricing consistency during Receipt Register transactions.
* Improve data entry speed and accuracy.

***

### Open Receipt Register Configuration

* Open the **Receipt Register Configuration** window.
* Navigate to the **Other Options** section.&#x20;
* Locate the option labeled as:

> **"Always Pick"**

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

This option allows you to:

* Select the **Rate Type** to be picked automatically.
* Define the **Source** from which the rate will be retrieved.

<div><figure><img src="/files/NOX8qGFZ6Lvf4Ot6ulyu" alt=""><figcaption></figcaption></figure> <figure><img src="/files/DcYl4IimHpXr7apUbbvj" alt=""><figcaption></figcaption></figure></div>

***

### Example 1: Automatically Pick Purchase Rate from Item Master

**Configuration**

* Select **Purchase Rate** under **Always Pick**.
* Set the **Source** as **Item Rates**.

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

* Save the configuration.

#### Create a New Receipt Register Entry

* Initiate a **New Receipt Register** transaction.
* Select the required Item.

<figure><img src="/files/5CQO0PgKB7ACC7fcDvnV" alt=""><figcaption></figcaption></figure>

The system automatically populates the **Purchase Rate** using the rate defined in the **Item Master**.

#### Verify the Purchase Rate

* Open the **Item Master**.
* Search and select the same Item.
* Navigate to the **Pack Details** section.
* Open the **Item Rates** section.

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

**Result**

The Purchase Rate defined in the Item Master matches the rate automatically populated in the Receipt Register.

***

### Example 2: Automatically Pick MRP from Lot Master

**Configuration**

* Return to the configuration window.
* Change **Always Pick** to **MRP**.
* Set the **Source** as **Lot Master**.

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

* Save the configuration.

#### Create a New Receipt Register Entry

* Initiate a **New Receipt Register** transaction.
* Select the required Item.
* Choose the appropriate Lot.

#### Verify the Lot MRP

* Place the cursor on the **Lot Number** field.
* Press **F5**.

<figure><img src="/files/7a26kM8jv2aRkZu93Dph" alt=""><figcaption></figcaption></figure>

**Result**

* The **Lot Details** window opens, displaying the MRP assigned to the selected Lot.
* For example: **Lot MRP:** **1680**
* The same value is automatically populated in the Receipt Register.

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

***

### Key Benefits

* Automatically applies predefined rates.
* Reduces manual data entry.
* Ensures pricing consistency.
* Supports Item Master and Lot Master-based pricing.
* Improves transaction accuracy and efficiency.

***

### Best Practice Tips

* Keep Item Master and Lot Master rates updated before creating Receipt Register entries.
* Use **Item Rates** when pricing is maintained at the item level.
* Use **Lot Master** when pricing varies between different lots.
* Verify the selected rate source based on your business requirements.

***

### Final Outcome

The **Always Pick** feature in the Receipt Register Configuration enables Logic ERP to automatically fetch predefined rates from the **Item Master** or **Lot Master**. Depending on the selected rate type and source, the system populates the appropriate rate during transaction entry, ensuring faster processing, consistent pricing, and improved data accuracy.


---

# 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, and the optional `goal` query parameter:

```
GET https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/inventory/receipt-register/receipt-register-configuration/always-pick-rate-from.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
