Skip to main content
Uncategorized

Changelog for 25-06-2025

By June 25, 2025No Comments

Added

  • – Added max concurrent clients
  • – Added possibility to add permission restriction to statuses.
  • – Improved page speed for list views in pop-ups
  • – Option to create a transport order from an outbound order even before having a picklist.
  • – Added more icon options inside the Icons Dataset for selecting vehicle type icon
  • – Added the ability to indicate the `list_url` where the user came from to view the object’s `DetailView`. This value is passed to the object’s target link in the `_list.html` template.

Changed

  • – Changed the logic related to API usage limits. A limit value can now be specified on account settings level, and individual users can given API access using a simple checkbox.
  • – Show related object files and notes on view tab.
  • – Enabled choosing of icon for VehicleType
  • – Changed the displayed icon in the Vehicles section of a Trip’s detail view to be based on VehicleType’s icon

Fixed

  • – Loading of outbound orders using outbound app being slow.
  • – Fixed error when trying to view exchange action results from a web browser.
  • – Fixed displaying time windows on client and resident view
  • – Set a `go_back_link` value for the `ImportResultMappingSchemaUpdateView` class
  • – Fixed the issue wherein duplicating an `ImportResultMappingSchema` does not work
  • – Resolved an issue wherein when the user views a `DetailView` of an Order from the All tab, and they click the “back” button within the detail, they are redirected to the `ListView` of the category (e.g., `/outboundorders/ instead of `/orders/all/`)
  • – Resolved an issue wherein when the user views a `DetailView` of a Trip from a list view other than the All tab, and they click the “back” button within the detail, they are redirected to the `ListView` for the All tab (e.g., `/trips/` instead of `/trips/completed_list/`)
  • – Fixed data filters not working when generating invoice lines for stored stock.

Removed

  • – Removed the possibility to perform stock corrections on shipping units to prevent stock issues
  • – Removed left padding of the calendar icon in the Period Filter component shown in Order list, Trips list, etc.