blob: d5136a12102dc3ea77b9eef69c69eb614c97ee26 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
<description>Order Services</description>
<vendor>OFBiz</vendor>
<service name="migrateOrderItemAssociation" engine="simple"
location="component://order/script/org/ofbiz/order/UpgradeServices.xml" invoke="migrateOrderItemAssociation">
<description>
Migrate data from OldOrderItemAssociation to OrderItemAssoc.
Since revision 485144 (2006-12-10) the entity OrderItemAssociation has been deprecated.
This service can be used to upgrade existing data from the OrderItemAssociation entity to the new
OrderItemAssoc entity.
Before running this service, load the seed data for the OrderItemAssocType entity from the file:
order/data/OrderTypeData.xml
</description>
</service>
<service name="migrateCustRequestRole" engine="simple"
location="component://order/script/org/ofbiz/order/UpgradeServices.xml" invoke="migrateCustRequestRole">
<description>
Migrate data from OldCustRequestRole to CustRequestParty.
Since revision 684647 (2008-08-11) the entity CustRequestRole has been deprecated.
This service can be used to upgrade existing data from the OldCustRequestRole entity to the new
CustRequestParty entity.
Before running this service, load the seed data for the RoleType entity from the file:
party/data/PartyTypeData.xml
</description>
</service>
<service name="migrateOrderShipment" engine="simple"
location="component://order/script/org/ofbiz/order/UpgradeServices.xml" invoke="migrateOrderShipment">
<description>
Since revision 895250 (2010-01-02) the entity OrderShipment is used to record purchase order items that
will be received as part of a purchase shipment. Previously ItemIssuance was used with an empty inventoryId.
This service will replace ItemIssuaces with OrderShipment records for the required shipments.
</description>
</service>
</services>