> 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/inventory/physical-stock-verification-of-puv/physical-stock-verification-of-puv-configuration/do-not-prompt-in-case-of-any-difference.md).

# Do Not Prompt in case of any difference

**YouTube:** [How to Disable the Difference Prompt in Physical Stock Verification (PUV) ?](https://www.youtube.com/watch?v=a17IqV1CADM)

## How to Disable the Difference Prompt in Physical Stock Verification (PUV)?

In this tutorial, we will learn how the **"Do Not Prompt in Case of Any Difference"** feature works in the **Physical Stock Verification** module of the Purchase Voucher in Logic ERP. This feature eliminates the confirmation prompt when physical quantities differ from voucher quantities, enabling faster stock verification while still recording all differences accurately.

***

### Objective of This Feature

* Eliminate unnecessary confirmation prompts during stock verification.
* Speed up the physical stock verification process.
* Automatically record quantity differences.
* Improve user efficiency during stock counting.
* Maintain accurate records of stock discrepancies.

***

### Access to the Physical Stock Verification Configuration

* Navigate to the **Physical Stock Verification** module under **Purchase Voucher**.
* Open the **Configuration** window.
* Locate the option labeled as:

> **"Do Not Prompt in Case of Any Difference"**

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

* By default, this option is disabled.

***

### Observe the Default Behavior

Let's first see how the system behaves when the feature is disabled.

* Select the required **Voucher Type**.
* Choose a **Purchase Voucher** for Physical Stock Verification.
* Scan or enter the physical quantities for the items.

**Example**

* **Voucher Quantity:** 45 Units
* **Physical Quantity:** 70 Units

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

**Result**

As soon as the physical quantity exceeds the voucher quantity, the system displays a confirmation message:

> **"Item Not found in list or Quantity exceeds the receipt quantity.... Add in Difference List"**

* Click **Yes** to continue.

The software accepts the physical quantity and automatically records the excess quantity in the **Difference List**.

In this example:

* Voucher Quantity: **45**
* Physical Quantity: **70**
* Difference Quantity: **5**

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

The **Difference List** displays the excess quantity correctly.

***

### **Now, let's observe the behavior after enabling the feature.**

* Return to the **Configuration** window.
* Enable the option: **"Do Not Prompt in Case of Any Difference"**
* Save the configuration.

**Observe the Functionality**

* Perform Physical Stock Verification again.
* Enter a physical quantity greater than the voucher quantity.

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

**Result**

When the physical quantity exceeds the voucher quantity:

* The system **does not display the confirmation prompt**.
* The excess quantity is accepted immediately.
* The difference is automatically recorded in the **Difference List**.

The verification process continues without interruption.

***

### Key Benefits

* Speeds up physical stock verification.
* Eliminates repetitive confirmation prompts.
* Automatically captures stock discrepancies.
* Improves user productivity during stock counting.
* Maintains accurate records of quantity differences.

***

### Best Practice Tips

* Enable this feature when conducting high-volume stock verification to improve efficiency.
* Regularly review the **Difference List** after verification to analyze stock variances.
* Ensure all physical quantities are entered carefully, as excess quantities are recorded automatically.
* Use the Difference List for inventory reconciliation and discrepancy analysis.

***

### Final Outcome

When the **"Do Not Prompt in Case of Any Difference"** feature is enabled, Logic ERP automatically accepts quantity differences during Physical Stock Verification without displaying a confirmation prompt. Any excess or shortage is recorded directly in the **Difference List**, resulting in a faster, smoother, and more efficient stock verification process while maintaining complete accuracy of inventory differences.


---

# 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/inventory/physical-stock-verification-of-puv/physical-stock-verification-of-puv-configuration/do-not-prompt-in-case-of-any-difference.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.
