> 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/accounts/configuration/journal-voucher-configuration/bill-no-as.md).

# Bill No AS

**YouTube:** [How to Configure Bill Number in Journal Vouchers?](https://youtu.be/u9jZL8KADMI)

## How to Configure Bill Number in Journal Vouchers?

In this tutorial, we will learn how to define and manage Bill Numbering Formats during Journal Voucher Entry using the **Bill No As** configuration option in Logic ERP. This feature allows you to control how bill numbers are generated and displayed during voucher entry.

***

### Objective of This Feature

* Automate bill number generation
* Maintain consistency in voucher references
* Reduce manual data entry
* Improve document tracking and auditability
* Standardize bill numbering across transactions

***

### Access to Journal Voucher Configuration

* Go to the **Menu Bar**
* Open **Journal Voucher Configuration** from the **Configuration Menu**
* Select the required Journal Voucher Configuration.
* Navigate to the **Other Options** section.
* Locate the option labeled as:

> **"Bill No As"**

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

* This option provides multiple formats for generating Bill Numbers.

***

### Option 1: Nil (Default)

When the option is set to **Nil**, the software does not generate any bill number automatically.

**Result**

* The Bill Number field remains blank.
* Users can manually enter the bill number during voucher entry.

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

**Use Case**

This option is useful when:

* Bill numbers are received from external documents.
* Manual bill number entry is required.
* Every transaction uses a unique vendor-provided bill number.

***

### Option 2: Doc Series + Number

When this option is selected, the software automatically generates the Bill Number using:

* Document Series
* Running Voucher Number

**Configuration**

* Select **Doc Series + Number**
* Save the configuration.

**Example**

* Create a new Journal Voucher entry.
* As soon as you proceed with the voucher entry, the system automatically populates the Bill Number field.

For example:

* JV/0001
* JV/0002
* JV/0003

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

The Bill Number consists of:

* Defined Document Series (JV)
* Running Voucher Number

**Result**

* Bill numbers are generated automatically.
* Consistent numbering format is maintained.
* Manual entry is eliminated.

***

### Option 3: Doc Number

* When this option is selected, the software automatically populates only the numeric portion of the voucher number.
* The document series is not included.

**Configuration**

* Select **Doc Number**
* Save the configuration.

**Example**

* If the voucher sequence is:
  * JV/0001
  * JV/0002
  * JV/0003
* The Bill Number field will display only:
  * 0001
  * 0002
  * 0003

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

**Result**

* Only the running voucher number is used.
* The document series is omitted.
* Clean numeric bill numbering is maintained.

***

### Key Benefits

* Reduces manual bill number entry.
* Improves numbering consistency.
* Prevents numbering errors.
* Simplifies document tracking.
* Supports standardized accounting processes.

***

### Best Practice Tips

* Use **Nil** when bill numbers must be entered manually from external documents.
* Use **Doc Series + Number** for complete document traceability.
* Use **Doc Number** when only sequential numeric references are required.
* Maintain a consistent numbering format across financial transactions for better reporting and auditing.

***

### Final Outcome

The **Bill No As** option in Journal Voucher Configuration allows you to control how bill numbers are generated during voucher entry. Depending on the selected format, users can enter bill numbers manually, generate them using the document series and voucher number, or generate only the numeric voucher sequence, ensuring flexibility and consistency in accounting records.


---

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

```
GET https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/accounts/configuration/journal-voucher-configuration/bill-no-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.
