Airtime dashboard
Live balance per SIM, period consumption, threshold alerts, completed top-ups.
GPS tracker SIM credit monitoring. Low-balance alerts, automatic top-up, consumption anomaly detection.
6 IRequest controllers, chacun exposant une fonctionnalité atomique côté serveur.
Live balance per SIM, period consumption, threshold alerts, completed top-ups.
Carrier settings (Orange, MTN, Camtel), USSD formats, top-up accounts.
Calendar of scheduled credit checks (daily, weekly).
USSD script editor per carrier (balance check, top-up, transfer).
Script CRUD with versioning and dry-run testing.
Reusable mini-widget showing top SIMs in alert on the FleetMan home.
The Airtime plugin exposes its functions through the /Helper. servlet. Each controller is called over HTTP using the pattern:
/Helper?package=airtime&plug=<Controller>&task=<action>
Responses follow the ExtJS-compatible JSON format:
{
"success": true,
"total": 42,
"rows": [...]
}
| Java package | com.malambi.fleetman.plug.airtime |
| Controllers | 6 |
| URL pattern | /Helper?package=airtime |
| 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.