> 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/order-processing/sale-order/so-configuration/do-not-divide-rates-with-exchange-rates.md).

# Do not divide Rates with Exchange Rates

**YouTube:** [How to Prevent Rate Division by Exchange Rate in Sales Orders?](https://www.youtube.com/watch?v=KnRy_Beb3L4)

## How to Prevent Rate Division by Exchange Rate in Sales Orders?

In this tutorial, we will learn how to prevent the automatic division of item rates by the exchange rate while creating Sales Orders in Logic ERP. By enabling the **"Do Not Divide Rates with Exchange Rates"** option, the system retains the original item rate instead of recalculating it based on the selected exchange rate.

***

### Objective of This Feature

* Prevent automatic rate division by the exchange rate.
* Retain the original item rate during Sales Order entry.
* Ensure pricing consistency for foreign currency transactions.
* Eliminate unwanted rate recalculations.
* Provide greater control over exchange rate handling.

***

### Access to Sales Order Configuration

* Go to the **Sales Order** module.
* Click on **Configuration**.
* Select the required **Sales Order Configuration**.
* Locate the option labeled as:

> **"Do Not Divide Rates with Exchange Rates"**

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

* By default, this option is disabled.

***

### Observe the Default Behavior

* Create a new Sales Order.
* Select the required **Rate Conversion**.

<figure><img src="/files/6TFEIlKyEqxZEK8dVOoa" alt=""><figcaption></figcaption></figure>

* Proceed to the **Item Details** section.
* Enter or scan an item.

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

**Since the feature is disabled:**

* The system automatically divides the item rate according to the exchange rate defined in the selected Rate Conversion.
* The displayed item rate is recalculated based on the exchange rate.

***

### Enable the Feature

* Return to the **Sales Order Configuration**.
* Enable the option: **"Do Not Divide Rates with Exchange Rates"**
* Save the configuration.

#### Create a New Sales Order

* Click **New Order** to refresh the window.
* Select the same **Rate Conversion**.
* Proceed to the **Item Details** section.
* Enter or scan the same item.

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

**After enabling the feature:**

* The system no longer divides the item rate by the exchange rate.
* The original item rate is retained and applied exactly as entered.
* No automatic rate recalculation takes place.

***

### Key Benefits

* Maintains original item pricing.
* Prevents unintended rate adjustments.
* Improves pricing consistency in foreign currency transactions.
* Reduces manual corrections.
* Provides greater flexibility in exchange rate management.

***

### Best Practice Tips

* Enable this feature when item prices should remain fixed regardless of the selected exchange rate.
* Verify the selected Rate Conversion before creating Sales Orders.
* Review pricing policies to determine whether exchange rate-based calculations are required.
* Test the configuration after enabling it to ensure rates behave as expected.

***

### Final Outcome

When the **"Do Not Divide Rates with Exchange Rates"** option is enabled, Logic ERP retains the original item rate during Sales Order entry instead of automatically dividing it by the selected exchange rate. This ensures consistent pricing and gives businesses greater control over how exchange rates affect sales transactions.


---

# 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/order-processing/sale-order/so-configuration/do-not-divide-rates-with-exchange-rates.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.
