Tighten Care free tier and bill Pro/Enterprise per branch.
Deploy Ladill Care / deploy (push) Successful in 29s
Deploy Ladill Care / deploy (push) Successful in 29s
Free keeps core records, appointments, and basic workflows; Pro unlocks lab, pharmacy, billing, and Queue. Both paid tiers bill per branch with unlimited branches. Enterprise adds multi-dept workflows, analytics, AI-assisted healthcare integration, and priority support (not Afia).
This commit is contained in:
@@ -32,6 +32,7 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
'platform.session' => EnsurePlatformSession::class,
|
||||
'care.setup' => \App\Http\Middleware\EnsureOrganizationSetup::class,
|
||||
'care.ability' => \App\Http\Middleware\EnsureCareAbility::class,
|
||||
'care.paid' => \App\Http\Middleware\EnsurePaidPlan::class,
|
||||
]);
|
||||
})
|
||||
->withExceptions(function (Exceptions $exceptions): void {
|
||||
|
||||
Reference in New Issue
Block a user