> 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/order-processing/sale-order/so-configuration/always-move-1-in.md).

# Always Move 1 In

**YouTube:** [How to Configure Default Quantity in Sales Orders?](https://www.youtube.com/watch?v=Hg_mkHIWujs)

## How to Configure Default Quantity in Sales Orders?

In this tutorial, we will learn how to automatically set the default quantity to **1** during Sales Order entry using the **Always Move One In** configuration in Logic ERP. This feature eliminates the need to manually enter the quantity for each selected item, making order entry faster and more efficient.

***

### Objective of This Feature

* Automatically set the default quantity to **1**.
* Reduce manual data entry.
* Speed up Sales Order creation.
* Improve user efficiency.
* Minimize quantity entry errors.

***

### Review the Default Behavior

Initiate a **New Sales Order** entry and select an item.

<figure><img src="/files/3A9L4zTuTXQokHTz6ou0" alt=""><figcaption></figcaption></figure>

**By default:**

* The **Quantity** column remains blank.
* You must manually enter the quantity for every item.

***

### Enable the Default Quantity Setting

* Open the **Sales Order Configuration** window.
* Navigate to **Default Settings**.
* Locate the option labeled as:

> **"Always Move 1 In"**

By default, the option is set to **None**, which requires manual quantity entry.

* From the dropdown&#x20;
* Select: **Quantity**

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

Save the configuration.

***

### Implement the Functionality

* Create a **New Sales Order** again and select an item.

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

#### Result

As soon as the item is selected:

* The **Quantity** column is automatically populated with **1**.
* No manual quantity entry is required unless you want to change it.

***

### Key Benefits

* Automatically assigns a default quantity of **1**.
* Speeds up Sales Order entry.
* Reduces repetitive manual input.
* Improves order entry accuracy.
* Enhances overall user productivity.

***

### Best Practice Tips

* Use this feature when most Sales Orders contain a quantity of one per item.
* Review the quantity before saving the order if multiple units are required.
* Combine this feature with barcode scanning for even faster Sales Order processing.

***

### Final Outcome

After enabling the **Always Move One In** option and selecting **Quantity**, Logic ERP automatically fills the **Quantity** field with **1** whenever an item is selected in a Sales Order. This streamlines the order entry process, reduces manual effort, and improves operational efficiency.


---

# 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/order-processing/sale-order/so-configuration/always-move-1-in.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.
