> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/documentation-simax-anglais/functional/invoicing/the-periodic-invoicing.md).

# The periodic invoicing

## Context:

Testo orders a corner sofa for its new premises. In accordance with the agreement, an invoice will be sent to it every month.

## Implementation in Simax&#x20;

The first thing to do is to set Testo's billing frequency.

To do this, go to **Sales > Customer > Customers**, then **\[Conditions]**, **|Periodic invoicing|**, and select “Monthly.”

<figure><img src="/files/2AkTod00D1VhPpw7bQx6" alt=""><figcaption></figcaption></figure>

The next invoice date is 12/01/2024, calculated automatically.

As before, we will create the order and **\[\[Save]]**.

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

Then, we prepare the order in **Sales> Order> Orders**, by selecting the order and clicking on **\[\[Preparation voucher]]**.

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

We choose the preparer, then **\[\[ok]]**.

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

And let's validate it.

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

And finally, we save the delivery note.

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

An invoice line is then created on 11/11/2024 in **Sales > Invoicing > Lines to invoice.**

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

Please note that each time a delivery note is issued in favor of Testo, an associated invoice line will be created and issued on the next invoice date.

To invoice, simply select the line to be invoiced and click on **\[\[Single Invoice]]**.


---

# 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://doc.simax.fr/documentation-simax-anglais/functional/invoicing/the-periodic-invoicing.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.
