diff --git a/entity/OrderRoutingEntities.xml b/entity/OrderRoutingEntities.xml index 17a8b2f..dc2cba1 100644 --- a/entity/OrderRoutingEntities.xml +++ b/entity/OrderRoutingEntities.xml @@ -184,6 +184,8 @@ under the License. Start date of the routing run. End date of the routing run. Result or outcome of the routing run. + Store the attempted order item count. + Store the brokered order item count. diff --git a/screen/OrderRoutingGroup/OrderRoutingRuns/OrderRoutingRunList.xml b/screen/OrderRoutingGroup/OrderRoutingRuns/OrderRoutingRunList.xml index 25bfa37..269e7f4 100644 --- a/screen/OrderRoutingGroup/OrderRoutingRuns/OrderRoutingRunList.xml +++ b/screen/OrderRoutingGroup/OrderRoutingRuns/OrderRoutingRunList.xml @@ -78,6 +78,14 @@ + + + + + + + + diff --git a/service/co/hotwax/order/routing/OrderRoutingServices.xml b/service/co/hotwax/order/routing/OrderRoutingServices.xml index 1d4c855..d6b4a1d 100644 --- a/service/co/hotwax/order/routing/OrderRoutingServices.xml +++ b/service/co/hotwax/order/routing/OrderRoutingServices.xml @@ -130,6 +130,7 @@ in-map="[routingGroupId:routingGroupId, orderRoutingId: orderRouting.orderRoutingId, productStoreId: productStoreId, startDate:ec.user.nowTimestamp]" out-map="routingRunResult"/> + Finished order routing for ${orderRoutingGroup.groupName} [${routingGroupId}] routing group. @@ -177,7 +182,12 @@ + + + + + @@ -247,11 +257,25 @@ - + + + +