> 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/setups/configurations/purchase-voucher-configurations/other-settings-2/rate-for-amount-calc.md).

# Rate for Amount Calc

YouTube: [How to Change Rate for Amount Calculation in Purchase ?](https://www.youtube.com/watch?v=JWxAoS8_LBU)

## How to Change Rate for Amount Calculation in Purchase ?

In this tutorial, we will learn how the application provides multiple rate options for purchase bill calculation, allowing users to specify the rate at which the amount should be calculated.

### **Enabling Through Configuration**

* Navigate to the "Purchase Voucher Configuration".
* Click on "Other Settings-2".
* Locate the option **"**&#x52;ate for Amount Cal&#x63;**."**
* For Example: Choose "Basic Rate.

<figure><img src="/files/uIvwHh1WHthMI7gSdIC0" alt=""><figcaption><p>Choose "Basic Rate. as shown above in the Picture.</p></figcaption></figure>

#### **Demonstration: Purchase Bill Calculation**

* When a Purchase bill is transacted, the amount is calculated as per the **Basic Rate**.

<figure><img src="/files/fkGV4ENpcjg35IS5KVbh" alt=""><figcaption><p>This picture illustrates that the amount is calculated through the basic rate.</p></figcaption></figure>

* The rate for amount calculation can also be **adjusted within the bill**, offering flexibility.

<figure><img src="/files/Fl4McrvT6yG6gGSfq01m" alt=""><figcaption><p>Bill Amount Alteration in Billing.</p></figcaption></figure>

#### **Key Benefits**

* **Customizable rate selection** for different scenarios.
* **Improves efficiency** by allowing rate modifications per transaction.
* **Enhances accuracy** in bill calculations.


---

# 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/setups/configurations/purchase-voucher-configurations/other-settings-2/rate-for-amount-calc.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.
