Partner console
Global admin view: KPIs, live rides, drivers online, SOS alerts, pending KYC.
Taxi ride lifecycle, driver KYC, in-ride messaging, SOS, security center.
8 IRequest controllers, chacun exposant une fonctionnalité atomique côté serveur.
Global admin view: KPIs, live rides, drivers online, SOS alerts, pending KYC.
Trip history and live: passenger, driver, price, score, status (requested / in progress / completed).
SMS OTP for passengers and drivers. Streamlined account creation.
Extended profiles with emergency contacts, photo, preferences.
License, registration, insurance, photo verification. Operator-validated.
Secure in-app chat between passenger and driver during the ride.
Emergency alert: Malambi security center + SMS to emergency contacts + auto-call.
Live SOS-alerts console for supervisor. Geolocation, audio, escalation.
The Taxi plugin exposes its functions through the /Helper. servlet. Each controller is called over HTTP using the pattern:
/Helper?package=taxi&plug=<Controller>&task=<action>
Responses follow the ExtJS-compatible JSON format:
{
"success": true,
"total": 42,
"rows": [...]
}
| Java package | com.malambi.fleetman.plug.taxi |
| Controllers | 8 |
| URL pattern | /Helper?package=taxi |
| Multi-tenant | yes (userid scope) |
| Audit logs | enabled |
| FleetMan version | 7.0.1+ |
The plugin ships standard with FleetMan. Activation is instant — contact your account manager or start a free trial.