Skip to content

Releases: hotwax/OrderRouting

2024-10-04

04 Oct 07:19
b406688
Compare
Choose a tag to compare

What's Changed

  • implement shipment total check in brokering service for order shipgroups by @dixitdeepak in #51
  • Fix typo while calculating the order adjustment by @dixitdeepak in #52
  • 53 broker only if all items are available by @dixitdeepak in #54
  • Only formatting changes, no functional change by @dixitdeepak in #55
  • Used ObjectUtilities.basicConvert method to convert the value to appr… by @dixitdeepak in #56
  • Fixed possible NPE by @dixitdeepak in #57
  • Fixed boolean convesion fro brokerIfAllItemsAvailable condition, Used… by @dixitdeepak in #58
  • Added SuggestedShippingMethod service to determine shipping methods b… by @dixitdeepak in #61
  • Updated variable name by @dixitdeepak in #62
  • Update component.xml by @dixitdeepak in #64
  • Improved fallback check to verify single allocation. Broker items only if all items are routed to a single facility; otherwise, take action according to the rule configuration. by @dixitdeepak in #66

Full Changelog: v1.4.0...v1.5.0

2024-10-04

04 Oct 07:18
Compare
Choose a tag to compare

Full Changelog: v1.4.1...v1.4.2

2024-09-27

27 Sep 14:07
Compare
Choose a tag to compare

Full Changelog: v1.4.0...v1.4.1

2024-09-03

03 Sep 05:38
Compare
Choose a tag to compare

What's Changed

  • Schedule the routing group if it isn't already scheduled. The 'Schedu… by @dixitdeepak in #50
  • Added endpoint to test order routing group for single order/shipgorup458a450

Full Changelog: v1.3.3...v1.4.0

2024-08-26

26 Aug 11:55
Compare
Choose a tag to compare

What's Changed

  • Added Inventory filter paramter enumeration for ignoreFacilityOrderLimit by @dixitdeepak in #39
  • Make inventory source selector template condition, if ignoreFacilityOrderLimit is true system will ignore the facility max order brokering limit by @dixitdeepak in #39
  • Fixed inventory found at single location comments, wrong comment was added if inventory found at multiple location by @dixitdeepak in #46
  • Fixed condition to include the group name and rule name while making item as unfillable. Improved existing order facility change comments to make them readble by @dixitdeepak in #47
  • Hotfix v1.3.1 by @dixitdeepak in #48
  • Update component.xml by @dixitdeepak in #49

Full Changelog: v1.3.1...v1.3.3

2024-08-08

08 Aug 07:34
Compare
Choose a tag to compare

Full Changelog: v1.3.1...v1.3.2

2024-08-01

01 Aug 06:12
Compare
Choose a tag to compare

What's Changed

  • Fixed the CONVERT_TZ issue while checking the facility order count , … by @dixitdeepak in #40

Full Changelog: v1.3.0...v1.3.1

2024-07-29

30 Jul 12:42
Compare
Choose a tag to compare

What's Changed

  • Added support to add composite cron expresion as routing schedule by @dixitdeepak in #32
  • Order routing screens by @dixitdeepak in #33
  • Improved: Added order item count and brokered item count in order rou… by @dixitdeepak in #35
  • Improved screen menu title, added valition to avoid missing records e… by @dixitdeepak in #36
  • Return brokered order item count and attempted order count in routing… by @dixitdeepak in #37

Full Changelog: v1.2.1...v1.3.0

2024-07-22

22 Jul 06:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

2024-07-19

19 Jul 05:34
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
  • Added support to include order item group while brokering. by @dixitdeepak in #26

Data Changes

  • Add following data to enable split order item group condition
    <moqui.basic.Enumeration enumId="IIP_SPLIT_ITEM_GROUP" description="Split order item group" sequenceNum="6" enumTypeId="INV_FILTER_PRM_TYPE" enumCode="splitOrderItemGroup"/>

Full Changelog: v1.1.2...v1.2.0