> 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-version-release-notes/november-2019/billing/quantity-as-gross-quantity-option-added-in-sale-voucher-configuration-1.md).

# Quantity As Gross Quantity Option Added in Sale Voucher Configuration

Now you can adjust the Gross Quantity Value in the Sale Voucher Configuration when generating the Sale Bill of the items. A new option i.e., **Quantity As Gross Quantity** added in “Setup Sale Configuration” window to adjust **Gross Quantity Change** value.

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

### How does this option work?

For example, you have an item whose **Total Qty** you entered is 10 and its **Shortage (%)** is 20. Now, when you will enter the Shortage (%) value manually, the **Gross Qty** will get updated automatically. No change will occur in Total Qty value.

<figure><img src="/files/5q9fxPxvBRzq3szdoUFA" alt=""><figcaption></figcaption></figure>

If you want to set Shortage Percentage value for the items, then there’s another new option added i.e., “**Shortage Value as**” option. You can set Shortage Value for the item as “per pack, percentage, and per unit”.

<figure><img src="/files/72RzympaBIlCMB24bg1J" alt=""><figcaption></figcaption></figure>

By doing these settings, you don’t have to manually enter Shortage(%) value. It will automatically update pick the value that you set in “Shortage Value As” option. For example, in the above picture, the **per pack** shortage value of the item for “PCS” is set to **.6**. It means its Shortage(%) will be 60.  For Pack/Size of 26 & 28, the Shortage Value is set as **Percentage**, whose values are 10  & 20 respectively. See the picture below to clarify your doubts:

<figure><img src="/files/kpdEVqTFZtUejPc2eNU8" alt=""><figcaption></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-version-release-notes/november-2019/billing/quantity-as-gross-quantity-option-added-in-sale-voucher-configuration-1.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.
