hotwax / OrderRouting

Order Routing
Apache License 2.0
0 stars 1 forks source link

Facility group filter in configuring the brokering rules #15

Closed avnindra91 closed 1 month ago

avnindra91 commented 2 months ago

While configuring brokering rules we need another filter by Facility Group that will pick orders originating from specific facility group and broker those orders to only those facilities that are a part of that facility group.

For example -

  1. Ecomm orders have facility id 069 are a part of facility group (TEST_ERP_GROUP). When brokering runs the order should be brokered to facilities that are a part of TEST_ERP_GROUP

Facilities that are not a part of TEST_ERP_GROUP facility group should not be considered in the brokering.

  1. Orders originating from POS are a part of POS_ERP_GRP facility group. When brokering runs the order should be brokered to facilities that are a part of POS_ERP_GRP

Facilities that are not a part of POS_ERP_GRP facility group should not be considered in the brokering.