> 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/readme-1/process-a-basic-transaction/transactions-working-with-items.md).

# Work with items in the transaction screen

After you add items to a transaction, you may need to:

* Change item quantities
* Change the item price
* Duplicate items
* Delete items from the item list

## Change item quantities

1. Tap the **Action** button beside the item.

<div align="left"><img src="/files/56PnbQm3EaLqQjJhudKs" alt=""></div>

{% hint style="info" %}
If **Do not allow to access the Action button** is selected in your user profile you will not be able to use the Action button. To increase an item's quantity, you can scan the item again or press the + button on the keyboard. To reduce an item's quantity, you will have to ask a senior cashier or floor manager to perform a cashier override. Refer to [**Perform a cashier override**](/readme-1/advanced-transaction-tasks/performing-cashier-override.md) for more information.
{% endhint %}

2. On the **Item Action** screen, do one of the following:

* Tap the **+** or **-** buttons until the correct item quantity displays.
* Manually enter the correct item quantity.

<div align="left"><img src="/files/dWNmyyWU80R5AHirzveW" alt=""></div>

3. Tap **OK**.

## Change the item price

{% hint style="info" %}
You must have the **Allowed to access pricing** permission to change the item price in POS.
{% endhint %}

1. Tap the **Action** button beside the item.

<div align="left"><img src="/files/56PnbQm3EaLqQjJhudKs" alt=""></div>

{% hint style="info" %}
If **Do not allow to access the Action button** is selected in your user profile you will not be able to use the Action button. To change an item's price, you will have to ask a senior cashier or floor manager to perform a cashier override. Refer to [**Perform a cashier override**](/readme-1/advanced-transaction-tasks/performing-cashier-override.md) for more information.
{% endhint %}

2. Tap the price shown beside **Change Price**.

<div align="left"><img src="/files/IfPyRimdujFO912v23Rn" alt=""></div>

3. Enter the new price.
4. Tap **OK**.
5. (Optional) If your store requires reason codes for price changes, tap the browse icon next to the **Reason Code** field, tap the appropriate reason code to select it, and tap **OK**.

A flag displays beside the item price to indicate that the price has been changed. If you selected a reason code, it displays below the item description.

<div align="left"><img src="/files/WPKyIYLIVicJUH1M3Klv" alt=""></div>

## Duplicate items

1. Tap the **Action** button beside the item.

<div align="left"><img src="/files/56PnbQm3EaLqQjJhudKs" alt=""></div>

{% hint style="info" %}
If **Do not allow to access the Action button** is selected in your user profile you will not be able to use the Action button. To duplicate an item, you will have to ask a senior cashier or floor manager to perform a cashier override. Refer to [**Perform a cashier override**](/readme-1/advanced-transaction-tasks/performing-cashier-override.md) for more information.
{% endhint %}

2. On the **Item Action** screen, tap **Duplicate**.

<div align="left"><img src="/files/izjrud7GFgRta79oO53K" alt=""></div>

3. Tap **OK**. The duplicate item is added to the transaction screen.

<div align="left"><img src="/files/YqjjzmIhFHilDGQ3ifA5" alt=""></div>

## Delete items from the item list

{% hint style="info" %}
You must have the **Allowed to delete entries from transactions** permission to delete items from the transaction item list in POS.
{% endhint %}

There are four ways to delete an item from the item list:

* Tap the item once to select it and hit **Delete** on the keyboard.
* Tap the **Action** button beside the item, and on the **Item Action** screen, tap **Delete**.
* Tap the item once to select it and tap **Items** | **Delete Item(s)**.
* Tap the item once to select it and tap **Items** | **Clear Items**.

{% hint style="info" %}
If **Do not allow to access the Action button** is selected in your user profile you will not be able to use the Action button. To delete an item, you will have to ask a senior cashier or floor manager to perform a cashier override. Refer to [**Perform a cashier override**](/readme-1/advanced-transaction-tasks/performing-cashier-override.md) for more information.
{% endhint %}


---

# 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/readme-1/process-a-basic-transaction/transactions-working-with-items.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.
