Home / FleetMan / Organizer
FleetMan plugin

Organizer

Activity manager: tasks, employees, categories, types. Kanban-style workflow.

8 IRequest controllers Java / J2EE /Helper?package=organizer
Modules & features

What the Organizer plugin does

8 IRequest controllers, chacun exposant une fonctionnalité atomique côté serveur.

Organizer

Main view

Activities dashboard. Filters by employee, type, period, status (planned/done/late).

Activities

Activities list

Activities CRUD: title, description, location, assigned employee, deadline, attachments.

ActivitiesTypes

Activity types

Free categorization (delivery, intervention, maintenance, training…). Per-type workflow.

ActivitiesFlow

Activity feed

Intermediate steps of an activity (Kanban transitions: to-do → in progress → done).

ActivitiesFeedback

Activity feedback

Comments, notes, photos attached by field employees.

Employees

Employees

Employee directory: profile, contact, live GPS position, contracts, RFID/iButton badge.

Categories

Categories

Cross-cutting labels applicable to activities, employees or documents.

DocumentEditor

Document editor

Generate work orders, certificates, contracts from templates.

Architecture

How it integrates

/h2>

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

Enable Organizer on your FleetMan instance

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