Add multi-branch POS with team roles and branch-scoped cashiers.
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:
isaacclad
2026-07-08 06:05:30 +00:00
co-authored by Cursor
parent cac7c60415
commit 9d7dac6c24
34 changed files with 1434 additions and 30 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class SaleController extends Controller
public function index(Request $request): View
{
$sales = PosSale::owned($this->ownerRef($request))
$sales = $this->scopeToLocation($request, PosSale::owned($this->ownerRef($request)))
->with('lines')
->latest()
->paginate(25)