Has recibido el siguiente pedido de cliente
| Producto | IVA | @if(Session::get('grupo_id') == GRUPO_REPUESTOS || Session::get('grupo_id') == GRUPO_BENELLI_REPUESTOS || Session::get('grupo_id') == GRUPO_SUZUKI_REPUESTOS)Precio total c/IVA | Descuento | @endifDescuento adicional | Cantidad | Precio neto c/IVA | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{$aOrdenPedidoDetalle[$i]->nombre}} @if(isset($aOrdenPedidoDetalle[$i]->cod_colorhexa) && $aOrdenPedidoDetalle[$i]->cod_colorhexa)@endif |
{{$aOrdenPedidoDetalle[$i]->iva_producto}}% | @if(Session::get('grupo_id') == GRUPO_REPUESTOS || Session::get('grupo_id') == GRUPO_BENELLI_REPUESTOS || Session::get('grupo_id') == GRUPO_SUZUKI_REPUESTOS){{number_format($importe_total[$i],2,",",".")}} | {{number_format($descuento_no_adicional[$i],2,",",".")}} | @endif{{number_format($aOrdenPedidoDetalle[$i]->descuento,2,",",".")}} | {{$aOrdenPedidoDetalle[$i]->cantidad}} | ${{number_format($aOrdenPedidoDetalle[$i]->subtotal - $aOrdenPedidoDetalle[$i]->cantidad,2,",",".")}} | ||||
| Subtotal con IVA | @elseSubtotal con IVA | @endif${{number_format($ordenDePedido->subtotal_general,2,",",".")}} | ||||||||
| Subtotal neto | ${{number_format($ordenDePedido->subtotal_neto,2,",",".")}} | |||||||||
| Subtotal con IVA | @elseSubtotal con IVA | @endif${{number_format($ordenDePedido->iva_general,2,",",".")}} | ||||||||
| Subtotal con IVA | @elseSubtotal con IVA | @endif${{number_format($ordenDePedido->iibb_general,2,",",".")}} | ||||||||
| Subtotal con IVA | @elseSubtotal con IVA | @endif${{number_format($ordenDePedido->impuesto_interno_general,2,",",".")}} | ||||||||
| Subtotal con IVA | @elseSubtotal con IVA | @endif{{$ordenDePedido->nombre_condicion_pago}} | ||||||||
| Subtotal con IVA | @elseSubtotal con IVA | @endif${{number_format($ordenDePedido->total,2,",",".")}} | ||||||||