> 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-allow-entry-w-o-purchase-order-challan.md).

# Do Not Allow Entry W/O Purchase Order/Challan

**YouTube Link:** [How to make Purchase entry mandatory through Order or Challan only in Logic ERP Software?](https://www.youtube.com/watch?v=zkZlL3_KAHc)

## How to make Purchase entry mandatory through Order or Challan only in Logic ERP Software?

In this tutorial, we'll explore a feature that restricts purchase entries in the ERP system without a purchase order or challan. This improves security and control over procurement processes.&#x20;

### Setup-by-Step Guide

* Navigate to the "Purchase Voucher Configuration".
* Select the option "Do Not Allow Entry W/O Purchase Order/Challan".
* Tick the checkbox to activate this validation.

<figure><img src="/files/Is6ocXY0CpKtWUqJiE1Y" alt=""><figcaption><p>Let's Keep this feature enable to observe it's Impact.</p></figcaption></figure>

### **Observe Effect on Purchase :**

* Create a "Purchase Bill".
* As soon as you enter the item and move to the next line in the grid, the software will prompt, "No Entry Allowed Without Purchase Order/Challan."

<figure><img src="/files/MUC3dhc8MoovrwU81vei" alt=""><figcaption><p>Prompt for "No Entry Allowed Without Purchase Order/Challan."</p></figcaption></figure>

By Implementing these measures, you can effectively restrict manual purchase entries within the ERP system, thereby enhancing security and ensuring greater control over your procurement processes.


---

# 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-allow-entry-w-o-purchase-order-challan.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.
