> 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/sale-voucher-configuration/other-settings-1/use-hide-lots-in-case-of-ve-billing.md).

# Use Hide Lots in case of -ve Billing

**YouTube:** [How to Enable the Hide Lots Feature in Sale Bill ?](https://www.youtube.com/watch?v=XTooqqOsMAQ)

## How to Enable the Hide Lots Feature in Sale Bill ?

In this tutorial, we’ll demonstrate how to **hide lot numbers** when dealing with **negative stock** during billing in **Logic ERP**.

***

### Access Sales Voucher Configuration

* Navigate to **Sales Voucher Configuration**.
* Select the **relevant Billing Series**.
* Locate and Disable the Feature labeled: **"Use Hide Lots in Case of -ve Billing"**

<figure><img src="/files/z8dVOU2VVWbs0LWqZsoQ" alt=""><figcaption><p>Let's keep this feature Disable to observe its impact in Billing.</p></figcaption></figure>

### Behavior When Feature is Disabled

* Proceed to the **Sales Bill** window.
* Attempt to bill an item that shows a **negative lot**.
* Press **F6** to try hiding the lot.

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

**Observation:**

> The system does **not allow** you to hide the negative lot since the feature is disabled.

***

### Behavior When Feature is Enabled

1. Go back to Sale Voucher Configuration and **enable: "Use Hide Lots in Case of Negative Billing"**.
2. Save the configuration.
3. Again, open the **Sales Bill** screen and bill the same item with a negative lot.
4. Press **F6** on the negative lot.

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

**Observation:**

> The negative lot is now **successfully hidden** from view.

***

#### 🔎 View Hidden Lots

* To review hidden lots at any time, use the **“Hide Lot”** option available in the **lot selection window**.

***

#### 🎯 Summary

| **Feature** | **Effect**                                               |
| ----------- | -------------------------------------------------------- |
| Disabled    | Negative lots remain visible and cannot be hidden        |
| Enabled     | Users can hide negative lots using **F6** during billing |


---

# 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/sale-voucher-configuration/other-settings-1/use-hide-lots-in-case-of-ve-billing.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.
