Mabilis Combustíveis is the gas station app of the multi-tenant SaaS platform Mabilis, used by various municipalities, agencies, and clients – each with their own operators provisioned by the server. It's not an internal app for a single company: it's a public commercial product where each client manages their own fleet and fuel management on the same platform.
For the gas station attendant, the workflow is straightforward and foolproof:
• Scan the authorization QR code with the native camera-based QR code reader. • Check the vehicle's odometer when required. • Take a photo of the refueling with the device's native camera. • Confirm and view the successful transaction receipt.
Everything happens online, in real time, against the Mabilis gRPC backend: the authorization is validated on the server (signed token), the refueling is recorded instantly, and the history is available for management. No offline queues, no manual synchronization, no spreadsheets.
Why it's a true native app (and not a packaged website):
• Native QR code reader via camera, not WebRTC/getUserMedia. • Native device photo capture. • Native gRPC communication over HTTP/2 with the real backend.
Who it's for: Gas station attendants and operators of Mabilis platform clients. Access is via an operator account provisioned by the client on the server – there is no self-registration in the app.
Mabilis is a tenant-aware public management platform; the fuel module (mComb) controls authorizations, vehicles, refueling, and cost allocation in an auditable way.
Validate the authorization QR code, register the mileage and photo, and complete the refueling.