> 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/prompt-for-items-where-physical-quantity-equal-to-zero.md).

# Prompt for Items where Physical Quantity equal to Zero

**YouTube:** [How to Prompt For Items with Zero Physical Quantity in Physical Stock Verification (PUV)?](https://www.youtube.com/watch?v=eYBGLf-BBCI)

## How to Prompt For Items with Zero Physical Quantity in Physical Stock Verification (PUV)?

In this tutorial, we will learn how the **"Prompt for Items Where Physical Quantity Equal to Zero"** feature works in the **Physical Stock Verification of Purchase Voucher** module. This feature alerts users before saving a document if any item has not been physically scanned or its physical quantity remains zero.

***

### Objective of This Feature

* Prevent unscanned items from being overlooked.
* Prompt users before saving incomplete stock verification.
* Improve the accuracy of physical stock verification.
* Reduce inventory discrepancies.
* Ensure complete physical stock counting.

***

### Access to the Configuration

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

> **"Prompt for Items Where Physical Quantity Equal to Zero"**

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

By default, this feature is **disabled**.

***

### Observe the Default Behavior

* Select the required **Voucher Type**.
* Choose a **Purchase Voucher** for physical stock verification.
* Enter the physical quantity for a few items.
* Leave one or more items with a physical quantity of **zero** or blank.
* Click **Save**.

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

**Result**

Since the feature is disabled:

* The document is saved successfully.
* No warning or confirmation message is displayed for items whose physical quantity is zero.

***

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

* Return to the **Configuration** window.
* Enable the option: **"Prompt for Items Where Physical Quantity Equal to Zero"**
* Save the configuration.

**Perform Physical Stock Verification Again**

* Select the required **Purchase Voucher**.
* Scan one item.
* Leave another item unscanned so that its physical quantity remains **zero** or blank.
* Click **Save**.

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

**Result**

The system displays a confirmation message indicating that physical scanning does not exist for the relevant item and asks whether you want to continue.

You can choose:

* **Yes** – Save the document despite the missing physical quantity.
* **No** – Return to the entry screen and complete the physical scanning.

***

### Complete the Verification

* Click **No**.
* Enter or scan the physical quantity for the remaining item.
* Click **Save** again.

**Result**

Since all items now have a physical quantity, the document is saved successfully without displaying the confirmation message.

***

### Key Benefits

* Prevents missing physical stock entries.
* Improves stock verification accuracy.
* Reduces inventory counting errors.
* Ensures complete item scanning before saving.
* Supports reliable inventory reconciliation.

***

### Best Practice Tips

* Enable this feature to minimize the risk of incomplete stock verification.
* Verify that all items have been scanned before saving the document.
* Use the confirmation prompt as a final review step during physical stock verification.
* Allow saving with zero quantity only when it accurately reflects the physical stock condition.

***

### Final Outcome

When **"Prompt for Items Where Physical Quantity Equal to Zero"** is enabled, Logic ERP alerts users whenever any item has not been physically scanned or its physical quantity remains zero during Purchase Voucher Physical Stock Verification. This helps ensure complete stock verification, improves inventory accuracy, and prevents unscanned items from being unintentionally omitted before saving the document.


---

# 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/prompt-for-items-where-physical-quantity-equal-to-zero.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.
