> 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-inventory/manage-offline-inventory/moving-item-to-offline-inventory.md).

# Mover un artículo al inventario fuera de línea

1. Haga clic en **Inventario/Compras**.
2. Haga clic en **Inventario sin conexión**.
3. Haga clic en **Nuevo**.
4. Haga clic en el **Buscar** campo y busque el artículo.
5. Seleccione el artículo y haga clic **Aceptar**.
6. (Opcional) Si su tienda requiere códigos de motivo para cambios de inventario, haga clic en el icono de exploración junto al **Código de motivo** campo, seleccione un motivo para mover el artículo al inventario sin conexión y haga clic en **Aceptar**.
7. En el **Comentario** campo, introduzca comentarios adicionales sobre por qué está moviendo el artículo al inventario sin conexión.
8. En el **Cantidad** campo, introduzca el número de artículos que desea mover al inventario sin conexión.

{% hint style="info" %}
Si el artículo tiene serialización, el **Cantidad** campo está deshabilitado.
{% endhint %}

9. (Opcional) Si el artículo tiene serialización:
   1. Haga clic en **Nuevo**.
   2. Seleccione el número de serie o los números de serie.
   3. Haga clic en **Guardar y cerrar**.

{% hint style="success" %}
Haga clic en **Todas** para seleccionar todos los números de serie de la lista, o pulse **Mayús** y **haga clic y arrastre** para seleccionar un rango de números de serie.
{% endhint %}

10. Haga clic en **Guardar y cerrar**. El artículo se mueve al inventario sin conexión en la cantidad que especificó.


---

# 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-inventory/manage-offline-inventory/moving-item-to-offline-inventory.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.
