{{ config('documentos.leyenda_innova', 'Emitido con Innova ERP') }}
C.U.I.T. 30-71238627-0
SARMIENTO 2153 LOCAL 197
Bahía Blanca, Buenos Aires
IVA RESPONSABLE INSCRIPTO
| Código | Descripción | Cantidad | Precio Unit. | % IVA | Subtotal | IVA | Total |
|---|---|---|---|---|---|---|---|
| {{ $producto->codigo_producto ?? 'N/A' }} | {{ strtoupper($producto->nombre_producto ?? 'PRODUCTO') }} | {{ $cantidad }} | {{ \App\Helpers\FormatoMonedaHelper::formatCurrencyWithSymbol($precioUnitario) }} | {{ $iva }}% | {{ \App\Helpers\FormatoMonedaHelper::formatCurrencyWithSymbol($subtotal) }} | {{ \App\Helpers\FormatoMonedaHelper::formatCurrencyWithSymbol($importeIva) }} | {{ \App\Helpers\FormatoMonedaHelper::formatCurrencyWithSymbol($total) }} |
| Subtotal sin IVA: | {{ \App\Helpers\FormatoMonedaHelper::formatCurrencyWithSymbol($venta->totalSinIVA_venta) }} |
| IVA 10.5% (Base: {{ \App\Helpers\FormatoMonedaHelper::formatCurrencyWithSymbol($base10) }}): | {{ \App\Helpers\FormatoMonedaHelper::formatCurrencyWithSymbol($totalIva10) }} |
| IVA 21% (Base: {{ \App\Helpers\FormatoMonedaHelper::formatCurrencyWithSymbol($base21) }}): | {{ \App\Helpers\FormatoMonedaHelper::formatCurrencyWithSymbol($totalIva21) }} |
| IVA 27% (Base: {{ \App\Helpers\FormatoMonedaHelper::formatCurrencyWithSymbol($base27) }}): | {{ \App\Helpers\FormatoMonedaHelper::formatCurrencyWithSymbol($totalIva27) }} |
| TOTAL: | {{ \App\Helpers\FormatoMonedaHelper::formatCurrencyWithSymbol($venta->totalVenta_venta) }} |