// Tesoreria module const Tesoreria = () => { const T = window.REGULA_EXT.treasury; return (
| Banca | IBAN | Saldo | Δ 24h | Valuta | Sync |
|---|---|---|---|---|---|
| {b.name} | {b.iban} | {b.balance.toFixed(1)} | 0 ? 'var(--green)' : b.delta < 0 ? 'var(--red)' : 'var(--muted)' }}> {b.delta > 0 ? '+' : ''}{b.delta.toFixed(1)} | {b.currency} | {b.lastSync} |
| Totale consolidato | 42.8 M€ | +0.2 | |||
| Data | Da | A | Tipo | Importo |
|---|---|---|---|---|
| {t.date} | {t.from} | → {t.to} | {t.type} | {t.amount.toFixed(1)} M€ |
| Data | Controparte | Società | Importo |
|---|---|---|---|
| {s.date} |
{s.counterparty}
{s.type}
|
{s.company} | {s.amount > 0 ? '+' : ''}{s.amount.toFixed(2)} M€ |