|
@if(!empty(setting('enabled_projects')) && !empty(setting('projects_logo_docs')))
|
{{ mb_strtoupper($customer_credit_note->documentType->name) }}{{ $customer_credit_note->name }}{{ mb_strtoupper($customer_credit_note->company->comercial_name) }} |
|
|
|
|
|
| {{ mb_strtoupper(__('sales/customer_credit_note.column_line_quantity')) }} | {{ mb_strtoupper(__('sales/customer_credit_note.column_line_unit_measure_id')) }} | @if(!empty(setting('show_product_code_on_pdf'))) {{ mb_strtoupper(__('sales/customer_credit_note.column_line_product_id')) }} - {{ mb_strtoupper(__('sales/customer_credit_note.column_line_name')) . ' - ' . mb_strtoupper(__('sales/customer_credit_note.column_line_sat_product_id')) }} @else {{ mb_strtoupper(__('sales/customer_credit_note.column_line_sat_product_id')) . ' - ' . mb_strtoupper(__('sales/customer_credit_note.column_line_name')) }} @endif | {{ mb_strtoupper(__('sales/customer_credit_note.column_line_price_unit')) }} | {{ mb_strtoupper(__('sales/customer_credit_note.column_line_amount_untaxed')) }} |
|---|---|---|---|---|
| {{ \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,\App\Helpers\Helper::companyProductPriceDecimalPlace($customer_credit_note->company_id)) }} | {{ money($result->amount_untaxed,$customer_credit_note->currency->code,true) }} |
| ***({{\App\Helpers\Helper::numberToWordCurrency($customer_credit_note->amount_total,$customer_credit_note->currency->code,$customer_credit_note->currency->decimal_place)}})*** |
@lang('general.text_amount_untaxed') @if($customer_credit_note->customerInvoiceTaxes->isNotEmpty()) @foreach($customer_credit_note->customerInvoiceTaxes as $result) {{$result->name}} @endforeach @endif {{ mb_strtoupper(__('general.text_amount_total')) }} |
{{ money($customer_credit_note->amount_untaxed,$customer_credit_note->currency->code,true) }} @if($customer_credit_note->customerInvoiceTaxes->isNotEmpty()) @foreach($customer_credit_note->customerInvoiceTaxes as $result) {{money(abs($result->amount_tax),$customer_credit_note->currency->code,true)}} @endforeach @endif {{ money($customer_credit_note->amount_total,$customer_credit_note->currency->code,true) }} |
||
|
@lang('sales/customer_credit_note.entry_payment_method_id'): {{ $customer_credit_note->paymentMethod->name_sat }}
@lang('sales/customer_credit_note.entry_payment_term_id'): {{ $customer_credit_note->paymentTerm->name }} @lang('general.text_issued_in'): {{ $customer_credit_note->branchOffice->name ?? '' }} {!! ($customer_credit_note->branchOffice->postcode ? ' ' . __('base/branch_office.entry_postcode') . ': ' . ($cfdi33['LugarExpedicion'] ?? $customer_credit_note->branchOffice->postcode) : '') !!} |
@lang('sales/customer_credit_note.tab_relations') - {{ $customer_credit_note->cfdiRelation->name_sat }}
|
@if($customer_credit_note->customerInvoiceRelations->isNotEmpty())
@foreach($customer_credit_note->customerInvoiceRelations as $result)
{{$result->relation->name ?? ''}} @endforeach @endif |
@if($customer_credit_note->customerInvoiceRelations->isNotEmpty())
@foreach($customer_credit_note->customerInvoiceRelations as $result)
{{$result->uuid_related}} @endforeach @endif |
@lang('sales/customer_credit_note.entry_comment')
| {!! nl2br($customer_credit_note->comment) !!} |