> 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/carry-forward-packs-sizes.md).

# Carry Forward Packs/Sizes

**YouTube:** [How to Configure Carry Forward of Packs or Sizes in Job Orders?](https://youtu.be/7IdUBjEgknQ)

## How to Configure Carry Forward of Packs or Sizes in Job Orders?

In this tutorial, we will learn how to automatically carry forward **Pack Sizes** to subsequent rows during Job Order entry using the **Carry Forward Packs/Sizes** option in Logic ERP. This feature eliminates repetitive size selection and makes item entry faster and more efficient.

***

### Objective of This Feature

* Reduce repetitive pack size selection
* Speed up Job Order entry
* Minimize manual data entry
* Improve entry efficiency
* Maintain consistency across multiple item rows

***

### Access to the Job Order Configuration

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

> **"Carry Forward Packs/Sizes"**

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

* Save the configuration changes.

***

### Create a New Job Order

* Open the **Job Order** entry window.
* Initiate a **New Job Order**.
* Navigate to the **Item Details** section.

#### Observe the Functionality

* Transact an item that has multiple pack sizes defined.
* Complete the required item details.
* Move to the next row.

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

**Result**

The software automatically carries forward **all available Pack Sizes** for the item to the next row.

***

### Key Benefits

* Faster Job Order entry.
* Eliminates repetitive pack size selection.
* Reduces manual effort.
* Improves data entry efficiency.
* Simplifies transactions involving multiple pack sizes.

***

### Best Practice Tips

* Ensure the required pack sizes are properly defined for the item.
* Use this feature when multiple rows require the same pack size configuration.
* Review the carried-forward pack sizes before saving the Job Order.

***

### Final Outcome

After enabling **Carry Forward Packs/Sizes**, Logic ERP automatically carries the available pack sizes to subsequent rows during Job Order entry, making the process quicker, easier, 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/production/production-vouchers/job-order/job-order-configuration/carry-forward-packs-sizes.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.
