> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/merchandising/back-orders.md).

# Back orders

**Back orders** are customer orders for items that are temporarily out of stock. Stores may offer back orders to customers if the items are currently on order and will be received soon, or if the store can order the items and receive them within a time frame that is acceptable to the customer.

Back orders are essentially an agreement by the customer to purchase out of stock items at the current retail price, with the understanding that they will receive the items at a later date. Stores should establish clear policies for back orders, such as:

* Whether customers are required to pay the full amount for backordered items, or whether they only have to pay a deposit.
* Whether the store will honor the current retail price of the backordered items, or whether the store reserves the right to adjust prices of backordered items based on updated supplier costs.
* What the acceptable timeframe is for restocking backordered items, and what the acceptable timeframe is for customers to up backordered items once they are back in stock.
* Whether the store or the customer can cancel a backorder, and what happens with prepayments or deposits if the back order is cancelled.

## Set the expiration date and minimum deposit amount

{% hint style="info" %}
Ordering rules are global and apply to all computers.
{% endhint %}

1. Click **File** | **Configuration**.
2. Click **Ordering Rules**.
3. In the **Back Order** section:
   1. Specify an **Expiration** period. This is the maximum number of days the store has to fulfill the back order before the back order expires and is no longer valid.
   2. In the **Deposit** field, enter the percentage of the total back order amount that the customer must pay as a minimum deposit when the back order is created.
4. Click **Save And Close**.

{% hint style="info" %}
**Note:** The cashier can override both the due date and the deposit amount in POS by clicking **Orders** | **Order Details** and selecting either **Order Due** or **Order Deposit Override**.
{% endhint %}

## Require customer selection for orders

1. Click **File** | **Configuration**.
2. Click **Store Rules**.
3. Click **Customer Options**.
4. Enable **Require customer selection for orders**.
5. Click **Save And Close**.

## Display out of stock items in POS

1. Click **File** | **Configuration**.
2. Click **Store Rules**.
3. Click **Item Options**.
4. Select **Display out of stock**.
5. Click **Save And Close**.

## Enable back orders in POS

1. Click **File** | **Configuration**.
2. Click **Store Rules**.
3. Click **POS Options**.
4. Select **Enable back orders**.
5. Click **Save And Close**.


---

# 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://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/merchandising/back-orders.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.
