> 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/print-quantity-in-multiple-units-with-conversion-factors-in-sale-bill.md).

# Print Quantity in Multiple Units with Conversion Factors in Sale Bill

**YouTube:** [How to Print Quantity in Multiple Units with Conversion Factors in Sale Bill?](https://www.youtube.com/watch?v=jwTrGeA5GtQ)

## How to Print Quantity in Multiple Units with Conversion Factors in Sale Bill?

In this tutorial, we are going to demonstrate how to **add quantity columns in printing based on the conversion factor** defined during billing.

For example: In this bill, **one strip** is transacted, which equals **10 tablets**. Let’s see how to display both values in the print format.

***

### Add C.F Columns in Sale Multiple Printing Configuration

* Go to the menu → **Configuration → Sale Multiple Printing Configuration**.
* Select the required **series** and open **Print Columns**.

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

* The list of available columns will appear. Some columns, such as stick, are already added.
* Search for the **quantity conversion factors**:
  * **CF1 → Strip**
  * **CF2 → Tablets**

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

***

### Verify Conversion Factor in Master

* Go to the **Master window → Pack Details**.
* Here, you can verify the conversion factor.
  * For example, **1 Strip = 10 Tablets**.

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

* The **Rate per Pack**, **Rate per Strip**, and **Rate per Tablet** are already defined.
* Save the configuration and return to the **Sales Bill window**.
* Click **Print** to preview.

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

The bill now displays the **quantity in both strips and tablets**.

***

### Add C.F Columns in Designer Printing Format

* Go to **Continuous Printing → Sales Bill Print Designer and Printing**.
* Choose the required **configuration and sales bill** from the list.
* Click **Refresh** and open the **Design Window**.

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

***

### Insert Quantity Columns

* From the **Table menu**, open **Edit Bound Table**&#x20;

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

* Click on **Settings**.

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

* Use **Add Column** to insert new fields:
  * From **Bound Columns**, search for **Units Pack** → insert it.

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

* Rename the header text to **Quantity in Strips**.
  * Search for **CF1** → insert it.

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

* Rename the header text to **Quantity in Tablets (Units)**.

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

***

### Format Columns

* In **Column Properties**, set the **column type** to **Dimension**.
* Open the **Column Expression window** and set **decimal places = 2**.
  * Apply this to both new columns.

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

* Under **Column Styles**, customize:
  * Background color
  * Text appearance
  * Alignment
  * Border style
  * Font

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

* Use the **Move Left** button to arrange column order.
* Click **OK** to exit the settings.

***

### Save and Preview

* Save the changes and preview the print design.

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

The bill now displays **quantities according to the transacted conversion factor**—showing both **strips** and **units**.


---

# 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/print-quantity-in-multiple-units-with-conversion-factors-in-sale-bill.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.
