blob: fdde819f7d94441ca516679ca8e2181f8c6067b9 [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="ApplicationDecorator">
<section>
<actions>
<property-map resource="CommonExtUiLabels" map-name="uiLabelMap" global="true"/>
<entity-one entity-name="PartyNameView" value-field="partyNameView">
<field-map field-name="partyId" from-field="userLogin.partyId"/>
</entity-one>
<set field="line.text" value="${uiLabelMap.CommonWelcome} ${person.firstName} ${person.middleName} ${person.lastName}"/>
<set field="line.urlText" value="[${userLogin.userLoginId}]"/>
<set field="line.url" value="/partymgr/control/viewprofile?partyId=${userLogin.partyId}"/>
<set field="layoutSettings.topLines[]" from-field="line" global="true"/>
<script location="component://commonext/groovyScripts/ofbizsetup/ChangeOrgPartyId.groovy"/><!-- to see ofbizsetup needs to be displayed -->
<!-- system info notes -->
<service service-name="getLastSystemInfoNote" result-map="resultNote"/>
<set field="lastSystemInfoNote1" from-field="resultNote.lastSystemInfoNote1"/>
<set field="lastSystemInfoNote2" from-field="resultNote.lastSystemInfoNote2"/>
<set field="lastSystemInfoNote3" from-field="resultNote.lastSystemInfoNote3"/>
<set field="layoutSettings.middleTopHeader" value="---------- ${uiLabelMap.CommonLastSytemNotes} ----------"/>
<set field="layoutSettings.middleTopMessage1" value="${groovy:lastSystemInfoNote1!=null?lastSystemInfoNote1.noteDateTime.toString().substring(0,16) + &quot; &quot; + lastSystemInfoNote1.noteInfo:&quot;&quot;}"/>
<set field="layoutSettings.middleTopMessage2" value="${groovy:lastSystemInfoNote2!=null?lastSystemInfoNote2.noteDateTime.toString().substring(0,16) + &quot; &quot; + lastSystemInfoNote2.noteInfo:&quot;&quot;}"/>
<set field="layoutSettings.middleTopMessage3" value="${groovy:lastSystemInfoNote3!=null?lastSystemInfoNote3.noteDateTime.toString().substring(0,16) + &quot; &quot; + lastSystemInfoNote3.noteInfo:&quot;&quot;}"/>
<set field="layoutSettings.middleTopLink1" value="${lastSystemInfoNote1.moreInfoUrl}${groovy: if (lastSystemInfoNote1&amp;&amp;lastSystemInfoNote1.moreInfoItemName&amp;&amp;lastSystemInfoNote1.moreInfoItemId)&quot;?&quot; + lastSystemInfoNote1.moreInfoItemName + &quot;=&quot; + lastSystemInfoNote1.moreInfoItemId + &quot;&amp;id=&quot; + lastSystemInfoNote1.moreInfoItemId;}"/>
<set field="layoutSettings.middleTopLink2" value="${lastSystemInfoNote2.moreInfoUrl}${groovy: if (lastSystemInfoNote2&amp;&amp;lastSystemInfoNote2.moreInfoItemName&amp;&amp;lastSystemInfoNote2.moreInfoItemId)&quot;?&quot; + lastSystemInfoNote2.moreInfoItemName + &quot;=&quot; + lastSystemInfoNote2.moreInfoItemId + &quot;&amp;id=&quot; + lastSystemInfoNote2.moreInfoItemId;}"/>
<set field="layoutSettings.middleTopLink3" value="${lastSystemInfoNote3.moreInfoUrl}${groovy: if (lastSystemInfoNote3&amp;&amp;lastSystemInfoNote3.moreInfoItemName&amp;&amp;lastSystemInfoNote3.moreInfoItemId)&quot;?&quot; + lastSystemInfoNote3.moreInfoItemName + &quot;=&quot; + lastSystemInfoNote3.moreInfoItemId + &quot;&amp;id=&quot; + lastSystemInfoNote3.moreInfoItemId;}"/>
<!-- Help link actions -->
<set field="helpTopic" value="${groovy: webappName.toUpperCase() + '_' + requestAttributes._CURRENT_VIEW_}"/>
<entity-and entity-name="ContentAssoc" list="pageAvail">
<field-map field-name="mapKey" from-field="helpTopic"/>
</entity-and>
<entity-and entity-name="WebAnalyticsConfig" list="layoutSettings.WEB_ANALYTICS">
<field-map field-name="webAnalyticsTypeId" value="BACKEND_ANALYTICS"/>
</entity-and>
</actions>
<widgets>
<section>
<condition><not><if-empty field="PartyAcctgPrefAndGroupList"/></not></condition><!-- produced by ChangeOrgPartyId.groovy-->
<actions>
<set field="defaultOrganizationPartyId" value="${userPreferences.ORGANIZATION_PARTY}" global="true"/>
<set field="organizationPartyId" from-field="parameters.organizationPartyId" default-value="${userPreferences.ORGANIZATION_PARTY}" global="true" to-scope="user"/>
<property-to-field resource="general" property="currency.uom.id.default" field="defaultCurrencyUomId"/>
<entity-one entity-name="PartyAcctgPrefAndGroup" value-field="orgParty">
<field-map field-name="partyId" from-field="defaultOrganizationPartyId"/>
<field-map field-name="roleTypeId" value="INTERNAL_ORGANIZATIO"/>
</entity-one>
<entity-one entity-name="PartyGroup" value-field="orgPartyLogoMap">
<field-map field-name="partyId" from-field="defaultOrganizationPartyId"/>
</entity-one>
<entity-and entity-name="PartyContent" list="orgPartyContentMap" filter-by-date="true">
<field-map field-name="partyId" from-field="defaultOrganizationPartyId"/>
<field-map field-name="partyContentTypeId" value="LGOIMGURL"/>
<order-by field-name="-fromDate"/>
</entity-and>
<set field="orgContentId" from-field="orgPartyContentMap[0].contentId"/>
<set field="orgPartyContent" value="${groovy: orgContentId!=null?'/content/control/stream?contentId=' + orgContentId + externalKeyParam : ''}"/>
<set field="layoutSettings.organizationLogoLinkUrl" from-field="orgPartyContent" default-value="${orgPartyLogoMap.logoImageUrl}" global="true"/>
<set field="defaultOrganizationPartyCurrencyUomId" from-field="orgParty.baseCurrencyUomId" default-value="${defaultCurrencyUomId}" global="true"/>
<set field="defaultOrganizationPartyGroupName" from-field="orgParty.groupName" global="true"/>
<set field="dropdown.hiddenFieldList" from-field="hiddenFields" global="true"/>
<set field="dropdown.action" value="setUserPreference"/>
<set field="dropdown.textBegin" value="${uiLabelMap.CommonDefaultOrganizationPartyId} :"/>
<set field="dropdown.dropDownList" from-field="PartyAcctgPrefAndGroupList"/>
<set field="dropdown.selectionName" value="userPrefValue"/>
<set field="dropdown.selectedKey" value="${defaultOrganizationPartyId}"/>
<set field="dropdown.textEnd" value="[${defaultOrganizationPartyId}]"/>
<set field="layoutSettings.topLines[]" from-field="dropdown" global="true"/>
</actions>
<widgets/>
</section>
<section>
<condition><if-empty field="PartyAcctgPrefAndGroupList"/></condition>
<actions>
<set field="layoutSettings.suppressTab" value=""/><!-- enable ofbiz setup -->
</actions>
<widgets/>
</section>
<include-screen name="GlobalDecorator" location="component://common/widget/CommonScreens.xml"/>
</widgets>
</section>
</screen>
</screens>