AGR Logo
6.3-r12 release/6.3.x 2023-01-09T20:09:07Z 6.3.12 6.3.12 6.3.12 0 / 0 6.3-r12.zip6.3-r12.zip

6.3-r12

Release notes - AGR Development - 6.3-r12

Task

DEV-5552 Add cus_pre/post_sql to core.stg_element

We want to allow consultants to be able to execute stuff before/after element. Currently we have data_merge_pre/post_sql but that only applies to merge elements and its also used for standard things meaning if consultants use it there is a risk of it being overwritten in patch scripts. Columns cus_pre/post_sql will allow executing stuff before/after merge and proc elements and will never be overwritten in patch scripts. Note that the sql would not be bundled inside a merge statement like data_merge_pre/post_sql, the sql is executed before/after the proc/merge sql.

DEV-3220 Safety Stock warehouse when using demand from stores

Order logic calculation: now you can overwrite the Safety stock on warehouse when using demand from stores calculations

DEV-5636 ABC group by location option

ABC improvements: Setting abc_group_by_location, which is default off, allows abc to be calculated for warehouses and stores separately.

DEV-5683 Not possible to increase timeout from default 30 seconds

Fix: Timeout on recalculate purchase plan: Make the demand-recalculate action use extended command timeout (PR-3983)

Bug

DEV-5553 Overstocked label - include Safety Stock in the calculation

Improve overstock Label: safety stock is now considered in overstock calculation i.e. stock units > ( (multiplier * demand) + safety stock)?

DEV-5673 User gets logged out on refresh when using O365

Fix; User gets logged out on refresh when using O365

DEV-5713 Order view agg columns

Order view: Add aggregations to order view columns (avg - avgNz, Min)