> For the complete documentation index, see [llms.txt](https://docs.dataloy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataloy.com/release-8.33/voyage-management-system/step-by-step-guides/finance/invoices/invoices-list.md).

# Invoices List

Depending on the level of detail you are looking for, you can opt to view at an invoice level or for more information you can opt for a flat view of all line items in the invoice.

<div><figure><img src="https://content.gitbook.com/content/T536CY4tvH0JL2iWyQY8/blobs/tjDfwpb1i097CY6Jr6M6/Screenshot%202026-09-24%20at%2015.11.22.png" alt=""><figcaption></figcaption></figure> <figure><img src="https://content.gitbook.com/content/T536CY4tvH0JL2iWyQY8/blobs/I1TZncNuPmSrEHZuiScV/Screenshot%202026-09-24%20at%2015.11.27.png" alt=""><figcaption></figcaption></figure></div>

### Invoice Level List

This list is showing all invoices with status Assembled, Ready For Posting, and Posted. Numerous filter-options are available, such as accounts receivable/payable, companies, voyages et cetera. All of these filters are persistent across all four tabs, except status and accounts which is only displayed on the Invoices tab.

![The quick-filters available for the invoices- and pending-lists.](https://content.gitbook.com/content/T536CY4tvH0JL2iWyQY8/blobs/PCGeFA2Q1bq37MSKCMRW/Skjermbilde%202023-11-16%20kl.%2015.49.50.png)

The Status filter allows you to filter on both Voyage and Invoice Status. By clicking on the More-filter, options for Port, Currency, Account, External Document No, Responsible Operator, Responsible Accountant, and Responsible Charterer can be selected.

<div align="center"><figure><img src="https://content.gitbook.com/content/T536CY4tvH0JL2iWyQY8/blobs/1bTuDhEwbicCfilpys5u/Skjermbilde%202023-11-16%20kl.%2015.56.40.png" alt=""><figcaption></figcaption></figure> <figure><img src="https://content.gitbook.com/content/T536CY4tvH0JL2iWyQY8/blobs/hslcYNSMCFZ9tnG5SEVf/Screenshot%202024-10-18%20at%2009.22.47.png" alt=""><figcaption><p>The quick-filters under 'More'</p></figcaption></figure></div>

The search field makes it possible to query for specific invoices based on numerous options. The options include document number, document text, external document number, internal comment, invoice text, business partner name, vessel name, and voyage reference. All of the invoices where one or more of these options include the search string will be shown.

<figure><img src="https://content.gitbook.com/content/T536CY4tvH0JL2iWyQY8/blobs/0FmQcOA6e5o7UsaRuTLD/Screenshot%202024-10-18%20at%2009.42.58.png" alt=""><figcaption><p>The search field</p></figcaption></figure>

By clicking the ![](https://content.gitbook.com/content/T536CY4tvH0JL2iWyQY8/blobs/S009nLojgIZKL3Jg9b4X/sort_by_alpha-24px.svg)-icon you will see the sorting options available. By default the list is sorted by created date in descending order.

![The sorting options for the Invoices List](https://content.gitbook.com/content/T536CY4tvH0JL2iWyQY8/blobs/Vtja4E8LeJTxghYJ3BmT/Skjermbilde%202023-11-16%20kl.%2016.02.48.png)

To the right of the Sorting button there is a button ![](https://content.gitbook.com/content/T536CY4tvH0JL2iWyQY8/blobs/eIr1HlUu6YSbN6supgIj/view_column_rounded_24px.svg) that allows you to [Customise Columns](/release-8.33/voyage-management-system/step-by-step-guides/customising-list-columns.md).&#x20;

<figure><img src="https://content.gitbook.com/content/T536CY4tvH0JL2iWyQY8/blobs/X6XN01uOqCDAp2yhNPL2/image.png" alt="" width="336"><figcaption><p>Customisable columns in invoices list</p></figcaption></figure>

Due to the extensive amount of data being displayed, some columns are hidden by default to prevent visual clutter. If you wish to see the following columns, you can turn them on in the customise columns menu.

* External Document No
* Due Date
* Aging

### Line Item List in Invoices

This flat list is geared towards exposing all available line items within each invoice. The value with this view comes when advanced filters are applied down to a finite document line level, and the list of results will now show all matching lines, rather than only showing the 'parent' invoice they came from.

<figure><img src="https://content.gitbook.com/content/T536CY4tvH0JL2iWyQY8/blobs/MdC0ffmGk4ghCvAeNkR5/Screenshot%202026-09-24%20at%2015.16.59.png" alt=""><figcaption></figcaption></figure>

This new tab will also allow users to refine their lists using advanced filters, and saved views specific to this list, separate to the views in the invoice level list.


---

# 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.dataloy.com/release-8.33/voyage-management-system/step-by-step-guides/finance/invoices/invoices-list.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.
