{% extends 'entreprise/entreprise_base.html.twig' %} {% block title %}Bureau | {{ entreprise.raisonSociale }}{% endblock %} {% block stylesheets %} {{ parent() }} {# On lie le nouveau fichier CSS externe ici #} {% endblock %} {% block body %} {% include 'flash_messages.html.twig' %}
{# --- EN-TÊTE --- #}

Tableau de bord : {{ entreprise.raisonSociale }}

{# FORMULAIRE DE FILTRE PAR ANNÉE #}
{{ "now"|date("d/m/Y") }}
{# --- ACTIONS RAPIDES --- #} {# --- COMPTEURS (Tiles) --- #}
Patrimoine
{{ stats.biens|default(0) }} Appartements
Gérés
Locataires
{{ stats.locataires|default(0) }} Inscrits
En contrat
Interventions
{{ kpi.countInterventions|default(0) }} Maintenance
Travaux
{# --- GRAPHIQUES --- #}
Flux de trésorerie ({{ anneeSelectionnee }})
Répartition des Travaux
{# --- KPI FINANCIERS DÉTAILLÉS --- #}
Recettes perçues ({{ anneeSelectionnee }})
{{ kpi.totalEncaisse|format_money }}
{{ kpi.tauxRecouvrement|round }}% de recouvrement
Maintenance appartements
{{ kpi.totalDepenses|format_money }}
Total des factures travaux
Impayés & Retards
{{ kpi.montantImpayes|format_money }}
Total des impayés sur le lot
{% endblock %}