> 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/receipt-register/receipt-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 Receipt Register?](https://youtu.be/ACCq4zTUcUI)

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

In this tutorial, we will learn how to disable the Item Code search list while entering or scanning an Item Code in the Receipt Register. This feature enables faster and uninterrupted barcode scanning by allowing the system to accept Item Codes directly without displaying the Item Code search window.

***

### Objective of This Feature

* Enable direct Item Code entry or barcode scanning.
* Prevent the Item Code search list from opening automatically.
* Speed up transaction entry.
* Improve barcode scanning efficiency.
* Reduce manual intervention during receipt entry.

***

### Review the Default Behavior

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

* Open the **Receipt Register**.
* Initiate a **New Transaction**.
* Proceed to the Item Details section.
* Enter an Item Code.

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

**Result**

As you type the Item Code, the software automatically displays the **Item Code Search List**, similar to the Item Name search window.

***

### Let's Enable the Configuration

* Open the **Configuration** window from the **Header Details** section.
* Navigate to the **Other Options** section.
* Locate and enable the option labeled as:

**"Do Not Show Item Code List While Entering Item Code"**

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

* Save the configuration.

***

### Create a New Transaction

* Initiate a **New Receipt Register** transaction.
* Enter or scan the Item Code.

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

**Result**

The system accepts the Item Code directly without displaying the **Item Code Search List**, allowing faster and uninterrupted item entry.

***

### Key Benefits

* Enables quick barcode scanning.
* Eliminates unnecessary search pop-ups.
* Speeds up receipt entry.
* Reduces manual selection of items.
* Improves overall user productivity.

***

### Best Practice Tips

* Enable this feature when barcode scanners are used for item entry.
* Ensure all Item Codes or Barcodes are correctly defined in the Item Master.
* Use this option to streamline high-volume receipt transactions.
* Disable the feature if users frequently search for items instead of scanning Item Codes.

***

### Final Outcome

After enabling **"Do Not Show Item Code List While Entering Item Code"**, Logic ERP accepts entered or scanned Item Codes directly without opening the Item Code search list. This improves barcode scanning efficiency, speeds up receipt entry, and provides a smoother transaction experience.


---

# 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/receipt-register/receipt-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.
