Consolidado de items por cliente/vendedor - Totales
Empresa: {{$company->name}} |
Ruc: {{$company->number}} |
|
Establecimiento: {{$establishment->address}} - {{$establishment->department->description}} - {{$establishment->district->description}} |
Usuario(s): @foreach ($sellers as $seller_id) - {{$reportService->getUserName($seller_id)}} @endforeach |
Cliente: {{$reportService->getPersonName($params['person_id'])}} |
# | Cod. Interno | Producto | Unidad | Cantidad Total |
---|---|---|---|---|
{{ $loop->iteration }} | {{$value['item_internal_id']}} | {{$value['item_description']}} | {{$value['item_unit_type_id']}} | {{$value['quantity']}} |
No se encontraron registros.