Offline & Sync Strategy
For unstable internet environments, use offline-first POS behavior.
Recommended approach
- Cache product and customer snapshots locally.
- Queue order/refund actions in outbox while offline.
- Sync queued actions when connection returns.
Rules for reliability
- Disable duplicate submit while request is in progress.
- Keep local state until server confirms success.
- Show clear sync status to cashier.
Last updated on