> 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/item-sorting-in-printing.md).

# Item Sorting in Printing

**YouTube:** [How to Configure Item Sorting Order in Sale Bill Printing?](https://www.youtube.com/watch?v=6XRSwCDH61I)

## How to Configure Item Sorting Order in Sale Bill Printing?

In this tutorial, we’ll demonstrate how to **customize item sorting and printing** in both **Multiple Printing Configuration** and the **Designer Printing Format** in Logic ERP.

***

### Item Sorting in Multiple Printing Configuration

* Navigate to the Menu/Configuration and then select **Sale Multiple Printing Configuration**.
* Select the **required series**.
* Under **Print Options**, locate the setting **Item Sorting in Printing**.
  * By default, it is set to **Serial Number**, meaning items will appear in the order they were entered in the bill.

<figure><img src="/files/0EbXRpjgMSFvPJMObu4E" alt=""><figcaption></figcaption></figure>

* Open the dropdown to view available sorting options.
  * Example: Select **Item Name** to sort items in ascending order by name.
* Save the changes.
* Open or modify a **Sale Bill** → click **Print** → preview the voucher.
  * You will now see that the items are sorted by **Item Name** in ascending order.

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

This feature offers multiple sorting choices, along with **Extended Sorting**, which lets you arrange items in a specific order as per business requirements.

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

***

### Item Sorting in Designer Printing Format

* From the **Menu Bar**, Navigate to **Continuous Printing** and select **Sales Bill - Print Designer and Printing**.
* Select the **required configuration and sales bill** from the search list.
* Click **Refresh**, then open the **Design Window**.

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

* Select the **Grid Table** → from the **Table Menu**, choose **Edit Bound Table**.

<figure><img src="/files/6WaO4eup2RpdX4i6hagV" alt=""><figcaption></figcaption></figure>

* Click on **Settings.**

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

* Then go to **Column Properties**.
* Locate the **Order Type** option (set to **None** by default).
  * **None** = Items will print in the same sequence as entered in the bill.
  * **Ascending / Descending** = Sorts items alphabetically or numerically.
* Choose the required order type (e.g., **Ascending**).

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

* Save the changes.
* Click **Preview Print** to confirm.
  * Items will now appear sorted as per the selected order type.

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

***

### Key Takeaways

* **Multiple Printing Configuration** → Quick and simple sorting through dropdown options.
* **Designer Printing Format** → More detailed customization, allowing sorting at the table/column level.


---

# 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/item-sorting-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.
