> 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/es/readme-1/process-a-basic-transaction/bag-taxes-collecting.md).

# Cobrar impuestos por bolsas

Las tiendas pueden cobrar un impuesto por bolsa a los clientes que requieran bolsas para sacar sus compras de la tienda.

{% hint style="warning" %}
Este procedimiento asume que la tienda utiliza un botón de comando personalizado en POS que agrega un artículo/impuesto por bolsa. Hay muchas formas de agregar impuestos por bolsa a las transacciones. Siga los procedimientos de su tienda para agregar impuestos por bolsa a las transacciones en POS.
{% endhint %}

{% hint style="info" %}
Siga las políticas y los procedimientos de su tienda para cobrar impuestos por bolsa.
{% endhint %}

1. Ingrese todos los artículos en la transacción.
2. Si el cliente solicita bolsas para su compra, agregue el impuesto por bolsa a la transacción.
   1. Agregue un artículo de bolsa a la transacción. Por lo general, el artículo de bolsa no tiene costo. Sin embargo, cuando agrega el artículo de bolsa, el impuesto por bolsa se incluye en la transacción junto con cualquier otro impuesto aplicable.
   2. (Opcional) Si el cliente requiere más de una bolsa, toque **Acción** junto al artículo de bolsa y cambie la cantidad de bolsas.

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

3. Cobrar la transacción.

El artículo de bolsa (y el impuesto por bolsa asociado) se muestra en el recibo.

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


---

# 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/es/readme-1/process-a-basic-transaction/bag-taxes-collecting.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.
