> 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/move-voucher-quantity-to-physical-quantity.md).

# Move Voucher Quantity to Physical Quantity

**YouTube:** [How to Transfer Voucher Quantity to Physical Quantity in Physical Stock Verification (PUV)](https://www.youtube.com/watch?v=AxCZmk6m4k4)

## How to Transfer Voucher Quantity to Physical Quantity in Physical Stock Verification (PUV)?

In this tutorial, we will learn how to use the **Move Voucher Quantity to Physical Quantity** feature in the **Physical Stock Verification** module of Logic ERP. This feature automatically copies the voucher quantity to the physical quantity field, reducing manual data entry during stock verification.

***

### Objective of This Feature

* Automatically populate Physical Quantity from Voucher Quantity.
* Reduce manual data entry during stock verification.
* Speed up the physical stock verification process.
* Improve efficiency and accuracy.
* Allow manual adjustments whenever required.

***

### Access to the Physical Stock Verification Configuration

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

> **"Move Voucher Quantity to Physical Quantity"**

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

By default, this option is disabled.

***

### Observe the Default Behavior

Before enabling the feature, let's review its default behavior.

* Select the required **Voucher Type**.
* Select the Purchase Voucher for Physical Stock Verification.

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

**Result**

* The **Quantity** column displays the Voucher Quantity.
* The **Physical Quantity** column remains blank.

Since the feature is disabled, the system does not automatically transfer the Voucher Quantity to the Physical Quantity field.

Therefore, Physical Quantities must be entered either:

* Manually, or
* By scanning the items during stock verification.

***

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

* Return to the **Configuration** window.
* Enable the option: **"Move Voucher Quantity to Physical Quantity"**
* Save the configuration.

**Verify the Functionality**

* Select the same Purchase Voucher again for Physical Stock Verification.

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

**Result**

The system automatically copies the **Voucher Quantity** into the **Physical Quantity** field for all items.

This eliminates the need to enter physical quantities manually for items whose actual stock matches the voucher quantity.

***

### Modify Physical Quantities (Optional)

If any stock differences are identified during physical verification:

* Edit the **Physical Quantity** field as required.
* Save the document.

**Result**

The software allows you to update the Physical Quantity before completing the stock verification process.

***

### Key Benefits

* Reduces manual data entry.
* Speeds up stock verification.
* Improves operational efficiency.
* Minimizes data entry errors.
* Allows quick adjustment for stock discrepancies.

***

### Best Practice Tips

* Enable this feature when voucher quantities are generally expected to match physical stock.
* Always verify the automatically populated quantities against the actual stock before saving.
* Update the Physical Quantity wherever discrepancies are found during verification.
* Use barcode scanning, if available, for faster and more accurate stock validation.

***

### Final Outcome

When **Move Voucher Quantity to Physical Quantity** is enabled, Logic ERP automatically transfers the Voucher Quantity to the Physical Quantity field during Physical Stock Verification. Users can review and modify the quantities if necessary, making the verification process faster, more accurate, and significantly reducing manual effort.


---

# 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/move-voucher-quantity-to-physical-quantity.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.
