> 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-version-release-notes/december-2023/billing/new-rate-formula-scheme-campaign.md).

# New Rate Formula-Scheme Campaign

Logic ERP added a new rate formula in Setup Scheme Campaign Slab Details, using this we can define the rate percent as applied on the Sale rate, basic rate or MRP rate as accordingly.

Follow the steps to apply this formula

**Step 1** : Go to **Setup** > **Configuration** > **Setup Scheme Campaign Slab Details**

<figure><img src="https://www.logicerp.com/tutorials/wp-content/uploads/2024/01/Screenshot-116.png" alt=""><figcaption></figcaption></figure>

**Step 2:** Open Rate Formula, a pop-up will open to adjust the rate and percentage of rate formula, adjust it as accordingly.

<figure><img src="https://www.logicerp.com/tutorials/wp-content/uploads/2024/01/Screenshot-117.png" alt=""><figcaption></figcaption></figure>

**Step 3:** Now create a sale bill to apply this scheme formula, And check formula rate is applied or not.

<figure><img src="https://www.logicerp.com/tutorials/wp-content/uploads/2024/01/Screenshot-118-1.png" alt=""><figcaption></figcaption></figure>

**Step 4:** As Shown Below, it will apply the 20% of the Basic Rate.

As the Basic rate is 100 and 20% will be added to the basic rate. So, Net Payable amount is 120.

<figure><img src="https://www.logicerp.com/tutorials/wp-content/uploads/2024/01/rate1.png" alt=""><figcaption></figcaption></figure>

Here, shows the amount payable after scheme and tax applied on it.

<figure><img src="https://www.logicerp.com/tutorials/wp-content/uploads/2024/01/rate2.png" alt=""><figcaption></figcaption></figure>


---

# 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-version-release-notes/december-2023/billing/new-rate-formula-scheme-campaign.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.
