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:
@@ -17,6 +17,7 @@ class PosLocation extends Model
|
||||
'owner_ref',
|
||||
'name',
|
||||
'currency',
|
||||
'is_default',
|
||||
'service_style',
|
||||
'receipt_footer',
|
||||
'receipt_header',
|
||||
@@ -28,6 +29,7 @@ class PosLocation extends Model
|
||||
protected function casts(): array
|
||||
{
|
||||
return [
|
||||
'is_default' => 'boolean',
|
||||
'printer_paper_mm' => 'integer',
|
||||
'printer_auto_print' => 'boolean',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user