{{ $this->form }}
@php($hdr = $this->getHeaderSummary()) @php($delta = (float) ($hdr['delta'] ?? 0)) @php($isBilanciata = (bool) ($hdr['is_bilanciata'] ?? false)) Totali e Quadratura
Totale Dare
€ {{ number_format((float) ($hdr['totale_dare'] ?? 0), 2, ',', '.') }}
Totale Avere
€ {{ number_format((float) ($hdr['totale_avere'] ?? 0), 2, ',', '.') }}
Quadratura (delta)
€ {{ number_format($delta, 2, ',', '.') }}
@if($isBilanciata) Registrazione bilanciata @else Sbilancio: € {{ number_format(abs($delta), 2, ',', '.') }} @endif
Funzioni base
Memorizza Annulla