> 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-2/default-quantity-as.md).

# Default Quantity As

YouTube: [How to set default quantity for an item in Purchase ?](https://www.youtube.com/watch?v=b20Dx5m1LMk)

## How to set default quantity for an item in Purchase ?

In this tutorial, we will explore how to configure the application to automatically set the default purchase quantity as **1** or any other during the purchase process. This feature helps streamline data entry, reduces manual input errors, and improves efficiency in purchase transactions.

### **Enabling Through Configuration :**

* Navigate to the "Purchase Voucher Configuration".
* Click on "Other Settings-2".
* Locate the option **"**&#x44;efault Quantity A&#x73;**."**
* For Example: Choose "One".

<figure><img src="/files/sOjx0Zzg4MFtmp059ft1" alt=""><figcaption><p>Let's Choose "Default Quantity As - 1".</p></figcaption></figure>

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

* Create a "New a Purchase Voucher".
* As soon as you select an item for purchase, the software will automatically display the total Quantity as **1**.

<figure><img src="/files/QfYk9BFVCgbXEcOPOaqA" alt=""><figcaption><p>Here, you can see that as soon as the item is selected, the total quantity is automatically set to <strong>1</strong>.</p></figcaption></figure>

* When you select an Item CF (such as CF-1) and set it to a specific value (e.g., 12), the quantity automatically updates to match that value. You can select from Item CF-1, Item CF-2, and Item CF-3, and the quantity will be adjusted according to the definitions in Item Master.


---

# 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-2/default-quantity-as.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.
