# Invoices

In the "Invoices" tab in the voyage drawer, you can efficiently see and manage the Pending Receivable/Payable document lines, as well as the Invoices connected to the voyage. The tab is only visible to voyages that do not have status "Estimate".

### Pending Receivable & Pending Payable

The sections show you a list of all document lines that have not yet been *assembled*. Clicking on any of them allows you to edit some of the fields. Selecting one or more document lines will allow you to assemble them.

<figure><img src="/files/xxjAQsVpEB6DmyZo8lBk" alt=""><figcaption><p>A document line has been selected, and the Assemble button appears</p></figcaption></figure>

### Invoices

The invoice-section shows a list of all assembled invoices connected to the voyage. There er multiple filters to allow you to quickly find the invoice you are looking for. Clicking on an invoice will open a [Document drawer](/release-6.41/voyage-management-system/step-by-step-guides/invoices/invoice-drawer.md), showing more details.

#### View Line Items

{% tabs %}
{% tab title="View Document Items" %}

<figure><img src="/files/H3fpRWIomNTAafOXOmq2" alt=""><figcaption><p><em>The invoicing list of the voyage, filtered on documents</em></p></figcaption></figure>
{% endtab %}

{% tab title="View Line Items" %}

<figure><img src="/files/dLoNSxKeWL1qXdBVUgsn" alt=""><figcaption><p><em>The invoicing list of the voyage, filtered on document lines</em></p></figcaption></figure>
{% endtab %}
{% endtabs %}

**Tip:** hovering over a Document Text that isn't displayed fully will show the entire text.&#x20;

At the top left, above the list, you can click a button that says *View Line Items* which will swap out the documents in the list with the document lines of the documents on the voyage. This list has document line-specific columns and filters, however clicking one of the document lines will open it's corresponding Document drawer. This is the same if you do **not** click on View Line Item; you will have the corresponding documents of the voyage, along with its own columns and filters. The Document drawer will also open here.&#x20;

#### Filters Overview

<table><thead><tr><th>Documents</th><th>Document Lines</th><th data-hidden></th></tr></thead><tbody><tr><td>All / Receivable / Payable</td><td>All / Receivable / Payable</td><td></td></tr><tr><td>Business Partner</td><td>Account</td><td></td></tr><tr><td>Invoice Status</td><td>Port</td><td></td></tr><tr><td></td><td>Business Partner</td><td></td></tr><tr><td></td><td>Cargo Reference</td><td></td></tr></tbody></table>

{% hint style="info" %}
Read more here: [Invoices](/release-6.41/voyage-management-system/step-by-step-guides/invoices.md)
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.dataloy.com/release-6.41/voyage-management-system/step-by-step-guides/voyages/maintain-voyages/invoices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
