blob: 6de409c06cdd9f81d8e76f66a9ff98ac32cc71eb [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.
-->
<screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://ofbiz.apache.org/Widget-Screen" xsi:schemaLocation="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen.xsd">
<screen name="InitialSetup">
<section>
<actions>
<set field="tabButtonItemTop" value="organization"/>
<set field="titleProperty" value="SetupCreateNewOrganization"/>
<set field="target" value="createOrganization"/>
<set field="previousParams" from-field="_PREVIOUS_PARAMS_" from-scope="user"/>
<property-to-field field="defaultCountryGeoId" resource="general" property="country.geo.id.default" default="USA"/>
<entity-condition entity-name="PartyRole" list="parties">
<condition-expr field-name="roleTypeId" operator="equals" value="INTERNAL_ORGANIZATIO"/>
</entity-condition>
<set field="partyId" from-field="parties[0].partyId"/>
<set field="parameters.partyId" from-field="parties[0].partyId"/>
</actions>
<widgets>
<decorator-screen name="CommonSetupDecorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<section>
<condition>
<if-empty field="parties"/>
</condition>
<widgets>
<section>
<actions>
<!-- fields for SetDependentDropdownValuesJs.ftl, it's a try on generalization, if you need an example with more than one dropdown in a form have a look at EditProductPriceRules screen -->
<set field="dependentForm" value="NewOrganization"/>
<set field="paramKey" value="countryGeoId"/>
<set field="mainId" value="USER_COUNTRY"/>
<set field="dependentId" value="USER_STATE"/>
<set field="requestName" value="getAssociatedStateList"/>
<set field="responseName" value="stateList"/>
<set field="dependentKeyName" value="geoId"/>
<set field="descName" value="geoName"/>
<set field="selectedDependentOption" value="_none_"/>
</actions>
<widgets>
<platform-specific><html><html-template location="component://common/template/includes/SetDependentDropdownValuesJs.ftl"/></html></platform-specific>
<screenlet title="${uiLabelMap.SetupCreateNewOrganization}">
<include-form name="NewOrganization" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/>
</screenlet>
</widgets>
</section>
</widgets>
<fail-widgets>
<include-screen name="viewprofile" location="component://commonext/widget/ofbizsetup/ProfileScreens.xml"/>
</fail-widgets>
</section>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="EditFacility">
<section>
<actions>
<set field="titleProperty" value="ProductNewFacility"/>
<set field="tabButtonItemTop" value="facility"/>
<set field="partyId" from-field="parameters.partyId"/>
<script location="component://commonext/groovyScripts/ofbizsetup/FindFacility.groovy"/>
</actions>
<widgets>
<decorator-screen name="CommonSetupDecorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<section>
<condition>
<if-service-permission service-name="facilityGenericPermission" main-action="VIEW"/>
</condition>
<widgets>
<section>
<condition>
<not><if-empty field="facility"/></not>
</condition>
<widgets>
<label style="h1" text="${uiLabelMap.ProductEditFacility} ${facility.facilityName} [${facility.facilityId}]"></label>
</widgets>
<fail-widgets>
<label style="h1" text="${uiLabelMap.ProductNewFacility}"></label>
</fail-widgets>
</section>
<section>
<widgets>
<include-form name="EditFacility" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/>
</widgets>
</section>
</widgets>
<fail-widgets>
<label style="h3">${uiLabelMap.ProductFacilityViewPermissionError}</label>
</fail-widgets>
</section>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="EditProductStore">
<section>
<actions>
<set field="titleProperty" value="PageTitleEditProductStore"/>
<set field="tabButtonItemTop" value="productstore"/>
<set field="labelTitleProperty" value="PageTitleEditProductStore"/>
<set field="partyId" from-field="parameters.partyId"/>
<entity-one entity-name="PartyGroup" value-field="partyGroup"/>
<property-to-field field="defaultCurrencyUomId" resource="general" property="currency.uom.id.default" default="USD"/>
<script location="component://commonext/groovyScripts/ofbizsetup/GetProductStoreAndWebSite.groovy"/>
<script location="component://commonext/groovyScripts/ofbizsetup/FindFacility.groovy"/>
</actions>
<widgets>
<decorator-screen name="CommonSetupDecorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<section>
<condition>
<if-compare field="showScreen" operator="equals" value="origin"/>
</condition>
<widgets>
<section>
<condition><not><if-empty field="productStoreId"/></not></condition>
<widgets>
<container>
<label style="h1" text="${uiLabelMap.PageTitleEditProductStore} ${uiLabelMap.CommonFor}: ${productStore.storeName} [${uiLabelMap.CommonId}:${productStoreId}]"/>
</container>
</widgets>
</section>
<screenlet title="${uiLabelMap.SetupEditProductStore}">
<include-form name="EditProductStore" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/>
</screenlet>
</widgets>
<fail-widgets>
<section>
<condition>
<if-compare field="showScreen" operator="equals" value="message"/>
</condition>
<widgets>
<label style="h3">${uiLabelMap.SetupPageError}</label>
</widgets>
</section>
</fail-widgets>
</section>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="EditWebSite">
<section>
<actions>
<set field="titleProperty" value="PageTitleEditWebSite"/>
<set field="tabButtonItemTop" value="website"/>
<set field="labelTitleProperty" value="PageTitleEditWebSite"/>
<set field="partyId" from-field="parameters.partyId"/>
<script location="component://commonext/groovyScripts/ofbizsetup/GetProductStoreAndWebSite.groovy"/>
</actions>
<widgets>
<decorator-screen name="CommonSetupDecorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<section>
<condition>
<if-compare field="showScreen" operator="equals" value="origin"/>
</condition>
<widgets>
<section>
<condition><not><if-empty field="webSite"/></not></condition>
<widgets>
<container>
<label style="h1" text="${uiLabelMap.PageTitleEditWebSite} ${uiLabelMap.CommonFor}: ${webSite.siteName} [${webSite.webSiteId}]"/>
</container>
</widgets>
</section>
<section>
<widgets>
<screenlet title="${uiLabelMap.PageTitleEditWebSite}">
<include-form name="EditWebSite" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/>
</screenlet>
</widgets>
</section>
</widgets>
<fail-widgets>
<section>
<condition>
<if-compare field="showScreen" operator="equals" value="message"/>
</condition>
<widgets>
<label style="h3">${uiLabelMap.SetupPageError}</label>
</widgets>
</section>
</fail-widgets>
</section>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<!-- First Product -->
<screen name="EditProdCatalog">
<section>
<actions>
<set field="titleProperty" value="PageTitleEditProductCatalog"/>
<set field="tabButtonItem" value="productcatalog"/>
<set field="partyId" from-field="parameters.partyId"/>
<script location="component://commonext/groovyScripts/ofbizsetup/GetProdCatalog.groovy"/>
</actions>
<widgets>
<decorator-screen name="CommonFirstProductDecorator">
<decorator-section name="body">
<section>
<condition>
<if-compare field="showScreen" operator="equals" value="origin"/>
</condition>
<widgets>
<container>
<label style="h1">${uiLabelMap.ProductCatalog} ${uiLabelMap.CommonFor} "${prodCatalog.catalogName}" [${prodCatalogId}]</label>
</container>
<container style="clear"/>
<screenlet title="${uiLabelMap.PageTitleEditProductCatalog}">
<include-form name="EditProdCatalog" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/>
</screenlet>
</widgets>
</section>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="EditCategory">
<section>
<actions>
<set field="titleProperty" value="PageTitleEditProductCategories"/>
<set field="tabButtonItem" value="productcategory"/>
<set field="labelTitleProperty" value="ProductCategory"/>
<set field="partyId" from-field="parameters.partyId"/>
<script location="component://commonext/groovyScripts/ofbizsetup/GetProdCatalog.groovy"/>
</actions>
<widgets>
<decorator-screen name="CommonFirstProductDecorator">
<decorator-section name="body">
<section>
<condition>
<if-compare field="showErrorMsg" operator="equals" value="N"/>
</condition>
<widgets>
<container>
<label style="h1">${uiLabelMap[labelTitleProperty]} ${uiLabelMap.CommonFor}: ${productCategory.description} [${uiLabelMap.CommonId}:${productCategoryId}] ${${extraFunctionName}}</label>
</container>
<screenlet name="CreateProductCategory" title="${uiLabelMap.PageTitleEditProductCategory}">
<include-form name="EditProductCategory" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/>
</screenlet>
</widgets>
<fail-widgets>
<label style="h2">${uiLabelMap.SetupPageError}</label>
</fail-widgets>
</section>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="EditProduct">
<section>
<actions>
<set field="titleProperty" value="PageTitleEditProduct"/>
<set field="tabButtonItem" value="product"/>
<set field="labelTitleProperty" value="ProductProduct"/>
<set field="partyId" from-field="parameters.partyId"/>
<script location="component://commonext/groovyScripts/ofbizsetup/GetProdCatalog.groovy"/>
</actions>
<widgets>
<decorator-screen name="CommonFirstProductDecorator">
<decorator-section name="body">
<section>
<condition>
<if-compare field="showErrorMsg" operator="equals" value="N"/>
</condition>
<widgets>
<container>
<label style="h1">${uiLabelMap[labelTitleProperty]} ${uiLabelMap.CommonFor}: ${product.internalName} [${uiLabelMap.CommonId}:${productId}] ${${extraFunctionName}}</label>
</container>
<include-form name="EditProduct" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/>
</widgets>
<fail-widgets>
<label style="h2">${uiLabelMap.SetupPageError}</label>
</fail-widgets>
</section>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="CommonFirstProductDecorator">
<section>
<actions>
<set field="tabButtonItemTop" value="firstproduct"/>
</actions>
<widgets>
<decorator-screen name="CommonSetupDecorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<section>
<condition>
<or>
<and>
<not><if-empty field="showScreen"/></not>
<if-compare field="showScreen" operator="equals" value="origin"/>
</and>
<not><if-empty field="showErrorMsg"/></not>
</or>
</condition>
<widgets>
<include-menu name="FirstProductTabBar" location="component://commonext/widget/ofbizsetup/Menus.xml"/>
</widgets>
</section>
<decorator-section-include name="body"/>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="nopartyAcctgPreference">
<section>
<actions>
<set field="titleProperty" value="SetupCreateNewOrganization"/>
<set field="headerItem" value="init"/>
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<label style="errorMessage">${uiLabelMap.SetupEventMessage}</label>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
</screens>