> For the complete documentation index, see [llms.txt](https://docv5.progbat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docv5.progbat.com/le-menu-principal/comptabilite/parametrage-comptable/comptes-de-tva.md).

# Comptes de TVA

<div align="left"><figure><img src="/files/xK4pNjlMxavfkarfnRCR" alt=""><figcaption></figcaption></figure></div>

Saisissez ici les comptes de TVA associés à chaque taux.

## Compte d'attente

Ce compte est actuellement utilisé pour comptabiliser les factures d'acompte :&#x20;

| compte                   | Débit | Crédit |
| ------------------------ | ----- | ------ |
| 411 - client             | 1000  |        |
| 419 - clients créditeurs |       | 1000   |
| 4457 - TVA encaissée     |       | 200    |
| 4458 - TVA en attente    | 200   |        |

Lors d'une prochaine évolution, le 419 sera crédité pour le montant hors taxes, permettant de ne plus utiliser le compte 4458.

## Les extensions

:arrow\_forward: <mark style="background-color:blue;">Au moment de l'export comptable :</mark>&#x20;

* Le logiciel analyse le taux de TVA appliqué à la ligne, et ajoute en fonction du taux une extension au compte de charge ou de produit, pour réaliser une ventilation par taux de TVA.
  * Si le compte utilisé est le 7041, et que l'extension choisie pour le taux à 20% est 20, le compte appliqué à l'écriture sera le 704120.

:arrow\_right: [**Retour au paramétrage comptable**](/le-menu-principal/comptabilite/parametrage-comptable.md)


---

# 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://docv5.progbat.com/le-menu-principal/comptabilite/parametrage-comptable/comptes-de-tva.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.
