|
|
CONCEPTO DE NOTA: {{$data->Referencia["Descripcion_Reclamo"]}} |
OBSERVACION: {{$data->Observacion}} |
# | ARTICULO / SERVICIO | CANT | VR. UNIT | RECARGO | DESCUENTO | IMPUESTO | VR TOTAL | |||
---|---|---|---|---|---|---|---|---|---|---|
% | VR. UNIT | % | VR. UNIT | % | VR. UNIT | |||||
{{$key+1}} | {{$item->Nombre}} | {{number_format($item->Cantidad, 0, '.', ',')}} | {{number_format($item->PrecioUnitario, 2, '.', ',')}} | {{$recargos_porcentaje}} | {{number_format($recargo_unitario, 2, '.', ',')}} | {{$descuento_porcentaje}} | {{number_format($descuento_unitario, 2, '.', ',')}} | {{$impuestos_porcentaje}} | {{number_format($iva_unitario, 2, '.', ',')}} | {{number_format($item->Total+$recargos_valor-$descuento_valor+$impuestos_valor, 2, '.', ',')}} |
SUBTOTAL | {{number_format($data->Totales['Bruto'], 2, '.', ',')}} | |||||||||
IMPUESTOS | {{number_format($data->Totales['Impuestos'], 2, '.', ',')}} | |||||||||
RECARGOS | {{number_format($data->Totales['Cargos'], 2, '.', ',')}} | |||||||||
DESCUENTOS | {{number_format($data->Totales['Descuentos'], 2, '.', ',')}} | |||||||||
TOTAL A PAGAR | {{number_format($data->Totales['APagar'], 2, '.', ',')}} |