Account settings
Partner branding (logo, colors, domain), UI preferences, SMS signature, notifications.
The FleetMan administrator control panel: account management, partners, enabled modules and system messaging.
10 IRequest controllers, each exposing one atomic server-side function.
Partner branding (logo, colors, domain), UI preferences, SMS signature, notifications.
Consolidated view of the partner's customers (filter by account type, status, deactivated). Search, pagination, export.
Create/update a customer account: profile, role, vehicle access, limits, subscriptions.
Full record: vehicles, invoices, hotline tickets, drivers, active subscriptions.
Enable/disable modules accessible to the customer. Fine-grained control.
Same idea as Modules but at the plugin level (broader granularity).
Single or bulk email and SMS sending to customers, drivers, vehicles.
Multi-recipient SMS campaigns with template, delivery tracking.
Queue for long-running commands (mass export, tracker reconfiguration).
Quick UI language switch (FR/EN/PT) per user preference.
The Manager plugin exposes its functions through the /Helper servlet. Each controller is called over HTTP using the pattern:
/Helper?package=manager&plug=<Controller>&task=<action>
Responses follow the ExtJS-compatible JSON format:
{
"success": true,
"total": 42,
"rows": [...]
}
| Java package | com.malambi.fleetman.plug.manager |
| Controllers | 10 |
| URL pattern | /Helper?package=manager |
| 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.