@php $establishment = $document->establishment; $configuration = \App\Models\Tenant\Configuration::first(); $configurations = \App\Models\Tenant\Configuration::first(); $company_name = $company->name; $company_owner = null; if ($configurations->trade_name_pdf) { $company_name = $company->trade_name; $company_owner = $company->name; } $establishment__ = \App\Models\Tenant\Establishment::find($document->establishment_id); $logo = $establishment__->logo ?? $company->logo; if ($logo === null && !file_exists(public_path("$logo}"))) { $logo = "{$company->logo}"; } if ($logo) { $logo = "storage/uploads/logos/{$logo}"; $logo = str_replace("storage/uploads/logos/storage/uploads/logos/", "storage/uploads/logos/", $logo); } $customer = $document->customer; $invoice = $document->invoice; //$path_style = app_path('CoreFacturalo'.DIRECTORY_SEPARATOR.'Templates'.DIRECTORY_SEPARATOR.'pdf'.DIRECTORY_SEPARATOR.'style.css'); $tittle = $document->series.'-'.str_pad($document->number, 8, '0', STR_PAD_LEFT); $configuration = \App\Models\Tenant\Configuration::first(); $configurations = \App\Models\Tenant\Configuration::first(); $company_name = $company->name; $company_owner = null; if ($configurations->trade_name_pdf) { $company_name = $company->trade_name; $company_owner = $company->name; } $configuration = \App\Models\Tenant\Configuration::first(); $configurations = \App\Models\Tenant\Configuration::first(); $company_name = $company->name; $company_owner = null; if ($configurations->trade_name_pdf) { $company_name = $company->trade_name; $company_owner = $company->name; } $configuration = \App\Models\Tenant\Configuration::first(); $configurations = \App\Models\Tenant\Configuration::first(); $company_name = $company->name; $company_owner = null; if ($configurations->trade_name_pdf) { $company_name = $company->trade_name; $company_owner = $company->name; } $payments = $document->payments; $company_name = $company->name; $company_owner = null; if ($configurations->trade_name_pdf) { $company_name = $company->trade_name; $company_owner = $company->name; } $company_name = $company->name; $company_owner = null; if ($configurations->trade_name_pdf) { $company_name = $company->trade_name; $company_owner = $company->name; } $accounts = \App\Models\Tenant\BankAccount::all(); @endphp
{{--{{ $company_name }} |
De: {{ $company_owner }} |
{{ $company->trade_name }} |
{{ 'RUC '.$company->number }} |
{{ ($establishment->address !== '-')? $establishment->address.', ' : '' }} {{ ($establishment->district_id !== '-')? $establishment->district->description : '' }} {{ ($establishment->province_id !== '-')? ', '.$establishment->province->description : '' }} {{ ($establishment->department_id !== '-')? '- '.$establishment->department->description : '' }} |
{{ ($establishment->email !== '-')? $establishment->email : '' }} |
{{ ($establishment->telephone !== '-')? $establishment->telephone : '' }} |
{{ get_document_name('sale_note', 'NOTA DE VENTA') }} |
{{ $tittle }} |
Medio de Pago: {{ $payments[0]->payment_method_type->description }} |
@if(((int)$row->quantity != $row->quantity)) {{ $row->quantity }} @else {{ number_format($row->quantity, 0) }} @endif |
{!!$row->item->description!!}
@if($row->attributes)
@foreach($row->attributes as $attr)
{!! $attr->description !!} : {{ $attr->value }} @endforeach @endif @if($row->discounts) @foreach($row->discounts as $dtos) {{ $dtos->factor * 100 }}% {{$dtos->description }} @endforeach @endif @if($row->item->is_set == 1) @inject('itemSet', 'App\Services\ItemSetService') @foreach ($itemSet->getItemsSet($row->item_id) as $item) {{$item}} @endforeach @endif |
{{ number_format($row->total, 2) }} | ||
Op. Exportación: {{ $document->currency_type->symbol }} | {{ number_format($document->total_exportation, 2) }} | |||
Op. Gratuitas: {{ $document->currency_type->symbol }} | {{ number_format($document->total_free, 2) }} | |||
Op. Inafectas: {{ $document->currency_type->symbol }} | {{ number_format($document->total_unaffected, 2) }} | |||
Op. Exoneradas: {{ $document->currency_type->symbol }} | {{ number_format($document->total_exonerated, 2) }} | |||
Op. Gravadas: {{ $document->currency_type->symbol }} | {{ number_format($document->total_taxed, 2) }} | |||
{{(($document->total_prepayment > 0) ? 'Anticipo':'Descuento total')}}: {{ $document->currency_type->symbol }} | {{ number_format($document->total_discount, 2) }} | |||
IGV: {{ $document->currency_type->symbol }} | {{ number_format($document->total_igv, 2) }} | |||
Subtotal: | {{ number_format($document->total, 2) }} {{ $document->currency_type->symbol }} |
total: |
{{ number_format($document->total, 2) }} {{ $document->currency_type->symbol }} |
{{ $document->date_of_issue->format('Y-m-d') }} {{$document->created_at->format('H:i:s')}} |
Cliente: |
{{ $customer->name }} |
{{ $customer->identity_document_type->description }}: |
{{ $customer->number }} |
Dirección: |
{{ strtoupper($customer->address) }} {{ ($customer->district_id !== '-')? ', '.strtoupper($customer->district->description) : '' }} {{ ($customer->province_id !== '-')? ', '.strtoupper($customer->province->description) : '' }} {{ ($customer->department_id !== '-')? '- '.strtoupper($customer->department->description) : '' }} |
N° Placa: |
{{ $document->plate_number }} |
Orden de compra: |
{{ $document->purchase_order }} |
Observación: |
{{ $document->observation }} |
D. Referencia: |
{{ $document->reference_data }} |