GRUPO AP COMÉRCIO E SERVIÇOS SU LDA
Contribuinte: 5001339168 Telefone: 948 159 330 Site: grupoap.ao Email: geral@grupoap.ao Luanda - Angola |
PROFORMA
{{ $numero }}
Exmo.(a) Sr.(a)
{{ $client['name'] }} {{ $client['address'] }} |
| Data Emissão: {{ $date ?? now()->format('Y-m-d') }} | Data Vencimento: {{ \Carbon\Carbon::parse($date ?? now())->addDays(5)->format('Y-m-d') }} | NIF: {{ $client['nif'] }} |
| Descrição | Preço Unit. | Qtd | Desc | IVA % | Total S/Imp |
|---|---|---|---|---|---|
| {{ $item->product->name }} | {{ number_format($precoSemIVA,2,',','.') }} | {{ $item->quantity }} | 0,00 | 14% | {{ number_format($subtotalSemIVA,2,',','.') }} |
| Descrição | Incidência | Imposto |
| IVA 14% | {{ number_format($totalSemIVA,2,',','.') }} | {{ number_format($totalIVA,2,',','.') }} |
Total (Kz): {{ number_format($totalSemIVA + $totalIVA,2,',','.') }}
|