Surface branches and team as explicit settings sections.
Deploy Ladill POS / deploy (push) Successful in 37s

Embed branch list, switching, and team invites on the main settings page; dedicated routes redirect back with anchors.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-08 06:46:17 +00:00
co-authored by Cursor
parent afca49039b
commit 35970dfd2a
10 changed files with 176 additions and 43 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ class PosMultiBranchTest extends TestCase
'currency' => 'GHS',
'service_style' => 'retail',
])
->assertRedirect(route('pos.branches.index'));
->assertRedirect(route('pos.settings').'#branches');
$this->assertSame(2, PosLocation::owned($owner->public_id)->count());
}