> 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-1/mark-item-for-rate-diff-without-any-prompt.md).

# Mark Item for Rate Diff without any Prompt

YouTube: [How to Enable Marking of Rate Difference Items without Prompting in Purchase?](https://www.youtube.com/watch?v=lYNfxZ8S8hA)

## How to Enable Marking of Rate Difference Items without Prompting in Purchase?

 In this tutorial, we will demonstrate an option that automatically marks items for rate differences without any prompts during the retrieval of a purchase order in the purchase voucher.

### Enabling the Feature:

* Navigate to the "Purchase Voucher Configuration".
* Locate the option "Mark Item for Rate Diff without any Prompt".
* Tick the checkbox to activate this validation.

<figure><img src="/files/HkA2FIeODuXqLw3YMnUI" alt=""><figcaption><p>Let's keep this feature enabled to observe its Impact.</p></figcaption></figure>

### **Observe Impact on Purchase:**

* Create a New "Purchase Voucher" and click on "Retrieve Order".
* When you **retrieve an order** and update the **rate** of any item, the software will take action.
* The system will **automatically change the grid color** for that specific item.
* This visual change helps you **identify items with a rate difference** easily.

<figure><img src="/files/TCsFnHA5s3MGfulAvn9A" alt=""><figcaption><p>This picture illustrates that the <strong>first item</strong> has a <strong>rate difference</strong>.</p></figcaption></figure>

This automatic option removes the need for manual intervention, streamlining your process.


---

# 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-1/mark-item-for-rate-diff-without-any-prompt.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.
