From 412288c06a56811de072392c0f938f7ba63d0507 Mon Sep 17 00:00:00 2001 From: Deepak Dixit Date: Tue, 23 Jul 2024 15:00:50 +0530 Subject: [PATCH] Removed migration service and old ofbiz_transaction group related entity --- entity/OfbizOrderRoutingEntities.xml | 205 ------------------ .../co/hotwax/common/MigrationServices.xml | 68 ------ 2 files changed, 273 deletions(-) delete mode 100644 entity/OfbizOrderRoutingEntities.xml delete mode 100644 service/co/hotwax/common/MigrationServices.xml diff --git a/entity/OfbizOrderRoutingEntities.xml b/entity/OfbizOrderRoutingEntities.xml deleted file mode 100644 index 22942db..0000000 --- a/entity/OfbizOrderRoutingEntities.xml +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - Represents a group or category used for organizing and managing order routing configurations. - Unique identifier for the routing group - Unique identifier for the product store - Name of the routing group. - Sequence number for ordering. - moqui.service.job.Service reference - Description or additional information about the routing group. - User login ID of the creator - Date and time when the routing group was created - Date and time when the routing group was updated - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Represents configurations for routing orders, including rules and conditions for order fulfillment. - Unique identifier for the order routing. - Unique identifier for the routing group - Status identifier for the order routing. - Name or identifier for the order routing. - Sequence number for ordering. - Description or additional information about the order routing. - User login ID of the creator. - Date and time when the order routing was created. - - - - - - - - - - - - - - - - - - - Defines conditions used in order routing rules to filter and route orders based on specified criteria. - Unique identifier for the order routing. - Unique identifier for the condition. - Type of condition (Filter/ Order by) - Input parameter for the condition. - Operator used in the condition. - Value of the condition. - Sequence number for ordering. - Date and time when the condition was created. - - - - - - - - - - - - Represents a rule used in order routing, defining conditions, actions, and assignment logic for order fulfillment. - Unique identifier for the routing rule. - Unique identifier for the order routing. - Name of the routing rule. - Status of the routing rule. - Sequence number for ordering. - Type of assignment for the routing rule (single/multi). - - Date and time when the routing rule was created. - User login ID of the creator. - - - - - - - - - - - - - - - - - - - - - Defines inventory-related conditions used in routing rules to determine order fulfillment based on inventory status. - Unique identifier for the routing rule. - Unique identifier for the routing rule inventory condition. - Type of condition (Filter/ Order by) - Input parameter for the condition. - Operator used in the condition. - Value of the condition. - Sequence number for ordering. - Date and time when the condition was created. - - - - - - - - - - - - Specifies actions to be performed when a routing rule is triggered during order processing. - Unique identifier for the routing rule. - Unique identifier for the action. - Type of action to be performed. - Value or details of the action. - Date and time when the action was created. - - - - - - - - - - - - - Represents the execution and results of order routing runs, including information about errors and outcomes. - Unique identifier for the routing run. - Unique identifier for the order routing. - Unique identifier for the order routing group. - Unique identifier for the product store. - User login ID of the creator. - Indicator for the presence of errors. - Start date of the routing run. - End date of the routing run. - Result or outcome of the routing run. - - - - - - - diff --git a/service/co/hotwax/common/MigrationServices.xml b/service/co/hotwax/common/MigrationServices.xml deleted file mode 100644 index 1fe3c44..0000000 --- a/service/co/hotwax/common/MigrationServices.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file