| <?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. |
| --> |
| |
| <ofbiz-component name="order" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/ofbiz-component.xsd"> |
| <resource-loader name="main" type="component"/> |
| <classpath type="dir" location="config"/> |
| |
| <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel_view.xml"/> |
| <entity-resource type="eca" reader-name="main" loader="main" location="entitydef/eecas.xml"/> |
| |
| <entity-resource type="data" reader-name="seed" loader="main" location="data/OrderTypeData.xml"/> |
| <entity-resource type="data" reader-name="seed" loader="main" location="data/OrderPortletData.xml"/> |
| <entity-resource type="data" reader-name="seed" loader="main" location="data/OrderSecurityPermissionSeedData.xml"/> |
| <entity-resource type="data" reader-name="seed" loader="main" location="data/PurchaseOrderShippingSeedData.xml"/> |
| |
| <entity-resource type="data" reader-name="seed-initial" loader="main" location="data/OrderScheduledServices.xml"/> |
| <entity-resource type="data" reader-name="seed-initial" loader="main" location="data/OrderSystemPropertyData.xml"/> |
| |
| <service-resource type="model" loader="main" location="servicedef/services.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_cart.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_order.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_shoppinglist.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_request.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_quote.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_requirement.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_reservations.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_return.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_checkout.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_perm.xml"/> |
| <service-resource type="model" loader="main" location="servicedef/services_upgrade.xml"/> |
| <service-resource type="eca" loader="main" location="servicedef/secas.xml"/> |
| |
| <test-suite loader="main" location="testdef/FinAccountTests.xml"/> |
| <test-suite loader="main" location="testdef/OrderTest.xml"/> |
| <test-suite loader="main" location="testdef/CustRequestTests.xml"/> |
| <test-suite loader="main" location="testdef/QuoteTests.xml"/> |
| <test-suite loader="main" location="testdef/ShoppingListTests.xml"/> |
| <test-suite loader="main" location="testdef/ShoppingCartTests.xml"/> |
| |
| <webapp name="order" |
| title="Order" |
| position="4" |
| description="OrderComponentDescription" |
| server="default-server" |
| app-shortcut-screen="component://order/widget/ordermgr/CommonScreens.xml#ShortcutApp" |
| location="webapp/ordermgr" |
| base-permission="OFBTOOLS,ORDERMGR" |
| mount-point="/ordermgr"/> |
| </ofbiz-component> |
| |