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 |
@endif
@endif
@if(isset($params['person_id']))
Cliente: {{$reportService->getPersonName($params['person_id'])}} |
@endif
||||||
|
Empresa: |
{{$company->name}} |
|||||
|
Ruc: |
{{$company->number}} |
|||||
|
Establecimiento: |
Establecimiento: {{$establishment->address}} - {{$establishment->department->description}} - {{$establishment->district->description}} |
|||||
|
Usuario(s): |
@foreach ($sellers as $index => $seller_id) @if ($index == 0) {{$reportService->getUserName($seller_id)}} @else , {{$reportService->getUserName($seller_id)}} @endif @endforeach |
@endif
@endif
|||||
|
Cliente: |
{{$reportService->getPersonName($params['person_id'])}} |
@endif
|||||
| # | Cod. Interno | Producto | Unidad | Categoria | Cantidad Total | Total de venta |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{$value['item_internal_id']}} | {{$value['item_description']}} | {{$value['item_unit_type_id']}} | {{ isset($value['category']) ? $value['category'] : '' }} | {{$value['quantity']}} | {{ isset($value['total_sale']) ? $value['total_sale'] : '' }} |
No se encontraron registros.