blob: 7d519d37a7e2a90bc510cd7ae772db6ca14ea5ab [file] [log] [blame]
<!--
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.
-->
<#escape x as x?xml>
<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 productionRuns = feature.productionRuns>
<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 shipment??>
Doc.E1
<#else>
Doc.E0
</#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.ManufacturingProductionRun}
</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 shipment??>
<fo:inline font-size="10pt">${uiLabelMap.ProductShipmentPlan}:</fo:inline>
<fo:inline font-weight="bold" font-size="10pt">${shipment.shipmentId}</fo:inline>
<#else>
<fo:inline font-size="10pt">${uiLabelMap.ManufacturingPlan}:</fo:inline>
<fo:inline font-weight="bold" font-size="10pt">${planName}</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??>${category.description!}</#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.ManufacturingPrintoutDate}:</fo:inline>
<fo:inline font-weight="bold" font-size="10pt">${nowTimestamp}</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??>${featureType.get("description",locale)!}: </#if></fo:inline>
<fo:inline font-weight="bold" font-size="10pt"><#if feature.productFeature??>${feature.productFeature.description!}</#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 shipment??>
<fo:inline font-size="10pt">${uiLabelMap.ManufacturingEstimatedShipDate} :</fo:inline>
<fo:inline font-weight="bold" font-size="10pt">${shipment.estimatedShipDate!}</fo:inline>
<#else>
<fo:inline font-size="10pt">${uiLabelMap.ManufacturingPickingPeriod} :</fo:inline>
<fo:inline font-weight="bold" font-size="10pt">${mrpName}</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="1.70cm"/>
<fo:table-column column-width="3.20cm"/>
<fo:table-column column-width="1.20cm"/>
<fo:table-column column-width="1.20cm"/>
<fo:table-column column-width="4.50cm"/>
<fo:table-column column-width="1.40cm"/>
<fo:table-column column-width="2.10cm"/>
<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.ManufacturingProductionRunId}
</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.ProductProductHeight}
</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.ProductProductWidth}
</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">
${uiLabelMap.CommonQuantity}
</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.ManufacturingProductBrandName}
</fo:block>
</fo:table-cell>
</fo:table-row>
<#assign row = 0>
<#list productionRuns as productionRun>
<#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">
${productionRun.productionRun.workEffortId}
</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">
${productionRun.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" text-align="end">
${productionRun.product.productHeight!}
</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">
${productionRun.product.productWidth!}
</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">
${productionRun.product.internalName!}
</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">
${productionRun.productionRun.quantityToProduce!}
</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">
${productionRun.product.brandName!}
</fo:block>
</fo:table-cell>
</fo:table-row>
</#list>
</fo:table-body>
</fo:table>
</fo:block>
</fo:flow>
</fo:page-sequence>
</#list>
</fo:root>
</#escape>