⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 prunscomponentsbyfeature.fo.ftl

📁 Sequoia ERP是一个真正的企业级开源ERP解决方案。它提供的模块包括:电子商务应用(e-commerce), POS系统(point of sales),知识管理,存货与仓库管理
💻 FTL
字号:
<?xml version="1.0" encoding="UTF-8"?><!--Copyright 2001-2006 The Apache Software FoundationLicensed under the Apache License, Version 2.0 (the "License"); you may notuse this file except in compliance with the License. You may obtain a copy ofthe License athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS, WITHOUTWARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See theLicense for the specific language governing permissions and limitationsunder the License.--><fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:fox="http://xml.apache.org/fop/extensions">    <fo:layout-master-set>        <fo:simple-page-master margin-right="2.0cm" margin-left="2.0cm" margin-bottom="1.0cm" margin-top="1.0cm" page-width="21cm" page-height="29.7cm" master-name="first">            <fo:region-before extent="1.5cm"/>            <fo:region-body margin-bottom="1.5cm" margin-top="1.5cm"/>            <fo:region-after extent="1.0cm"/>        </fo:simple-page-master>    </fo:layout-master-set><#list features as feature>    <#assign productList = feature.productList>    <fo:page-sequence master-reference="first" language="en" hyphenate="true">        <fo:static-content flow-name="xsl-region-before">            <fo:block line-height="10pt" font-size="8pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always">                <#if showLocation == "Y">                                    <#if mrpName?exists>                                      Doc.F0                       <#else>                      Doc.F2                    </#if>                <#else>                                    <#if mrpName?exists>                                                       Doc.F1                    <#else>                      Doc.F3                    </#if>                </#if>            </fo:block>        </fo:static-content>        <fo:static-content flow-name="xsl-region-after">            <fo:block line-height="12pt" font-size="10pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always">                ${uiLabelMap.CommonPage} <fo:page-number/>            </fo:block>        </fo:static-content>        <fo:flow flow-name="xsl-region-body">            <fo:block line-height="12pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always">            <fo:block line-height="20pt" font-weight="bold" font-size="18pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always" text-align="center">                ${uiLabelMap.PickingListFx}            </fo:block>            <fo:table text-align="left" table-layout="fixed">                <fo:table-column column-width="10.15cm"/>                <fo:table-column column-width="6.15cm"/>                <fo:table-body>                    <fo:table-row>                        <fo:table-cell>                            <fo:block line-height="13pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always" text-align="start">                              <#if mrpName?exists>                                                <fo:inline font-size="10pt">${uiLabelMap.WorkEffortName}:</fo:inline>                                <fo:inline font-weight="bold" font-size="10pt">${mrpName}</fo:inline>                              <#else>                                <fo:inline font-size="10pt">${uiLabelMap.ProductShipmentPlan}:</fo:inline>                                <fo:inline font-weight="bold" font-size="10pt">${shipment.shipmentId}</fo:inline>                              </#if>                            </fo:block>                        </fo:table-cell>                        <fo:table-cell>                            <fo:block line-height="12pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always" text-align="end">                                <fo:inline font-size="10pt">${uiLabelMap.ProductProductCategory}:</fo:inline>                                <fo:inline font-weight="bold" font-size="10pt"><#if category?exists>${category.description?if_exists}</#if></fo:inline>                            </fo:block>                        </fo:table-cell>                    </fo:table-row>                </fo:table-body>            </fo:table>            <fo:table text-align="left" table-layout="fixed">                <fo:table-column column-width="10.15cm"/>                <fo:table-column column-width="6.15cm"/>                <fo:table-body>                    <fo:table-row>                        <fo:table-cell>                            <fo:block line-height="12pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always" text-align="start">                                <fo:inline font-size="10pt">${uiLabelMap.CommonPrintoutDate}:</fo:inline>                                <fo:inline font-weight="bold" font-size="10pt">${Static["org.ofbiz.base.util.UtilDateTime"].nowTimestamp().toString()}</fo:inline>                            </fo:block>                        </fo:table-cell>                        <fo:table-cell>                            <fo:block line-height="13pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always" text-align="end">                                <fo:inline font-size="10pt"><#if featureType?exists>${featureType.description?if_exists}: </#if></fo:inline>                                <fo:inline font-weight="bold" font-size="10pt"><#if feature.productFeature?exists>${feature.productFeature.description?if_exists}</#if></fo:inline>                            </fo:block>                        </fo:table-cell>                    </fo:table-row>                </fo:table-body>            </fo:table>            <fo:table text-align="left" table-layout="fixed">                <fo:table-column column-width="10.15cm"/>                <fo:table-column column-width="6.15cm"/>                <fo:table-body>                    <fo:table-row>                        <fo:table-cell>                            <fo:block line-height="12pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always" text-align="start">                              <#if mrpName?exists>                                                <fo:inline font-size="10pt">${uiLabelMap.PickingPeriod} :</fo:inline>                                <fo:inline font-weight="bold" font-size="10pt">${mrpName?if_exists}</fo:inline>                              <#else>                                <fo:inline font-size="10pt">${uiLabelMap.PickingDate} :</fo:inline>                                <fo:inline font-weight="bold" font-size="10pt">${shipment.estimatedShipDate?if_exists}</fo:inline>                              </#if>                            </fo:block>                        </fo:table-cell>                        <fo:table-cell>                        </fo:table-cell>                    </fo:table-row>                </fo:table-body>            </fo:table>            <fo:inline white-space-collapse="false">            </fo:inline><fo:table text-align="left" table-layout="fixed"><fo:table-column column-width="0.90cm"/><fo:table-column column-width="3.50cm"/><fo:table-column column-width="6.50cm"/><fo:table-column column-width="2.00cm"/><fo:table-column column-width="2.50cm"/><fo:table-body>    <fo:table-row>        <fo:table-cell border-style="solid" border-color="black" border-width="1pt">            <fo:block line-height="12pt" font-size="8pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always">                ${uiLabelMap.CommonLine}            </fo:block>        </fo:table-cell>        <fo:table-cell border-style="solid" border-color="black" border-width="1pt">            <fo:block line-height="12pt" font-size="8pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always">                ${uiLabelMap.ProductProductId}            </fo:block>        </fo:table-cell>        <fo:table-cell border-style="solid" border-color="black" border-width="1pt">            <fo:block line-height="12pt" font-size="8pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always">                ${uiLabelMap.CommonDescription}            </fo:block>        </fo:table-cell>        <fo:table-cell border-style="solid" border-color="black" border-width="1pt">            <fo:block line-height="12pt" font-size="8pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always" text-align="center">                <#if showLocation == "Y">                     ${uiLabelMap.CommonQtyM2}                <#else>                    ${uiLabelMap.CommonQuantity}                </#if>            </fo:block>        </fo:table-cell>        <fo:table-cell border-style="solid" border-color="black" border-width="1pt">            <fo:block line-height="12pt" font-size="8pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always" text-align="center">                <#if showLocation == "Y">                     ${uiLabelMap.PanelNumber}                <#else>                    ${uiLabelMap.ProductFacilityLocation}                </#if>            </fo:block>        </fo:table-cell>    </fo:table-row>    <#assign row = 0>        <#list productList as product>        <#assign row = row + 1>    <fo:table-row>        <fo:table-cell border-style="solid" border-color="black" border-width="1pt">            <fo:block line-height="12pt" font-size="10pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always" text-align="end">                ${row}            </fo:block>        </fo:table-cell>        <fo:table-cell border-style="solid" border-color="black" border-width="1pt">            <fo:block line-height="12pt" font-size="10pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always">                ${product.product.productId}            </fo:block>        </fo:table-cell>        <fo:table-cell border-style="solid" border-color="black" border-width="1pt">            <fo:block line-height="12pt" font-size="10pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always">                ${product.product.internalName?if_exists}            </fo:block>        </fo:table-cell>        <fo:table-cell border-style="solid" border-color="black" border-width="1pt">            <fo:block line-height="12pt" font-size="10pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always" text-align="end">                ${product.quantity}            </fo:block>        </fo:table-cell>        <fo:table-cell border-style="solid" border-color="black" border-width="1pt">            <fo:block line-height="12pt" font-size="10pt" space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always" text-align="end">                <#if showLocation == "Y">                 ${product.panelQuantity?if_exists}                <#else>                    ${product.Location?if_exists}                </#if>            </fo:block>        </fo:table-cell>    </fo:table-row>    </#list></fo:table-body></fo:table><!--<fo:block space-before.optimum="1.5pt" space-after.optimum="1.5pt" keep-together="always" id="LastPage" line-height="1pt" font-size="1pt"></fo:block>--></fo:block></fo:flow></fo:page-sequence></#list></fo:root>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -