{% extends "base.html" %} {% block title %}Journal comptable – AAZ Accounting{% endblock %} {% block page_title %}Journal comptable{% endblock %} {% block topbar_actions %} {% if batch_id %} {% endif %} ⬇ Exporter Sage {% endblock %} {% block content %}
| Date | Pièce | Libellé | Compte | Libellé compte | Débit | Crédit | TVA | Conf. | Statut | Actions | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ e.entry_date.strftime('%d/%m/%Y') }} | {{ e.piece_ref or '–' }} | {{ e.label[:55] }}{% if e.label|length > 55 %}…{% endif %} {% if e.is_formation %} FORM. {% endif %} | {{ e.account_number }} | {{ (e.account_label or '')|truncate(25, True, '…') }} | {% if e.debit %}{{ "%.2f"|format(e.debit) }}{% endif %} | {% if e.credit %}{{ "%.2f"|format(e.credit) }}{% endif %} | {% if e.tva_rate %} {% endif %} | {% set conf = e.classification_confidence %} {{ "%.0f"|format(conf * 100) }}% | {% if e.status.value == 'draft' %} Brouillon {% elif e.status.value == 'validated' %} Validé {% else %} Exporté {% endif %} | {% if e.status.value == 'draft' %} {% endif %} | |
| Aucune écriture. | |||||||||||