> 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/configure-pos-and-store-manager/store-financials/setting-up-item-taxes.md).

# Impuestos de artículos

1. Haga clic en **Configuración**.
2. Expandir **Financiero**.
3. Haga clic en **Impuestos por artículo**.
4. Realice una de las siguientes acciones:

* Para agregar un nuevo impuesto por artículo, haga clic en **Nuevo**.
* Para editar un impuesto por artículo existente, selecciónelo y haga clic en **Editar**.
* Para copiar un impuesto por artículo existente, selecciónelo y haga clic en **Copiar**. Debe ingresar un nuevo **Descripción** y **Código**, pero todos los demás valores se copian.

5. Ingrese información sobre el impuesto por artículo.

<details>

<summary><img src="/files/96cb7863918669fe3cf39b3a118a1fad4217f868" alt="" data-size="original"></summary>

<table><thead><tr><th width="249.5555419921875" valign="top">Campo</th><th valign="top">Descripción</th></tr></thead><tbody><tr><td valign="top">Descripción</td><td valign="top">El nombre del tipo de impuesto por artículo.</td></tr><tr><td valign="top">Código</td><td valign="top">Un código único para el tipo de impuesto por artículo, por ejemplo, licor, tabaco, ropa.</td></tr><tr><td valign="top">Calcular el impuesto sobre (Precio-Costo) en lugar de Precio</td><td valign="top">Seleccione esta opción si desea calcular el impuesto usando precio - costo en lugar de precio.</td></tr><tr><td valign="top">Calcular el impuesto sobre el Costo en lugar de Precio</td><td valign="top">Seleccione esta opción si desea calcular el impuesto sobre el costo del mayorista en lugar del precio.</td></tr><tr><td valign="top">Calcular el impuesto sobre el Peso del artículo en lugar de Precio</td><td valign="top">Seleccione esta opción si desea calcular el impuesto como una cantidad fija por artículo, por ejemplo, impuesto especial, en lugar de precio. Por ejemplo, si el impuesto especial es de $0.05 por mililitro, el precio de venta es de $10.00, el costo es de $7.00 y el valor en el campo Peso del artículo es 100, el impuesto calculado será de $5.00 ($0.05 x 100 = $5.00).</td></tr><tr><td valign="top">Aplicar los impuestos individuales en el siguiente orden</td><td valign="top">Seleccione todos los impuestos que se aplican al tipo de artículo, en el orden en que desea que se muestren en la pantalla del POS. Seleccione En recibo si también desea mostrar los impuestos sobre las ventas en el recibo.</td></tr></tbody></table>

</details>

6. 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/configure-pos-and-store-manager/store-financials/setting-up-item-taxes.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.
