Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

197 строки
8.9 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Created with Jaspersoft Studio version 6.17.0.final using JasperReports Library version 6.17.0-6d93193241dd8cc42629e188b94f9e0bc5722efd -->
  3. <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="poItemPDF" printOrder="Horizontal" pageWidth="425" pageHeight="283" orientation="Landscape" columnWidth="421" leftMargin="2" rightMargin="2" topMargin="2" bottomMargin="2" uuid="6cb85eb9-3573-42f3-a293-099db250aec0">
  4. <property name="com.jaspersoft.studio.unit." value="pixel"/>
  5. <parameter name="lotNo" class="java.lang.String"/>
  6. <parameter name="itemName" class="java.lang.String"/>
  7. <parameter name="itemNo" class="java.lang.String"/>
  8. <parameter name="poCode" class="java.lang.String"/>
  9. <parameter name="qrCode" class="java.awt.Image"/>
  10. <parameter name="acceptedQty" class="java.math.BigDecimal"/>
  11. <parameter name="uom" class="java.lang.String"/>
  12. <queryString>
  13. <![CDATA[]]>
  14. </queryString>
  15. <field name="lotNo" class="java.lang.String"/>
  16. <field name="itemName" class="java.lang.String"/>
  17. <field name="itemNo" class="java.lang.String"/>
  18. <field name="acceptedQty" class="java.lang.String"/>
  19. <field name="uom" class="java.lang.String"/>
  20. <field name="qrCode" class="java.awt.Image"/>
  21. <field name="poCode" class="java.lang.String"/>
  22. <field name="supplier" class="java.lang.String"/>
  23. <!-- <field name="materialWeight" class="java.lang.String"/>-->
  24. <!-- <field name="weightUnit" class="java.lang.String"/>-->
  25. <field name="productionDate" class="java.lang.String"/>
  26. <field name="expiryDate" class="java.lang.String"/>
  27. <background>
  28. <band splitType="Stretch"/>
  29. </background>
  30. <detail>
  31. <band height="279" splitType="Stretch">
  32. <textField>
  33. <reportElement x="80" y="21" width="150" height="16" uuid="402f35fc-b11a-4bf1-982d-e12c622f38ea">
  34. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  35. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  36. </reportElement>
  37. <textElement>
  38. <font fontName="微軟正黑體" size="12"/>
  39. </textElement>
  40. <textFieldExpression><![CDATA[$F{lotNo}]]></textFieldExpression>
  41. </textField>
  42. <staticText>
  43. <reportElement x="0" y="21" width="80" height="16" uuid="f5f145f1-123f-4fe5-90fa-8550b3d2eb63"/>
  44. <textElement textAlignment="Left">
  45. <font fontName="微軟正黑體" size="12"/>
  46. </textElement>
  47. <text><![CDATA[批次編號:]]></text>
  48. </staticText>
  49. <staticText>
  50. <reportElement x="0" y="49" width="80" height="16" uuid="c2041205-51f8-45bb-a1d1-e3de37eebed7"/>
  51. <textElement textAlignment="Left">
  52. <font fontName="微軟正黑體" size="12"/>
  53. </textElement>
  54. <text><![CDATA[供應商:]]></text>
  55. </staticText>
  56. <textField>
  57. <reportElement x="80" y="49" width="150" height="16" uuid="ab82ca39-8840-4471-b7c0-cdeec9cb5693">
  58. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  59. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  60. </reportElement>
  61. <textElement>
  62. <font fontName="微軟正黑體" size="12"/>
  63. </textElement>
  64. <textFieldExpression><![CDATA[$F{supplier}]]></textFieldExpression>
  65. </textField>
  66. <staticText>
  67. <reportElement x="0" y="104" width="80" height="16" uuid="96d46fb1-939d-4f3e-b8f0-172b69b85e9f"/>
  68. <textElement textAlignment="Left">
  69. <font fontName="微軟正黑體" size="12"/>
  70. </textElement>
  71. <text><![CDATA[物料編號:]]></text>
  72. </staticText>
  73. <textField>
  74. <reportElement x="80" y="104" width="150" height="16" uuid="1f289946-b945-4f79-8515-212368b8be3b">
  75. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  76. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  77. </reportElement>
  78. <textElement>
  79. <font fontName="微軟正黑體" size="12"/>
  80. </textElement>
  81. <textFieldExpression><![CDATA[$F{itemNo}]]></textFieldExpression>
  82. </textField>
  83. <staticText>
  84. <reportElement x="0" y="160" width="80" height="16" uuid="53a2d7cf-bd50-4264-abee-346823cd49dd"/>
  85. <textElement textAlignment="Left">
  86. <font fontName="微軟正黑體" size="12"/>
  87. </textElement>
  88. <text><![CDATA[數量:]]></text>
  89. </staticText>
  90. <textField>
  91. <reportElement x="80" y="160" width="150" height="16" uuid="629d9af8-c73f-4614-ba9d-a582e2ed4a29">
  92. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  93. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  94. </reportElement>
  95. <textElement>
  96. <font fontName="微軟正黑體" size="12"/>
  97. </textElement>
  98. <textFieldExpression><![CDATA[$F{acceptedQty} + " " + $F{uom}]]></textFieldExpression>
  99. </textField>
  100. <image>
  101. <reportElement x="230" y="45" width="190" height="190" uuid="5dd35c73-973b-4f0d-9cad-13305a29a9fd">
  102. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  103. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  104. </reportElement>
  105. <imageExpression><![CDATA[$F{qrCode}]]></imageExpression>
  106. </image>
  107. <staticText>
  108. <reportElement x="0" y="216" width="80" height="16" uuid="c62ac00a-c495-462c-93bc-97bdd3cdb395">
  109. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  110. </reportElement>
  111. <textElement textAlignment="Left">
  112. <font fontName="微軟正黑體" size="12"/>
  113. </textElement>
  114. <text><![CDATA[生產日期:]]></text>
  115. </staticText>
  116. <textField>
  117. <reportElement x="80" y="216" width="150" height="16" uuid="74a5cfba-046d-42f4-92d7-113729514a6f">
  118. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  119. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  120. </reportElement>
  121. <textElement>
  122. <font fontName="微軟正黑體" size="12"/>
  123. </textElement>
  124. <textFieldExpression><![CDATA[$F{productionDate}]]></textFieldExpression>
  125. </textField>
  126. <staticText>
  127. <reportElement x="0" y="77" width="80" height="16" uuid="1b1efafd-049a-432e-93c4-9662273011f7"/>
  128. <textElement textAlignment="Left">
  129. <font fontName="微軟正黑體" size="12"/>
  130. </textElement>
  131. <text><![CDATA[採購訂單編號:]]></text>
  132. </staticText>
  133. <textField>
  134. <reportElement x="80" y="77" width="150" height="16" uuid="b805e20a-9a36-45c8-8255-23b6cc58f47c">
  135. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  136. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  137. </reportElement>
  138. <textElement>
  139. <font fontName="微軟正黑體" size="12"/>
  140. </textElement>
  141. <textFieldExpression><![CDATA[$P{poCode}]]></textFieldExpression>
  142. </textField>
  143. <staticText>
  144. <reportElement x="0" y="132" width="80" height="16" uuid="5c3f9b03-222c-4c94-ab58-6bc86d44c5ce"/>
  145. <textElement textAlignment="Left">
  146. <font fontName="微軟正黑體" size="12"/>
  147. </textElement>
  148. <text><![CDATA[物料名稱:]]></text>
  149. </staticText>
  150. <textField>
  151. <reportElement x="80" y="132" width="150" height="16" uuid="e04b094d-2d16-4060-b6d9-2e6033a673ab">
  152. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  153. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  154. </reportElement>
  155. <textElement>
  156. <font fontName="微軟正黑體" size="12"/>
  157. </textElement>
  158. <textFieldExpression><![CDATA[$F{itemName}]]></textFieldExpression>
  159. </textField>
  160. <!-- <staticText>-->
  161. <!-- <reportElement x="0" y="188" width="80" height="16" uuid="8b4d694b-90eb-4be4-b407-38d3dae15096"/>-->
  162. <!-- <textElement textAlignment="Left">-->
  163. <!-- <font fontName="微軟正黑體" size="12"/>-->
  164. <!-- </textElement>-->
  165. <!-- <text><![CDATA[總淨重量:]]></text>-->
  166. <!-- </staticText>-->
  167. <!-- <textField>-->
  168. <!-- <reportElement x="80" y="188" width="150" height="16" uuid="d6a75fb1-ade3-4216-b7e2-d596e65091ef">-->
  169. <!-- <property name="com.jaspersoft.studio.unit.height" value="px"/>-->
  170. <!-- <property name="com.jaspersoft.studio.unit.width" value="px"/>-->
  171. <!-- </reportElement>-->
  172. <!-- <textElement>-->
  173. <!-- <font fontName="微軟正黑體" size="12"/>-->
  174. <!-- </textElement>-->
  175. <!-- <textFieldExpression><![CDATA[$F{materialWeight} + " " + $F{weightUnit}]]></textFieldExpression>-->
  176. <!-- </textField>-->
  177. <staticText>
  178. <reportElement x="0" y="244" width="80" height="16" uuid="32edcad1-23c1-4d41-8c9a-352d9e6ef377"/>
  179. <textElement textAlignment="Left">
  180. <font fontName="微軟正黑體" size="12"/>
  181. </textElement>
  182. <text><![CDATA[到期日:]]></text>
  183. </staticText>
  184. <textField>
  185. <reportElement x="80" y="244" width="150" height="16" uuid="97e4a9bb-fc84-4074-b523-ddf9eb9ed2d2">
  186. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  187. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  188. </reportElement>
  189. <textElement>
  190. <font fontName="微軟正黑體" size="12"/>
  191. </textElement>
  192. <textFieldExpression><![CDATA[$F{expiryDate}]]></textFieldExpression>
  193. </textField>
  194. </band>
  195. </detail>
  196. </jasperReport>