> 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/do-not-affect-stock-for-challan-items-retrieved.md).

# Do not affect stock for Challan Items retrieved

**YouTube:** [How to Disable Changes of Stock Inward Dates while Retrieving Challan in Purchase ?](https://youtu.be/_iUP6vcEF8U?si=3OWr2wfx86OL4Pys)

## How to Disable Changes of Stock Inward Dates while Retrieving Challan in Purchase ?

\
In this Tutorial, we'll explores a feature that **restricts stock impact** for **Challan items** retrieved in a **purchase voucher**. This ensures that inventory is affected at the time of **Challan entry** rather than when it is retrieved in the **purchase voucher**.

#### **Step-By-Step Guide:**

1. Navigate to the "Purchase Voucher Configuration".
2. Locate and enable **"Do not affect stock for the Challan items retrieved"**.

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

**Observe Impact: Purchase Bill & Stock Report**

* Create a Purchase Voucher by Retrieving Challan and Save the Changes.
* **Verifying Stock Impact.**
  * Navigate to the Reports/Queries > Stock Reports and then click on "Stock Ledger".
  * Select the relevant **items** from the search list.
  * Generate the **Report**.

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

* The stock remains **unchanged** upon retrieval since it was already impacted during Challan creation.

####


---

# 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/do-not-affect-stock-for-challan-items-retrieved.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.
