> 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/user-access/logic-global-admin/purchase/allow-retrieval-of-purchase-challan-return-in-purchase-voucher.md).

# Allow Retrieval of Purchase Challan Return in Purchase Voucher

**YouTube:** [How to Enable Retrieval of Purchase Challan Returns in Purchase?](https://www.youtube.com/watch?v=wn95_i26HL0)

## How to Enable Retrieval of Purchase Challan Returns in Purchase?

This tutorial guides you through the process of enabling and using the option to retrieve **Purchase Challan Returns** within a **Purchase Voucher** in Logic ERP.

***

### **Access Logic Admin Settings:**

* Open **Logic Admin**.
* Navigate to **Global Settings**.
* Go to the **Purchase Options** tab.
* Locate and enable the option labeled: **"Allow Retrieval of Purchase Challan Return in Purchase Voucher"**.

<figure><img src="/files/7RF3GV389HKrgbYRpG2P" alt=""><figcaption><p><strong>Let’s keep this feature enabled to observe its impact on purchase transactions.</strong></p></figcaption></figure>

* Click **Save** to apply the changes.
* **Restart** the software to activate the new setting.

***

### **Retrieve Purchase Challan Return in a Purchase Voucher**

* Open the **Purchase Voucher** module.
* Click on **Retrieve Challan**.
* The system will now display both:
  * **Purchase Challans**
  * **Purchase Challan Returns**

<figure><img src="/files/6Wx9fQzvRNAYbMKyOveX" alt=""><figcaption><p>As shown in the picture, both Purchase Challan and Purchase Return Challan will be visible here.</p></figcaption></figure>

* Select the desired challan or challan return to retrieve.
* Complete the remaining voucher entry as required.

***

### **Note:**

This feature is useful when you need to include **returned items** from a **Purchase Challan** directly into a **Purchase Voucher**, streamlining data entry and improving tracking.


---

# 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/user-access/logic-global-admin/purchase/allow-retrieval-of-purchase-challan-return-in-purchase-voucher.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.
