> For the complete documentation index, see [llms.txt](https://academy.trowelapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.trowelapp.com/facturacion/albaranes.md).

# Albaranes

En “**Facturación/Albaranes**” puedes llevar la gestión de tus albaranes. Desde aquí puedes crear, editar y eliminar tus albaranes y realizar otra serie de acciones que describimos a continuación.

<figure><img src="/files/gcX0RTKR9Id1igZJiXZT" alt=""><figcaption><p>Accediendo a "Facturación/Albaranes".</p></figcaption></figure>

En el listado dispones en la parte superior del acceso al filtro general, del **filtro de fecha** (por defecto configurado al año actual) y de los botones para **crear** un nuevo albarán, **editarlo** o **exportar** los datos que necesites.

Pulsando en el icono de **filtro** puedes acceder al filtro, en el cual tienes diferentes opciones de filtrado de los datos.

<figure><img src="/files/sAfiVdz7xDlS21S8dGvY" alt=""><figcaption><p>Listado de albaranes y filtro.</p></figcaption></figure>

El listado se ordena por **fecha** de los albaranes, la cual se muestra en la primera columna. En la columna siguiente se muestra el **estado de** “**A*****probación***” (<mark style="color:yellow;">Recibido</mark>, <mark style="color:green;">Aprobado</mark>, <mark style="color:red;">No aprobado</mark>) del albarán. En las sucesivas columnas aparecen otros datos como el número de albarán junto con una etiqueta que da cuenta de tu tipo, nº de factura asociada, la imputación, y la valoración económica del albarán si es que se han introducido los precios de los artículos.

En el listado puede aparecer la etiqueta "<mark style="color:orange;">Pendiente de imputar</mark>". Trowel muestra esta etiqueta cuando la imputación del albarán no está realizada, o esta realizada parcialmente. **Debes tener el panel limpio de estas etiquetas**, ya que cuando aparecen, quiere decir que hay dinero que no ha sido imputado.

Para que la etiqueta "Pendiente de imputar" no aparezca debes imputar el albarán **a la obra** (a la obra y a la compra de obra).

<figure><img src="/files/9XPjkLsLiIgDIETYaRoc" alt=""><figcaption><p>Etiqueta "Pendiente de imputar".</p></figcaption></figure>


---

# 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://academy.trowelapp.com/facturacion/albaranes.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.
