@if(!$add && !$update)Uscite @else Inserimento/modifica uscita @endif

@if(!$add && !$update) @endif
@if(!$add && !$update)
@if(false)
@endif
N° Fattura Data Importo Fornitore Causale Pagamento Stato ...

@else

@if (session()->has('error')) @endif
Tipologia
@if($commercial == 1) {{-- N° Fattura
--}}
N° Fattura
@endif
Data
Data Pagamento
Fornitore @error('supplier_id')
{{ $message }}
@enderror
Metodo di pagamento
@error('payment_method_id')
{{ $message }}
@enderror
Origine
@error('origin_id')
{{ $message }}
@enderror
Allegato
@if ($attachment_old != '')
Allegato presente: Visualizza
@endif

Clicca per selezionare o trascina qui il file

Formati: Immagini, PDF, Word, XML, TXT, CSV, Excel
Dimensione massima: 10MB
@if($attachment)
Nuovo allegato selezionato: {{ $attachment->getClientOriginalName() }}
Dimensione: {{ number_format($attachment->getSize() / 1024, 1) }} KB @if($attachment->getSize() > 10 * 1024 * 1024) File di grandi dimensioni @endif
@endif @error('attachment')
{{ $message }}
@enderror
@foreach($rows as $idx => $row)
Causale
@if(false) @error('causal_id')
{{ $message }}
@enderror @endif @error('rows.'. $idx . '.causal_id') {{ $message }} @enderror
Dettaglio causale
Imponibile
@if($add) @endif @if($update) @endif @error('rows.'. $idx . '.imponibile') {{ $message }} @enderror
@if($commercial)
Aliquota IVA
@if($add || $update ) @error('rows.'. $idx . '.aliquota_iva') {{ $message }} @enderror @endif
@endif
Importo
@if($add) @endif @if($update) @endif @error('rows.'. $idx . '.amount') {{ $message }} @enderror
Periodo
@if($multiP)
Dal mese
Anno
Dal mese
Anno
@else
@foreach($row["when"] as $xxx => $w)
Mese
Anno
Valore {{$this->currencyToDouble($rows[$idx]["amount"]) > 0 ? formatPrice($this->currencyToDouble($rows[$idx]["amount"]) / sizeof($rows[$idx]["when"])) : ""}}

@endforeach
@endif


@if($idx > 0)

@endif
@endforeach
@if($add) @endif @if($update) @endif
@endif
@push('scripts') @endpush @push('scripts') @endpush