> 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-installation-configuration-and-troubleshooting-solutions/faqs/purchase/delivery-note-retrieval-in-purchase-voucher.md).

# Delivery Note retrieval in Purchase Voucher

**YouTube:** [How to enable retrieval of Delivery Note in Purchase Voucher?](https://youtu.be/e3RePSl-5Ts)

## How to Enable retrieval of Delivery Note in Purchase Voucher?

In this tutorial, we’ll learn how to use the **Order Retrieval Type** option in **Logic ERP**, which determines the type of orders retrieved while creating a purchase voucher.

***

### Access the Order Retrieval Setting

* Open the **Purchase Voucher Configuration**.
* Go to **Other Settings 3**.
* Locate the **Order Retrieval Type** option.
* You can set it to either:
  * **Purchase Order**, or
  * **Delivery Note**.

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

> The option you choose here decides what appears in the **Order Selection Window** during order retrieval.

***

### Example 1: Set to Purchase Order

* Set the **Order Retrieval Type** to **Purchase Order**.
* Save the configuration.
* Create a **new Purchase Voucher**.
* Click on the **Retrieve Order** button.

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

You will see **only the pending Purchase Orders** of the selected supplier displayed in the search list.

***

### Example 2: Set to Delivery Note

* Go back to the **Purchase Voucher Configuration**.
* Change the **Order Retrieval Type** to **Delivery Note**.
* Save the changes.
* Create a **new Purchase Voucher** again.
* Click on the **Retrieve Order** button.

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

This time, the search list will display **only the Delivery Notes** associated with the selected supplier.

***

By configuring the **Order Retrieval Type**, you can streamline the order retrieval process and ensure you’re viewing the right set of documents for your purchase transactions.


---

# 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-installation-configuration-and-troubleshooting-solutions/faqs/purchase/delivery-note-retrieval-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.
