Embed Ladill Queue on role pages and add specialty modules under Settings.
Deploy Ladill Care / deploy (push) Successful in 53s
Deploy Ladill Care / deploy (push) Successful in 53s
Remove the standalone Service Queues nav so call-next/now-serving lives on clinical queue, appointments, pharmacy, lab, and specialty surfaces; Pro orgs can activate dentistry and related modules with branch departments and queue stubs. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -53,6 +53,12 @@ class PlanService
|
||||
return $this->hasPaidPlan($organization);
|
||||
}
|
||||
|
||||
/** Specialty practice modules (dentistry, eye care, …) — Pro/Enterprise expansions. */
|
||||
public function canUseSpecialtyModules(Organization $organization): bool
|
||||
{
|
||||
return $this->hasFeature($organization, 'specialty_modules');
|
||||
}
|
||||
|
||||
/** Own payment gateway (Paystack / Flutterwave / Hubtel) for encounter billing requires Pro or Enterprise. */
|
||||
public function canUsePaymentGateway(Organization $organization): bool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user