|
|
| {{ mb_strtoupper(__('sales/customer_invoice.column_line_quantity')) }} | @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_unit_measure_id')) }} | {{ 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']) }} |
@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
//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 |
[{{ $result['ClaveUnidad'] }}] {{ $result['Unidad'] }} | {{ \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) }} | @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 | {{ $result->unitMeasure->name_sat }} | {{ \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) }} |
| {!! nl2br($customer_invoice->comment) !!} | |||||
| ***({{\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.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_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('general.text_cfdi_tfd_cadena_origen') |
| {{ $data['tfd_cadena_origen'] }} |
| @lang('general.text_cfdi_tfd_sello_cfdi') |
| {{ $cfdi33->complemento->timbreFiscalDigital['SelloCFD'] }} |
| @lang('general.text_cfdi_tfd_sello_sat') |
| {{ $cfdi33->complemento->timbreFiscalDigital['SelloSAT'] }} |