> 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/store-manager/manage-items/bag-fees-and-bag-taxes/setting-up-bag-fees.md).

# Configurar tarifas para bolsas

{% hint style="success" %}
También se recomienda definir un botón POS personalizado o agregar un botón en los paneles de tareas POS de la tienda para permitir que los cajeros y vendedores agreguen rápidamente bolsas a las transacciones en POS. Para obtener más información, consulte [**Configurar botones POS personalizados**](/es/readme-1/customize-the-pos-screen/setting-up-pos-buttons.md) y [**Configurar paneles de tareas POS personalizados**](/es/readme-1/customize-the-pos-screen/setting-up-pos-task-pads.md) para obtener más información.
{% endhint %}

1. Haga clic en **Mercadotecnia**.
2. Haga clic en **Artículos**.
3. Haga clic en **Nuevo**.
4. Seleccione **Artículo estándar** y haga clic en **Aceptar**.
5. Para **Código de búsqueda del artículo**, introduzca un código de búsqueda único, como **Tarifa por bolsa de papel** o **Tarifa por bolsa reutilizable**.

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

6. (Opcional) Ingrese un **Descripción**.
7. De **Tipo de artículo**, seleccione **No inventariable**.
8. (Opcional) Seleccione un **Departamento** o **Categoría**.

{% hint style="success" %}
Aunque no es necesario asignar un departamento o una categoría, puede ser útil si desea filtrar las tarifas por bolsas de los informes de ventas, o si desea crear informes para realizar un seguimiento de las tarifas por bolsas que ha cobrado la tienda.
{% endhint %}

9. (Opcional) Seleccione una **impuesto del artículo** y el **El artículo está sujeto a impuestos** opción si las tarifas por bolsas están sujetas a impuestos en la jurisdicción donde opera la tienda. Si las tarifas por bolsas no están sujetas a impuestos, deje estos campos en blanco.
10. Ingrese un **Precio** para la tarifa de la bolsa.
11. Ingrese un **Costo** para la bolsa.

{% hint style="info" %}
La tarifa por bolsa es un artículo sin inventario, por lo que no es necesario introducir una **En mano** cantidad en la **Inventario** pestaña, ni introducir una **Nivel de reabastecimiento** o **Punto de reorden** para la compra.
{% endhint %}

12. (Opcional) En **Opciones** pestaña, seleccione **El artículo no es descontable en el POS**.
13. Haga clic en **Guardar y cerrar**.


---

# 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/store-manager/manage-items/bag-fees-and-bag-taxes/setting-up-bag-fees.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.
