2020-03-23 18:10:42 +01:00
|
|
|
@extends('portal.ninja2020.layout.app')
|
2021-01-14 03:57:05 +01:00
|
|
|
@section('meta_title', ctrans('texts.entity_number_placeholder', ['entity' => ctrans('texts.quote'), 'entity_number' => $quote->number]))
|
2020-03-23 18:10:42 +01:00
|
|
|
|
2020-04-03 22:12:12 +02:00
|
|
|
@push('head')
|
|
|
|
<meta name="pdf-url" content="{{ asset($quote->pdf_file_path()) }}">
|
|
|
|
<script src="{{ asset('js/vendor/pdf.js/pdf.min.js') }}"></script>
|
|
|
|
@endpush
|
|
|
|
|
2020-03-23 18:10:42 +01:00
|
|
|
@section('body')
|
|
|
|
|
2020-11-16 15:37:09 +01:00
|
|
|
@if(!$quote->isApproved() && $client->getSetting('custom_message_unpaid_invoice'))
|
2020-04-13 03:48:23 +02:00
|
|
|
@component('portal.ninja2020.components.message')
|
2020-11-16 15:37:09 +01:00
|
|
|
{{ $client->getSetting('custom_message_unpaid_invoice') }}
|
2020-04-13 03:48:23 +02:00
|
|
|
@endcomponent
|
|
|
|
@endif
|
|
|
|
|
2020-03-23 18:10:42 +01:00
|
|
|
@if(!$quote->isApproved())
|
2021-01-14 13:29:46 +01:00
|
|
|
<div class="mb-4">
|
|
|
|
@include('portal.ninja2020.quotes.includes.actions', ['quote' => $quote])
|
|
|
|
</div>
|
2020-03-23 18:10:42 +01:00
|
|
|
@endif
|
|
|
|
|
2020-04-03 22:12:12 +02:00
|
|
|
<div class="flex items-center justify-between">
|
|
|
|
<section class="flex items-center">
|
2020-04-16 23:18:07 +02:00
|
|
|
<div class="items-center" style="display: none" id="pagination-button-container">
|
2021-01-14 13:29:46 +01:00
|
|
|
<button class="input-label focus:outline-none hover:text-blue-600 transition ease-in-out duration-300"
|
|
|
|
id="previous-page-button" title="Previous page">
|
2020-04-16 23:18:07 +02:00
|
|
|
<svg class="w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 19l-7-7 7-7"/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
2021-01-14 13:29:46 +01:00
|
|
|
<button class="input-label focus:outline-none hover:text-blue-600 transition ease-in-out duration-300"
|
|
|
|
id="next-page-button" title="Next page">
|
2020-04-16 23:18:07 +02:00
|
|
|
<svg class="w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
</div>
|
2021-01-14 13:29:46 +01:00
|
|
|
<span class="text-sm text-gray-700 ml-2">{{ ctrans('texts.page') }}:
|
2020-04-16 23:18:07 +02:00
|
|
|
<span id="current-page-container"></span>
|
|
|
|
<span>{{ strtolower(ctrans('texts.of')) }}</span>
|
|
|
|
<span id="total-page-container"></span>
|
|
|
|
</span>
|
2020-04-03 22:12:12 +02:00
|
|
|
</section>
|
2020-06-17 16:52:39 +02:00
|
|
|
<section class="flex items-center space-x-1">
|
|
|
|
<div class="flex items-center mr-4 space-x-1">
|
|
|
|
<span class="text-gray-600 mr-2" id="zoom-level">175%</span>
|
|
|
|
<a href="#" id="zoom-in">
|
2021-01-14 13:29:46 +01:00
|
|
|
<svg class="text-gray-400 hover:text-gray-600 focus:outline-none focus:text-gray-600 cursor-pointer"
|
|
|
|
xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
|
|
|
|
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<circle cx="11" cy="11" r="8"></circle>
|
|
|
|
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
|
|
|
|
<line x1="11" y1="8" x2="11" y2="14"></line>
|
|
|
|
<line x1="8" y1="11" x2="14" y2="11"></line>
|
|
|
|
</svg>
|
2020-06-17 16:52:39 +02:00
|
|
|
</a>
|
|
|
|
<a href="#" id="zoom-out">
|
2021-01-14 13:29:46 +01:00
|
|
|
<svg class="text-gray-400 hover:text-gray-600 focus:outline-none focus:text-gray-600 cursor-pointer"
|
|
|
|
xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
|
|
|
|
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<circle cx="11" cy="11" r="8"></circle>
|
|
|
|
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
|
|
|
|
<line x1="8" y1="11" x2="14" y2="11"></line>
|
|
|
|
</svg>
|
2020-06-17 16:52:39 +02:00
|
|
|
</a>
|
2020-04-03 22:12:12 +02:00
|
|
|
</div>
|
2021-01-14 13:29:46 +01:00
|
|
|
<div x-data="{ open: false }" @keydown.escape="open = false" @click.away="open = false"
|
|
|
|
class="relative inline-block text-left">
|
2020-06-17 16:52:39 +02:00
|
|
|
<div>
|
2021-01-14 13:29:46 +01:00
|
|
|
<button @click="open = !open"
|
|
|
|
class="flex items-center text-gray-400 hover:text-gray-600 focus:outline-none focus:text-gray-600">
|
|
|
|
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20">
|
|
|
|
<path
|
|
|
|
d="M10 6a2 2 0 110-4 2 2 0 010 4zM10 12a2 2 0 110-4 2 2 0 010 4zM10 18a2 2 0 110-4 2 2 0 010 4z"/>
|
|
|
|
</svg>
|
2020-06-17 16:52:39 +02:00
|
|
|
</button>
|
2020-04-03 22:12:12 +02:00
|
|
|
</div>
|
2021-01-14 13:29:46 +01:00
|
|
|
<div x-show="open" x-transition:enter="transition ease-out duration-100"
|
|
|
|
x-transition:enter-start="transform opacity-0 scale-95"
|
|
|
|
x-transition:enter-end="transform opacity-100 scale-100"
|
|
|
|
x-transition:leave="transition ease-in duration-75"
|
|
|
|
x-transition:leave-start="transform opacity-100 scale-100"
|
|
|
|
x-transition:leave-end="transform opacity-0 scale-95"
|
|
|
|
class="origin-top-right absolute right-0 mt-2 w-56 rounded-md shadow-lg">
|
2020-06-17 16:52:39 +02:00
|
|
|
<div class="rounded-md bg-white shadow-xs">
|
2021-01-14 13:29:46 +01:00
|
|
|
<div class="py-1">
|
|
|
|
<a target="_blank" href="?mode=fullscreen"
|
|
|
|
class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 hover:text-gray-900 focus:outline-none focus:bg-gray-100 focus:text-gray-900">{{ ctrans('texts.open_in_new_tab') }}</a>
|
|
|
|
</div>
|
2020-06-17 16:52:39 +02:00
|
|
|
</div>
|
2020-04-03 22:12:12 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-06-17 16:52:39 +02:00
|
|
|
</section>
|
2020-04-03 22:12:12 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="flex justify-center">
|
|
|
|
<canvas id="pdf-placeholder" class="shadow rounded-lg bg-white mt-4 p-4"></canvas>
|
|
|
|
</div>
|
|
|
|
@endsection
|
2020-03-23 18:10:42 +01:00
|
|
|
|
2020-04-03 22:12:12 +02:00
|
|
|
@section('footer')
|
|
|
|
<script src="{{ asset('js/clients/shared/pdf.js') }}"></script>
|
2020-03-23 18:10:42 +01:00
|
|
|
@endsection
|