From 4e45ef4b658fc09677f97b5ab9d90d7fc58ff494 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Thu, 16 Jul 2026 09:28:09 +0000 Subject: [PATCH] Raise Pro and Enterprise by GHS 1500; add hardware to Pro. Pro is GHS 2490/mo and Enterprise GHS 4490/branch/mo. Pro now lists Ladill-provided kiosk, display, and audio system. --- app/Services/Qms/PlanService.php | 4 ++-- config/qms.php | 6 +++--- resources/views/qms/pro/index.blade.php | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/Services/Qms/PlanService.php b/app/Services/Qms/PlanService.php index 5047f4b..ada08ac 100644 --- a/app/Services/Qms/PlanService.php +++ b/app/Services/Qms/PlanService.php @@ -76,12 +76,12 @@ class PlanService 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 { - 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 diff --git a/config/qms.php b/config/qms.php index f20259e..4eceb31 100644 --- a/config/qms.php +++ b/config/qms.php @@ -183,13 +183,13 @@ return [ ], '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_queues' => null, ], '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_queues' => null, ], @@ -249,7 +249,7 @@ return [ 'upgrade_banner' => [ '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', ], diff --git a/resources/views/qms/pro/index.blade.php b/resources/views/qms/pro/index.blade.php index bab38c4..9de2239 100644 --- a/resources/views/qms/pro/index.blade.php +++ b/resources/views/qms/pro/index.blade.php @@ -55,6 +55,7 @@