RUC: {{ $comprobante->empresa->numero_documento }}
Dirección: {{ $comprobante->empresa->direccion }}
@if($comprobante->empresa->telefono || $comprobante->empresa->email)@if($comprobante->empresa->telefono) Teléfono: {{ $comprobante->empresa->telefono }} @endif @if($comprobante->empresa->telefono && $comprobante->empresa->email) | @endif @if($comprobante->empresa->email) Email: {{ $comprobante->empresa->email }} @endif
@endifELECTRÓNICO
{{ $comprobante->numero_completo }}
| Cliente: {{ $comprobante->cliente_razon_social }} | {{ $comprobante->clienteTipoDocumento->descripcion }}: {{ $comprobante->cliente_numero_documento }} | |
| Dirección: {{ $comprobante->cliente_direccion }} | @else@endif | Fecha de Emisión: {{ $comprobante->fecha_emision->format('d/m/Y') }} |
| CANT. | DESCRIPCIÓN | VALOR UNITARIO | IMPORTE |
|---|---|---|---|
| {{ number_format($detalle->cantidad, 2) }} | {{ $detalle->descripcion }} | S/ {{ number_format($detalle->precio_unitario, 2) }} | S/ {{ number_format($detalle->subtotal, 2) }} |
| SUBTOTAL: | S/ {{ number_format($comprobante->total_gravado, 2) }} |
|---|---|
| TOTAL EXONERADO: | S/ {{ number_format($comprobante->total_exonerado, 2) }} |
| TOTAL INAFECTO: | S/ {{ number_format($comprobante->total_inafecto, 2) }} |
| DESCUENTOS: | S/ {{ number_format($comprobante->total_descuento, 2) }} |
| IGV (18%): | S/ {{ number_format($comprobante->total_igv, 2) }} |
| TOTAL: | S/ {{ number_format($comprobante->total_venta, 2) }} |
Representación impresa de la {{ $comprobante->tipoComprobante->descripcion }} Electrónica.
Autorizado por la SUNAT mediante resolución de intendencia N° 123-2024.
Formato impreso generado automáticamente.