|
@if(!empty(setting('enabled_projects')) && !empty(setting('projects_logo_docs')))
|
@if(!empty($customer_fee->company->comercial_name))
{{ mb_strtoupper($customer_fee->company->comercial_name) }}
@endif {{ mb_strtoupper($customer_fee->company->name) }} @if(!empty($customer_fee->company->address_1) || !empty($customer_fee->company->address_2) || !empty($customer_fee->company->address_3) || !empty($customer_fee->company->address_4)) {{ $customer_fee->company->address_1 ?? '' }} {{ $customer_fee->company->address_2 ?? '' }} {{ $customer_fee->company->address_3 ?? '' }} {{ $customer_fee->company->address_4 ?? '' }} @endif @if(!empty($customer_fee->company->city->name) || !empty($customer_fee->company->state->name)) {{ !empty($customer_fee->company->city->name) ? $customer_fee->company->city->name . ', ' : '' }}{{ $customer_fee->company->state->name ?? '' }} @endif {{ $customer_fee->company->country->name ?? '' }}{!! ($customer_fee->company->postcode ? ' ' . __('base/company.entry_postcode') . ': ' . $customer_fee->company->postcode : '') !!} {{ mb_strtoupper($customer_fee->company->taxid) }} --- {{ $customer_fee->company->phone ?? ' ' }} {{ $customer_fee->company->email ?? ' ' }} |
@lang('general.text_issued_in')
@if(!empty($customer_fee->branchOffice->address_1) || !empty($customer_fee->branchOffice->address_2)) {{ $customer_fee->branchOffice->address_1 ?? '' }} {{ $customer_fee->branchOffice->address_2 ?? '' }} @endif @if(!empty($customer_fee->branchOffice->address_3) || !empty($customer_fee->branchOffice->address_4)) {{ $customer_fee->branchOffice->address_3 ?? '' }} {{ $customer_fee->branchOffice->address_4 ?? '' }} @endif @if(!empty($customer_fee->branchOffice->city->name) || !empty($customer_fee->branchOffice->state->name)) {{ $customer_fee->branchOffice->city->name ?? '' }}, {{ $customer_fee->branchOffice->state->name ?? '' }} @endif {{ $customer_fee->branchOffice->country->name ?? '' }}{!! ($customer_fee->branchOffice->postcode ? ' ' . __('base/branch_office.entry_postcode') . ': ' . $customer_fee->branchOffice->postcode : '') !!} |
|
||||||||||
| {{mb_strtoupper(__('base/company.column_tax_regimen'))}}: {{ $data['tax_regimen'] ?? ($customer_fee->taxRegimen->name_sat ?? $customer_fee->company->taxRegimen->name_sat) }} | |||||||||||||
| @lang('general.text_customer') | |
|
{{ mb_strtoupper(!empty($cfdi33->Receptor['Nombre']) ? $cfdi33->Receptor['Nombre'] : $customer_fee->customer->name) }}
@lang('sales/customer_fee.entry_taxid'): {{ mb_strtoupper($cfdi33->Receptor['Rfc'] ?? $customer_fee->customer->taxid) }} @lang('sales/customer_fee.entry_tax_regimen_customer_id2'): {{ $data['tax_regimen_customer'] ?? ($customer_fee->taxRegimenCustomer->name_sat ?? $customer_fee->customer->taxRegimen->name_sat) }} |
@if(!empty($customer_fee->customer->address_1) || !empty($customer_fee->customer->address_2) || !empty($customer_fee->customer->address_3) || !empty($customer_fee->customer->address_4))
{{ $customer_fee->customer->address_1 ?? '' }} {{ $customer_fee->customer->address_2 ?? '' }} {{ $customer_fee->customer->address_3 ?? '' }} {{ $customer_fee->customer->address_4 ?? '' }}
@endif @if(!empty($customer_fee->customer->city->name) || !empty($customer_fee->customer->state->name)) {{ !empty($customer_fee->customer->city->name) ? $customer_fee->customer->city->name . ', ' : '' }}{{ $customer_fee->customer->state->name ?? '' }} @endif {{ $customer_fee->customer->country->name ?? '' }}{!! ($customer_fee->customer->postcode ? ' ' . __('sales/customer.entry_postcode') . ': ' . $customer_fee->customer->postcode : '') !!} |
| {{ mb_strtoupper(__('sales/customer_fee.column_line_sat_product_id')) }} | {{ mb_strtoupper(__('sales/customer_fee.column_line_quantity')) }} | {{ mb_strtoupper(__('sales/customer_fee.column_line_name')) }} | {{ mb_strtoupper(__('sales/customer_fee.column_line_unit_measure_id')) }} | {{ mb_strtoupper(__('sales/customer_fee.column_line_price_unit')) }} | {{ mb_strtoupper(__('sales/customer_fee.column_line_discount')) }} | {{ mb_strtoupper(__('sales/customer_fee.column_line_amount_untaxed')) }} |
|---|---|---|---|---|---|---|
| {{ $result['ClaveProdServ'] }} | {{ \App\Helpers\Helper::numberFormatRealDecimalPlace($result['Cantidad']) }} |
@if(!empty(setting('show_product_code_on_pdf')))
{{$result['NoIdentificacion'] ?? 'N/A'}} -
@endif
{!! nl2br($result['Descripcion']) !!}
@php
echo ' '; echo __('sales/customer_fee.column_line_tax_object') . ': '.$result['ObjetoImp'].' '; @endphp |
[{{ $result['ClaveUnidad'] }}] {{ $result['Unidad'] }} | {{ \App\Helpers\Helper::numberFormatMoney($result['ValorUnitario'],\App\Helpers\Helper::companyProductPriceDecimalPlace($customer_fee->company_id)) }} | {{ \App\Helpers\Helper::numberFormat(!empty($result['Descuento']) ? $result['Descuento']/$result['Importe'] : 0,2) }} | {{ money($result['Importe'],$customer_fee->currency->code,true) }} |
| {{ $result->satProduct->code }} | {{ \App\Helpers\Helper::numberFormat($result->quantity,$result->unitMeasure->decimal_place) }} | @if(!empty(setting('show_product_code_on_pdf'))) {{$result->product->code ?? 'N/A'}} - @endif {!! nl2br($result->name) !!} | {{ $result->unitMeasure->name_sat }} | {{ \App\Helpers\Helper::numberFormatMoney($result->price_unit,\App\Helpers\Helper::companyProductPriceDecimalPlace($customer_fee->company_id)) }} | {{ \App\Helpers\Helper::numberFormat($result->discount,2) }} | {{ money($result->amount_untaxed,$customer_fee->currency->code,true) }} |
| {!! nl2br($customer_fee->comment) !!} | ||||||
| ***({{\App\Helpers\Helper::numberToWordCurrency($customer_fee->amount_total,$customer_fee->currency->code,$customer_fee->currency->decimal_place)}})*** |
@lang('general.text_amount_untaxed') @if($customer_fee->customerInvoiceTaxes->isNotEmpty()) @foreach($customer_fee->customerInvoiceTaxes as $result) {{$result->name}} @endforeach @endif {{ mb_strtoupper(__('general.text_amount_total')) }} |
{{ money($customer_fee->amount_untaxed,$customer_fee->currency->code,true) }} @if($customer_fee->customerInvoiceTaxes->isNotEmpty()) @foreach($customer_fee->customerInvoiceTaxes as $result) {{money(abs($result->amount_tax),$customer_fee->currency->code,true)}} @endforeach @endif {{ money($customer_fee->amount_total,$customer_fee->currency->code,true) }} |
||||
| @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'] }} |
@lang('sales/customer_fee.tab_relations') - {{ $customer_fee->cfdiRelation->name_sat }}
|
@if($customer_fee->customerInvoiceRelations->isNotEmpty())
@foreach($customer_fee->customerInvoiceRelations as $result)
{{$result->relation->name ?? ''}} @endforeach @endif |
@if($customer_fee->customerInvoiceRelations->isNotEmpty())
@foreach($customer_fee->customerInvoiceRelations as $result)
{{$result->uuid_related}} @endforeach @endif |
|