> 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/production/production-vouchers/job-order/job-order-configuration/allow-packs-entry-in-decimals.md).

# Allow Packs Entry in Decimals

**YouTube:** [How to Allow Decimal Pack Quantities in Job Orders?](https://youtu.be/Gd36slId-NU)

## How to Allow Decimal Pack Quantities in Job Orders?

In this tutorial, we will learn how to allow users to enter Pack Quantity in decimal values while creating a Job Order in Logic ERP.

By default, the software allows only whole numbers in the **Packs** field. By enabling this option, decimal values can also be entered.

***

### Objective of This Feature

* Allow decimal values in the Packs field.
* Support fractional pack quantities.
* Provide greater flexibility during Job Order entry.
* Prevent restrictions when decimal pack quantities are required.

***

### Access to the Job Order Configuration

* Go to the **Job Order** module.
* Open the **Configuration** window.
* Navigate to the **Other Settings** section.
* Locate and enable the option labeled as:

> **"Allow Packs Entry in Decimals"**

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

* Save the configuration.

***

### Create a New Job Order

* Initiate a **New Job Order** entry.
* Select the required details.
* Proceed to the **Item Details** section.
* Transact the required item.

#### Enter Decimal Pack Quantity

* Now, enter a quantity in the **Packs** field.

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

**Result**

The software now allows decimal values in the Packs field instead of restricting the entry to whole numbers only.

For example, you can enter values such as:

* **1.5 Packs**
* **2.5 Packs**
* **3.75 Packs**

***

### Key Benefits

* Supports fractional pack quantities.
* Provides flexibility for different business requirements.
* Simplifies Job Order entry.
* Eliminates the restriction of whole-number pack quantities.

***

### Final Outcome

After enabling **"Allow Packs Entry in Decimals"**, Logic ERP allows users to enter decimal values in the **Packs** field while creating a Job Order, making the system more flexible for transactions that require fractional pack quantities.


---

# 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/production/production-vouchers/job-order/job-order-configuration/allow-packs-entry-in-decimals.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.
