| <?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="CommonTrackingCodeDecorator"> |
| <section> |
| <actions> |
| <property-map resource="MarketingUiLabels" map-name="uiLabelMap" global="true"/> |
| <set field="headerItem" value="Tracking"/> |
| <set field="trackingCodeId" from-field="parameters.trackingCodeId"/> |
| <entity-one entity-name="TrackingCode" value-field="trackingCode"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}"> |
| <decorator-section name="pre-body"> |
| <include-menu name="MainActionMenu" location="${parameters.mainMenuLocation}"/> |
| <section> |
| <!-- do check for MARKETING, _VIEW permission --> |
| <condition> |
| <if-has-permission permission="MARKETING" action="_VIEW"/> |
| </condition> |
| <widgets> |
| <section> |
| <widgets> |
| <include-menu name="TrackingCodeTabBar" location="${parameters.mainMenuLocation}"/> |
| </widgets> |
| </section> |
| </widgets> |
| </section> |
| </decorator-section> |
| <decorator-section name="body"> |
| <section> |
| <!-- do check for MARKETING, _VIEW permission --> |
| <condition> |
| <if-has-permission permission="MARKETING" action="_VIEW"/> |
| </condition> |
| <widgets> |
| <container style="button-bar"> |
| <link text="${uiLabelMap.MarketingTrackingCodeCreate}" target="/EditTrackingCode" style="buttontext create"> |
| <parameter param-name="DONE_PAGE" from-field="donePage"/> |
| </link> |
| </container> |
| <decorator-section-include name="body"/> |
| </widgets> |
| <fail-widgets> |
| <label style="h3">${uiLabelMap.MarketingViewPermissionError}</label> |
| </fail-widgets> |
| </section> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| |
| <screen name="EditTrackingCode"> |
| <section> |
| <actions> |
| <set field="titleProperty" value="PageTitleEditTrackingCode"/> |
| <set field="trackingCodeTabButtonItem" value="TrackingCode"/> |
| <set field="labelTitleProperty" value="PageTitleEditTrackingCode"/> |
| |
| <set field="donePage" from-field="parameters.DONE_PAGE" default-value="/marketing/control/ListTrackingCode"/> |
| <set field="trackingCodeId" from-field="parameters.trackingCodeId"/> |
| <entity-one entity-name="TrackingCode" value-field="trackingCode"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="CommonTrackingCodeDecorator"> |
| <decorator-section name="body"> |
| <section> |
| <condition> |
| <not><if-empty field="trackingCode"/></not> |
| </condition> |
| <widgets> |
| <screenlet title="${uiLabelMap.PageTitleEditTrackingCode}"> |
| <include-form name="EditTrackingCode" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </screenlet> |
| </widgets> |
| <fail-widgets> |
| <screenlet title="${uiLabelMap.PageTitleAddTrackingCode}"> |
| <include-form name="EditTrackingCode" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </screenlet> |
| </fail-widgets> |
| </section> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| <screen name="ListTrackingCode"> |
| <section> |
| <actions> |
| <set field="titleProperty" value="PageTitleListTrackingCode"/> |
| <set field="trackingCodeTabButtonItem" value="TrackingCode"/> |
| <set field="labelTitleProperty" value="PageTitleListTrackingCode"/> |
| |
| <set field="donePage" from-field="parameters.DONE_PAGE" default-value="/marketing/control/ListTrackingCode"/> |
| <set field="trackingCodeId" from-field="parameters.trackingCodeId"/> |
| <set field="entityName" value="TrackingCode"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="CommonTrackingCodeDecorator"> |
| <decorator-section name="body"> |
| <screenlet title="${uiLabelMap.PageTitleListTrackingCode}"> |
| <include-grid name="ListTrackingCode" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </screenlet> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| <!-- UNUSED FORM |
| <screen name="FindTrackingCode"> |
| <section> |
| <actions> |
| <set field="trackingCodeId" from-field="parameters.trackingCodeId"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="CommonTrackingCodeDecorator"> |
| <decorator-section name="body"> |
| <screenlet title="${uiLabelMap.PageTitleFindTrackingCode}"> |
| <include-form name="FindTrackingCode" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </screenlet> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| --> |
| <screen name="EditTrackingCodeOrder"> |
| <section> |
| <actions> |
| <set field="titleProperty" value="PageTitleEditTrackingCodeOrder"/> |
| <set field="trackingCodeTabButtonItem" value="TrackingCodeOrder"/> |
| <set field="labelTitleProperty" value="PageTitleEditTrackingCodeOrder"/> |
| |
| <set field="donePage" from-field="parameters.DONE_PAGE" default-value="/marketing/control/ListTrackingCode"/> |
| <set field="trackingCodeId" from-field="parameters.trackingCodeId"/> |
| <set field="orderId" from-field="parameters.partyId"/> |
| <set field="trackingCodeTypeId" from-field="parameters.trackingCodeTypeId"/> |
| <set field="isBillable" from-field="parameters.isBillable"/> |
| <entity-one entity-name="TrackingCodeOrder" value-field="trackingCodeOrder"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="CommonTrackingCodeDecorator"> |
| <decorator-section name="body"> |
| <screenlet title="${uiLabelMap.PageTitleEditTrackingCodeOrder}"> |
| <include-form name="EditTrackingCodeOrder" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </screenlet> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| <screen name="ListTrackingCodeOrders"> |
| <section> |
| <actions> |
| <set field="titleProperty" value="PageTitleListTrackingCodeOrder"/> |
| <set field="trackingCodeTabButtonItem" value="TrackingCodeOrder"/> |
| <set field="labelTitleProperty" value="PageTitleListTrackingCodeOrder"/> |
| |
| <!-- parameters for pagination --> |
| <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer" default-value="0"/> |
| <set field="viewSizeDefaultValue" value="${groovy: modelTheme.getDefaultViewSize()}" type="Integer"/> |
| <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="${viewSizeDefaultValue}"/> |
| |
| <set field="donePage" from-field="parameters.DONE_PAGE" default-value="/marketing/control/ListTrackingCode"/> |
| <set field="trackingCodeId" from-field="parameters.trackingCodeId"/> |
| <set field="trackingCodeTypeId" from-field="parameters.trackingCodeTypeId"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="CommonTrackingCodeDecorator"> |
| <decorator-section name="body"> |
| <screenlet title="${uiLabelMap.PageTitleListTrackingCodeOrdersFor} ${uiLabelMap.MarketingTrackingCodeTrackingCodeId}=${trackingCodeId}"> |
| <include-grid name="ListTrackingCodeOrders" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </screenlet> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| <screen name="FindTrackingCodeOrders"> |
| <section> |
| <actions> |
| <set field="titleProperty" value="PageTitleFindTrackingCodeOrder"/> |
| <set field="trackingCodeTabButtonItem" value="TrackingCodeOrder"/> |
| <set field="labelTitleProperty" value="PageTitleFindTrackingCodeOrder"/> |
| |
| <set field="trackingCodeId" from-field="parameters.trackingCodeId"/> |
| <set field="trackingCodeTypeId" from-field="parameters.trackingCodeTypeId"/> |
| <set field="donePage" from-field="parameters.DONE_PAGE" default-value="/marketing/control/EditTrackingCode?trackingCodeId=${trackingCodeId}"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="CommonTrackingCodeDecorator"> |
| <decorator-section name="body"> |
| <screenlet title="${uiLabelMap.PageTitleFindTrackingCodeOrder}"> |
| <include-form name="FindTrackingCodeOrders" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </screenlet> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| |
| <screen name="EditTrackingCodeVisit"> |
| <section> |
| <actions> |
| <set field="titleProperty" value="PageTitleEditTrackingCodeVisit"/> |
| <set field="trackingCodeTabButtonItem" value="TrackingCodeVisit"/> |
| <set field="labelTitleProperty" value="PageTitleEditTrackingCodeVisit"/> |
| |
| <set field="donePage" from-field="parameters.DONE_PAGE" default-value="/marketing/control/ListTrackingCode"/> |
| <set field="trackingCodeId" from-field="parameters.trackingCodeId"/> |
| <set field="communicationEventId" from-field="parameters.communicationEventId"/> |
| <entity-one entity-name="CommunicationEvent" value-field="communicationEvent"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="CommonTrackingCodeDecorator"> |
| <decorator-section name="body"> |
| <screenlet title="${uiLabelMap.PageTitleEditTrackingCodeVisit}"> |
| <include-form name="EditTrackingCodeVisit" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </screenlet> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| |
| <screen name="ListTrackingCodeVisits"> |
| <section> |
| <actions> |
| <set field="titleProperty" value="PageTitleListTrackingCodeVisit"/> |
| <set field="trackingCodeTabButtonItem" value="TrackingCodeVisit"/> |
| <set field="labelTitleProperty" value="PageTitleListTrackingCodeVisit"/> |
| |
| <!-- parameters for pagination --> |
| <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer" default-value="0"/> |
| <set field="viewSizeDefaultValue" value="${groovy: modelTheme.getDefaultViewSize()}" type="Integer"/> |
| <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="${viewSizeDefaultValue}"/> |
| |
| <set field="donePage" from-field="parameters.DONE_PAGE" default-value="/marketing/control/ListTrackingCode"/> |
| <set field="trackingCodeId" from-field="parameters.trackingCodeId"/> |
| <set field="entityName" value="TrackingCodeVisit"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="CommonTrackingCodeDecorator"> |
| <decorator-section name="body"> |
| <screenlet title="${uiLabelMap.PageTitleListTrackingCodeFor} ${uiLabelMap.MarketingTrackingCodeTrackingCodeId}=${trackingCodeId}"> |
| <include-form name="ListTrackingCodeVisits" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </screenlet> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| <screen name="FindTrackingCodeVisits"> |
| <section> |
| <actions> |
| <set field="titleProperty" value="PageTitleFindTrackingCodeVisits"/> |
| <set field="trackingCodeTabButtonItem" value="TrackingCodeVisit"/> |
| <set field="labelTitleProperty" value="PageTitleFindTrackingCodeVisits"/> |
| |
| <set field="donePage" from-field="parameters.DONE_PAGE" default-value="/marketing/control/ListTrackingCode"/> |
| <set field="trackingCodeId" from-field="parameters.trackingCodeId"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="CommonTrackingCodeDecorator"> |
| <decorator-section name="body"> |
| <screenlet title="${uiLabelMap.PageTitleFindTrackingCodeVisit}"> |
| <include-form name="FindTrackingCodeVisits" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </screenlet> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| |
| <screen name="LookupVisit"> |
| <section> |
| <actions> |
| <set field="titleProperty" value="PageTitleLookupVisit"/> |
| <set field="trackingCodeTabButtonItem" value="TrackingCode"/> |
| <set field="labelTitleProperty" value="PageTitleLookupVisit"/> |
| <set field="title" from-field="uiLabelMap.PageTitleLookupVisit"/> |
| <set field="entityName" value="CommunicationEvent"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="LookupDecorator" location="component://common/widget/CommonScreens.xml"> |
| <decorator-section name="search-options"> |
| <include-form name="LookupVisit" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </decorator-section> |
| <decorator-section name="search-results"> |
| <include-grid name="ListLookupVisit" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| <screen name="LookupTrackingCode"> |
| <section> |
| <actions> |
| <set field="titleProperty" value="PageTitleLookupTrackingCode"/> |
| <set field="trackingCodeTabButtonItem" value="TrackingCode"/> |
| <set field="labelTitleProperty" value="PageTitleLookupTrackingCode"/> |
| <set field="title" from-field="uiLabelMap.PageTitleLookupTrackingCode"/> |
| <set field="entityName" value="TrackingCode"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="LookupDecorator" location="component://common/widget/CommonScreens.xml"> |
| <decorator-section name="search-options"> |
| <include-form name="LookupTrackingCode" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </decorator-section> |
| <decorator-section name="search-results"> |
| <include-grid name="ListLookupTrackingCode" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| <screen name="EditTrackingCodeType"> |
| <section> |
| <actions> |
| <set field="titleProperty" value="PageTitleEditTrackingCodeType"/> |
| <set field="trackingCodeTabButtonItem" value="TrackingCodeType"/> |
| <set field="labelTitleProperty" value="PageTitleEditTrackingCodeType"/> |
| |
| <set field="donePage" from-field="parameters.DONE_PAGE" default-value="/marketing/control/ListTrackingCodeType"/> |
| <set field="trackingCodeTypeId" from-field="parameters.trackingCodeTypeId"/> |
| <entity-one entity-name="TrackingCodeType" value-field="trackingCodeType"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="CommonTrackingCodeDecorator"> |
| <decorator-section name="body"> |
| <section> |
| <condition> |
| <not><if-empty field="trackingCodeType"/></not> |
| </condition> |
| <widgets> |
| <screenlet title="${uiLabelMap.PageTitleEditTrackingCodeType}"> |
| <container style="button-bar"> |
| <link text="${uiLabelMap.MarketingTrackingCodeTypeCreate}" target="/EditTrackingCodeType" style="buttontext create"> |
| <parameter param-name="DONE_PAGE" from-field="donePage"/> |
| </link> |
| </container> |
| <include-form name="EditTrackingCodeType" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </screenlet> |
| </widgets> |
| <fail-widgets> |
| <screenlet title="${uiLabelMap.PageTitleAddTrackingCodeType}"> |
| <include-form name="EditTrackingCodeType" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </screenlet> |
| </fail-widgets> |
| </section> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| |
| <screen name="ListTrackingCodeType"> |
| <section> |
| <actions> |
| <set field="titleProperty" value="PageTitleListTrackingCodeType"/> |
| <set field="trackingCodeTabButtonItem" value="TrackingCodeType"/> |
| <set field="labelTitleProperty" value="PageTitleListTrackingCodeType"/> |
| |
| <set field="donePage" from-field="parameters.DONE_PAGE" default-value="/marketing/control/ListTrackingCodeType"/> |
| <set field="trackingCodeTypeId" from-field="parameters.trackingCodeTypeId"/> |
| <set field="entityName" value="TrackingCodeType"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="CommonTrackingCodeDecorator"> |
| <decorator-section name="body"> |
| <container style="button-bar"> |
| <link text="${uiLabelMap.MarketingTrackingCodeTypeCreate}" target="/EditTrackingCodeType" style="buttontext create"> |
| <parameter param-name="DONE_PAGE" from-field="donePage"/> |
| </link> |
| </container> |
| <screenlet title="${uiLabelMap.PageTitleListTrackingCodeType}"> |
| <include-grid name="ListTrackingCodeType" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </screenlet> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| <screen name="LookupTrackingCodeType"> |
| <section> |
| <actions> |
| <set field="titleProperty" value="PageTitleLookupTrackingCodeType"/> |
| <set field="trackingCodeTabButtonItem" value="TrackingCodeType"/> |
| <set field="labelTitleProperty" value="PageTitleLookupTrackingCodeType"/> |
| <set field="title" from-field="uiLabelMap.PageTitleLookupTrackingCodeType"/> |
| <set field="entityName" value="TrackingCodeType"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="LookupDecorator" location="component://common/widget/CommonScreens.xml"> |
| <decorator-section name="search-options"> |
| <include-form name="LookupTrackingCodeType" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </decorator-section> |
| <decorator-section name="search-results"> |
| <include-grid name="ListLookupTrackingCodeType" location="component://marketing/widget/TrackingCodeForms.xml"/> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| </screens> |