Add multi-branch POS with team roles and branch-scoped cashiers.
Deploy Ladill POS / deploy (push) Successful in 1m58s
Deploy Ladill POS / deploy (push) Successful in 1m58s
Pro and Business users can manage branches, invite cashiers with branch assignment, and switch registers; sales and register flows respect acting location. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -30,6 +30,12 @@ return [
|
||||
'max_products' => (int) env('POS_FREE_MAX_PRODUCTS', 50),
|
||||
],
|
||||
|
||||
'roles' => [
|
||||
'admin' => 'Admin — full access to all branches',
|
||||
'manager' => 'Manager — all branches (or one if assigned)',
|
||||
'cashier' => 'Cashier — assigned branch only',
|
||||
],
|
||||
|
||||
'upgrade_banner' => [
|
||||
'title' => 'Unlock POS Pro or Business',
|
||||
'description' => 'Unlimited registers & catalog, stock tracking & ecosystem sync — from GHS 79/mo.',
|
||||
|
||||
Reference in New Issue
Block a user