Add Frontdesk kiosk APK build script and manufacturer flash guide.
Deploy Ladill Frontdesk / deploy (push) Successful in 59s

Ship OEM documentation for MDM, Elo, and Zebra lockdown plus a provisioning QR on kiosk device registration so factory tablets can pair on first boot.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-08 18:35:44 +00:00
co-authored by Cursor
parent e1dee12bc2
commit 60c2839553
5 changed files with 395 additions and 1 deletions
+10
View File
@@ -33,6 +33,16 @@ class QrCodeService
return $this->renderSvg($this->employeeUrl($employee), $size);
}
public function kioskUrl(string $deviceToken): string
{
return route('frontdesk.kiosk.device', $deviceToken);
}
public function kioskSvg(string $deviceToken, int $size = 200): string
{
return $this->renderSvg($this->kioskUrl($deviceToken), $size);
}
protected function renderSvg(string $url, int $size = 200): string
{
$options = new QROptions([