Producto: |
{{ $internal_id ? $internal_id . ' -' : '' }} {{$description}} |
||
Empresa: |
{{ $company->name }} |
Fecha: |
{{ date('Y-m-d') }} |
Ruc: |
{{ $company->number }} |
Establecimiento: |
{{ $establishment->address }} - {{ $establishment->department->description }} - {{ $establishment->district->description }} |
# | Fecha | Tipo Documento | Serie | Número | N° Documento | Cliente | Departamento | Provincia | Distrito | @if ($type !== 'purchase')Plataforma | @endifCantidad | Monto |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $document->date_of_issue->format('Y-m-d') }} | {{ $document_description }} | {{ $document->series }} | {{ $document->number }} | {{ $customer_number }} | {{ $customer_name }} | {{ $customer_department }} | {{ $customer_province }} | {{ $customer_district }} | @if ($type !== 'purchase'){{ optional($value->relation_item->web_platform)->name }} | @endif{{ $value->quantity }} | {{ $value->total }} | @php $signal = $document->document_type_id; $state = $document->state_type_id; @endphp @php $value->total = in_array($document->document_type_id, ['01', '03']) && in_array($document->state_type_id, ['09', '11']) ? 0 : $value->total; @endphp @php $serie_affec = ''; @endphp
TOTALES | {{ $acum_quantity }} | {{ $acum_total }} |
No se encontraron registros.