> 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/transferring-item-from-offline-inventory-out-store.md).

# Transferir un artículo fuera del inventario fuera de línea

1. Haga clic en **Inventario/Compras**.
2. Haga clic en **Inventario sin conexión**.
3. Haga clic en el **Buscar** campo y busque el artículo.
4. Seleccione el artículo.
5. Haga clic en una de las siguientes opciones:

* Haga clic en **Al principal** si desea transferir el artículo del inventario sin conexión al inventario principal de la tienda. Por ejemplo, podría hacer esto si desea mover artículos reparados al inventario principal de la tienda para su venta.
* Haga clic en **Transferir fuera** si desea transferir el artículo del inventario sin conexión fuera de la tienda. Por ejemplo, podría hacer esto si desea enviar un artículo dañado a un proveedor como crédito.

6. (Opcional) Si hizo clic en **Al principal**, haga clic en **Sí** para confirmar que desea transferir el artículo al inventario principal de la tienda.

{% hint style="info" %}
Toda la cantidad sin conexión del artículo se mueve al inventario principal de la tienda. No puede especificar una cantidad para mover al inventario principal.
{% endhint %}

7. (Opcional) Si hizo clic en **Transferir fuera**:
   1. En la pantalla **Encabezado** pestaña, introduzca la información de envío.
   2. Haga clic en **Enviar**.
   3. En la pantalla **Contabilización** pestaña, introduzca la información de entrega.
   4. Haga clic en **Confirmar**.
   5. Haga clic en **Aceptar** para confirmar que desea actualizar las cantidades en la base de datos de la tienda.
   6. Haga clic en **Enviar todo**.
   7. Haga clic en **Aceptar** para confirmar.


---

# 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/transferring-item-from-offline-inventory-out-store.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.
