> 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/tresorerie/encaissements-client/saisie-des-paiements/paiement-dun-acompte.md).

# Paiement d'un acompte

Un **acompte client** est une somme d’argent versée par le client **avant la livraison du bien ou l’exécution complète du service**.

#### Contexte :&#x20;

L’entreprise **MASOCIETE** reçoit une commande pour **500 flyers** de la part du client **Le Petit rapporteur**.\
Le devis prévoit un **acompte de 40 %**, soit 400 €.&#x20;

Le client effectue le virement. Le service comptable enregistre ce paiement et constate qu'à droite de la fiche, il est possible de voir **le solde actuel du compte bancaire** et le **montant de l’acompte qui sera ajouté** une fois le règlement validé.<br>

Cela permet à **MASOCIETE** de suivre l’impact immédiat sur sa trésorerie tout en sécurisant une partie de la commande.

#### Implémentation&#x20;

Voici par exemple une commande d'un client, avec l'acompte de 40% :&#x20;

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

Ainsi, la facture d'acompte créée via **Vente > Facturation > Factures d'acompte.**&#x20;

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

**\[\[Enregistrez]]**, et dans **Trésorerie > Gestion des encaissements > Règlement acompte client.** Vous verrez que le montant de l'acompte augmentera le solde du compte actuel.

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

{% hint style="success" %}
Si le module **Compta** est activé, les **écritures de règlement** sont générées automatiquement et le **lettrage** s’effectue de manière automatique.
{% endhint %}


---

# 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/tresorerie/encaissements-client/saisie-des-paiements/paiement-dun-acompte.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.
