Vue d'ensemble de vos locations
{fmt(totalIncome)}
{fmt(totalExpense)}
{fmt(totalBalance)}
{occupancyRate}%
| Catégorie | Montant | % |
|---|---|---|
|
{c.category}
|
{fmt(c.amount)} | {totalCatExpense > 0 ? ((c.amount / totalCatExpense) * 100).toFixed(1) : 0}% |
| Total | {fmt(totalCatExpense)} | 100% |
Aucune donnée
{:else}Aucune transaction
{:else}{t.description || t.category_name || '—'}
{fmtDate(t.date)} · {t.property_name}
Aucune occupation ce mois-ci
{:else}{e.title || (e.source === 'airbnb' ? 'Réservation Airbnb' : 'Occupation manuelle')}
{e.property_name}
{fmtDate(e.start_date)} → {fmtDate(e.end_date)}
{e.source === 'airbnb' ? 'Airbnb' : 'Manuel'}