{% extends "compta/base.html" %} {% block titre %}Global{% endblock %} {% block content %} {% if bareme_manquant %}
Une activité avec du CA n'a pas de barème {{ annee }}. Ajoute-le dans Barèmes.
{% endif %}
CA HT encaissé (total)
{{ ca_ht }} €
Cotisations URSSAF
{{ cotisations_urssaf|default:"—" }} €
Impôt — versement libératoire
{{ versement_liberatoire|default:"—" }} €
TVA à reverser
{{ tva_a_reverser }} €
{{ tva_collectee }} collectée − {{ tva_deductible }} déductible
{% if tva_autoliquidee %}
dont {{ tva_autoliquidee }} € auto-liquidée
{% endif %}

Ventilation par activité

{% for l in lignes_activite %} {% endfor %}
ActivitéCA HT% plafondURSSAFImpôt (VL)Revenu imposable
{{ l.label }} {{ l.ca_ht }} € {% if l.pct_seuil_ca is not None %}{{ l.pct_seuil_ca }} %{% else %}—{% endif %} {% if l.cotisations is not None %}{{ l.cotisations }} €{% else %}—{% endif %} {% if l.versement_liberatoire is not None %}{{ l.versement_liberatoire }} €{% else %}—{% endif %} {% if l.revenu_imposable is not None %}{{ l.revenu_imposable }} €{% else %}—{% endif %}
Total{{ ca_ht }} €{{ cotisations_urssaf|default:"—" }} €{{ versement_liberatoire|default:"—" }} €{{ revenu_imposable|default:"—" }} €
CA HT mensuel
Exports CSV
{% endblock %} {% block scripts %} {% endblock %}