Approve. Pay. Sign.
Time-off requests, vendor bills, pay runs, expense reports — approve from the lock-screen notification or the in-app inbox. Biometric confirm on anything financial.
Approve invoices on the train. Run payroll between meetings. Scan a barcode into inventory from the warehouse floor. Clock-in your team from the truck. The whole app, native, on the phone you already carry.
Most "mobile companion" apps are read-only. Ours isn't. Anything you can do on the web, you can do from the phone.
Time-off requests, vendor bills, pay runs, expense reports — approve from the lock-screen notification or the in-app inbox. Biometric confirm on anything financial.
Revenue, payroll cost, AR aging — refresh themselves on app open.
Phone camera reads UPC + QR. Counts go straight to the ledger — no clipboard, no spreadsheet.
Manager-side clock-in for the field crew. GPS-verified, tied to a job code.
Approved a $12k vendor bill at a stop light. Pay run cleared while I was at lunch.
Threshold-based — alert me when daily revenue drops 20% versus last week, when payroll hours blow the schedule, when an invoice goes 30 days late. Configurable per role.
The mobile app isn't just a manager dashboard. Switch a device into Field Agent, Check-in Kiosk, POS Controller, or Scanner mode and the UI rebuilds itself for that role.
Approve invoices, run payroll, check P&L, see who's on the floor. The default mode for the owner / manager.
Work orders on the dashboard. GPS clock-in. Scan parts off the truck. Customer signs and pays on-screen.
Lock the device to a self-service screen. Walk-ins join the queue, get an SMS when ready.
Take orders, split checks, tap-to-pay. Print receipts to the venue's thermal printer. Pop the cash drawer.
Phone camera reads UPC + QR. Bulk intake, store transfers, cycle counts — straight to the ledger.
Print a receipt to the kitchen printer. Kick the cash drawer. Read a barcode from a tethered scanner. The mobile app sends commands to the venue's Hub Agent through the cloud — same protocol the iPads use.
The phone does not need to be on the venue's Wi-Fi. Cellular works. A field agent on a job site can still print a customer copy to the shop's receipt printer through the cloud. Read more on the Hub Agent →
Built in Flutter. Same binary, two stores. Tested on iPhone SE through Pro Max, Android 10 through 14.
Built native using Flutter. 60fps on entry-level Android, Metal-backed on iOS. No web-view sluggishness.
Email-password or magic-link, then biometric unlock (Face ID / Touch ID / fingerprint) for re-auth. Auto token refresh.
Tokens in FlutterSecureStorage (Keychain / Keystore). Offline cache via Hive. App settings in SharedPreferences.
Stable network layer with timeout, retry, request cancellation, exponential backoff. Plays well with flaky cell signal.
Provider pattern for app state. No Redux ceremony. Pull-to-refresh on every list.
Browse the catalog, inbox, P&L on the subway. Any writes queue locally and replay when you reconnect — same as the desktop app.
I haven't opened my laptop in three weeks. Whole business runs through this phone.
Same login as the web. Sign in and you're in.