Main view
Activities dashboard. Filters by employee, type, period, status (planned/done/late).
Activity manager: tasks, employees, categories, types. Kanban-style workflow.
8 IRequest controllers, chacun exposant une fonctionnalité atomique côté serveur.
Activities dashboard. Filters by employee, type, period, status (planned/done/late).
Activities CRUD: title, description, location, assigned employee, deadline, attachments.
Free categorization (delivery, intervention, maintenance, training…). Per-type workflow.
Intermediate steps of an activity (Kanban transitions: to-do → in progress → done).
Comments, notes, photos attached by field employees.
Employee directory: profile, contact, live GPS position, contracts, RFID/iButton badge.
Cross-cutting labels applicable to activities, employees or documents.
Generate work orders, certificates, contracts from templates.
The Organizer plugin exposes its functions through the /Helper. servlet. Each controller is called over HTTP using the pattern:
/Helper?package=organizer&plug=<Controller>&task=<action>
Responses follow the ExtJS-compatible JSON format:
{
"success": true,
"total": 42,
"rows": [...]
}
| Java package | com.malambi.fleetman.plug.organizer |
| Controllers | 8 |
| URL pattern | /Helper?package=organizer |
| 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.