This release includes several new features and bug fixes.

Definition


The release notes refer to different sections of the application:

Back Office: Where Customer Service Representatives (CSR) create and edit orders, create accounts, review drivers, etc.

Dispatch Board: Where Dispatchers assign orders to drivers, get notifications for invalid orders, etc.

Auto-Dispatch: This section refers to the automated order assignment setup and its process.

Administration: This section is in the Back Office but refers to sections only an administrator will use like Settings and Pricing.

Customer Portal: Where account users log in to create orders, view their order history, enter a credit card, etc.

Tracking site: Where customers enter a tracking number like the order ID or a reference number to view the status of their order.

Account API: API provided to your accounts to create, update and get orders. For documentation, please follow this link: https://api.dispatchscience.com/
Tenant API: API provided to you to create orders for your accounts, retrieve invoices and change invoice status. For documentation, please follow this link: https://api.dispatchscience.com/


Administration

Display a warning when importing zones in a layout containing existing zones

To ensure that users are aware that importing zones in a layout containing zones, a warning message will be displayed when user click on Import KML File. User will need to click on OK or press Enter to upload the file.

 

Back Office

Clicking on an archived driver gives an error

There is no longer an error given when clicking on an archived driver.



Need to double click to open menu on Order details

A single click will now open the menu in the order details.


Order Creation through Import File/API

Default attributes on account not added when order is created through Import File/API

The account default attributes  are now applied when the order is created through an import file in Dispatch Science.


The account default attributes are added on an order created through the API if the Attribute section is omitted completely.

Attribute section in the json file.

 "AttributeIds": [

    "attributeID"

  ]


The account default attributes are not added on an order created through the API if the Attribute section is added with a null attribute ID:

"AttributeIds": [

    ""

  ]


The account default attributes are not added on an order created through the API if the Attribute section is added and contains a list of attributes. In this case, make sure to include the default attributes as well as the new attributes which should be added to the order.

 "AttributeIds": [

    "attributeID",

    "attributeID"

  ]


Administration

Fuel Surcharge could not be updated when user was logged in French

When logged in in French, admin was not able to update the Fuel Surcharge.