# Default Quantity As

**YouTube:** [How to Set a Default Value for the Quantity Field in Sale Bill ?](https://www.youtube.com/watch?v=PniUgnNcMXQ)

## How to Set a Default Value for the Quantity Field in Sale Bill?

In this tutorial, we'll explore a powerful feature that allows you to predefine item quantities during billing using various configuration options, including current stock and custom item fields.

***

### **Step-by-Step Guide:**

* Navigate to the **Sales Voucher Configuration** window.
* Select the **relevant billing series** where the configuration needs to be applied.
* Locate the option labeled: **“Default Quantity As”** Under the **"Other Settings-2".**
* It includes **Six Parameters** to set Default Quantity.
  * None
  * One
  * Item Cf-1
  * Item Cf-2
  * Item Cf-3
  * Current Stock

<figure><img src="/files/5zGODZG5H7TkyUQB9r4L" alt=""><figcaption><p>As mentioned above, follow the given steps and select the appropriate option from the dropdown as per your requirement.</p></figcaption></figure>

***

### Comprehensive Breakdown of Each Available Option

* **None**
  * The quantity field remains **blank or zero** by default.
  * The user must **manually enter** the quantity during transaction entry.

<figure><img src="/files/HiSpNRfuYWlM5zsCZNYR" alt=""><figcaption><p>In this picture, the functionality of "NONE" has been illustrated.</p></figcaption></figure>

* **One**
  * The system will **automatically default the quantity to 1** for every item during transactions.
  * Useful for single-unit transactions or high-turnover items.

<figure><img src="/files/ioX7zR5CXJhd4GDeZHR2" alt=""><figcaption><p>In this picture, the functionality of "One" has been illustrated.</p></figcaption></figure>

* **Item CF One (Conversion Factor One)**
  * The system fetches quantity from **CF1 (Conversion Factor 1)** defined in the **Item Master**.

<figure><img src="/files/pV6ZcPfoDFUf25euk7Vv" alt=""><figcaption><p>In this picture, the functionality of "<strong>Item CF One</strong>" has been illustrated.</p></figcaption></figure>

* Example:

  > If CF1 indicates **1 case = 40 pieces**, the quantity is automatically set to **40** when the item is added.
* You can press **F5 on the Packs column** to check which conversion factor is being applied.
* **Item CF Two (Conversion Factor Two)**
  * The system defaults to the **box quantity** as per CF2.

<figure><img src="/files/MTEddkLZhp7WWZgs3fDU" alt=""><figcaption><p>In this picture, the functionality of "<strong>Item CF Two</strong>" has been illustrated.</p></figcaption></figure>

* Example:

  > If CF2 defines a box as **20 units**, then **20** will be set as the default quantity.
* **Item CF Three (Conversion Factor Three)**
  * The quantity is fetched based on the value in CF3.
  * Typically used for defining **piece-wise quantity**.

<figure><img src="/files/pGChaVrYXtST2og9flqh" alt=""><figcaption><p>In this picture, the functionality of "<strong>Item CF Three</strong>" has been illustrated.</p></figcaption></figure>

* Example:

  > CF3 may define quantity as **1 piece**, and the system will auto-fill that value.
* **Current Stock**
  * Automatically sets the quantity to the **current available stock** of the item.

<figure><img src="/files/E7565mEODVIb1HfOOGvN" alt=""><figcaption><p>In this picture, the functionality of "<strong>Current Stock</strong>" has been illustrated.</p></figcaption></figure>

* Helpful for scenarios like stock clearance, inventory review, or sample billing.

***

#### **Conclusion**

This feature provides flexibility and automation in item quantity handling during billing, reducing manual input and ensuring consistency based on predefined item configurations.


---

# Agent Instructions: 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:

```
GET https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/setups/configurations/sale-voucher-configuration/other-settings-2/default-quantity-as.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
