Home / FleetMan / Manager
FleetMan plugin

Manager

The FleetMan administrator control panel: account management, partners, enabled modules and system messaging.

10 IRequest controllers Java / J2EE /Helper?package=manager
Modules & features

What the Manager plugin does

10 IRequest controllers, each exposing one atomic server-side function.

AccountSetting

Account settings

Partner branding (logo, colors, domain), UI preferences, SMS signature, notifications.

Customers

Customer list

Consolidated view of the partner's customers (filter by account type, status, deactivated). Search, pagination, export.

CustomerEdit

Edit customer

Create/update a customer account: profile, role, vehicle access, limits, subscriptions.

CustomersView

Customer detail view

Full record: vehicles, invoices, hotline tickets, drivers, active subscriptions.

Modules

Modules

Enable/disable modules accessible to the customer. Fine-grained control.

Plugins

Plugins

Same idea as Modules but at the plugin level (broader granularity).

SendMessages

Send messages

Single or bulk email and SMS sending to customers, drivers, vehicles.

BulkSMS

Bulk SMS

Multi-recipient SMS campaigns with template, delivery tracking.

AsyncCmd

Asynchronous commands

Queue for long-running commands (mass export, tracker reconfiguration).

Translator

Live translation

Quick UI language switch (FR/EN/PT) per user preference.

Architecture

How it integrates

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": [...]
}
Technical details
Java packagecom.malambi.fleetman.plug.manager
Controllers10
URL pattern/Helper?package=manager
Multi-tenantyes (userid scope)
Audit logsenabled
FleetMan version7.0.1+

Enable Manager on your FleetMan instance

The plugin ships standard with FleetMan. Activation is instant — contact your account manager or start a free trial.