> 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/allow-item-wise-do-not-affect-stock.md).

# Allow Item Wise Do Not Affect Stock

**YouTube:** [How to enable entry of Service Non Stock Items in Purchase?](https://www.youtube.com/watch?v=wTqtjBQTFMs)

## How to enable entry of Service or Non-Stock Items in Purchase?

In this tutorial, we will learn how to skip the stock effect for certain voucher items. This option is commonly used for service items such as freight, rent, and maintenance.

#### **Enabling Through Configuration**

* Navigate to the "Purchase Voucher Configuration".
* Locate the option **"Allow Item Wise Do Not Affect Stock"**
* Enable this option.

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

* Enable the column **"Update Stock"** from **Column Attributes**.

<figure><img src="/files/8CbLu6eSltRUtaHi3DGy" alt=""><figcaption><p>Tick the checkbox, as shown in the picture above.</p></figcaption></figure>

* Tick the checkbox to add this column to the item grid.

### **Observe Impact on Purchase :**

* Create a "Purchase Voucher".
* As soon as you enable the **Update Stock** column in **Column Attributes**, you will see a **Yes/No** dropdown in the billing update stock option. From here, you can choose whether to apply the stock Effect or Not.

<figure><img src="/files/jSh4RApnmGgs0SiXV7qK" alt=""><figcaption><p>Here, you can define whether you want to apply the stock affect or not.</p></figcaption></figure>

### **Additional Feature :**

* The stock effect can be predefined while creating an item in **Item Masters**.
* For example, the stock status for **Freight** is automatically set to **NO**.

<figure><img src="/files/9CCEi0m9gVVmcIn9o0vo" alt=""><figcaption><p>If you want to define it by default in a master, you can do it from here.</p></figcaption></figure>

####


---

# 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/allow-item-wise-do-not-affect-stock.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.
