Gate ticket handoff as Pro; reorder settings cards.
Deploy Ladill Queue / deploy (push) Successful in 1m19s
Deploy Ladill Queue / deploy (push) Successful in 1m19s
Transfer between queues requires Pro (console UI, API, and plans copy). Branches & team now sits after Organization on the settings page.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
@php
|
||||
$handoffQueues = $allQueues->where('id', '!=', $currentTicket->service_queue_id)->values();
|
||||
@endphp
|
||||
@if ($handoffQueues->isNotEmpty())
|
||||
@if ($canTransfer && $handoffQueues->isNotEmpty())
|
||||
<form method="POST" action="{{ route('qms.console.action', $counter) }}" class="mt-4 border-t border-indigo-100 pt-4">
|
||||
@csrf
|
||||
<input type="hidden" name="action" value="transfer">
|
||||
@@ -82,6 +82,15 @@
|
||||
<button type="submit" class="btn-primary text-sm">Hand off</button>
|
||||
</div>
|
||||
</form>
|
||||
@elseif (! $canTransfer)
|
||||
<div class="mt-4 border-t border-indigo-100 pt-4">
|
||||
<p class="text-sm font-medium text-slate-800">
|
||||
Hand off to another queue
|
||||
<span class="ml-2 rounded-full bg-amber-50 px-2 py-0.5 text-[10px] font-semibold uppercase tracking-wide text-amber-700">Pro</span>
|
||||
</p>
|
||||
<p class="mt-1 text-xs text-slate-500">Pass customers between services while keeping their ticket number. Available on Queue Pro.</p>
|
||||
<a href="{{ route('qms.pro.index') }}" class="mt-3 inline-flex text-sm font-medium text-indigo-600 hover:text-indigo-800">Upgrade to Pro →</a>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user