> 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/fonctionnelle/facturation/facturation-par-modele-metier/facturations-periodiques.md).

# Facturations périodiques

La société **TESTO** commande **10** **Chaises** pour équiper son **nouveau local**. Conformément à l’accord établi, une **facture mensuelle** lui sera adressée.

La première étape consiste à **définir la périodicité de facturation** du client.\
Pour cela, rendez-vous dans **Vente > Clients > Clients**, puis dans l’onglet **\[Conditions]**, activez **|Facturation périodique|** et sélectionnez **« Mensuelle »**.

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

La **prochaine date de facturation** est alors **calculée automatiquement**.

Ensuite, procédez à la **création de la commande**, puis cliquez sur **\[\[Enregistrer]]**.

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

Puis, préparez la commande via **Vente > Commandes > Commandes**, en sélectionnant la **commande concernée** et en cliquant sur **\[\[Bon de préparation]]**.<br>

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

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

Choisissez le **préparateur**, cliquez sur **\[\[OK]]**, puis **validez**.

<figure><img src="/files/1PiT9UkThCwr7j9h7BP8" alt=""><figcaption></figcaption></figure>

Finalisez ensuite en **validant le bon de livraison**.

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

Une **ligne à facturer** est alors **générée automatiquement** à la **date prévue**, visible dans **Vente > Facturation > Lignes à facturer**.

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

À noter que **chaque bon de livraison (BL)** émis pour **TESTO** génère automatiquement une **ligne à facturer**, qui sera **facturée à la prochaine échéance**.

Pour finaliser la facturation, il suffit de **sélectionner la ligne à facturer** et de cliquer sur **\[\[Facturer]]**.


---

# 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/fonctionnelle/facturation/facturation-par-modele-metier/facturations-periodiques.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.
