# Invoices Simple and collective delivery notes

## Context:

MASOCIETE supplies various types of furniture for a range of businesses, regularly delivering items such as desks, bookshelves, armchairs, beds, and sofas.&#x20;

TESTO orders two office bookshelves for its new workspace. MASOCIETE delivers the bookshelves in a single delivery note upon receipt of the goods by TESTO. A simple invoice based on the delivery note is then generated.

AMB & ST, a company that is fitting out several floors in a large building, orders several items of furniture over a two-week period:

A first delivery for 20 armchairs,

A second for 20 desks,

A third for 3 sofas.

Each delivery is accompanied by a delivery note signed by Klein Franck. In order to simplify invoicing, MASOCIETE has decided to combine the three delivery notes into a single consolidated invoice at the end of the month.

## Implementation in Simax&#x20;

### The invoice simple delivery note

As before, you must create the order. Once the order has been created, you must create the corresponding delivery note by selecting the order and clicking on **\[\[Delivery note]].**

<figure><img src="/files/weRQ5VadPCoPDI0nJmDZ" alt=""><figcaption></figcaption></figure>

The delivery note created can now be found in **Stock > Delivery > Delivery Note.**

We can now proceed to create the invoice by selecting the delivery note and clicking on **\[\[Invoice]].**

<figure><img src="/files/UsVNnBfilAeMYInNOanp" alt=""><figcaption></figcaption></figure>

The order has been transferred to the invoice line. All that remains is to click on **\[\[Save]]** and send the invoice to TESTO.

<figure><img src="/files/geByPb7qVxsvL50pxAld" alt=""><figcaption></figcaption></figure>

### The invoice collective delivery notes

As before, we will create the orders and related delivery notes, with the following results.

<figure><img src="/files/pyiLwsmnCTOjU69Dedwz" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/D35sdc5lRZ8jMT55c9RC" alt=""><figcaption></figcaption></figure>

We can now proceed to create the collective invoice by selecting the delivery notes and clicking on **\[\[Collective Invoice]].**

<figure><img src="/files/96qWZj8wIMRyYVaxXajP" alt=""><figcaption></figcaption></figure>

The orders have been reported in the invoice lines, all that remains is to click on **\[\[Save]]** and send the invoice to AMB & ST.

<figure><img src="/files/qWi0qMQ1jYmLt4ushqhj" alt=""><figcaption></figcaption></figure>


---

# 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://doc.simax.fr/documentation-simax-anglais/invoicing/invoices-simple-and-collective-delivery-notes.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.
