Situation financière
Suivi du solde et des éléments non rapprochés.
Total solde
@if(!empty($totalBalance))
{{ number_format($totalBalance, 3, '.', ' ') }}
@else
0.000
@endif
dt
Factures Non Rapp
@if(!empty($totalInvoices))
{{ number_format($totalInvoices, 3, '.', ' ') }}
@else
0.000
@endif
dt
Règlements Non Rapp
@if(!empty($totalCheckouts))
{{ number_format($totalCheckouts, 3, '.', ' ') }}
@else
0.000
@endif
dt
RS Non Rapp
@if(!empty($totalRetenues))
{{ number_format($totalRetenues, 3, '.', ' ') }}
@else
0.000
@endif
dt
Impayés Non Rapp
@if(!empty($totalUnpaids))
{{ number_format($totalUnpaids, 3, '.', ' ') }}
@else
0.000
@endif
dt
Règ. Imp Non Rapp
@if(!empty($totalUnpaidCheckouts))
{{ number_format($totalUnpaidCheckouts, 3, '.', ' ') }}
@else
0.000
@endif
dt