6.0-r14
What's new?
About Modal
- Add additional info to the about modal which indicates the language and locale settings, client timezone and server timezone setting and warns if the server timezone setting is not set up properly. DEV-1588
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.13
About Modal
- Add additional info to the about modal which indicates the language and locale settings, client timezone and server timezone setting and warns if the server timezone setting is not set up properly. DEV-1588Execution List
- Fix custom actions in the execution list dropdown. Fix the execution URL and display the name of the custom actions as they are being run. DEV-1609Grids
- Fix issue where it wasn’t possible to deselect all selected rows in grouped grids, e.gOrders
-grid. DEV-1603Item Card
- Refresh all series in chart after editing the sales history. It was an issue that only the forecasted sale was updated and new estimated stock and safety stock was missing. DEV-1644Item Card
- Hide columns in the Item Card Grid that don’t contain any values. This is how it was done in AGR v5.4 DEV-1590Orders
- SetMy Orders
filter as default when opening orders for the first time (no state saved locally). Warn users when potentially deleting orders created by another user. DEV-1616Workspaces
- Fix so that empty strings appear asnull
in the database instaed of0
. Done by leaving empty fields out so the insert/update procedure treats them as null. DEV-1622Workspaces
- Fix: Editing the column config of calculated columns not working in the web client (not updating the database). Editingdata_element_calc_columns
not working in the web client. DEV-1580Workspaces
- Fix issue where grid state (e.g. column width) in views was lost when navigation between views. DEV-1629Workspaces
- Fix issue where editing couldn’t continue in the next cell after pressing TAB to finish cell editing. This error was happening in client calculated series where the whole row was locked after editing one cell. Grid focus was lost entirely when trying to edit locked cell. DEV-1647Workspaces
- FixPeriod Filter
so that just 1 month/week or day can be selected when working with fixed periods. DEV-1598Workspaces
- Fix issue when grouping rows on column values in grid. Issue caused columns that contained values of type other than string to show no values instead of a distinct aggregated indication. DEV-1587
API 6.0.8
Reports/Items
- Improve upon issue where errors were occuring when editing views in reports/items. DEV-1533
Databases 6.0.9
Item Card
- Fix chart so that stock history series is always shown even though last sale is not included in the period. DEV-1585Orders
- When item is inactive but still in orders user access filters out the whole order.. Ifitem no
was changed to inactive before order is confirmed (e.g. order sitting in AGR system for 3 days) the user access select removes the whole order from the user that is restricted to location. DEV-1455