> 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/releases/old/3-51-10.md).

# 3.51.10

Fecha de lanzamiento: 20 de diciembre de 2024

## Gerente de tienda y gerente central

### Cambio en el flujo de trabajo de transferencias entre tiendas

A partir de la versión 3.51.10, después de que se libera una transferencia entre tiendas (de entrada o de salida), no se puede reabrir. Esto significa que la seleccionada **Transferir desde** y **Enviar a** las tiendas no se pueden cambiar después de que el estado de la transferencia se cambie a **Liberada**. Se recomienda como buena práctica no cambiar los detalles de la transferencia después de que el estado de la transferencia se cambie a **Liberada**.

{% hint style="info" %}
Esto está relacionado con un cambio en el flujo de trabajo de transferencias entre tiendas que se realizó en la versión 3.51.5. A partir de la versión 3.51.5, cuando se libera una transferencia de salida entre tiendas en la tienda de origen, la transferencia de entrada correspondiente se crea en la otra tienda.
{% endhint %}


---

# 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/releases/old/3-51-10.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.
