|
Producto: |
{{($records[0]->item->internal_id) ? $records[0]->item->internal_id.' -':''}} {{$records[0]->item->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 | Cantidad | Monto |
|---|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$value->document->date_of_issue->format('Y-m-d')}} | {{$value->document->document_type->description}} | {{$value->document->series}} | {{$value->document->number}} | {{$value->document->customer->number}} | {{$value->document->customer->name}} | {{$value->quantity}} | {{$value->total}} | @php $signal = $value->document->document_type_id; $state = $value->document->state_type_id; @endphp @php $value->total = (in_array($value->document->document_type_id,['01','03']) && in_array($value->document->state_type_id,['09','11'])) ? 0 : $value->total; @endphp @php $serie_affec = ''; @endphp
| TOTALES | {{$acum_quantity}} | {{$acum_total}} | ||||||
No se encontraron registros.