> 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/inventory/issue-register/issue-register-configuration/carry-forward-sizes.md).

# Carry Forward Sizes

**YouTube:** [How to Configure Carry Forward of Sizes for the Same Item in the Issue Register?](https://www.youtube.com/watch?v=Hf22QInT9fI)

## How to Configure Carry Forward of Sizes for the Same Item in the Issue Register?

In this tutorial, we will learn how to automatically carry forward previously selected sizes or packs in the **Issue Register** using the **Carry Forward Sizes** feature in Logic ERP. This helps speed up data entry by eliminating the need to repeatedly select the same sizes for identical items.

***

### Objective of This Feature

* Automatically carry forward previously selected sizes.
* Reduce repetitive data entry.
* Improve voucher entry speed.
* Minimize manual size selection.
* Enhance accuracy and user productivity.

***

### Review the Default Behavior

Before enabling the feature, let's understand the default behavior.

* Open the **Issue Register** module.
* Initiate a **New Issue Register** entry.
* Transact an Item.

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

**Result**

Each time you transact an Item, you must manually select the required **Sizes** or **Packs**, even if the same Item is entered repeatedly.

***

### Let's enable "Carry Forward Sizes" option

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

> **"Carry Forward Sizes"**

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

* Save the configuration.

***

### Create a New Issue Register Entry

* Initiate a **New Issue Register** entry.
* Select and transact an Item.

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

**Result**

The software automatically carries forward the previously selected **Sizes** or **Packs** for that Item.

There is no need to manually select the same sizes again, making the entry process faster and more efficient.

***

### Key Benefits

* Eliminates repetitive size selection.
* Speeds up Issue Register entry.
* Reduces manual effort.
* Improves data entry accuracy.
* Enhances user productivity for repetitive transactions.

***

### Best Practice Tips

* Enable this feature when the same Item is frequently issued with identical size or pack combinations.
* Verify the carried-forward sizes before saving the transaction.
* Manually update the sizes whenever a different size combination is required.
* Use this feature to streamline high-volume Issue Register entries.

***

### Final Outcome

After enabling **Carry Forward Sizes**, Logic ERP automatically carries forward the previously selected sizes or packs for the same Item during Issue Register entry. This reduces repetitive manual selection, improves efficiency, and ensures faster and more consistent transaction processing.


---

# 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/inventory/issue-register/issue-register-configuration/carry-forward-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.
