> 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/dematerialisation-e-facturation/e-reporting.md).

# e-Reporting

{% updates format="full" %}
{% update date="2026-07-21" %}

## 📢Nouveauté (P-2026.281)

**Envoi** d'e-Reporting vers un **Plateforme Agréée au norme AFNOR (Iopole)**.
{% endupdate %}
{% endupdates %}

La **réforme de la facturation électronique** couvre également certaines opérations réalisées hors **B2B domestique** (France–France). L’**e-reporting** répond à cette partie du dispositif.

L’**e-reporting** permet aux entreprises de transmettre à l’**administration fiscale** certaines **données de transaction** et de **paiement**. Il concerne les opérations qui ne relèvent pas de l’**e-facturation** classique.

Concrètement, l’entreprise prépare un **état récapitulatif** de ses **transactions (vente / achat)** et de ses **encaissements**. Elle le transmet ensuite à une **plateforme agréée (PA)**.

{% hint style="info" %}
À retenir :

* Pour les **factures de vente**, la **plateforme agréée** ne transmet pas la facture au **client final**.
* Les données transmises ne suivent pas de **cycle de vie**. La transmission reste **unidirectionnelle**.
  {% endhint %}

Le **calendrier de mise en œuvre** de l’**e-reporting** suit les mêmes échéances que l’**e-facturation**. Il varie selon la taille de votre entreprise :

<figure><img src="/files/59UmuxFFJvelIWHOrMkf" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Les catégories d’entreprise sont définies comme suit :

* **PME** : effectif de **10 à 249 salariés** ou chiffre d’affaires inférieur à **50 millions d’euros**.
* **ETI** : effectif de **250 à 4 999 salariés** ou chiffre d’affaires inférieur à **1,5 milliard d’euros**.
* **GE** : effectif supérieur à **5 000 salariés** et chiffre d’affaires supérieur à **1,5 milliard d’euros**.
  {% endhint %}

{% hint style="success" %}
L’**e-reporting** s’applique au niveau de la **société**. Vous n’avez donc pas à le réaliser séparément pour chacun de vos **établissements**.
{% 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/dematerialisation-e-facturation/e-reporting.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.
