@push('css') {{-- Select2 --}} @endpush
AÇÃO | @endifPRODUTO | CC | DIV | QTD | UN | VALOR UN. | VALOR TOTAL |
---|---|---|---|---|---|---|---|
delete | @endif@if (!empty($itens->item)) @else | transferkey ? 'disabled' : '' }} style="text-align: right;" step="0.01" class='form-control input-sm'style='width:100%;' type="text" name="qtd[]" value="{{ isset($itens) ? number_format($itens->qtd, 2, ',','') : old('qtd') }}" onblur="updateValorItem(this)" oninput="formatarEntradaNumerica(this);updateValorItem(this)" > | transferkey ? 'disabled' : '' }} class='form-control input-sm'style='width:100%;' type="text" name="un[]" value="{{ isset($itens) ? $itens->un : old('un') }}"> | transferkey ? 'disabled' : '' }} style="text-align: right;" step="0.01" class='form-control input-sm'style='width:100%;' type="text" name="valorun[]" value="{{ isset($itens) ? number_format($itens->valorun, 2, ',','') : old('valorun') }}" onblur="updateValorItem(this)" oninput="formatarEntradaNumerica(this);updateValorItem(this)"> | transferkey ? 'disabled' : '' }} style="text-align: right;" step="0.01" class='form-control input-sm'style='width:100%;' type="text" name="valoritem[]" value="{{ isset($itens) ? number_format($itens->valoritem, 2, ',','') : old('valoritem') }}" readonly> | ||
VALOR DOS ITENS: | @if ($errors->has('valornf')) {{ $errors->first('valornf') }} @endif | ||||||
VALOR DO DESCONTO (-): | @if ($errors->has('descontonf')) {{ $errors->first('descontonf') }} @endif | ||||||
VALOR TOTAL: | @if ($errors->has('totalnf')) {{ $errors->first('totalnf') }} @endif |
ID | NF | Parcela | Total | Status | VENCIMENTO |
---|---|---|---|---|---|
{{ $parcela->nf->idnf }} |
{{ $parcela->parcela }} / {{ $parcela->nf->qtdparcela }} |
R$ {{ number_format($parcela->valor, 2, ',', '.') }} |
{{ $parcela->status }} |
{{ date('d/m/Y', strtotime($parcela->datavencimento)) }} |