Empresa: |
{{$company->name}} |
Fecha: |
{{date('Y-m-d')}} |
Ruc: |
{{$company->number}} | @inject('reportService', 'Modules\Report\Services\ReportService') @if($filters['seller_id'])
Usuario: |
{{$reportService->getUserName($filters['seller_id'])}} | @endif
# | Fecha Emisión | Hora Emisión | Usuario/Vendedor | Cliente | Nota de Venta | Estado pago | Estado | Moneda | Plataforma | Orden de compra | Comprobantes | Fecha comprobante | Cotización | Caso | T.Exportación | T.Inafecta | T.Exonerado | T.Gravado | T.Igv | Total | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$loop->iteration}} | {{$value->date_of_issue->format('Y-m-d')}} | {{$value->time_of_issue}} | {{$value->user->name}} | {{$value->customer->name}} | {{$value->number_full}} | {{$value->total_canceled ? 'Pagado':'Pendiente'}} | {{$value->state_type->description}} | {{$value->currency_type_id}} | @foreach ($value->getPlatformThroughItems() as $platform) @endforeach | {{$value->purchase_order}} | @php $documents = $value->documents; @endphp
@foreach ($documents as $doc)
{{$doc->number_full}} @endforeach |
@foreach ($documents as $doc)
{{ $doc->date_of_issue->format('Y-m-d') }} @endforeach |
{{ ($value->quotation) ? $value->quotation->number_full : '' }} | {{ isset($value->quotation->sale_opportunity) ? $value->quotation->sale_opportunity->number_full : '' }} | @if($value->state_type_id == '11')0 | 0 | 0 | 0 | 0 | 0 | @else{{ ($value->total_exportation) }} | {{ $value->total_unaffected }} | {{ $value->total_exonerated }} | {{ $value->total_taxed}} | {{ $value->total_igv}} | {{ $value->total}} | @endif
Totales PEN | {{$acum_total_taxed}} | {{$acum_total_igv}} | {{$acum_total}} | |||||||||||||||||||||||
Totales USD | {{$acum_total_taxed_usd}} | {{$acum_total_igv_usd}} | {{$acum_total_usd}} |
No se encontraron registros.