Skip to main content

Release Notes 2.7

Release Date

2023-09-15

Bug fixes.

New Features

KeySummaryDescription
IBALDEV-3370Mobile app: Multiple consignment keys in one ad-hoc PODProvided the possibility of adding or scanning multiple consignment Keys while creating an ad-hoc POD. The consignments will then have the same information as the POD that has been created. An email notification will be sent to the contact specified in the POD. See Unplanned POD.
IBALDEV-3623Mobile app: Notify user about no organization createdAdded the notification that a user has to set up Organization and Environment settings in the Web Hub for using the mobile app. See Organization and Environment.
IBALDEV-3787Mobile app: Do not allow to add packages to POD if consignment has pre-defined packagesRemoved the adding and scanning of packages on the POD creation page if a consignment has pre-defined packages from the Web Hub. There still will be information about packages for a consignment, and a driver has to agree whether all packages have been delivered (successful POD) or have not been delivered (failed POD). If there are no pre-defined packages in the consignment, a driver still has the possibility to add or scan packages. See Consignment Packages and Products.
IBALDEV-3165Mobile app: Integrate CodePushThe technical task for running releases faster.
IBALDEV-3452Web UI: Bulk move and role assign users between EnvironmentsThe Add button in the Environment settings can now be used to select multiple users from other Environments and move them to the current Environment a user is on. Once users are selected, it's possible to assign them a role to be transferred to the current Environment. This is only for users that currently exist within the Geo2 Organization. See Environment Users.
IBALDEV-3790Web UI: Bar chart for Loads by Vehicle chartTo make the Loads by Vehicle chart more useful for analysis, the pie chart has been replaced with a bar chart. This allows the chart to be scrollable, increasing usability for larger vehicle fleets. See Loads by Vehicle Chart.
IBALDEV-3403Web UI: Notify user about no subscriptionAdded the notification that a user doesn't have a subscription to have access to all Geo2 functionalities.
IBALDEV-3775Web UI: Update date and time inputSimplified the input for the date and time on such pages as Consignment and Load creation, and Consignment and Load search.
IBALDEV-3524Web UI: Remove frames on Consignment cardRemoved frames on the Consignments card on such fields as Address, Consignment, and Planning instructions.
IBALDEV-3789API: Do not support IDs for consignment and load entitiesSimplified the process of consignment and load creation within the API. It will no longer be possible to create a consignment or load using IDs for depot, vehicle, area, or channel. It is important to use the Key column from the Geo2 Environment Settings. This will now be written in the request to the API as: depotKey, vehicleKey, areaKey and channelKey.