# Rate Per

**YouTube:** [How to Set Rate per Different Units of Measurement in Sale Bill?](https://www.youtube.com/watch?v=rk5KXVVvthE)

## How to Set Rate per Different Units of Measurement in Sale Bill?

This tutorial explains how to configure and use the **"Rate Per"** option to define item pricing based on a specific **unit of measurement** (e.g., kg, bag, liter) in **Logic ERP**.

***

### Access Sale Voucher Configuration

* Go to **Sale Voucher Configuration**.
* Select the relevant **Billing Series**.
* Navigate to **Other Settings 2**.
* Locate and configure the option:&#x20;

> **"Rate Per"**

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

* From the dropdown, choose the desired **Unit of Measurement (UOM)** (e.g., Kilogram, Liter, Meter).
* Click **Save** to apply changes.

***

### **Enable Necessary Columns for Display**

* Go to **Setup Column Attributes**.
* Ensure the following fields are enabled:
  * **Weight**
  * **Rate Per**
  * **Rate Per In**

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

> These columns must be visible for correct calculation and display during billing.

***

### **Verify Item Setup**

* Go to the **Item Setup** screen.
* Open the details of the item you intend to transact (e.g., *Chana*).
* Confirm:
  * **Weight per unit** is defined (e.g., 1 bag = 10 kg).
  * **Base unit of measurement** is properly set.

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

***

### **Process a Sale Transaction**

* Open the **Sale Voucher** window.
* Select the configured **Billing Series**.
* Add the item (e.g., *Chana* sold in bags).
* Since the **Rate Per** is set to **kg**, the rate will be interpreted **per kilogram**, not per bag.

> **Example**:
>
> * 1 bag = 10 kg
> * Rate per kg = ₹400
> * Total = 10 kg × ₹400 = ₹4,000

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

***

#### **Key Benefits**

| Feature                  | Benefit                                                                    |
| ------------------------ | -------------------------------------------------------------------------- |
| **Unit-Based Pricing**   | Ensures rate is applied as per defined measurement (kg, liter, etc.)       |
| **Accurate Billing**     | Automatically calculates amounts based on weight or quantity               |
| I**ndustry Versatility** | Useful for industries dealing in bulk goods, commodities, or raw materials |


---

# 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/sale-voucher-configuration/other-settings-2/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.
