> 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/setups/configurations/sale-voucher-configuration/other-settings-1/do-not-wait-for-next-button-press.md).

# Do Not Wait for NEXT Button Press

[How to Enable Auto-Move to Next Row After Barcode Scan in Sale Bill ?](https://www.youtube.com/watch?v=b-G9yU7iWEs)

## How to Enable Auto-Move to Next Row After Barcode Scan in Sale Bill?

 This tutorial explains how to enhance billing efficiency in **Logic ERP** by enabling an option that removes the need to manually press the “Next” button after scanning an item.

***

### Access Sales Voucher Configuration

* Navigate to Sales Voucher Configuration.
* Select the relevant billing series.
* Locate and disabled the option “Do Not Wait for NEXT Button Press”
* Let’s first keep this option disabled and see how it behaves.

<figure><img src="/files/vNY8dyho5D4IniwX6wKt" alt=""><figcaption><p>Let's keep this feature Disabled and Observe its Impact</p></figcaption></figure>

* **Note:** This feature functions only when:
  * **"Lot selection is set to Auto Pick"** and "**Default Quantity is set to 1"** under the Other Settings-2.

<figure><img src="/files/OhMPOfrPyeUG8qqCTb6r" alt=""><figcaption><p>To use this feature, you must configure both of the options shown, as explained above.</p></figcaption></figure>

***

### Implement the Feature (Disabled)

* Navigate to the Sale Voucher and create a new Sale Bill.
* Scan or enter the **item code**.
* You’ll Observe:

  > The **Enter key must be pressed** to move to the next line, even when Auto Pick and default quantity settings are applied.

***

### Implement the Feature (Enabled)

* Return to **Sales Voucher Configuration**.
* Enable the checkbox for: **“Do not wait for the next button press”**
* Save the configuration.
* Now initiate a new billing transaction.
* Scan or enter an item code.
* You’ll Observe:

  > The **cursor automatically jumps to the next row**, streamlining the billing flow.

***

### Conclusion

By enabling this feature, you can:

* **Speed up item entry during billing**
* **Reduce manual keystrokes**
* **Improve overall cashier productivity**
* **Enhance the user experience** at the point of sale


---

# 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/setups/configurations/sale-voucher-configuration/other-settings-1/do-not-wait-for-next-button-press.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.
