GRUPO AP COMÉRCIO E SERVIÇOS SU LDA
Contribuinte: 5001339168 Telefone: 948 159 330 Email: geral@grupoap.ao Luanda - Angola |
PROFORMA
{{ $numero }}
Exmo.(a) Sr.(a)
{{ $client['name'] }} {{ $client['address'] }} NIF: {{ $client['nif'] }} |
| Produto | Preço Orig. | Desc 5% | Preço Final | Qtd | Total |
|---|---|---|---|---|---|
| {{ $produto->name ?? 'Produto removido' }} | {{ number_format($precoOriginal,2,',','.') }} | -{{ number_format($valorDesconto,2,',','.') }} | {{ number_format($precoFinal,2,',','.') }} | {{ $qtd }} | {{ number_format($subtotalFinal,2,',','.') }} |
| Descrição | Incidência | Imposto |
| IVA 14% | {{ number_format($totalSemIVA,2,',','.') }} | {{ number_format($totalIVA,2,',','.') }} |
| Subtotal sem desconto: | {{ number_format($totalSemDesconto,2,',','.') }} Kz |
| Desconto Cliente (5%): | -{{ number_format($totalDesconto,2,',','.') }} Kz |
| Subtotal com desconto: | {{ number_format($totalFinal,2,',','.') }} Kz |
| IVA (14%): | {{ number_format($totalIVA,2,',','.') }} Kz |