> 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/readme-1/work-with-work-orders/orders-adding-due-date.md).

# Agregar una fecha de vencimiento a una orden de trabajo

1. Cree un nuevo pedido o recupere un pedido existente.
2. Toca **Pedidos** | **Detalles del pedido** | **Vencimiento del pedido**.
3. En la pantalla **Vencimiento del pedido** pantalla, ingrese la fecha en la que el pedido debe estar listo para recoger.

Puede ingresar la fecha manualmente o hacer clic en el icono del calendario y seleccionar una fecha.

<div align="left"><img src="/files/01444d38eb405cd9d20984c8cfc0b5c259d649c5" alt=""></div>

4. Toca **Aceptar**.
5. Finaliza la creación del pedido.

La fecha de vencimiento se muestra en el resumen de la transacción en la pantalla Transacción.

<div align="left"><img src="/files/01444d38eb405cd9d20984c8cfc0b5c259d649c5" alt=""></div>

{% hint style="success" %}
Puede que la política de su tienda sea imprimir un informe de los pedidos que vencen en una fecha específica. El **Informe de pedidos (detallado)**, ubicado bajo **Informes** | **Informes activos** | **Personalizada** | **Pedidos** en Store Manager, se puede usar para imprimir una lista de pedidos que deben completarse en el día hábil actual o siguiente.
{% 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/readme-1/work-with-work-orders/orders-adding-due-date.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.
