> 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-installation-configuration-and-troubleshooting-solutions/faqs/sales/apply-net-rate-and-free-units-scheme-as-value-in-sale-bill.md).

# Apply Net Rate and Free Units Scheme as Value in Sale Bill

**YouTube:** [How to Apply Net Rate and Free Units Scheme as Value in Sale Bill?](https://www.youtube.com/watch?v=89CrKMsCUj4)

## How to Apply Net Rate and Free Units Scheme as Value in Sale Bill?

In this tutorial, we’ll learn how to **apply schemes manually at runtime** while billing in Logic ERP.

***

### Configure the Net Rate Position

* Go to **Sale Voucher Configuration** and select the relevant **Billing Series**.
* Open **Calculation Mode**.
* **Count the fields** step by step until you reach the field you want to include in the net rate.
  * In our example, we count up to **Tax-3**, which means all fields up to Tax-3 will be considered while calculating the net rate.

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

* Next, go to **Print Options**.
* Define the **Net Rate Position** by adding **1** to the counted field.
  * For example, if you counted up to 8, the net rate position will be 9.
* Select **All Net Rates** for the net rate application.

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

***

### Apply Schemes at Runtime – Method 1 (Net Rate Adjustment)

* Open the **Billing Screen** and start a new transaction.
* In the **Sale Rate** column, press **F7** to open the **Net Rate Window**.
* Enter the desired **Net Rate** at which you want to sell the item.
  * For example, if you enter **₹70**, the software automatically adjusts the sale rate to **₹66.67** because it calculates the tax component included in the entered net rate.

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

**Tip:**\
You only need to enter the net rate; the system takes care of the rest.\
You can also adjust the **Net Rate Position** for individual sale bills if required.

***

### Apply Schemes at Runtime – Method 2 (Free Units)

* Transact an item on the billing screen.
* Press **F7** on the **Sale Rate** field.
* Enter the quantity including the free units.
  * For example: **10 + 1** or **15 + 1**.

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

* Observe how the **Scheme per Unit** and **Rate** fields change:
  * As you increase the number of free units, the **rate decreases** while the **scheme per unit increases**.

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

* Conversely, reducing the free units increases the rate.
* The value of the free units is displayed under the **Scheme per Unit** field.

***

### Final Outcome

* You can now easily apply manual schemes in two ways:
  * By **entering the net rate directly**.
  * Or by **adding free units to adjust the effective rate**.
* The system automatically handles all underlying tax calculations and scheme adjustments.


---

# 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-installation-configuration-and-troubleshooting-solutions/faqs/sales/apply-net-rate-and-free-units-scheme-as-value-in-sale-bill.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.
