|
@if(!empty(setting('enabled_projects')) && !empty(setting('projects_logo_docs')))
|
{{ mb_strtoupper($customer_invoice->documentType->name) }}{{ $customer_invoice->name }}{{ mb_strtoupper($customer_invoice->company->comercial_name) }} |
|
|
|
|
|
| {{ mb_strtoupper(__('sales/customer_invoice.column_line_quantity')) }} | {{ mb_strtoupper(__('sales/customer_invoice.column_line_unit_measure_id')) }} | @if(!empty(setting('show_product_code_on_pdf'))) {{ mb_strtoupper(__('sales/customer_invoice.column_line_product_id')) }} - {{ mb_strtoupper(__('sales/customer_invoice.column_line_name')) . ' - ' . mb_strtoupper(__('sales/customer_invoice.column_line_sat_product_id')) }} @else {{ mb_strtoupper(__('sales/customer_invoice.column_line_sat_product_id')) . ' - ' . mb_strtoupper(__('sales/customer_invoice.column_line_name')) }} @endif | {{ mb_strtoupper(__('sales/customer_invoice.column_line_price_unit')) }} | {{ mb_strtoupper(__('sales/customer_invoice.column_line_discount')) }} | {{ mb_strtoupper(__('sales/customer_invoice.column_line_amount_untaxed')) }} |
|---|---|---|---|---|---|
| {{ \App\Helpers\Helper::numberFormatRealDecimalPlace($result['Cantidad']) }} | [{{ $result['ClaveUnidad'] }}] {{ $result['Unidad'] }} |
@if(!empty(setting('show_product_code_on_pdf')))
{{$result['NoIdentificacion'] ?? 'N/A'}} -
{!! nl2br($result['Descripcion']) !!} ({{ $result['ClaveProdServ'] }})
@else
{{ $result['ClaveProdServ'] }} -
{!! nl2br($result['Descripcion']) !!}
@endif
@php
echo ' '; echo __('sales/customer_invoice.column_line_tax_object') . ': '.$result['ObjetoImp'].' '; //Complemento IEDU foreach(($result->ComplementoConcepto)() as $result2){ if((string)$result2 == 'instEducativas'){ echo ' '; echo __('sales/customer_invoice.column_line_iedu_iedu_nombre_alumno') . ': '.$result2['nombreAlumno'].' '; echo __('sales/customer_invoice.column_line_iedu_iedu_curp') . ': '.$result2['CURP'].' '; echo __('sales/customer_invoice.column_line_iedu_iedu_nivel_educativo') . ': '.$result2['nivelEducativo'].' '; echo __('sales/customer_invoice.column_line_iedu_iedu_aut_rvoe') . ': '.$result2['autRVOE'].' '; if(!empty($result2['rfcPago'])){ echo __('sales/customer_invoice.column_line_iedu_iedu_rfc_pago') . ': '.$result2['rfcPago'].' '; } break; } } //Numero pedimento foreach(($result)() as $result2){ if((string)$result2 == 'InformacionAduanera'){ echo ' '; echo __('sales/customer_invoice.column_line_numero_pedimento') . ': '.$result2['NumeroPedimento'].' '; break; } } @endphp |
{{ \App\Helpers\Helper::numberFormatMoneyRealDecimalPlace($result['ValorUnitario'], $customer_invoice->currency->code) }} | {{ \App\Helpers\Helper::numberFormatMoney(!empty($result['Descuento']) ? $result['Descuento'] : 0,2, $customer_invoice->currency->code) }} | {{ money($result['Importe'],$customer_invoice->currency->code,true) }} |
| {{ \App\Helpers\Helper::numberFormat($result->quantity,$result->unitMeasure->decimal_place) }} | {{ $result->unitMeasure->name_sat }} | @if(!empty(setting('show_product_code_on_pdf'))) {{$result->product->code ?? 'N/A'}} - {!! nl2br($result->name) !!} ({{ $result->satProduct->code }}) @else {{ $result->satProduct->code }} - {!! nl2br($result->name) !!} @endif | {{ \App\Helpers\Helper::numberFormatMoney($result->price_unit,!empty($result->product->price_decimal_place) ? $result->product->price_decimal_place : \App\Helpers\Helper::companyProductPriceDecimalPlace($customer_invoice->company_id), $customer_invoice->currency->code) }} | {{ $result->discount_type == 'A' ? \App\Helpers\Helper::numberFormatMoney($result->discount,2, $customer_invoice->currency->code) : \App\Helpers\Helper::numberFormatPercentRealDecimalPlace($result->discount) }} | {{ money($result->amount_untaxed,$customer_invoice->currency->code,true) }} |
| ***({{\App\Helpers\Helper::numberToWordCurrency($customer_invoice->amount_total,$customer_invoice->currency->code,$customer_invoice->currency->decimal_place)}})*** |
@lang('general.text_amount_untaxed') @if($customer_invoice->customerInvoiceTaxes->isNotEmpty()) @foreach($customer_invoice->customerInvoiceTaxes as $result) {{$result->name}} @endforeach @endif {{ mb_strtoupper(__('general.text_amount_total')) }} |
{{ money($customer_invoice->amount_untaxed,$customer_invoice->currency->code,true) }} @if($customer_invoice->customerInvoiceTaxes->isNotEmpty()) @foreach($customer_invoice->customerInvoiceTaxes as $result) {{money(abs($result->amount_tax),$customer_invoice->currency->code,true)}} @endforeach @endif {{ money($customer_invoice->amount_total,$customer_invoice->currency->code,true) }} |
|||
|
@lang('sales/customer_invoice.entry_payment_method_id'): {{ $customer_invoice->paymentMethod->name_sat }}
@lang('sales/customer_invoice.entry_payment_term_id'): {{ $customer_invoice->paymentTerm->name }} @if(!empty($customer_invoice->origin)) @lang('sales/customer_invoice.entry_origin'): {{ $customer_invoice->origin }} @endif @lang('general.text_issued_in'): {{ $customer_invoice->branchOffice->name ?? '' }} {!! ($customer_invoice->branchOffice->postcode ? ' ' . __('base/branch_office.entry_postcode') . ': ' . ($cfdi33['LugarExpedicion'] ?? $customer_invoice->branchOffice->postcode) : '') !!} |
@lang('sales/customer_invoice.tab_relations') - {{ $customer_invoice->cfdiRelation->name_sat }}
|
@if($customer_invoice->customerInvoiceRelations->isNotEmpty())
@foreach($customer_invoice->customerInvoiceRelations as $result)
{{$result->relation->name ?? ''}} @endforeach @endif |
@if($customer_invoice->customerInvoiceRelations->isNotEmpty())
@foreach($customer_invoice->customerInvoiceRelations as $result)
{{$result->uuid_related}} @endforeach @endif |
@lang('general.text_cfdi_global')
| @lang('sales/customer_invoice.entry_global_periodicity'): {{!empty($global_periodicities[$data['cfdi33']->InformacionGlobal['Periodicidad']]) ? $global_periodicities[$data['cfdi33']->InformacionGlobal['Periodicidad']] : $data['cfdi33']->InformacionGlobal['Periodicidad'] }} | @lang('sales/customer_invoice.entry_global_month'): {{$data['cfdi33']->InformacionGlobal['Meses']}} | @lang('sales/customer_invoice.entry_global_year'): {{$data['cfdi33']->InformacionGlobal['Año']}} |
@lang('general.text_complement_tax_legend')
| @lang('sales/customer_invoice.column_tax_legend_disposicion_fiscal') | @lang('sales/customer_invoice.column_tax_legend_norma') | @lang('sales/customer_invoice.column_tax_legend_texto_leyenda') |
| {{ $result->disposicion_fiscal }} | {{ $result->norma }} | {!! nl2br($result->texto_leyenda) !!} |
@lang('general.text_complement_ine')
|
@lang('sales/customer_invoice.entry_ine_process_type'): {{$customer_invoice_complement->ine_process_type}}
@lang('sales/customer_invoice.entry_ine_committee_type'): {{$customer_invoice_complement->ine_committee_type}} @lang('sales/customer_invoice.entry_ine_id_accounting'): {{$customer_invoice_complement->ine_id_accounting}} |
|
@lang('sales/customer_invoice.entry_comment')
| {!! nl2br($customer_invoice->comment) !!} |