# Missing Bill Number

**YouTube:** [How to Generate a List of Missing Bill Numbers?](https://www.youtube.com/watch?v=lUAoRshYvuA)

## How to Generate a List of Missing Bill Numbers?

In this tutorial, we will learn how to **identify and track missing bill numbers in Logic ERP**. This feature helps you monitor bills that have been **deleted or skipped**, ensuring better audit control and compliance.

***

### Accessing the Missing Bill Numbers Module

* Navigate to **Billing** and open **"Missing Bill Numbers"**
* This module allows you to track bill numbers that are missing due to deletion or skipping

***

### Viewing Missing Bill Numbers

* Select the required **Bill Series**

<figure><img src="/files/2BkGEZQV0VOJ3OaNQPTa" alt=""><figcaption></figcaption></figure>

* Use the **Bill Range** option to define a specific range of bill numbers

<figure><img src="/files/42kwIphbj2zs7VcATvUy" alt=""><figcaption></figcaption></figure>

* Click on **Refresh**

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

***System Output:***\
The system displays all missing bill numbers for the selected bill series within the defined range.

***

### Impact of Deleting a Sales Bill

Let’s see how deleted bills are reflected:

* Open a **Sales Bill**
* Delete bill number **GST105**

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

* The bill is successfully deleted

**Now:**

* Return to the **Missing Bill Numbers** module
* Click **Refresh**

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

The deleted bill number **GST105** is now listed in the missing bill numbers report.

***

### Impact of Skipping a Bill Number

Next, let’s observe the impact of skipping a bill number:

* The last generated bill number is **GST175**
* The next bill number should be **GST176**

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

* Skip bill number **GST176**
* Generate the next bill using **GST177**

<figure><img src="/files/3bKqtmjRTqIXu9lOvkdc" alt=""><figcaption></figcaption></figure>

**Now:**

* Go back to the **Missing Bill Numbers** module
* Click **Refresh**

Since bill number **GST176** was skipped, it is correctly reflected in the missing bill numbers list.

***

### Conclusion

The **Missing Bill Numbers** module in Logic ERP ensures complete visibility of deleted or skipped bills. This helps maintain **proper documentation, audit accuracy, and regulatory compliance**, especially for GST and financial reporting.


---

# 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/billing/missing-bill-number.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.
