Totale da pagare
{{ number_format((float) ($box['da_pagare']['importo'] ?? 0), 2, ',', '.') }} €
Fonte: {{ (string) ($box['da_pagare']['source'] ?? 'n/d') }}
AdE (staging)
{{ (int) ($box['ade']['count'] ?? 0) }} — {{ number_format((float) ($box['ade']['lordo'] ?? 0), 2, ',', '.') }} €
FE importate
{{ (int) ($box['fe']['count'] ?? 0) }} — {{ number_format((float) ($box['fe']['totale'] ?? 0), 2, ',', '.') }} €
FE contabilizzate
{{ (int) ($box['fe']['contabilizzate'] ?? 0) }}
Da pagare (contabilità)
{{ (int) ($box['contabilita']['aperte_count'] ?? 0) }} — {{ number_format((float) ($box['contabilita']['aperte_netto'] ?? 0), 2, ',', '.') }} €
Pagate (contabilità)
{{ (int) ($box['contabilita']['pagate_count'] ?? 0) }} — {{ number_format((float) ($box['contabilita']['pagate_netto'] ?? 0), 2, ',', '.') }} €
RA da versare
{{ number_format((float) ($box['ra']['da_versare'] ?? 0), 2, ',', '.') }} €
RA versata
{{ number_format((float) ($box['ra']['versata'] ?? 0), 2, ',', '.') }} €
RA compensata
{{ number_format((float) ($box['ra']['compensata'] ?? 0), 2, ',', '.') }} €