REPORTE DE COMISIONES
{{session('empresa')}}
{{$data['sucursal_des']}}
Fecha y hora de impresión
{{date('d-m-Y H:i:s')}}
CALCULO DE COMISIONES DEL {{$data['fechas_consultas'][0]}} AL {{$data['fechas_consultas'][1]}}
Departamento | Código | Servicio/Producto | Cantidad | Factor | Comisión |
---|---|---|---|---|---|
{{$mv[0]->subfamilia_des}} | |||||
{{$cv->codigo}} | {{$cv->descripcion}} | {{number_format($cv->cantidad)}} | {{number_format($cv->comision_p)}} | ${{number_format($cv->comision)}} | |
TOTAL: | ${{number_format($data['total'])}} |