6.1-r9
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.1.5
- Parallel forecast new setting DEV-1558
- DB 6.1.1
- Add max fraction digits format DEV-1257
- DB 6.1.0
- Add
order_logic_lost_sale_percentage
setting DEV-886 - Disable translations feature DEV-1105
- Remove deprecated features from dbo.features and dbo.role_features DEV-1105
- Remove run in parallel setting DEV-1067
- Run
initial_load_translations
- Stg - data migration
- DB 6.1.0
- No change
Known Issues/Bugs
Unaddressed issues in JIRA
Issues
Issues that were addressed and fixed in this release
- See list on Jira
- See list of pull requests involved in this update on GitHub
- See code changes on GitHub compare
Client 6.1.9
Datepicker
- Fix wrong day labels for dates in datepicker. DEV-1540Navigation
- Fix missing dropdown menu items. DEV-1572Version 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.1.6
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-1558Reports
- Prevent errors from occurring when updating items/reports quickly (adding columns). DEV-1533
Databases 6.1.5
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-1464estimated stock
- Add reserved stock to stock estimation, chart data. DEV-1569