# Gross Amount Qty

**YouTube:** [How to Configure Shortage (%) , Gross Qty , Net Qty , and Impact on Calculations in Sale Bill?](https://www.youtube.com/watch?v=kvdpmx6xK5M)

## How to Configure Shortage (%), Gross Qty, Net Qty and Impact on Calculations in Sale Bill?

This tutorial explains **two key configuration parameters** in the **Sale Voucher Configuration**:

* **Gross Amount Qty**
* **Gross Quantity Change**

These settings control how amounts are calculated based on **net or gross quantity** and how **shortages** affect quantity fields during sales billing.

***

### Access Sale Voucher Configuration

* Navigate to **Sale Voucher Configuration**.
* Select the relevant **Billing Series**.
* Under the Other Settings - 2.
* Locate the option labeled as:

  > **"Gross Amount Qty"**\
  > This option offers two modes:

  * **Net Quantity**
  * **Gross Quantity**

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

* Below it, configure the related setting under the Other Settings - 3.

  > **"Gross Quantity Change"**\
  > Available options:

  * Update Net Quantity
  * Update Shortage Percent Only
  * Quantity as Gross Quantity

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

***

> ### **"Let's understand both options of Gross Amount Qty one by one."**

### Option 1 - Gross Amount Qty = **Net Quantity**

> In this mode, the **gross amount** is calculated based on the **net quantity** (after applying any shortage).

#### Configuration:

* **Gross Amount Qty** = Net Quantity
* **Gross Quantity Change Options**: Let’s explore all three one by one.

***

#### **Gross Quantity Change = Update Net Quantity**

* **Scenario:** You enter **100 units** and apply a **10% shortage**.
* **System Behavior:**
  * **Net Quantity** updates to **90**
  * **Gross Quantity** remains at **100**
  * **Gross Amount** is calculated based on **Net Quantity (90)**

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

***

#### **Gross Quantity Change = Update Shortage Percent Only**

* **You apply 10% shortage**
* **System Behavior:**
  * **Shortage Percent** updates
  * **Gross Quantity** adjusts accordingly
  * **Net Quantity** remains unchanged
  * **Gross Amount** still based on **Net Quantity**

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

***

#### **Gross Quantity Change = Quantity as Gross Quantity**

* **Apply 10% shortage**
* **System Behavior:**
  * **Gross Quantity** updates to **90**
  * **Net Quantity** remains unchanged
  * **Gross Amount** is still calculated using **Net Quantity**

<figure><img src="/files/7SOnp9hVCu2pSMolX6ar" alt=""><figcaption></figcaption></figure>

***

### Option 2 - Gross Amount Qty = **Gross Quantity**

> In this mode, the **gross amount** is calculated using the **gross quantity**.

#### Configuration:

* **Gross Amount Qty** = Gross Quantity

Let’s now explore how each "Gross Quantity Change" parameter behaves.

***

#### **Gross Quantity Change = Update Net Quantity**

* **Apply 10% shortage on 100 units**
* **System Behavior:**
  * **Net Quantity** updates to **90**
  * **Gross Quantity** remains at **100**
  * **Gross Amount** is calculated using **Gross Quantity (100)**

<figure><img src="/files/69VW039CrIJxHyn9Gvth" alt=""><figcaption></figcaption></figure>

***

#### **Gross Quantity Change = Update Shortage Percent Only**

* **Apply 10% shortage**
* **System Behavior:**
  * **Shortage Percent** is updated
  * **Gross Quantity** adjusts (e.g., from 100 to 90)
  * **Net Quantity** remains unchanged
  * **Gross Amount** is calculated using **Gross Quantity**

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

***

#### **Gross Quantity Change = Quantity as Gross Quantity**

* **Apply 10% shortage**
* **System Behavior:**
  * **Gross Quantity** updates to **90**
  * **Net Quantity** remains unchanged
  * **Gross Amount** is calculated using **updated Gross Quantity (90)**

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

***

### Summary Table

| **Config**                                                           | **Shortage Applied** | **Gross Qty** | **Net Qty** | **Amount Based On** |
| -------------------------------------------------------------------- | -------------------- | ------------- | ----------- | ------------------- |
| <p>Gross Amt Qty = Net Qty<br>GQ Change = Update Net Qty</p>         | 10%                  | 100           | 90          | Net Qty (90)        |
| <p>Gross Amt Qty = Net Qty<br>GQ Change = Update Shortage Only</p>   | 10%                  | 90            | 100         | Net Qty (100)       |
| <p>Gross Amt Qty = Net Qty<br>GQ Change = Qty as Gross Qty</p>       | 10%                  | 90            | 100         | Net Qty (100)       |
| <p>Gross Amt Qty = Gross Qty<br>GQ Change = Update Net Qty</p>       | 10%                  | 100           | 90          | Gross Qty (100)     |
| <p>Gross Amt Qty = Gross Qty<br>GQ Change = Update Shortage Only</p> | 10%                  | 90            | 100         | Gross Qty (90)      |
| <p>Gross Amt Qty = Gross Qty<br>GQ Change = Qty as Gross Qty</p>     | 10%                  | 90            | 100         | Gross Qty (90)      |

***

### Final Notes

* **Net Quantity**: Used for actual stock movement.
* **Gross Quantity**: Used for billing and calculation when shortages are involved.
* Selecting the correct configuration depends on your **business logic**, **shortage handling**, and **billing policy**.


---

# 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/gross-amount-qty.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.
