Add public token-gated kitchen display for POS devices.
Deploy Ladill POS / deploy (push) Successful in 46s
Deploy Ladill POS / deploy (push) Successful in 46s
Kitchen display devices open a full-screen KDS without staff login, with feed/stream/bump over the device token. Shared kitchen board logic is extracted so the signed-in Kitchen page stays in sync.
This commit is contained in:
@@ -122,7 +122,7 @@ class DeviceService
|
||||
|
||||
return match ($device->type) {
|
||||
'customer_display' => route('pos.customer-display.show', ['token' => $device->device_token]),
|
||||
'kitchen_display' => route('pos.kitchen'),
|
||||
'kitchen_display' => route('pos.kitchen-display.show', ['token' => $device->device_token]),
|
||||
default => null,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user