> 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/billing/packing-slip/packing-slip-configuration/barcode-and-cf-qty-sep.md).

# Barcode and CF Qty Sep

**YouTube:** [How to Setup Barcode+Quantity Scanning - Packing Slip–Delivery Orders?](https://youtu.be/YGmRrJeXjBw)

## How to Setup Barcode+Quantity Scanning Packing Slip–Delivery Orders?

 In this tutorial, we will learn how to configure and use the **Barcode and Quantity Separator** feature in Packing Slip entries. This feature allows you to specify the required quantity directly within the barcode during scanning, eliminating the need to scan the same barcode multiple times.

***

### Objective of This Feature

* Specify quantity directly within the barcode
* Reduce repeated barcode scanning
* Speed up Packing Slip entry
* Improve scanning efficiency
* Minimize manual quantity entry

***

### Understand the Default Behavior

By default:

* If the required quantity is more than one, the same barcode must be scanned multiple times.
* The system increases the quantity based on the number of scans.

For example, to allocate a quantity of **10**, the barcode would normally need to be scanned 10 times.

***

### Configure the Barcode & Quantity Separator

* Open the **Configuration Window**.
* Navigate to the **Other Option One** section.
* Locate the option labeled as:

> **"Barcode and CF Quantity Separator"**

**Action**

* Enter the separator character you want to use.
* In this example, we will use a **Hyphen (-)**.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2FBaJOB6bPRt1YSct0UTqk%2FCNF.png?alt=media&amp;token=958bd376-de6d-4d91-b7e0-f42f0af380ed" alt=""><figcaption></figcaption></figure>

* Save the configuration.

***

### Create a New Packing Slip

* Open the **Packing Slip Entry** window.
* Initiate a **New Packing Slip** entry.
* Select the required **Customer**.
* Search and select the required **Sales Order** for retrieval.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2FRPDt5kuhbfKw8oOkdxPN%2FSelect%20Sale%20Order.png?alt=media&amp;token=dd31b018-f440-4c81-9048-4a611a34c14e" alt=""><figcaption></figcaption></figure>

* Proceed to the **Item Details** section.

**Result**

The items from the selected Sales Order are displayed in the Item Details grid.

***

### Scan Barcode with Quantity

* Place the cursor in the **Item Code** field.
* Scan or enter the barcode.
* Enter the configured separator followed by the required quantity.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2Fi5TppysISuqgeKNXDiXD%2FScan%20Code.png?alt=media&amp;token=c6023905-e5ec-4198-b5da-681b62c7e84e" alt=""><figcaption></figcaption></figure>

**Example**

* If the barcode is: **Q562**
* And the required quantity is **10**
* Enter: **Q562-10**

Here, the **hyphen (-)** acts as the configured separator.

***

### Observe the Functionality

* Enter the **Packing Box Number**.
* Press **Enter**.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2FfvOXq45odox5tytL4LWw%2FScaned.png?alt=media&amp;token=f7853768-e5f1-45fe-8b69-159a3b3bb529" alt=""><figcaption></figcaption></figure>

**Result**

The software automatically interprets the quantity specified after the separator and allocates **10 units** to the selected item.

This eliminates the need to scan the same barcode multiple times.

***

### Key Benefits

* **Faster Scanning:** Specify the quantity in a single scan.
* **Reduced Repetition:** No need to repeatedly scan the same barcode.
* **Improved Productivity:** Makes bulk packing entries quicker.
* **Easy Quantity Handling:** Quantity can be included directly with the barcode.
* **Efficient Packing Process:** Simplifies Sales Order-based Packing Slip entry.

***

### Best Practice Tips

* Ensure the separator configured in the system matches the separator used during scanning.
* Use a separator character that does not conflict with your barcode format.
* Verify the quantity before completing the Packing Slip entry.
* Test the configured separator with your barcode scanner before using it for regular transactions.

***

### Final Outcome

After enabling **Barcode and CF Quantity Separator**, Logic ERP allows the quantity to be specified directly with the barcode. For example, entering **Barcode-10** automatically allocates a quantity of **10**, making Packing Slip creation faster and more efficient.


---

# 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, and the optional `goal` query parameter:

```
GET https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/billing/packing-slip/packing-slip-configuration/barcode-and-cf-qty-sep.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
