> For the complete documentation index, see [llms.txt](https://manual.unosofbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.unosofbooks.com/buena-practicas/post-cosecha/lista-de-prioridad-por-processar/lista-prioridad-de-inventario.md).

# Lista Prioridad de Inventario

Usar la opción **Inventory Priority IPAD.** Esta opción contiene una lista de todos los pedidos por prioridad, el sku y la cantidad que se necesita processar por día. También, permite distinguir entre los SKUS de color y SKU de una variedad real atravez de la columna RECIPE. RA en caso de un SKU de color, y nada en caso de SKu de variedad real.

{% hint style="success" %}
Link: [https://farm.unosof.com/index.cfm?event=Inventory.Priority.List](https://elite.unosof.com/index.cfm?event=Inventory.Priority.List)
{% endhint %}

![](/files/-MbHnLd0CXKaeJhMFhOU)

### **Significado de los colores**

La tabla es presentada por colores para identificar los días.

**Rojo:** Este color representa el día 0, es decir, el día de hoy. En este caso, todos los que estan en rojo es lo que se debe procesar para el día de hoy.

![](/files/-MbHvsY9ANWrVdCyehXG)

**Amarillo:** Presenta el de mañana o día 1. Todos los que estan en amarrillo es lo que se debe procesar para el día de mañana.

![](/files/-MbHvB-x7WlIV89ysN5_)

**Verde:** La ordenes de este color son para el día después mañana o día 1+1

![](/files/-MbHw8zCwHgDD0jqDvqQ)

**SKU de Color(1):**&#x20;

{% hint style="info" %}
**Basic Rule:** Revise the Recipe to see which varieties can be processed to fill the demand. Next, print the stickers with the labels that are being shown in the priority list.
{% endhint %}

**SKU de una variedad real(2)**

![](/files/-Mad9iyVXRyper_XRPys)


---

# 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://manual.unosofbooks.com/buena-practicas/post-cosecha/lista-de-prioridad-por-processar/lista-prioridad-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.
