|
CAJERO: {{ $data['cashier_name'] }} |
FECHA DE EMISIÓN: {{ isset($data['payment_date']) ? Carbon\Carbon::parse($data['payment_date'])->format('d/m/y') : 'NO DISPONIBLE' }} |
||||||
|
CAJA: |
{{ isset($data['cash_box'])? $data['cash_box']: 'NO DISPONIBLE' }} |
NO. APERTURA: |
{{ isset($data['cash_box_opening']) ? $data['cash_box_opening'] : 'NO DISPONIBLE' }} |
NO. RECIBO: |
{{ isset($data['invoice']) ? $data['invoice'] : 'NO DISPONIBLE' }} |
NO. TRAMITE: |
{{ isset($data['tracking_invoice']) ? $data['tracking_invoice'] : 'NO DISPONIBLE' }} |
|---|---|---|---|---|---|---|---|
|
CODIGO CONTRIBUYENTE |
RAZÓN SOCIAL |
DOMICILIO |
|---|---|---|
| {{ isset($data['contributor_invoce']) ? $data['contributor_invoce'] : '' }} | {{ isset($data['contributor']) ? $data['contributor'] : 'PÚBLICO EN GENERAL' }} | {{ $data['address'] }} |
|
CANT. |
CÓDIGO |
DESCRIPCIÓN |
P. U. |
IMPORTE |
|
|---|---|---|---|---|---|
| {{-- 1 --}} {{ number_format($detail['quantity'], 2) }} | @else{{ number_format($detail['quantity'], 0) }} | @endif{{ $detail['income_concept_xml_code'] }} | {{ $detail['description'] }} | $ {{ number_format($detail['unit_price'], 2) }} | $ {{ number_format($detail['subtotal'], 2) }} |
| 1 | {{ $discount['authorization_invoice'] }} | $ {{ number_format($discount['amount'], 2) }} | $ {{ number_format($discount['amount'], 2) }} | ||
| 1 | SUBSIDIO ({{ $subsidy['code'] }}) | $ {{ number_format($subsidy['amount'], 2) }} | $ {{ number_format($subsidy['amount'], 2) }} | ||
| OBSERVACIONES |
SUBTOTAL |
$ {{ number_format($data['subtotal'], 2) }} | |||
| {{ $data['observations'] }} | |||||
|
UAN (15%) |
$ {{ number_format($data['uan_tax'], 2) }} | ||||
|
{{$tax['description']}} ({{number_format($tax['amount'],2)}}%) |
$ {{ number_format($tax['sum_amount'], 2) }} | ||||
|
DESCUENTO |
$ {{ number_format($data['total_discount'], 2) }} | ||||
|
TOTAL |
$ {{ number_format($data['total'], 2) }} | ||||
|
IMPORTE EN LETRA |
@if($data['bank_reference'])
REFERENCIA BANCARIA: |
@endif
|---|---|
|
{{ $data['total_text']}} {{$data['total_cents']}}/100 M./N. |
@if($data['bank_reference'])
{{$data['bank_reference']}} |
@endif
|
CAJERO |
|
CONTRIBUYENTE |
|
|
|
|
|
{{ $data['cashier_name'] }} |
|
{{ $data['signature_contributor'] }} |
| {{ $data['cashier_name'] }} | {{ $data['signature_contributor']}} |