@php $margem = $configGeral && $configGeral->margem_lateral_impressao > 0 ? $configGeral->margem_lateral_impressao : 5; @endphp
@if($config->logo != null)|
|
{{ $config->nome }}{{ $config->nome_fantasia }}CNPJ: {{ __setMask($config->cpf_cnpj, "###.###.###/####-##") }}Inscrição Estadual: {{ $config->ie }}{{ $config->rua }}, {{ $config->numero }}{{ $config->bairro }} {{ $config->cidade->nome }} ({{ $config->cidade->uf }}){{ $config->celular }} |
|---|
| Código | Descrição | Qtde | Vl Unit | Vl Total |
|---|---|---|---|---|
| {{ $i->produto->numero_sequencial }} | {{ $i->descricao() }} | @if(!$i->produto->unidadeDecimal()) {{ number_format($i->quantidade, 0, '.', '') }} @else {{ number_format($i->quantidade, 3, '.', '') }} @endif | {{ __moeda($i->valor_unitario) }} | {{ __moeda($i->sub_total) }} |
| Código | Descrição | Qtde | Vl Unit | Vl Total |
|---|---|---|---|---|
| {{ $i->produto->numero_sequencial }} | {{ $i->descricao() }} | @if(!$i->produto->unidadeDecimal()) {{ number_format($i->quantidade, 0, '.', '') }} @else {{ number_format($i->quantidade, 3, '.', '') }} @endif | {{ __moeda($i->valor_unitario) }} | {{ __moeda($i->sub_total) }} |
| Código | Descrição | Qtde | Vl Unit | Vl Total |
|---|---|---|---|---|
| {{ $i->produto->numero_sequencial }} | {{ $i->descricao() }} | @if(!$i->produto->unidadeDecimal()) {{ number_format($i->quantidade, 0, '.', '') }} @else {{ number_format($i->quantidade, 3, '.', '') }} @endif | {{ __moeda($i->produto->valor_unitario) }} | {{ __moeda($i->produto->valor_unitario * $i->quantidade) }} |
| Qtde total de itens Venda: | {{ number_format($qtdVenda, 0, '', '.') }} |
| Qtde total de itens Troca: | {{ number_format($qtdTroca, 0, '', '.') }} |
| Valor Total: | R$ {{ __moeda($item->valor_troca) }} |
| Frete: | R$ {{ __moeda($item->valor_entrega) }} |
| FORMA PAGAMENTO | VALOR PAGO |
|---|---|
| {{ \App\Models\Nfce::getTipoPagamento($item->tipo_pagamento) }} | R${{ __moeda($item->valor_troca) }} |
| Data da venda | {{ __data_pt($item->nfce ? $item->nfce->created_at : $item->nfe->created_at ) }} |
| Data da troca | {{ __data_pt($item->created_at) }} |
| Cód. venda | {{ $item->nfce ? $item->nfce->numero_sequencial : $item->nfe->numero_sequencial }} |
| Cód. troca | {{ $item->numero_sequencial }} |
| {{ $item->nfe->cliente->info }} | |
| {{ $item->nfce->cliente->info }} | |
| Observação | {{ $item->observacao }} |
| {!! $configGeral->mensagem_padrao_impressao_venda !!} | |