> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/es/informes/informes-de-inventario.md).

# Informes de inventario

***

#### **¿Cómo superviso los artículos que necesitan reposición?**

Usa la **Estado de reabastecimiento** fórmula en la **Inventario y movimientos** sección de <mark style="color:$primary;">`Informes`</mark> > <mark style="color:$primary;">`Inventario`</mark>. Marca los artículos cuya cantidad ha caído por debajo de su nivel de stock de seguridad.

<figure><img src="/files/fdfbb258d0e170282c4408b9bf663d3e241c030e" alt=""><figcaption></figcaption></figure>

{% hint style="warning" icon="lightbulb" %}
Asegúrate de haber configurado un [**Seguridad** **stock**](/docs/es/otras-funciones/low-stock-alert.md) atributo de (umbral de reposición) con antelación.
{% endhint %}

#### **¿Aparecerán los artículos eliminados en mi informe de inventario?**

No. Los informes solo incluyen los artículos actualmente registrados en tu equipo. Para conservar un registro de los artículos antes de eliminarlos, exporta primero tu inventario a Excel.

#### **¿Qué sucede cuando actualizo el costo o el precio de un artículo?**

Los informes usan el *actual* costo y precio, no el valor histórico. Los valores anteriores no se conservan, por lo que los informes pueden diferir de lo que verías según precios anteriores.

Para conservar los datos históricos:

* Exporta los informes regularmente a Excel, o
* Usa <mark style="color:$primary;">`Compras y ventas`</mark> para registrar el costo y el precio en el momento de cada transacción (el pedido conserva sus valores originales).

#### **No encuentro los datos que busco en mi informe de inventario.**

Prueba <mark style="color:$primary;">`Analítica personalizada`</mark> — te permite seleccionar campos específicos y crear tus propios cálculos para mostrar métricas que no están en los informes predeterminados.

{% content-ref url="/spaces/OyCqJ8yqobAQc4v6VYTI/pages/1568a75dbc7eb1d69409a6468cecc80c228419d5" %}
[Analítica personalizada](/docs/es/otras-funciones/custom-analytics.md)
{% endcontent-ref %}


---

# 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://www.boxhero.io/docs/faq/es/informes/informes-de-inventario.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.
