Changes
- New page preference on Planning: Planning Cell Format
- Team and Employee filters always visible on Planning
- New task created from a project now automatically pre‑fills unique settings
- URL changes
- URL changed for Oauth authentication
-
API changes
New Page Preference: Planning Cell Format
A new preference has been added to the Planning page: Planning Cell Format.
This setting defines which value is displayed inside the planning cells.
This setting defines which value is displayed inside the planning cells.
Available parameters
- %NormOrContract% – Standard hours
- %TotalPlanned% – Total planned
- %Planned% – Planned
-
%Available% – Available
Default behaviour
- If no value is selected, planned hours are displayed.
- When editing inline, the cell always shows the planned hours.
Team and Employee Filters Always Visible on Planning
The Team and Employee filters are now always visible on the Planning page even when the planning is grouped by Project or Project/Budget.
Extended filter behaviour
When grouping by Project or Project/Budget:
- Team filter
Shows tasks that include one or more employees from the selected team. - Employee filter
Shows tasks to which the selected employee is assigned.
This improvement makes it much easier to quickly narrow down the planning to the relevant set of tasks.
New Task from Project Automatically Pre‑Fills Unique Settings
When the Planning page is grouped by Project, you can create a new task via the right‑click menu on a project.
The following fields on the Default Values tab are now automatically pre‑filled—provided that only one possible value exists:
- Customer
- Budget
- Item
This ensures faster and more consistent task creation.
URL wijziging
As part of our rebranding the URL will be adjusted from Qics to Fortes. This should not impact the Milestones software itself, but it could lead to a one-adjustment with respect to the following:
- A one-time login, please erase browserscookies if needed
- A one-time login with respect to 2FA
- A one-time adjustment of the URL for other software that communicates with Milestones. Please note that this is not required for connections that are established by Fortes. The api remains unchanged until the release in April.
The new URL is: https://app.fortesmilestones.com
URl change for Oauth authentication
When integrating Fortes Milestones with an external application such as Exact Online, Twinfield, AccountView, or Mollie, we use OAuth authentication. Because our URL has changed, the 2026 variant must be used the next time you renew the authentication.
API Changes
Note: These changes apply only to custom API (v3) integrations.
They do not apply to the standard financial administration connector.
TaskId Added to TimeExpenseEntry
The TimeExpenseEntry endpoint now includes the TaskId field.
- The field is read‑write
- This allows more precise linking of time and expense entries to tasks
- Beneficial for reporting, synchronisation, and advanced integrations
Interval Field Added to Invoice Lines
Invoice lines now store the Interval that was assigned during the creation of installments or advances.
This value indicates how frequently the installment is invoiced.
This value indicates how frequently the installment is invoiced.
Supported interval values
- 1 = Monthly
- 3 = Quarterly
- 6 = Semi‑annually
- 12 = Annually
Additional details
- The Interval field is editable
- A new Interval column has been added to the invoice details
- This column is hidden by default and can be enabled via Page Preferences
- The Interval is available through the Web API via the OverviewInvoiceLine endpoint
LanguageType Parameter Added to Registration Endpoint
The Web API registration endpoint now supports the LanguageType parameter, allowing specification of the user's preferred language.
Example payload
JSON
{
"EmailAddress": "testuser@on.the.net",
"LanguageType": 3
}
"EmailAddress": "testuser@on.the.net",
"LanguageType": 3
}
Parameter behaviour
- Optional (default: Dutch)
Allowed values
- 0 = English
- 1 = Dutch
- 2 = Danish
- 3 = Slovak
Effect
- Registration emails are sent in the selected language
- The user’s language preference in FortesMilestones is automatically set

Opmerkingen