> 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-installation-configuration-and-troubleshooting-solutions/faqs/printing/add-serial-imei-numbers-in-printing.md).

# Add Serial / IMEI Numbers in Printing

**YouTube:** [How to add Serial / IMEI Numbers to Sale Bill printing?](https://www.youtube.com/watch?v=Ri_0ELvL_Vo)

## How to add Serial / IMEI Numbers to Sale Bill printing?

In this tutorial, we’ll demonstrate how to add the **Serial Mobile Number or IMEI Number** to the printing format in Logic ERP.

***

### Add IMEI Column in Sale Multiple Printing Configuration

* Go to the **Menu → Configuration → Sale Multiple Printing Configuration**.
* Select the required **Series**.
* Click on **Print Columns** to open the list of available columns.
* Search for the **Item Description** column.
* Tick the checkbox to add the column into the printing format.
* Rename the column to **Serial / IMEI Number**.

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

* Save the changes.

Now the column has been added to the standard printing configuration.

### Verify in Sale Bill

* Go to the **Sale Bill** window.
* Click on **Print** to open the **Preview**.
* Check that the **IMEI / Serial Number** now appears in the print preview.

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

This confirms that the IMEI number is visible in the standard printing format.

***

### Add IMEI Column in Designer Printing Format

If you are using a **Designer Printing Format**, follow these steps:

* From **Continuous Printing**, open **Sales Bill → Print Designer and Printing** window.
* Choose the required **Configuration** and select the **Sales Bill** from the search list.
* Press **Refresh** and then open the **Design Window**.

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

* Click on the **Grid Table** in the design.
* From the table menu bar, select **Edit Bound Table**.

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

* Click **Settings** to open the **Item Grid**.
* Use the **Add Column** option to insert a new column.

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

* On the right-hand side, in the **Properties Panel**:
  * Navigate to **Bound Columns**.
  * Search for **SIM Mobile Number**.
  * Double-click or right-click to add this column to the grid.

<figure><img src="/files/9RhdNmqc8XzO9pMjsTGa" alt=""><figcaption></figcaption></figure>

* Under the **Column Properties** tab:
  * Edit the **Header Text** (e.g., rename it to “IMEI Number”).

<figure><img src="/files/8gTOrxyLQH0XLZLaOg7b" alt=""><figcaption></figcaption></figure>

* Under **Column Styles**, define:
  * **Cell Background Color**
  * **Text Appearance & Alignment**
  * **Border Style**
  * **Font Style**
* Use the **Move Left/Right** buttons to adjust the column order.

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

* Click **OK** to exit **Bound Table Settings**.
* Save the changes.

### Preview the Print Design

* Go back to the **Print Designer Window**.
* Click **Preview** to see the updated layout.

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

The **Serial / IMEI Number** column is now visible in the Designer Printing Format.

***

### Key Takeaways

* Both **Standard** and **Designer** printing formats allow you to display the **Serial / IMEI Number**.
* Always preview your configuration changes to confirm the layout and visibility before using it in live transactions.


---

# 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-installation-configuration-and-troubleshooting-solutions/faqs/printing/add-serial-imei-numbers-in-printing.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.
