| {{ $row['date_of_issue'] }} |
{{ $row['date_of_due'] }} |
{{ $row['document_type_id'] }} |
{{ $row['series'] }} |
{{ $row['number'] }} |
{{ $row['customer_identity_document_type_id'] }} |
{{ $row['customer_number'] }} |
{{ $row['customer_name'] }} |
{{ $row['currency_type_id'] }} |
{{ $row['exchange_rate_sale'] }} |
{{ $row['percentage_igv'] }} |
{{-- 18 | --}}
{{ $row['total_exportation'] }} |
{{ $row['total_taxed'] }} |
{{ $row['total_exonerated'] }} |
{{ $row['total_unaffected'] }} |
{{ $row['total_isc'] }} |
{{ $row['total_igv'] }} |
|
{{ $row['total_plastic_bag_taxes'] }} |
{{ $row['total'] }} |
{{ $row['is_detraction'] }} |
{{ $row['total_detraction'] == 0 ? '' : $row['total_detraction'] }} |
@inject('detractionType', 'App\Services\DetractionTypeService')
{{ $detractionType->getDetractionTypeDescription($row['detraction_type_id']) != 'Registro no encontrado' ? $detractionType->getDetractionTypeDescription($row['detraction_type_id']) : '' }}
|
{{ $row['state_type_id'] == '11' ? 'SI' : ''}} |
{{ $row['customer_identity_document_type_id'] == '0' ? 'SI' : '' }} |
TV002 |
@endforeach