AGR Logo
6.1-r22 lts/6.1 2021-09-23T11:14:12Z 6.1.21 6.1.15 6.1.16 1 / 11 6.1-r22.zip6.1-r22.zip

6.1-r22

What's new?

  • Workspaces / Item Card - Include the Order Qty (Order Selected) series in the item card when viewing the Item Card from within a workspace view that contains both an item_id column and an order_id column. DEV-2677, PR-1991

Database Update Scripts

  • Check out the update reports for updating and patching 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 customizations in the objects listed there.)

Known Issues/Bugs

Unaddressed issues in JIRA

Issues

Issues that were addressed and fixed in this release

Client 6.1.20

  • Grids - fixing group aggregation for date columns DEV-2400, PR-1829, PR-1884
  • Orders - fix: When paste-ing multiple values from excel into the order grid so that some of the values overlap a grouped (and therefore unmediatable cell) an endless loop trying to update values is reached. DEV-2638, PR-1920
  • Item Card - Add loading indicator to chart while it is loading, so users don't misunderstand which Item is visible in the chart when going between items. DEV-2411, PR-1939
  • Item Card - Fix load delay when selecting an item to load in the Item Card. Debounce timer now resolves immediately and queues consecutive requests until no new item has been selected for 400ms. DEV-2645, PR-1942
  • Orders - Fix: Confirmed, edited order lines stay in the order view DEV-2641, PR-1923
  • Orders - Fix: Values in the Confirm Orders dialog are out dated DEV-2640, PR-1975
  • Workspaces / Item Card - Include the Order Qty (Order Selected) series in the item card when viewing the Item Card from within a workspace view that contains both an item_id column and an order_id column. DEV-2677, PR-1991
  • Item Card - Make sure data in data series that are marked as aggregated_over_period = true are displayed in the grid when viewing data on the montly or weekly level (aggregated levels). With this change, rows are included that might not fit on the otherwise aggregated dates, i.e. Monthly used to show only rows on the 1st of every month and weekly the 1st of every week. The most common side effect to this is that a row for Today is always visible and thus we (@eyyrun) decided to highlight this row, this is a similar effect to the forecast period background in the chart. DEV-2601, DEV-2679, PR-1986
  • Item Card - Make sure a correct value for the stock history series is displayed for every interval when viewing the Item Card Grid. This is especially helpful when viewing the grid on a weekly or monthly level. DEV-1048, DEV-1207, PR-2000
  • Orders - Fix UI in Create Orders Modal so that the schedule dropdown can accomodate longer schedule names. DEV-2711, PR-2039
  • Workspaces - Fix issue when copying and pasting empty lines. The paste mechanism would ignore empty lines so that the paste result would potentially end up on the wrong line. DEV-2681, PR-2036