> 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/do-not-show-item-code-list-while-entering-item-code.md).

# Do Not Show Item Code List while entering Item Code

**YouTube:** [How to Disable the Item Code Search List in the Issue Register?](https://www.youtube.com/watch?v=G6auo98511g)

## How to Disable the Item Code Search List in the Issue Register?

In this tutorial, we will learn how to disable the **Item Code List** while entering or scanning an Item Code in the **Issue Register** module. This feature allows users to enter or scan Item Codes directly without displaying the Item Code search list, resulting in faster and more efficient transaction entry.

***

### Objective of This Feature

* Disable the Item Code search list during Item Code entry.
* Enable faster barcode scanning and manual Item Code entry.
* Reduce unnecessary pop-up windows.
* Improve transaction speed and user efficiency.
* Simplify Issue Register operations.

***

### Review the Default Behavior

* Open the **Issue Register** module.
* Initiate a new Issue Register transaction.
* Proceed to the Item Details section.
* Enter an Item Code.

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

**Result**

By default, the **Item Code List** automatically appears while entering the Item Code, similar to the Item Name search list.

***

### Let's enable the Configuration

* Open the **Header Details** window.
* Click **Configuration**.
* Navigate to the **Other Settings** section.
* Locate and enable the option labled as:

> **"Do Not Show Item Code List while entering Item Code"**

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

* Save the configuration.

#### **Observe the Functionality**

* Initiate a new Issue Register transaction.
* Enter or scan the Item Code.

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

**Result**

The system accepts the entered or scanned Item Code directly without displaying the Item Code search list, allowing quicker and smoother transaction entry.

***

### Key Benefits

* Speeds up Item Code entry.
* Improves barcode scanning efficiency.
* Eliminates unnecessary search pop-ups.
* Reduces manual intervention during transactions.
* Enhances overall user productivity.

***

### Best Practice Tips

* Use this feature when Item Codes are known or barcode scanners are used.
* Ensure all Item Codes and barcodes are correctly configured in the Item Master.
* Keep the feature disabled if users frequently search for Item Codes manually.
* Test barcode scanning after enabling the setting to ensure smooth operation.

***

### Final Outcome

After enabling **"Do Not Show Item Code List while entering Item Code"**, Logic ERP accepts Item Codes directly during Issue Register transactions without displaying the Item Code search list. This streamlines barcode scanning and manual Item Code entry, making the transaction process 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/inventory/issue-register/issue-register-configuration/do-not-show-item-code-list-while-entering-item-code.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.
