This release lays the foundations for an in-depth overhaul of project management and strengthens the readability of steering across the entire platform. The guiding principle: make every deliverable genuinely manageable, give an at-a-glance view of workload and capacity, and clarify the information displayed on screen.
Five major features make up this release, along with various minor improvements:
Until now, the project schedule in Abraxio relied on a Gantt structure made up of lots, phases and milestones. This organization structures the work but does not clearly distinguish organizational elements from operational deliverables, and offers no link between the Gantt, tasks and budget.
This new version lays the foundations for an in-depth project management overhaul, with the introduction of a new concept: work items. These are operational deliverables, distinct from organizational groups, and integrated across the entire schedule, tasks, reports and exports.
In concrete terms, each project team can now structure its schedule with a clear hierarchy between organizational elements (groups) and operational deliverables (work items), manage these deliverables from a dedicated view (progress, dates, owner, associated tasks), and link tasks to work items.
This update is Phase 1 of a two-step overhaul: a Phase 2 will then establish the direct link between the Gantt and the budget, via allocations.
A project schedule now relies on three distinct object types.
In administration (Admin > Configuration > Portfolios > Schedule), two new sections allow you to configure the object types for work items and groups (e.g. Deliverable, Lot, Feature).
On existing environments, the Lot, Phase and Activity objects are migrated automatically: Lot and Phase become group types, and Activity becomes a work item type.
The details of work items, groups and milestones open in a side panel that replaces the pop-ins. It includes two common tabs: Summary and Dependencies, as well as three additional tabs for work items: Tasks (create/view associated tasks and access the filtered Kanban), Files (up to 10 documents per item) and Comments (discussions directly on the deliverable).
Each milestone is now qualified by a configurable type (e.g. Go-live, Review, Delivery…).
The "Major milestone" concept determines its visibility:
Major milestones are visually distinguished by an exclamation mark in their diamond.
The project Management tab evolves on three points:
The Compare option already available at budget level now arrives on a project's Work items page.
By selecting a published flash report, it displays additional columns (in purple) reflecting the flash report and calculating schedule variances in business days, with color coding (red if late, green if ahead).
On the API side, two new routes are available:
GET /v1/datasets/projects/{projectId}/planning (full schedule: groups, work items, milestones)GET /v1/datasets/projects/workItems/dimensions (configuration of work item analytical dimensions).Two existing routes are enriched:
GET /v1/datasets/projects (milestones object completed with the milestone type label)GET /v1/datasets/projects/{id}/tasks (workItem node added if the task is linked to a work item).On the Excel exports side:
The version upgrade requires no action on your part: existing environments are migrated automatically.
Your existing milestones are distributed according to the value of their former field:
Finally, a "Standard template" Gantt is created automatically in each environment (with Design / Build / Deployment phases and a Go-live milestone). It replaces the previous "Abraxio Standard" template when initializing an empty schedule, and is now editable and deletable as you see fit.
Charts per screen:
Legends & alerts:
Table rendering:

The toolbar displayed many indicators with no clear hierarchy. This evolution reorganizes warnings and indicators into two distinct zones, everywhere the toolbar presented this kind of information (portfolios, finance, vendors, teams).
Since last version, budget lines can be associated with vendor contracts. This Phase 2 makes the contract ↔ budget link more structured, more visible and easier to manage.
GET /datasets/suppliers/contracts API).
Locking timesheets required the administrator to perform a manual update every month. This version introduces an automatic rolling-month lock, and enriches PDF exports to facilitate audits and digitization.
Locked timesheets are blocked regardless of their status. Only administrators can modify them, and a banner indicates this.
Two new API routes to retrieve a project's members and its detailed tasks:
GET /v1/datasets/projects/{projectId}/members: consolidated members of a project/activity with their role.GET /v1/datasets/projects/{projectId}/tasks (+ …/tasks/dimensions): detailed tasks of a project/activity.