6.0-r13
What's new?
- Version info added to the login page as well as an indication if a patch updated exists for the current version.
Database Update Scripts
- Check out the update reports for updating and patches in the dbscripts\comparereports folder of the release zip file. (Note that all schema changes listed in the patch reports are applied every time you patch the databases, so please check the report and see if you have any customisations in the objects listed there.)
Prod - data migration
- DB 6.0.5
- Add max fraction digits format DEV-1257
- DB 6.0.4
- Update translations
- DB 6.0.3
- Run translations initial load
- DB 6.0.2
- Add purchase plan workspace if missing DEV-1022
- Run translations initial load
- DB 6.0.1
- Add new timezone server settings DEV-933
- Run translations initial load
- DB 6.0.0
- Add items to dbo.features
- Add items to dbo.role_features
- Add planned orders order type DEV-23
- Change currency format in dashboardelements,dataelements,mbecolumns,orderviewaggcolumns,orderviewcolumns DEV-228
- Add planned orders order type DEV-437
- New settings in dbo.settings DEV-227
- Run translations initial load DEV-226
- Update available languages
Stg - data migration No change
Known Issues/Bugs
Unaddressed issues in JIRA
Issues
Issues that were addressed and fixed in this release
- See a list of issues fixed on Jira
- See list of pull requests involved in this update on GitHub
- See code changes on GitHub compare
Client 6.0.12
Version Info
- Add correct version info to the login page like in the about modal. Also add a notification if a new version exists according to version data at https://pool.agrdynamics.com/api/versions. DEV-1503Reports
- Fix create orders from item selection causing API errors. Fixed by limiting the selection amount and redirecting the request to the report ID when all items are selected. DEV-1536
API 6.0.7
Forecast
- Fix slow parallel forecast. The async functionality for writing the forecast to the database was removed to improve the deadlock situation that was arising. DEV-1558
Databases 6.0.8
mbe_item_statistics_populate
- Fix reference to non existing setting. Turns out the settings (demand_for_dc
anddemand_for_dc_days
) were renamed in 2018 in the demand process procedure but it was never updated accordingly inmbe_item_statistics_populate
. - Consultants already had a fix for this SO-834, DEV-1557Items
- Remove old version ofmbe_report_remove
causing[dbo].[items_temp_report_create]
to fail and the items feature not to work in the app. DEV-1464Workspace
- Fix issue where user was unable to delete values in series that had nullable value columns. DEV-1542