Consolidado de items por cliente/vendedor
Empresa: {{$company->name}} |
Ruc: {{$company->number}} |
|
Establecimiento: {{$establishment->address}} - {{$establishment->department->description}} - {{$establishment->district->description}} |
@inject('reportService', 'Modules\Report\Services\ReportService')
@if(isset($params['sellers']))
@php
$sellers = json_decode($params['sellers'])
@endphp
@if(count($sellers) > 0)
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
# | Fecha Emisión | Cliente | Vendedor | Número | Estado | Fecha Envío | O.Pedido | Producto | Cantidad |
---|---|---|---|---|---|---|---|---|---|