# Rate Per

**YouTube:** [How to Configure Rates Based on Quantity or Weight in Purchase ?](https://www.youtube.com/watch?v=CDaFjfHr-oQ)

## How to Configure Rates Based on Quantity or Weight in Purchase?

 In this tutorial, we’ll guide you through the **“Rate Per”** option in **Logic ERP**, which allows you to define the unit of measurement for rate calculation in purchase transactions.

***

### Enable “Rate Per” Option in Configuration

* Navigate to the **Purchase Voucher Configuration**.
* Navigate to **Other Settings – 3**.
* Locate the option **“Rate Per”**.
* Select the **desired unit of measurement** (e.g., Unit, KG, Grm etc) from the dropdown list.
* Click **Save** to apply the configuration.

<figure><img src="/files/JrwDVvLlSqOXCQma5ukM" alt=""><figcaption><p>As mentioned above, follow the given steps and select the appropriate option from the dropdown as per your requirement.</p></figcaption></figure>

***

### Apply “Rate Per” in Purchase

* Navigate to the Purchase and create a new Purchase Voucher.
* Select or create the item for which you’ve set the “Rate Per” unit.
* Example:
  * The item **Chana Dal** is supplied in **bags**.
  * The total number of **bags received is 1**.
  * The system **automatically calculates the weight** (in KG) based on predefined conversion factors.

<figure><img src="/files/jGmvGlrduBHL7yon0HKd" alt=""><figcaption><p>As you can see in the picture, the weight here is picked as 30 based on the weight defined in the Item Master.</p></figcaption></figure>

***

### Observe Column Behavior

* The **“Rate Per”** column now displays the unit selected during configuration (e.g., **KG**).
* This value is editable, allowing flexibility to modify the unit directly in the bill if needed.

<figure><img src="/files/eCCnNSlE7yeBuJcKrcKI" alt=""><figcaption><p>As mentioned above, you can also edit the "Rate Per In" during the billing process.</p></figcaption></figure>

***

### Rate Calculation Based on Unit

* Key pricing fields such as:
  * **Basic Rate**
  * **Purchase Price**
  * **Sale Price**
  * **MRP** — are calculated based on the selected **unit of measurement**.
* Complete and **save the transaction** after verifying the rate per unit.

***

### Stock Evaluation

* Navigate to the **Stock Report** section.
* Select the item (e.g., Chana Dal) and generate the report.
* **Observation**:
  * The stock is displayed in both **Bags** and **Kilograms**,
  * Allowing for **accurate inventory tracking and reporting**.

<figure><img src="/files/eUOw0hCX2lMtrrFqqPbB" alt=""><figcaption><p>The stock is shown in both Bags and Kilograms, enabling accurate inventory tracking and clear reporting of item quantities.</p></figcaption></figure>

***

### Summary of Benefits

* Define item rates based on **practical units** (e.g., Unit, KG, Grm etc).
* Improve **accuracy** in rate application and **stock visibility**.
* Enable flexible billing by allowing changes directly on the transaction screen.


---

# Agent Instructions: 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/setups/configurations/purchase-voucher-configurations/other-settings-3/rate-per.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.
