Skip to main content

Release Notes 2.6

Release Date

2023-08-31

Bug fixes.

New Features

KeySummaryDescription
IBALDEV-3125Web UI: Load planning – reverse stopsAdded the ability to reverse the direction of stops on the Load plan page. This means if you choose to, you have the ability to reverse the order in which you deliver your consignments. Once changes are saved, the system will automatically update the planned time on each consignment, as well as the planned distance and duration of the load. See Loads.
IBALDEV-3330Web UI: Redesign of Accepted invitation pageUpdated the invitation acceptance process. Now, when you click the "Accept" button in the invitation email, you will automatically confirm your acceptance and be redirected to the confirmation page. From there, you have the option to navigate to the Home page or proceed with a password reset before accessing the Home page. See Accept Invitation.
IBALDEV-3527Web UI: Round Emissions number to 2 decimalsAdded rounding of Emissions number to 2 decimals on the Load plan page.
IBALDEV-3528Web UI: Round Weight and Volume capacity numbers to 2 decimalsAdded rounding of Weight and Volume capacity numbers to 2 decimals on the Vehicle tab in the Environment settings.
IBALDEV-3614Web UI: Notify about the limit for consignments importAdded the notification that it is not possible to import more than 500 consignments. See Consignment Import.
IBALDEV-3631Web UI: Pie chart for one-day data on Loads by status chartAdded the pie chart for one-day data (Yesterday, Today, Tomorrow) for Loads by status chart.
IBALDEV-3668Web UI: Do not display blank POD fieldsRemoved displaying of the Packages and Package count fields from the POD page (POD page inside the Consignment details, POD popup, POD PDF file, public POD page) when they are blank.
IBALDEV-3671Web UI: Remove filtering Last year and No data limit on Load chartsRemoved filtering Last year and No data limit on the Loads by status and vehicle charts.
IBALDEV-3713Web UI/API: Enforce unsigned values for consignment weight and volumeAdded verification for the Weight and Volume fields for a consignment creation so it is not possible to put negative values in them.
IBALDEV-3721API: Add Area field for consignment creationAdded the ability to create consignments with an Area key via the Geo2 API.
IBALDEV-3729API: Replace channelID with channelName for POST/consignment requestReplaced Channel ID with Channel Name for a consignment creation. Instead of using the Channel ID, you can now directly use the Channel Name taken from the Environment settings.