Skip to content

Releases: hotwax/OrderRouting

2024-06-28

28 Jun 06:10
Compare
Choose a tag to compare

What's Changed

  • Use ifnull for productFacility.last_inventory_count field to avoid wr… by @dixitdeepak in #24
  • Fixed single and partial assignment condition in case of brokering safety stock. by @dixitdeepak in #25

Full Changelog: v1.1.2...v1.1.3

2024-06-17

17 Jun 05:26
ab75e1e
Compare
Choose a tag to compare

What's Changed

  • Used product store enable brokering setting while order lookup, if brokering is disabled for product store no order will be brokered for the specific product store by @dixitdeepak in #22

Full Changelog: v1.1.1...v1.1.2

2024-05-24

24 May 10:33
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

2024-05-21

21 May 12:53
Compare
Choose a tag to compare

What's Changed

  • Added support to filter order by facility group by @dixitdeepak in #16
  • Added support to filter order by product category @dixitdeepak in #16
  • Corrected inventory sql, added order item ship group seq id while per… by @dixitdeepak in #17
  • Removed dependency from ofbiz data model. Now order routing has it's … by @dixitdeepak in #18

Full Changelog: v1.0.0...v1.1.0

2024-05-13

13 May 07:29
Compare
Choose a tag to compare

What's Changed

  • Fixed condition to compute rank_by_order_above_facility_threshold, wh… by @dixitdeepak in #7
  • Update OrderRoutingRuleDetail.xml to display rule status options instead of routing status options by @ymaheshwari1 in #9
  • Added option to clone order routing group, order routing and order routing rule by @dixitdeepak in #11
  • Added delete#OrderRoutingGroup service, This servic will delete associated OrderRouting, OrderRoutingRule and dependent refefnces. by @dixitdeepak in #12
  • Added support to set the sequence number while cloning order routing by @dixitdeepak in #13
  • Implemented: support to filter the groups based on the date by @ymaheshwari1 in #14

New Contributors

Full Changelog: https://github.com/hotwax/OrderRouting/commits/v1.0.0