Major changes
Common to all services
- Added
preparing_time
(data preparation time) andbusiness_validation_time
(business data validation time) andmath_validation_time
(math data validation time) to statistics on the calculation process. - Updated and corrected documentation.
Account (AC)
- Fixed error 500 when generating a token with an incorrect password.
- Added sorting for audit.
Universal (UV)
- Fixed calculation of times in statistics on stops, added calculation of break time
break_time
. - Added data rounding in statistics (the required accuracy is set in the planning settings in the
precision
field). - Trip key changed to uuid, added trip name generation (
name
). - Entity counters added to statistics on unplanned entities (e.g.
unplanned_orders_count
). - The limit on the maximum number of orders in one calculation has been changed to 15 thousand.
- The limit on the maximum number of tags for one entity has been changed to 15 thousand.
- A separate state
AROUND_LOCATION
has been added to the list of states within a trip - the performer is in the process of approaching or leaving the location. - Fixed false positives of
GEODATA_TIME_WINDOW
check. - Fixed incorrect work of the scheduler for vehicles with empty compartments.
- Added the ability to specify the duration of the contractor's tariff in seconds.
Studio (ST)
- Added the ability to dynamically change the size of the table with the main data.
- Added the ability to copy any element in the table and infobar.
- Added hidden columns in default table.
- Added the ability to copy the version of the web application and service with one button.
- Added schema data validator for all api methods, return of logical errors added in response with 400 code.
- Added display of the number of unplanned entities to the indicators.
- Display of the fact of using an external matrix of times and distances has been added to the indicators.
- Added check for unique keys when exporting data to the studio.
Packer (PC)
- Improved stacking of goods, the number of pallet places decreased by 7-15% depending on the original task.
Agro (AG)
- Increased humidity accounting accuracy - humidity is indicated in ppm (from 1 to 999).
- Added loading to storage and unloading from storage to the list of operations.
Upgrade information
danger
The API version is not backward compatible.
Common to all services
- Renamed invalid data warnings (
validations
->warnings
,calculation_settings.treat_validations_as_errors
->calculation_settings.treat_warnings_as_errors
).
Universal (UV)
- External matrix of times and distances
external_routing
moved from settings to main data (.plan_settings.external_routing
->.external_routing
). - Changed performer's tariff time type
tariff.stage_length
(int
->time_duration
). - Renamed utilization indicators:
capacity_utilization
->cargo_capacity_ratio
,capacity_max
->max_transport_load
.