Product / POS
A register that stays standing.
The till you trust on a Saturday in Paceville. Offline-first. MTCA-compliant. Lightning checkout for the morning rush at the espresso bar.
Offline by design
Network off the whole time.
Cart, cash, card, KDS push, printed receipt — captured locally, queued for sync. When connectivity returns, the queue drains in seconds and the books reconcile.
POS Terminal
Sells, prints, routes to KDS
IndexedDB queue
Receipts, orders, voids
API Gateway
Routes, signs, recovers gaps
Postgres · EU
eu-central-1, immutable
VIND keeps selling when the network drops: the POS terminal writes every sale to a local IndexedDB queue first, the API gateway syncs queued receipts to the EU Postgres database when connectivity returns, and the fiscal log stays immutable through every transition.
Live cashier surface
The screen they actually touch.
Photo-led category tiles, modifier-aware product cards, a cart panel that does the VAT math in front of you. This is the register, not a mock.
What the cashier actually uses
Lightning-fast checkout
Category-filtered product grid, smart modifier groups, held orders, and quantity controls. Take complex orders in seconds without leaving the screen.
Flexible payments
Cash with auto-change, Viva Wallet card terminals, and split bills by any number of guests. Every payment method your customers expect.
Works offline
Local cart state, durable sync queues, and conflict resolution. Sell through GO or Melita outages and reconcile automatically when back online.
MTCA fiscal compliant
Maltese VAT (18/7/5/0), HMAC-SHA256 receipt signing, CGT tracking, X/Z reports, and void workflows with linked credit notes. Audit-ready every day.
Staff & shifts
PIN-protected user selection, shift open/close with cash floats, blind drop variance, time-off requests, and payroll-ready exports.
Receipt templates
Customizable thermal receipts per site. Toggle logo, VAT breakdown, QR codes, and footer text from the backoffice — no reprint script required.
Common questions
- What happens if the internet drops mid-shift?
- The register keeps selling. Carts, payments, and printed receipts all run from local storage. Each mutation queues with a client-generated UUID and replays to the server when the link returns; conflict resolution is server-authoritative for fiscal data and last-write-wins for everything else. We test this with the device in airplane mode at every release.
- Does the register print a Maltese MTCA-compliant receipt?
- Yes. Sequential numbering, HMAC-SHA256 signing, Maltese VAT lines (18/7/5/0), and the supplier party block — every receipt is auditor-ready by default. See the compliance page for the exact spec.
- Which hardware does the register run on?
- Any modern tablet or mini-PC with a recent Chromium-based browser. We currently certify a small, opinionated list (Epson TM-m30iii printer, Viva card terminal, supported barcode scanners). You procure the hardware; we install and pair.