AGR Logo
6.3-r3 release/6.3.x 2022-07-04T15:39:42Z 6.3.3 6.3.3 6.3.3 10 / 0 6.3-r3.zip6.3-r3.zip

6.3-r3

What's new?

item-card Fix bulk update load too much data issue. DEV-4519

Important To Know For Upgrade

For Now
Updating with the installer does not work so when patching you will need to remove the old installation before reinstalling using the following steps.
1. Open Internet Information Services (IIS) Manager and delete the AGR web.
2. Open Services and stop the AGR service, usually named AGR63_service
3. Delete the AGR service in command line using "sc delete AGR63_service" (change AGR63_service if the client is setup differently)

Database Update Scripts

Check out db_scripts\compare_reports for the update reports for updating and patching

(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.)

Release notes

  • See list on Jira
  • See list of pull requests involved in this update on GitHub


Bug

  • item-card Fix bulk update load too much data issue, Update item-card-details.service.ts, Update dashboard-chart-widget-overstocked.cy.ts
    DEV-4519

  • Forecasts, item-card Fixed: When a user excludes item from forecast - all future data becomes hidden from item card. DEV-4479

  • login / authentication Fixed: JWT Secret is not in cache when database is new DEV-4457

  • Forecasts Fixed: Timeout/deadlock forecast errors when using parallel forecast. DEV-4312


Task

  • abc Fixed: inv.abc_calculate not correct using DECIMAL(18,4) and FLOAT DEV-4531

  • Forecasts Skip Forecast to Date from item details should always overrule global skip forecast to date. DEV-4522

  • item-card Add the ability to edit custom chart element by dragging the bar in the chart. It is not requirement to use this functionality since the updated values are only distributed equally to lower levels but not proportionally as it is in the planner. DEV-4502

  • orders Fix excessive logging in planned_orders procs DEV-4458