Raise Pro and Enterprise by GHS 1500; add hardware to Pro.
Deploy Ladill Queue / deploy (push) Successful in 53s

Pro is GHS 2490/mo and Enterprise GHS 4490/branch/mo. Pro now lists
Ladill-provided kiosk, display, and audio system.
This commit is contained in:
isaacclad
2026-07-16 09:28:09 +00:00
parent f90c00abbe
commit 4e45ef4b65
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -76,12 +76,12 @@ class PlanService
public function proPriceMinor(): int public function proPriceMinor(): int
{ {
return (int) config('qms.plans.pro.price_minor', 9900); return (int) config('qms.plans.pro.price_minor', 249000);
} }
public function enterprisePricePerBranchMinor(): int public function enterprisePricePerBranchMinor(): int
{ {
return (int) config('qms.plans.enterprise.price_minor_per_branch', 29900); return (int) config('qms.plans.enterprise.price_minor_per_branch', 449000);
} }
public function enterprisePriceMinor(Organization $organization): int public function enterprisePriceMinor(Organization $organization): int
+3 -3
View File
@@ -183,13 +183,13 @@ return [
], ],
'pro' => [ 'pro' => [
'label' => 'Pro', 'label' => 'Pro',
'price_minor' => (int) env('QUEUE_PRO_PRICE_MINOR', 99000), 'price_minor' => (int) env('QUEUE_PRO_PRICE_MINOR', 249000),
'max_branches' => null, 'max_branches' => null,
'max_queues' => null, 'max_queues' => null,
], ],
'enterprise' => [ 'enterprise' => [
'label' => 'Enterprise', 'label' => 'Enterprise',
'price_minor_per_branch' => (int) env('QUEUE_ENTERPRISE_PRICE_PER_BRANCH_MINOR', 299000), 'price_minor_per_branch' => (int) env('QUEUE_ENTERPRISE_PRICE_PER_BRANCH_MINOR', 449000),
'max_branches' => null, 'max_branches' => null,
'max_queues' => null, 'max_queues' => null,
], ],
@@ -249,7 +249,7 @@ return [
'upgrade_banner' => [ 'upgrade_banner' => [
'title' => 'Unlock Queue Pro or Enterprise', 'title' => 'Unlock Queue Pro or Enterprise',
'description' => 'Unlimited branches, advanced routing, Care & Frontdesk integrations — from GHS 990/mo.', 'description' => 'Unlimited branches, advanced routing, Care & Frontdesk integrations — from GHS 2490/mo.',
'route' => 'qms.pro.index', 'route' => 'qms.pro.index',
], ],
+1
View File
@@ -55,6 +55,7 @@
<ul class="mt-5 flex-1 space-y-2 text-sm text-slate-700"> <ul class="mt-5 flex-1 space-y-2 text-sm text-slate-700">
<li>Advanced routing rules</li> <li>Advanced routing rules</li>
<li>Unlimited kiosks & displays</li> <li>Unlimited kiosks & displays</li>
<li>Ladill-provided queue kiosk, display and audio system</li>
<li>Care & Frontdesk API</li> <li>Care & Frontdesk API</li>
<li>Reports & exports</li> <li>Reports & exports</li>
</ul> </ul>