|
|
@@ -0,0 +1,650 @@ |
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
|
<!-- Created with Jaspersoft Studio version 6.21.3.final using JasperReports Library version 6.21.3-4a3078d20785ebe464f18037d738d12fc98c13cf --> |
|
|
|
|
|
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="StockItemConsumptionTrendReport" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="055685d6-c02e-403a-8511-48e9df2752d3"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit." value="pixel"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.pageHeight" value="pixel"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.pageWidth" value="pixel"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.topMargin" value="pixel"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.bottomMargin" value="pixel"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.leftMargin" value="pixel"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.rightMargin" value="pixel"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.columnWidth" value="pixel"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.columnSpacing" value="pixel"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="One Empty Record"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.data.sql.tables" value=""/> |
|
|
|
|
|
<parameter name="stockSubCategory" class="java.lang.String"> |
|
|
|
|
|
<defaultValueExpression><![CDATA["stockSubCategory"]]></defaultValueExpression> |
|
|
|
|
|
</parameter> |
|
|
|
|
|
<parameter name="stockCategory" class="java.lang.String"> |
|
|
|
|
|
<defaultValueExpression><![CDATA["stockCategory"]]></defaultValueExpression> |
|
|
|
|
|
</parameter> |
|
|
|
|
|
<parameter name="itemNo" class="java.lang.String"> |
|
|
|
|
|
<defaultValueExpression><![CDATA["itemCode"]]></defaultValueExpression> |
|
|
|
|
|
</parameter> |
|
|
|
|
|
<parameter name="year" class="java.lang.String"/> |
|
|
|
|
|
<parameter name="reportDate" class="java.lang.String"/> |
|
|
|
|
|
<parameter name="reportTime" class="java.lang.String"/> |
|
|
|
|
|
<parameter name="deliveryPeriodStart" class="java.lang.String"/> |
|
|
|
|
|
<parameter name="deliveryPeriodEnd" class="java.lang.String"/> |
|
|
|
|
|
<parameter name="lastOutDateStart" class="java.lang.String"> |
|
|
|
|
|
<parameterDescription><![CDATA["lastOutDateStart"]]></parameterDescription> |
|
|
|
|
|
</parameter> |
|
|
|
|
|
<parameter name="lastOutDateEnd" class="java.lang.String"> |
|
|
|
|
|
<parameterDescription><![CDATA["lastOutDateStart"]]></parameterDescription> |
|
|
|
|
|
</parameter> |
|
|
|
|
|
<queryString> |
|
|
|
|
|
<![CDATA[select * from fpsmsdb.items , fpsmsdb.stock_out_line]]> |
|
|
|
|
|
</queryString> |
|
|
|
|
|
<field name="id" class="java.lang.Integer"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="id"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="id"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="items"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="modified" class="java.time.LocalDateTime"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="modified"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="modified"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="items"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="itemNo" class="java.lang.String"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="code"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="code"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="items"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="itemName" class="java.lang.String"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="name"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="name"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="items"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="description" class="java.lang.String"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="description"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="description"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="items"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="remarks" class="java.lang.String"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="remarks"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="remarks"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="items"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="type" class="java.lang.String"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="type"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="type"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="items"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="stockSubCategory" class="java.lang.Integer"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="categoryId"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="categoryId"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="items"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="qcCategoryId" class="java.lang.Integer"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="qcCategoryId"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="qcCategoryId"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="items"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="uomId" class="java.lang.Integer"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="uomId"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="uomId"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="items"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="itemId" class="java.lang.Integer"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="itemId"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="itemId"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="qty" class="java.math.BigDecimal"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="stockOutId" class="java.lang.Integer"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="stockOutId"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="stockOutId"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="pickOrderLineId" class="java.lang.Integer"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="pickOrderLineId"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="pickOrderLineId"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="status" class="java.lang.String"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="status"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="status"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="pickTime" class="java.time.LocalDateTime"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="pickTime"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="pickTime"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="qtyJan" class="java.math.BigDecimal"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="qtyFeb" class="java.math.BigDecimal"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="qtyMar" class="java.math.BigDecimal"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="qtyApr" class="java.math.BigDecimal"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="qtyMay" class="java.math.BigDecimal"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="qtyJun" class="java.math.BigDecimal"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="qtyJul" class="java.math.BigDecimal"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="qtyAug" class="java.math.BigDecimal"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="qtySep" class="java.math.BigDecimal"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="qtyOct" class="java.math.BigDecimal"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="qtyNov" class="java.math.BigDecimal"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="qtyDec" class="java.math.BigDecimal"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.name" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.label" value="qty"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.field.tree.path" value="stock_out_line"/> |
|
|
|
|
|
<fieldDescription><![CDATA[]]></fieldDescription> |
|
|
|
|
|
</field> |
|
|
|
|
|
<field name="unitOfMeasure" class="java.lang.String"/> |
|
|
|
|
|
<field name="totalProductionQty" class="java.lang.String"/> |
|
|
|
|
|
<group name="Group1"> |
|
|
|
|
|
<groupExpression><![CDATA[$F{itemNo}]]></groupExpression> |
|
|
|
|
|
<groupHeader> |
|
|
|
|
|
<band height="67"> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="8" y="0" width="72" height="20" uuid="09bcfab9-9520-48dd-b851-3c00951cc550"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="12"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[貨品編號:]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<textField> |
|
|
|
|
|
<reportElement x="80" y="0" width="70" height="20" uuid="6f905a5d-cf6b-4d62-8433-ff3d570829ae"/> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="12"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$F{itemNo}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="170" y="0" width="70" height="20" uuid="f0d35ecc-bc8d-4f5e-a94c-5cc6e5cde51e"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Right" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="12"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[貨品名稱:]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<textField> |
|
|
|
|
|
<reportElement x="240" y="0" width="210" height="20" uuid="11265d83-f36f-4cf2-ae3f-60d504226ab0"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="12"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$F{itemName}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="480" y="0" width="41" height="20" uuid="a9054f9d-f217-4daa-a35c-076fe16a2df6"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Right" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="12"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[單位:]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<textField> |
|
|
|
|
|
<reportElement x="521" y="0" width="120" height="20" uuid="1a6c5348-668b-40cd-b8c7-a7b53c5dbcbe"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="12"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$F{unitOfMeasure}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<line> |
|
|
|
|
|
<reportElement x="2" y="66" width="799" height="1" uuid="72083934-812f-42b9-b29b-b73d98fe6925"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
</line> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="512" y="20" width="56" height="20" uuid="a6161aa7-2abd-4bb6-894d-ccdd6f9575c4"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[十月]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<textField pattern="#,##0"> |
|
|
|
|
|
<reportElement x="232" y="40" width="56" height="20" uuid="0f873665-fc42-4c6d-bb26-7f80537edb34"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$F{qtyMay}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<textField pattern="#,##0"> |
|
|
|
|
|
<reportElement x="456" y="40" width="56" height="20" uuid="bef5a00a-cc6c-4505-a170-0df341cc0a0b"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$F{qtySep}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<textField pattern="#,##0"> |
|
|
|
|
|
<reportElement x="176" y="40" width="56" height="20" uuid="ca9e080a-3a8b-4924-8197-6fa302b149c2"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$F{qtyApr}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<textField pattern="#,##0"> |
|
|
|
|
|
<reportElement x="8" y="40" width="56" height="20" uuid="06ace712-1de4-4cc0-b8d7-c56a08a0dbc6"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$F{qtyJan}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<textField pattern="#,##0"> |
|
|
|
|
|
<reportElement x="288" y="40" width="56" height="20" uuid="fc7e228a-ea4f-4990-b3f3-a17a7899a24a"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$F{qtyJun}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<textField pattern="#,##0"> |
|
|
|
|
|
<reportElement x="698" y="40" width="90" height="20" uuid="be0fb0b2-ce4d-4a20-8cf3-9049a58ae21e"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$F{totalProductionQty} != null && !$F{totalProductionQty}.isEmpty() ? new java.math.BigDecimal($F{totalProductionQty}) : new java.math.BigDecimal("0")]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<textField pattern="#,##0"> |
|
|
|
|
|
<reportElement x="400" y="40" width="56" height="20" uuid="826bb018-835b-4c05-bd4e-8bbfabdfbfe8"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$F{qtyAug}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<textField pattern="#,##0"> |
|
|
|
|
|
<reportElement x="512" y="40" width="56" height="20" uuid="a6d6a1e2-e02a-4ff3-aac8-aa81af99f40a"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$F{qtyOct}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<textField pattern="#,##0"> |
|
|
|
|
|
<reportElement x="624" y="40" width="74" height="20" uuid="1525fa22-1c84-44dd-bf81-80a0cc14bc7d"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$F{qtyDec}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="176" y="20" width="56" height="20" uuid="8c5260bc-9079-4f62-803d-1c3e3fc9f41c"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[四月]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="456" y="20" width="56" height="20" uuid="85c77a9b-c044-4bc2-8cd9-3b0058e4b74e"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[九月]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="698" y="20" width="90" height="20" uuid="f092d4db-d5c5-4515-a826-8fec621a8992"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[總和]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="64" y="20" width="56" height="20" uuid="ec7698ae-c92b-4b44-9f7a-28f10ba5f385"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle" markup="html"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[二月]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="120" y="20" width="56" height="20" uuid="ac124afb-3aa8-4ec6-b4a8-8de161e8bbc5"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[三月]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<textField pattern="#,##0"> |
|
|
|
|
|
<reportElement x="344" y="40" width="56" height="20" uuid="609cce9b-4703-441d-91c0-5ee489a324ac"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$F{qtyJul}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<textField pattern="#,##0"> |
|
|
|
|
|
<reportElement x="120" y="40" width="56" height="20" uuid="4d98e638-347d-46fe-9379-cebb088c43a1"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$F{qtyMar}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="568" y="20" width="56" height="20" uuid="e51758d1-2a7e-4fef-8b41-206e9aa6c611"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[十一月]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="232" y="20" width="56" height="20" uuid="5204319c-5b4e-421b-9493-4dd988caca52"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[五月]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<textField pattern="#,##0"> |
|
|
|
|
|
<reportElement x="64" y="40" width="56" height="20" uuid="bccf4a6c-8364-4a2e-be89-8e0d35154f06"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$F{qtyFeb}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="344" y="20" width="56" height="20" uuid="b221e73b-0f35-4036-bffb-9230a495b827"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[七月]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<textField pattern="#,##0"> |
|
|
|
|
|
<reportElement x="568" y="40" width="56" height="20" uuid="933ea07b-1ecc-4f91-b522-9fb5382fbf5b"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$F{qtyNov}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="624" y="20" width="74" height="20" uuid="d7c79995-7b3c-4622-8d08-6b4a87345cbe"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[十二月]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="288" y="20" width="56" height="20" uuid="424446ec-655d-4bff-a30a-61e898dbc7ad"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[六月]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="8" y="20" width="56" height="20" uuid="e4267f38-4a00-4a22-965d-9ab531262592"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[一月]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="400" y="20" width="56" height="20" uuid="2a9e0115-d056-4c4b-b0b2-0800f55435ad"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="10"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[八月]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
</band> |
|
|
|
|
|
</groupHeader> |
|
|
|
|
|
</group> |
|
|
|
|
|
<pageHeader> |
|
|
|
|
|
<band height="85" splitType="Stretch"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/> |
|
|
|
|
|
<textField evaluationTime="Report"> |
|
|
|
|
|
<reportElement x="760" y="0" width="30" height="23" uuid="6e9ed0a2-e1e6-4533-a786-f086b868a84c"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Center" verticalAlignment="Middle"/> |
|
|
|
|
|
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="670" y="0" width="40" height="23" uuid="5a9e0fa9-418d-4838-9f82-e2f336e5bce7"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Center" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="12"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[頁數]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="740" y="0" width="20" height="23" uuid="26d3d09c-48aa-4870-822a-c403e7faddfa"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Center" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="12"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[/]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<textField> |
|
|
|
|
|
<reportElement x="710" y="0" width="30" height="23" uuid="0c758a26-1c7f-484d-919e-d215917e9216"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Center" verticalAlignment="Middle"/> |
|
|
|
|
|
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="8" y="30" width="90" height="23" uuid="0daddd8b-ca61-42af-9c2b-cbf11b7d7dac"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="12" isBold="true"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[報告日期:]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<textField> |
|
|
|
|
|
<reportElement x="711" y="53" width="78" height="23" uuid="53b66bc3-4925-4340-add0-b4f2069a76c1"/> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="12" isBold="true"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$P{year}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="640" y="30" width="71" height="23" uuid="e2be43a3-3570-4a4e-a671-d96f872a5ad7"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Right" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="12" isBold="true"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[報告時間:]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="640" y="53" width="71" height="23" uuid="29ed871d-3417-4978-9799-964389143451"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Right" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="12" isBold="true"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[年份:]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<textField> |
|
|
|
|
|
<reportElement x="711" y="30" width="78" height="23" uuid="cb1fbb06-e953-40e5-bdbe-5fc219f7c884"/> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="12" isBold="true"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$P{reportTime}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<textField> |
|
|
|
|
|
<reportElement x="98" y="30" width="190" height="23" uuid="d398cf17-318c-4c16-a8bf-6f064e911965"/> |
|
|
|
|
|
<textElement verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="12" isBold="true"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$P{reportDate}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="300" y="0" width="210" height="23" uuid="7451001b-6d5a-438c-82db-2b9e687d9a27"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Center" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="16" isBold="true"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[庫存商品消費趨勢報告]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<textField> |
|
|
|
|
|
<reportElement x="98" y="53" width="336" height="23" uuid="b51949e1-c40a-4db0-a799-4243555893fd"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="12" isBold="true"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<textFieldExpression><![CDATA[$P{lastOutDateStart} + " 到 " + $P{lastOutDateEnd}]]></textFieldExpression> |
|
|
|
|
|
</textField> |
|
|
|
|
|
<staticText> |
|
|
|
|
|
<reportElement x="8" y="53" width="90" height="23" uuid="fb09a559-f5fa-4e56-a891-87c600a2745a"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.y" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.width" value="px"/> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
<textElement textAlignment="Left" verticalAlignment="Middle"> |
|
|
|
|
|
<font fontName="微軟正黑體" size="12" isBold="true"/> |
|
|
|
|
|
</textElement> |
|
|
|
|
|
<text><![CDATA[完成生產日期:]]></text> |
|
|
|
|
|
</staticText> |
|
|
|
|
|
<line> |
|
|
|
|
|
<reportElement x="2" y="80" width="799" height="1" uuid="9e9ba4e3-e369-4180-b01b-1b581e8fa00d"> |
|
|
|
|
|
<property name="com.jaspersoft.studio.unit.height" value="px"/> |
|
|
|
|
|
</reportElement> |
|
|
|
|
|
</line> |
|
|
|
|
|
</band> |
|
|
|
|
|
</pageHeader> |
|
|
|
|
|
</jasperReport> |