選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

FGStockOutTraceabilityReport.jrxml 25 KiB

1日前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  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="SemiFGProductionAnalysisReport" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="a2a84586-3f53-476e-9c1f-6b13ad75908a">
  4. <property name="com.jaspersoft.studio.data.sql.tables" value=""/>
  5. <property name="com.jaspersoft.studio.data.defaultdataadapter" value="One Empty Record"/>
  6. <parameter name="stockSubCategory" class="java.lang.String">
  7. <defaultValueExpression><![CDATA["stockSubCategory"]]></defaultValueExpression>
  8. </parameter>
  9. <parameter name="date" class="java.lang.String">
  10. <defaultValueExpression><![CDATA["date"]]></defaultValueExpression>
  11. </parameter>
  12. <parameter name="stockCategory" class="java.lang.String">
  13. <defaultValueExpression><![CDATA["stockCategory"]]></defaultValueExpression>
  14. </parameter>
  15. <parameter name="itemNo" class="java.lang.String">
  16. <defaultValueExpression><![CDATA["itemCode"]]></defaultValueExpression>
  17. </parameter>
  18. <parameter name="reportDate" class="java.lang.String"/>
  19. <parameter name="reportTime" class="java.lang.String"/>
  20. <parameter name="deliveryPeriodStart" class="java.lang.String"/>
  21. <parameter name="deliveryPeriodEnd" class="java.lang.String"/>
  22. <parameter name="lastOutDateStart" class="java.lang.String">
  23. <parameterDescription><![CDATA["lastOutDateStart"]]></parameterDescription>
  24. </parameter>
  25. <parameter name="lastOutDateEnd" class="java.lang.String">
  26. <parameterDescription><![CDATA["lastOutDateStart"]]></parameterDescription>
  27. </parameter>
  28. <queryString language="SQL">
  29. <![CDATA[]]>
  30. </queryString>
  31. <field name="itemNo" class="java.lang.String">
  32. <property name="com.jaspersoft.studio.field.name" value="code"/>
  33. <property name="com.jaspersoft.studio.field.label" value="code"/>
  34. <property name="com.jaspersoft.studio.field.tree.path" value="items"/>
  35. <fieldDescription><![CDATA[]]></fieldDescription>
  36. </field>
  37. <field name="itemName" class="java.lang.String">
  38. <property name="com.jaspersoft.studio.field.name" value="name"/>
  39. <property name="com.jaspersoft.studio.field.label" value="name"/>
  40. <property name="com.jaspersoft.studio.field.tree.path" value="items"/>
  41. <fieldDescription><![CDATA[]]></fieldDescription>
  42. </field>
  43. <field name="stockSubCategory" class="java.lang.Long">
  44. <property name="com.jaspersoft.studio.field.name" value="categoryId"/>
  45. <property name="com.jaspersoft.studio.field.label" value="categoryId"/>
  46. <property name="com.jaspersoft.studio.field.tree.path" value="items"/>
  47. <fieldDescription><![CDATA[]]></fieldDescription>
  48. </field>
  49. <field name="unitOfMeasure" class="java.lang.String"/>
  50. <field name="stockReqNo" class="java.lang.String"/>
  51. <field name="lotNo" class="java.lang.String"/>
  52. <field name="expiryDate" class="java.lang.String"/>
  53. <field name="stockOutQty" class="java.lang.String"/>
  54. <field name="fgPickOrderNo" class="java.lang.String"/>
  55. <field name="handler" class="java.lang.String"/>
  56. <field name="storeLocation" class="java.lang.String"/>
  57. <field name="pickRemark" class="java.lang.String"/>
  58. <field name="deliveryOrderNo" class="java.lang.String"/>
  59. <field name="totalStockOutQty" class="java.lang.String"/>
  60. <group name="Group1">
  61. <groupExpression><![CDATA[$F{itemNo}]]></groupExpression>
  62. <groupHeader>
  63. <band height="69">
  64. <staticText>
  65. <reportElement x="279" y="12" width="41" height="18" uuid="56e4c1a6-6cea-4a96-9786-4ef15ec86108">
  66. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  67. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  68. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  69. </reportElement>
  70. <textElement textAlignment="Center" verticalAlignment="Middle">
  71. <font fontName="微軟正黑體" size="10"/>
  72. </textElement>
  73. <text><![CDATA[單位]]></text>
  74. </staticText>
  75. <textField>
  76. <reportElement x="279" y="30" width="41" height="18" uuid="803e2090-9724-4931-9d47-a59ca88bf3b3">
  77. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  78. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  79. </reportElement>
  80. <textElement verticalAlignment="Top">
  81. <font fontName="微軟正黑體" size="10"/>
  82. </textElement>
  83. <textFieldExpression><![CDATA[$F{unitOfMeasure}]]></textFieldExpression>
  84. </textField>
  85. <textField>
  86. <reportElement x="179" y="30" width="100" height="18" uuid="0d04b8dd-a7dc-4a99-a43c-4cc44381362d">
  87. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  88. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  89. </reportElement>
  90. <textElement verticalAlignment="Top">
  91. <font fontName="微軟正黑體" size="10"/>
  92. </textElement>
  93. <textFieldExpression><![CDATA[$F{itemName}]]></textFieldExpression>
  94. </textField>
  95. <staticText>
  96. <reportElement x="0" y="12" width="60" height="18" uuid="879f1b5d-226d-4f75-8a24-ab12514c0cab">
  97. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  98. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  99. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  100. </reportElement>
  101. <textElement textAlignment="Center" verticalAlignment="Middle">
  102. <font fontName="微軟正黑體" size="10"/>
  103. </textElement>
  104. <text><![CDATA[貨物子分類]]></text>
  105. </staticText>
  106. <staticText>
  107. <reportElement x="179" y="12" width="100" height="18" uuid="abce60ab-269f-4957-862e-0b8ac1c5ee71">
  108. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  109. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  110. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  111. </reportElement>
  112. <textElement textAlignment="Center" verticalAlignment="Middle">
  113. <font fontName="微軟正黑體" size="10"/>
  114. </textElement>
  115. <text><![CDATA[貨品名稱]]></text>
  116. </staticText>
  117. <textField>
  118. <reportElement x="0" y="30" width="60" height="18" uuid="56b1877f-757e-45b3-8060-f92a5c89dacf">
  119. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  120. </reportElement>
  121. <textElement verticalAlignment="Top">
  122. <font fontName="微軟正黑體" size="10"/>
  123. </textElement>
  124. <textFieldExpression><![CDATA[$F{stockSubCategory}]]></textFieldExpression>
  125. </textField>
  126. <staticText>
  127. <reportElement x="60" y="12" width="119" height="18" uuid="2307a460-b0d0-4ad2-87e5-261638ff4020">
  128. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  129. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  130. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  131. </reportElement>
  132. <textElement textAlignment="Center" verticalAlignment="Middle">
  133. <font fontName="微軟正黑體" size="10"/>
  134. </textElement>
  135. <text><![CDATA[貨品編號]]></text>
  136. </staticText>
  137. <textField>
  138. <reportElement x="60" y="30" width="119" height="18" uuid="ad155e90-c05b-4b7f-983b-129904eb2061">
  139. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  140. </reportElement>
  141. <textElement verticalAlignment="Top">
  142. <font fontName="微軟正黑體" size="10"/>
  143. </textElement>
  144. <textFieldExpression><![CDATA[$F{itemNo}]]></textFieldExpression>
  145. </textField>
  146. <line>
  147. <reportElement x="0" y="68" width="800" height="1" uuid="6202c33a-fe13-4e44-b26f-7d17980e79e9">
  148. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  149. </reportElement>
  150. </line>
  151. <staticText>
  152. <reportElement x="709" y="50" width="91" height="18" uuid="0f155dfc-0aff-4935-aa8f-54b4f01af51e">
  153. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  154. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  155. </reportElement>
  156. <textElement textAlignment="Center" verticalAlignment="Middle">
  157. <font fontName="微軟正黑體" size="10"/>
  158. </textElement>
  159. <text><![CDATA[提料備注]]></text>
  160. </staticText>
  161. <staticText>
  162. <reportElement x="470" y="50" width="98" height="18" uuid="baf88ec4-c0d6-4af2-a86f-52c3db3365bf">
  163. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  164. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  165. </reportElement>
  166. <textElement textAlignment="Center" verticalAlignment="Middle">
  167. <font fontName="微軟正黑體" size="10"/>
  168. </textElement>
  169. <text><![CDATA[成品提料編號]]></text>
  170. </staticText>
  171. <staticText>
  172. <reportElement x="270" y="50" width="130" height="18" uuid="a2e0f22f-b299-4712-84f7-7ba3b54b1d1c">
  173. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  174. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  175. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  176. </reportElement>
  177. <textElement textAlignment="Center" verticalAlignment="Middle">
  178. <font fontName="微軟正黑體" size="10"/>
  179. </textElement>
  180. <text><![CDATA[到期日]]></text>
  181. </staticText>
  182. <staticText>
  183. <reportElement x="0" y="50" width="130" height="18" uuid="5db44150-7e52-40dc-9fab-fe174d818c61">
  184. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  185. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  186. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  187. </reportElement>
  188. <textElement textAlignment="Center" verticalAlignment="Middle">
  189. <font fontName="微軟正黑體" size="10"/>
  190. </textElement>
  191. <text><![CDATA[送貨訂單編號]]></text>
  192. </staticText>
  193. <staticText>
  194. <reportElement x="130" y="50" width="70" height="18" uuid="ccda69a3-43de-413b-b53c-1b572e92fcf8">
  195. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  196. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  197. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  198. </reportElement>
  199. <textElement textAlignment="Center" verticalAlignment="Middle">
  200. <font fontName="微軟正黑體" size="10"/>
  201. </textElement>
  202. <text><![CDATA[提料單編號]]></text>
  203. </staticText>
  204. <staticText>
  205. <reportElement x="200" y="50" width="70" height="18" uuid="03fc341e-7026-4f5e-b975-264097a7aeda">
  206. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  207. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  208. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  209. </reportElement>
  210. <textElement textAlignment="Center" verticalAlignment="Middle">
  211. <font fontName="微軟正黑體" size="10"/>
  212. </textElement>
  213. <text><![CDATA[批號]]></text>
  214. </staticText>
  215. <staticText>
  216. <reportElement x="639" y="50" width="70" height="18" uuid="b20762b2-25ab-4fde-a693-a8b32776d866">
  217. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  218. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  219. </reportElement>
  220. <textElement textAlignment="Center" verticalAlignment="Middle">
  221. <font fontName="微軟正黑體" size="10"/>
  222. </textElement>
  223. <text><![CDATA[店鋪位置]]></text>
  224. </staticText>
  225. <staticText>
  226. <reportElement x="400" y="50" width="59" height="18" uuid="7950d513-4660-445b-9b18-08e062b66f30">
  227. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  228. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  229. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  230. </reportElement>
  231. <textElement textAlignment="Center" verticalAlignment="Middle">
  232. <font fontName="微軟正黑體" size="10"/>
  233. </textElement>
  234. <text><![CDATA[出貨數量]]></text>
  235. </staticText>
  236. <staticText>
  237. <reportElement x="568" y="50" width="71" height="18" uuid="21d9afe9-fd02-4896-a478-60967afc50f4">
  238. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  239. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  240. </reportElement>
  241. <textElement textAlignment="Center" verticalAlignment="Middle">
  242. <font fontName="微軟正黑體" size="10"/>
  243. </textElement>
  244. <text><![CDATA[提料人]]></text>
  245. </staticText>
  246. </band>
  247. </groupHeader>
  248. <groupFooter>
  249. <band height="23">
  250. <staticText>
  251. <reportElement x="210" y="0" width="190" height="18" uuid="73188a51-3255-443c-9fee-4f3b527072c4">
  252. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  253. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  254. </reportElement>
  255. <textElement textAlignment="Right" verticalAlignment="Top">
  256. <font fontName="微軟正黑體" size="10"/>
  257. </textElement>
  258. <text><![CDATA[總出倉量:]]></text>
  259. </staticText>
  260. <textField>
  261. <reportElement x="400" y="0" width="59" height="18" uuid="e4734789-5213-4934-80fe-6d72f3c38f23"/>
  262. <textElement textAlignment="Right" verticalAlignment="Top">
  263. <font fontName="微軟正黑體"/>
  264. </textElement>
  265. <textFieldExpression><![CDATA[$F{totalStockOutQty}]]></textFieldExpression>
  266. </textField>
  267. <line>
  268. <reportElement x="0" y="22" width="799" height="1" uuid="0c68b8f8-be58-420f-8c93-56f8f2c58181">
  269. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  270. </reportElement>
  271. </line>
  272. <line>
  273. <reportElement x="0" y="18" width="799" height="1" uuid="5062429c-e3ff-4997-8047-25ae858dbd79">
  274. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  275. </reportElement>
  276. </line>
  277. <line>
  278. <reportElement x="0" y="0" width="800" height="1" uuid="8ee25725-096b-4d76-9c7a-c0a41fbe6dbb">
  279. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  280. </reportElement>
  281. </line>
  282. </band>
  283. </groupFooter>
  284. </group>
  285. <background>
  286. <band splitType="Stretch"/>
  287. </background>
  288. <pageHeader>
  289. <band height="155">
  290. <textField evaluationTime="Report">
  291. <reportElement x="780" y="12" width="20" height="18" uuid="8ebe39b1-11cd-4058-a4c5-a32de40e2235">
  292. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  293. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  294. </reportElement>
  295. <textElement textAlignment="Center" verticalAlignment="Middle">
  296. <font fontName="微軟正黑體"/>
  297. </textElement>
  298. <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
  299. </textField>
  300. <staticText>
  301. <reportElement x="700" y="12" width="40" height="18" uuid="72b82b4b-6d4d-4b58-860a-1d5fcdc5b1ca">
  302. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  303. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  304. </reportElement>
  305. <textElement textAlignment="Center" verticalAlignment="Middle">
  306. <font fontName="微軟正黑體" size="12"/>
  307. </textElement>
  308. <text><![CDATA[頁數]]></text>
  309. </staticText>
  310. <textField>
  311. <reportElement x="740" y="12" width="20" height="18" uuid="e00bc834-695d-4b57-a95b-b6628d45ae9b">
  312. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  313. </reportElement>
  314. <textElement textAlignment="Center" verticalAlignment="Middle">
  315. <font fontName="微軟正黑體"/>
  316. </textElement>
  317. <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
  318. </textField>
  319. <staticText>
  320. <reportElement x="760" y="12" width="20" height="18" uuid="de9992f2-b449-46a5-a38b-d5af9dc2754f">
  321. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  322. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  323. </reportElement>
  324. <textElement textAlignment="Center" verticalAlignment="Middle">
  325. <font fontName="微軟正黑體" size="12"/>
  326. </textElement>
  327. <text><![CDATA[/]]></text>
  328. </staticText>
  329. <line>
  330. <reportElement x="0" y="84" width="800" height="1" uuid="ab5d4dc6-0edf-48c8-94ae-9b364c8a4ba0">
  331. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  332. </reportElement>
  333. </line>
  334. <line>
  335. <reportElement x="0" y="154" width="799" height="1" uuid="8d4d2060-74a7-486f-9647-d0f12e817e0a">
  336. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  337. </reportElement>
  338. </line>
  339. <line>
  340. <reportElement x="0" y="150" width="799" height="1" uuid="bf9e8b27-bbc8-4e9a-92e6-0874549f6d29">
  341. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  342. </reportElement>
  343. </line>
  344. <staticText>
  345. <reportElement x="0" y="35" width="90" height="23" uuid="e57917d9-23c2-45fe-9d23-a799b975755a">
  346. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  347. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  348. </reportElement>
  349. <textElement textAlignment="Left" verticalAlignment="Middle">
  350. <font fontName="微軟正黑體" size="16" isBold="true"/>
  351. </textElement>
  352. <text><![CDATA[報告日期:]]></text>
  353. </staticText>
  354. <textField>
  355. <reportElement x="90" y="35" width="390" height="23" uuid="867346a2-5f97-425c-a9b9-34fa8ce513d0"/>
  356. <textElement verticalAlignment="Middle">
  357. <font fontName="微軟正黑體" size="16" isBold="true"/>
  358. </textElement>
  359. <textFieldExpression><![CDATA[$P{reportDate}]]></textFieldExpression>
  360. </textField>
  361. <textField>
  362. <reportElement x="570" y="35" width="228" height="23" uuid="65cfb017-1dfb-4a15-a21a-6fb2399de1b0"/>
  363. <textElement verticalAlignment="Middle">
  364. <font fontName="微軟正黑體" size="16" isBold="true"/>
  365. </textElement>
  366. <textFieldExpression><![CDATA[$P{reportTime}]]></textFieldExpression>
  367. </textField>
  368. <staticText>
  369. <reportElement x="480" y="35" width="90" height="23" uuid="d5b2cd04-3c71-4d7d-90ef-9e4cd38918af">
  370. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  371. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  372. </reportElement>
  373. <textElement textAlignment="Left" verticalAlignment="Middle">
  374. <font fontName="微軟正黑體" size="16" isBold="true"/>
  375. </textElement>
  376. <text><![CDATA[報告時間:]]></text>
  377. </staticText>
  378. <staticText>
  379. <reportElement x="0" y="58" width="90" height="23" uuid="2f2b9ee7-8493-461d-8435-6bc7a5afb63b">
  380. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  381. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  382. </reportElement>
  383. <textElement textAlignment="Left" verticalAlignment="Middle">
  384. <font fontName="微軟正黑體" size="16" isBold="true"/>
  385. </textElement>
  386. <text><![CDATA[貨物分類:]]></text>
  387. </staticText>
  388. <textField>
  389. <reportElement x="90" y="58" width="708" height="23" uuid="a1d65535-42ee-4f34-bc04-f214dc3b31ea"/>
  390. <textElement>
  391. <font fontName="微軟正黑體" size="16" isBold="true"/>
  392. </textElement>
  393. <textFieldExpression><![CDATA[$P{stockCategory}]]></textFieldExpression>
  394. </textField>
  395. <staticText>
  396. <reportElement x="0" y="90" width="78" height="18" uuid="9ba9eac8-8ddd-4c8d-9926-d7aa85ba527f">
  397. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  398. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  399. </reportElement>
  400. <textElement textAlignment="Left" verticalAlignment="Top">
  401. <font fontName="微軟正黑體" size="12"/>
  402. </textElement>
  403. <text><![CDATA[貨物子分類:]]></text>
  404. </staticText>
  405. <textField>
  406. <reportElement x="84" y="90" width="720" height="18" uuid="7dd5625c-823e-43a7-87fd-d69cf27387c2">
  407. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  408. </reportElement>
  409. <textElement textAlignment="Left" verticalAlignment="Middle">
  410. <font fontName="微軟正黑體" size="12"/>
  411. </textElement>
  412. <textFieldExpression><![CDATA[$P{stockSubCategory}]]></textFieldExpression>
  413. </textField>
  414. <textField>
  415. <reportElement x="84" y="108" width="720" height="18" uuid="672947b9-b1e9-4415-8438-8d1f5bd370c0">
  416. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  417. </reportElement>
  418. <textElement textAlignment="Left" verticalAlignment="Middle">
  419. <font fontName="微軟正黑體" size="12"/>
  420. </textElement>
  421. <textFieldExpression><![CDATA[$P{itemNo}]]></textFieldExpression>
  422. </textField>
  423. <staticText>
  424. <reportElement x="0" y="108" width="78" height="18" uuid="605cc1f9-b4de-4cb4-9356-00799b16a1e3">
  425. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  426. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  427. </reportElement>
  428. <textElement textAlignment="Left" verticalAlignment="Top">
  429. <font fontName="微軟正黑體" size="12"/>
  430. </textElement>
  431. <text><![CDATA[貨品編號:]]></text>
  432. </staticText>
  433. <staticText>
  434. <reportElement x="275" y="0" width="253" height="23" uuid="2b4bdbda-a606-455e-b4c7-f59ada12dcf4">
  435. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  436. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  437. </reportElement>
  438. <textElement textAlignment="Left" verticalAlignment="Middle">
  439. <font fontName="微軟正黑體" size="16" isBold="true"/>
  440. </textElement>
  441. <text><![CDATA[FG Stock Out Traceability Report
  442. ]]></text>
  443. </staticText>
  444. <staticText>
  445. <reportElement x="0" y="126" width="84" height="18" uuid="297107ea-5827-41bc-83a0-8d966b714e0f">
  446. <property name="com.jaspersoft.studio.unit.y" value="px"/>
  447. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  448. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  449. </reportElement>
  450. <textElement textAlignment="Left" verticalAlignment="Top">
  451. <font fontName="微軟正黑體" size="12"/>
  452. </textElement>
  453. <text><![CDATA[最後出倉日期:]]></text>
  454. </staticText>
  455. <textField>
  456. <reportElement x="84" y="126" width="336" height="18" uuid="76ed89e6-9e70-4cc3-9d38-ff5dc24cd094">
  457. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  458. </reportElement>
  459. <textElement textAlignment="Left" verticalAlignment="Top">
  460. <font fontName="微軟正黑體" size="12"/>
  461. </textElement>
  462. <textFieldExpression><![CDATA[$P{lastOutDateStart} + " 到 " + $P{lastOutDateEnd}]]></textFieldExpression>
  463. </textField>
  464. </band>
  465. </pageHeader>
  466. <detail>
  467. <band height="17" splitType="Stretch">
  468. <textField>
  469. <reportElement x="0" y="0" width="130" height="17" uuid="78ffaf9e-52c3-4d50-94ac-73f826d2448a">
  470. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  471. <property name="com.jaspersoft.studio.unit.width" value="px"/>
  472. </reportElement>
  473. <textElement verticalAlignment="Top">
  474. <font fontName="微軟正黑體" size="10"/>
  475. </textElement>
  476. <textFieldExpression><![CDATA[$F{deliveryOrderNo}]]></textFieldExpression>
  477. </textField>
  478. <textField>
  479. <reportElement x="130" y="0" width="70" height="17" uuid="939193b3-e573-4e5d-af6c-da58910f03a1"/>
  480. <textElement verticalAlignment="Top">
  481. <font fontName="微軟正黑體"/>
  482. </textElement>
  483. <textFieldExpression><![CDATA[$F{stockReqNo}]]></textFieldExpression>
  484. </textField>
  485. <textField>
  486. <reportElement x="200" y="0" width="70" height="17" uuid="92aae78d-2b61-4e61-9b18-574a9a7d515c"/>
  487. <textElement verticalAlignment="Top">
  488. <font fontName="微軟正黑體"/>
  489. </textElement>
  490. <textFieldExpression><![CDATA[$F{lotNo}]]></textFieldExpression>
  491. </textField>
  492. <textField>
  493. <reportElement x="270" y="0" width="130" height="17" uuid="696e6d6c-101c-4e4e-b0c8-b3aabefb78ab"/>
  494. <textElement textAlignment="Center" verticalAlignment="Top">
  495. <font fontName="微軟正黑體"/>
  496. </textElement>
  497. <textFieldExpression><![CDATA[$F{expiryDate}]]></textFieldExpression>
  498. </textField>
  499. <textField>
  500. <reportElement x="400" y="0" width="59" height="17" uuid="45523cc4-2b5b-4a1b-8bfc-db16158a92dc"/>
  501. <textElement textAlignment="Right" verticalAlignment="Top">
  502. <font fontName="微軟正黑體"/>
  503. </textElement>
  504. <textFieldExpression><![CDATA[$F{stockOutQty}]]></textFieldExpression>
  505. </textField>
  506. <textField>
  507. <reportElement x="470" y="0" width="98" height="17" uuid="663019ce-959c-47dc-8c39-2a285c6cdc1f">
  508. <property name="com.jaspersoft.studio.unit.height" value="px"/>
  509. </reportElement>
  510. <textElement verticalAlignment="Top">
  511. <font fontName="微軟正黑體"/>
  512. </textElement>
  513. <textFieldExpression><![CDATA[$F{fgPickOrderNo}]]></textFieldExpression>
  514. </textField>
  515. <textField>
  516. <reportElement x="568" y="0" width="71" height="17" uuid="6384ebfc-6d01-404a-bea1-73d4e4ac5fc3"/>
  517. <textElement verticalAlignment="Top">
  518. <font fontName="微軟正黑體"/>
  519. </textElement>
  520. <textFieldExpression><![CDATA[$F{handler}]]></textFieldExpression>
  521. </textField>
  522. <textField>
  523. <reportElement x="639" y="0" width="70" height="17" uuid="bb1402fd-a96e-4345-b48c-7aeeeadbf57d"/>
  524. <textElement verticalAlignment="Top">
  525. <font fontName="微軟正黑體"/>
  526. </textElement>
  527. <textFieldExpression><![CDATA[$F{storeLocation}]]></textFieldExpression>
  528. </textField>
  529. <textField>
  530. <reportElement x="709" y="0" width="91" height="17" uuid="35b41bee-4246-4cc7-ab30-4966c185a73b"/>
  531. <textElement verticalAlignment="Top">
  532. <font fontName="微軟正黑體"/>
  533. </textElement>
  534. <textFieldExpression><![CDATA[$F{pickRemark}]]></textFieldExpression>
  535. </textField>
  536. </band>
  537. </detail>
  538. </jasperReport>