PrimaTransfer.jrxml 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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="PrimaTransfer" language="groovy" pageWidth="2520" pageHeight="1190" orientation="Landscape" columnWidth="2520" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" isIgnorePagination="true">
  3. <property name="ireport.zoom" value="1.0"/>
  4. <property name="ireport.x" value="0"/>
  5. <property name="ireport.y" value="0"/>
  6. <parameter name="START_DATE" class="java.util.Date"/>
  7. <parameter name="END_DATE" class="java.util.Date"/>
  8. <queryString>
  9. <![CDATA[SELECT * FROM (SELECT DATE(A01)CORE01,(A02)CORE02,(A03)CORE03,(A06)CORE06,(A07)CORE07,(A14)CORE14,(A15)CORE15,(A16)CORE16, (A21)CORE21,(A22)CORE22 FROM MWTEMP.TEMPTABLE WHERE A03 IN ('5136','5137','5138','5139') AND A22 = 'BTN_PRIMA' AND (DATE(A01) >= $P{START_DATE} AND DATE(A01) <= $P{END_DATE})) AS CORE FULL JOIN (SELECT DATE(A01)PRIMA01,(A02)PRIMA02,(A03)PRIMA03,(A04)PRIMA04,(A05)PRIMA05,(A06)PRIMA06,(A07)PRIMA07,(A08)PRIMA08,(A09)PRIMA09, (A10)PRIMA10, (A11)PRIMA11, (A12)PRIMA12, (A14)PRIMA14,(A15)PRIMA15,(A16)PRIMA16,(A17)PRIMA17, (A18)PRIMA18,(A19)PRIMA19,(A22)PRIMA22 FROM MWTEMP.TEMPTABLE WHERE A22 = $P{START_DATE} ||'_PRIMA_X1' OR A22 = $P{START_DATE}||'_PRIMA_B1' AND (DATE(A01) >= $P{START_DATE} AND DATE(A01) <= $P{END_DATE})) AS PRIMA ON CORE.CORE01 = PRIMA.PRIMA01 AND CORE.CORE02 = PRIMA.PRIMA02 AND CORE.CORE14= PRIMA.PRIMA14 WHERE ((PRIMA.PRIMA19 = 'BERHASIL' AND CORE.CORE14 IS NULL) OR (PRIMA.PRIMA19 = 'GAGAL' AND CORE.CORE14 IS NOT NULL)) ORDER BY PRIMA.PRIMA19]]>
  10. </queryString>
  11. <field name="CORE01" class="java.sql.Date"/>
  12. <field name="CORE02" class="java.lang.String"/>
  13. <field name="CORE03" class="java.lang.String"/>
  14. <field name="CORE06" class="java.lang.String"/>
  15. <field name="CORE07" class="java.lang.String"/>
  16. <field name="CORE14" class="java.lang.String"/>
  17. <field name="CORE15" class="java.lang.String"/>
  18. <field name="CORE16" class="java.lang.String"/>
  19. <field name="CORE21" class="java.lang.String"/>
  20. <field name="CORE22" class="java.lang.String"/>
  21. <field name="PRIMA01" class="java.sql.Date"/>
  22. <field name="PRIMA02" class="java.lang.String"/>
  23. <field name="PRIMA03" class="java.lang.String"/>
  24. <field name="PRIMA04" class="java.lang.String"/>
  25. <field name="PRIMA05" class="java.lang.String"/>
  26. <field name="PRIMA06" class="java.lang.String"/>
  27. <field name="PRIMA07" class="java.lang.String"/>
  28. <field name="PRIMA08" class="java.lang.String"/>
  29. <field name="PRIMA09" class="java.lang.String"/>
  30. <field name="PRIMA10" class="java.lang.String"/>
  31. <field name="PRIMA11" class="java.lang.String"/>
  32. <field name="PRIMA12" class="java.lang.String"/>
  33. <field name="PRIMA14" class="java.lang.String"/>
  34. <field name="PRIMA15" class="java.lang.String"/>
  35. <field name="PRIMA16" class="java.lang.String"/>
  36. <field name="PRIMA17" class="java.lang.String"/>
  37. <field name="PRIMA18" class="java.lang.String"/>
  38. <field name="PRIMA19" class="java.lang.String"/>
  39. <field name="PRIMA22" class="java.lang.String"/>
  40. <variable name="COUNT" class="java.lang.Integer" resetType="Group" resetGroup="STATUS" incrementType="Column">
  41. <variableExpression><![CDATA[$V{COUNT}+1]]></variableExpression>
  42. <initialValueExpression><![CDATA[0]]></initialValueExpression>
  43. </variable>
  44. <variable name="STATUS_DESC" class="java.lang.String" resetType="Group" resetGroup="STATUS">
  45. <variableExpression><![CDATA[$F{PRIMA17}=="BERHASIL"?"Prima Approve Core Failed":"Prima Failed Core Approve"]]></variableExpression>
  46. <initialValueExpression><![CDATA[$F{PRIMA17}=="BERHASIL"?"Prima Approve Core Failed":"Prima Failed Core Approve"]]></initialValueExpression>
  47. </variable>
  48. <variable name="SUM_CORE" class="java.math.BigDecimal" resetType="Group" resetGroup="STATUS" calculation="Sum">
  49. <variableExpression><![CDATA[$F{CORE06}==null?java.math.BigDecimal.ZERO:new java.math.BigDecimal($F{CORE06})]]></variableExpression>
  50. <initialValueExpression><![CDATA[BigDecimal.ZERO]]></initialValueExpression>
  51. </variable>
  52. <variable name="SUM_PRIMA" class="java.math.BigDecimal" resetType="Group" resetGroup="STATUS" calculation="Sum">
  53. <variableExpression><![CDATA[$F{PRIMA06}==null?java.math.BigDecimal.ZERO:new BigDecimal(NumberFormat.getNumberInstance(new Locale("en")).parse($F{PRIMA06}))]]></variableExpression>
  54. <initialValueExpression><![CDATA[BigDecimal.ZERO]]></initialValueExpression>
  55. </variable>
  56. <variable name="ZERO_APPEND" class="java.lang.String">
  57. <variableExpression><![CDATA["0000000000000000"]]></variableExpression>
  58. <initialValueExpression><![CDATA[""]]></initialValueExpression>
  59. </variable>
  60. <variable name="TEMP" class="java.lang.String">
  61. <variableExpression><![CDATA[($V{ZERO_APPEND}.concat($F{CORE16})).substring(($V{ZERO_APPEND}.concat($F{CORE16})).length()-16,($V{ZERO_APPEND}.concat($F{CORE16})).length())]]></variableExpression>
  62. <initialValueExpression><![CDATA[""]]></initialValueExpression>
  63. </variable>
  64. <group name="STATUS">
  65. <groupExpression><![CDATA[$F{PRIMA11}]]></groupExpression>
  66. <groupHeader>
  67. <band height="80">
  68. <staticText>
  69. <reportElement x="0" y="60" width="37" height="20"/>
  70. <box>
  71. <topPen lineWidth="1.0"/>
  72. <leftPen lineWidth="1.0"/>
  73. <bottomPen lineWidth="1.0"/>
  74. <rightPen lineWidth="1.0"/>
  75. </box>
  76. <textElement textAlignment="Center"/>
  77. <text><![CDATA[No]]></text>
  78. </staticText>
  79. <staticText>
  80. <reportElement x="37" y="60" width="90" height="20"/>
  81. <box>
  82. <topPen lineWidth="1.0"/>
  83. <leftPen lineWidth="1.0"/>
  84. <bottomPen lineWidth="1.0"/>
  85. <rightPen lineWidth="1.0"/>
  86. </box>
  87. <textElement textAlignment="Center"/>
  88. <text><![CDATA[Date]]></text>
  89. </staticText>
  90. <staticText>
  91. <reportElement x="127" y="60" width="87" height="20"/>
  92. <box>
  93. <topPen lineWidth="1.0"/>
  94. <leftPen lineWidth="1.0"/>
  95. <bottomPen lineWidth="1.0"/>
  96. <rightPen lineWidth="1.0"/>
  97. </box>
  98. <textElement textAlignment="Center"/>
  99. <text><![CDATA[Time]]></text>
  100. </staticText>
  101. <staticText>
  102. <reportElement x="214" y="60" width="128" height="20"/>
  103. <box>
  104. <topPen lineWidth="1.0"/>
  105. <leftPen lineWidth="1.0"/>
  106. <bottomPen lineWidth="1.0"/>
  107. <rightPen lineWidth="1.0"/>
  108. </box>
  109. <textElement textAlignment="Center"/>
  110. <text><![CDATA[Reff]]></text>
  111. </staticText>
  112. <staticText>
  113. <reportElement x="342" y="60" width="143" height="20"/>
  114. <box>
  115. <topPen lineWidth="1.0"/>
  116. <leftPen lineWidth="1.0"/>
  117. <bottomPen lineWidth="1.0"/>
  118. <rightPen lineWidth="1.0"/>
  119. </box>
  120. <textElement textAlignment="Center"/>
  121. <text><![CDATA[Amount]]></text>
  122. </staticText>
  123. <staticText>
  124. <reportElement x="485" y="60" width="70" height="20"/>
  125. <box>
  126. <topPen lineWidth="1.0"/>
  127. <leftPen lineWidth="1.0"/>
  128. <bottomPen lineWidth="1.0"/>
  129. <rightPen lineWidth="1.0"/>
  130. </box>
  131. <textElement textAlignment="Center"/>
  132. <text><![CDATA[Trans Code]]></text>
  133. </staticText>
  134. <staticText>
  135. <reportElement x="555" y="60" width="130" height="20"/>
  136. <box>
  137. <topPen lineWidth="1.0"/>
  138. <leftPen lineWidth="1.0"/>
  139. <bottomPen lineWidth="1.0"/>
  140. <rightPen lineWidth="1.0"/>
  141. </box>
  142. <textElement textAlignment="Center"/>
  143. <text><![CDATA[Account No]]></text>
  144. </staticText>
  145. <staticText>
  146. <reportElement x="815" y="60" width="117" height="20"/>
  147. <box>
  148. <topPen lineWidth="1.0"/>
  149. <leftPen lineWidth="1.0"/>
  150. <bottomPen lineWidth="1.0"/>
  151. <rightPen lineWidth="1.0"/>
  152. </box>
  153. <textElement textAlignment="Center"/>
  154. <text><![CDATA[Term-ID]]></text>
  155. </staticText>
  156. <staticText>
  157. <reportElement x="1022" y="60" width="87" height="20"/>
  158. <box>
  159. <topPen lineWidth="1.0"/>
  160. <leftPen lineWidth="1.0"/>
  161. <bottomPen lineWidth="1.0"/>
  162. <rightPen lineWidth="1.0"/>
  163. </box>
  164. <textElement textAlignment="Center"/>
  165. <text><![CDATA[Time]]></text>
  166. </staticText>
  167. <staticText>
  168. <reportElement x="932" y="60" width="90" height="20"/>
  169. <box>
  170. <topPen lineWidth="1.0"/>
  171. <leftPen lineWidth="1.0"/>
  172. <bottomPen lineWidth="1.0"/>
  173. <rightPen lineWidth="1.0"/>
  174. </box>
  175. <textElement textAlignment="Center"/>
  176. <text><![CDATA[Date]]></text>
  177. </staticText>
  178. <staticText>
  179. <reportElement x="1398" y="60" width="143" height="20"/>
  180. <box>
  181. <topPen lineWidth="1.0"/>
  182. <leftPen lineWidth="1.0"/>
  183. <bottomPen lineWidth="1.0"/>
  184. <rightPen lineWidth="1.0"/>
  185. </box>
  186. <textElement textAlignment="Center"/>
  187. <text><![CDATA[Amount]]></text>
  188. </staticText>
  189. <staticText>
  190. <reportElement x="1109" y="60" width="161" height="20"/>
  191. <box>
  192. <topPen lineWidth="1.0"/>
  193. <leftPen lineWidth="1.0"/>
  194. <bottomPen lineWidth="1.0"/>
  195. <rightPen lineWidth="1.0"/>
  196. </box>
  197. <textElement textAlignment="Center"/>
  198. <text><![CDATA[Card No]]></text>
  199. </staticText>
  200. <staticText>
  201. <reportElement x="1270" y="60" width="128" height="20"/>
  202. <box>
  203. <topPen lineWidth="1.0"/>
  204. <leftPen lineWidth="1.0"/>
  205. <bottomPen lineWidth="1.0"/>
  206. <rightPen lineWidth="1.0"/>
  207. </box>
  208. <textElement textAlignment="Center"/>
  209. <text><![CDATA[Reff]]></text>
  210. </staticText>
  211. <staticText>
  212. <reportElement x="1887" y="60" width="79" height="20"/>
  213. <box>
  214. <topPen lineWidth="1.0"/>
  215. <leftPen lineWidth="1.0"/>
  216. <bottomPen lineWidth="1.0"/>
  217. <rightPen lineWidth="1.0"/>
  218. </box>
  219. <textElement textAlignment="Center"/>
  220. <text><![CDATA[STS]]></text>
  221. </staticText>
  222. <staticText>
  223. <reportElement x="1966" y="60" width="48" height="20"/>
  224. <box>
  225. <topPen lineWidth="1.0"/>
  226. <leftPen lineWidth="1.0"/>
  227. <bottomPen lineWidth="1.0"/>
  228. <rightPen lineWidth="1.0"/>
  229. </box>
  230. <textElement textAlignment="Center"/>
  231. <text><![CDATA[err_code]]></text>
  232. </staticText>
  233. <staticText>
  234. <reportElement x="2269" y="60" width="134" height="20"/>
  235. <box>
  236. <topPen lineWidth="1.0"/>
  237. <leftPen lineWidth="1.0"/>
  238. <bottomPen lineWidth="1.0"/>
  239. <rightPen lineWidth="1.0"/>
  240. </box>
  241. <textElement textAlignment="Center"/>
  242. <text><![CDATA[Location]]></text>
  243. </staticText>
  244. <staticText>
  245. <reportElement x="2403" y="60" width="117" height="20"/>
  246. <box>
  247. <topPen lineWidth="1.0"/>
  248. <leftPen lineWidth="1.0"/>
  249. <bottomPen lineWidth="1.0"/>
  250. <rightPen lineWidth="1.0"/>
  251. </box>
  252. <textElement textAlignment="Center"/>
  253. <text><![CDATA[Term-ID]]></text>
  254. </staticText>
  255. <staticText>
  256. <reportElement x="932" y="40" width="1588" height="20"/>
  257. <box>
  258. <topPen lineWidth="1.0"/>
  259. <leftPen lineWidth="1.0"/>
  260. <bottomPen lineWidth="1.0"/>
  261. <rightPen lineWidth="1.0"/>
  262. </box>
  263. <textElement textAlignment="Center"/>
  264. <text><![CDATA[PRIMA]]></text>
  265. </staticText>
  266. <staticText>
  267. <reportElement x="0" y="40" width="932" height="20"/>
  268. <box>
  269. <topPen lineWidth="1.0" lineStyle="Solid"/>
  270. <leftPen lineWidth="1.0" lineStyle="Solid"/>
  271. <bottomPen lineWidth="1.0" lineStyle="Solid"/>
  272. <rightPen lineWidth="1.0" lineStyle="Solid"/>
  273. </box>
  274. <textElement textAlignment="Center"/>
  275. <text><![CDATA[CORE BTN]]></text>
  276. </staticText>
  277. <staticText>
  278. <reportElement x="0" y="0" width="90" height="20"/>
  279. <box leftPadding="3">
  280. <topPen lineWidth="1.0" lineStyle="Solid"/>
  281. <leftPen lineWidth="1.0"/>
  282. <bottomPen lineWidth="1.0" lineStyle="Solid"/>
  283. <rightPen lineWidth="0.0" lineStyle="Solid"/>
  284. </box>
  285. <textElement/>
  286. <text><![CDATA[Status :]]></text>
  287. </staticText>
  288. <textField>
  289. <reportElement x="90" y="0" width="2430" height="20"/>
  290. <box leftPadding="3">
  291. <topPen lineWidth="1.0" lineStyle="Solid"/>
  292. <leftPen lineWidth="0.0" lineStyle="Solid"/>
  293. <bottomPen lineWidth="1.0"/>
  294. <rightPen lineWidth="1.0" lineStyle="Solid"/>
  295. </box>
  296. <textElement/>
  297. <textFieldExpression class="java.lang.String"><![CDATA[$V{STATUS_DESC}]]></textFieldExpression>
  298. </textField>
  299. <staticText>
  300. <reportElement x="685" y="60" width="130" height="20"/>
  301. <box>
  302. <topPen lineWidth="1.0"/>
  303. <leftPen lineWidth="1.0"/>
  304. <bottomPen lineWidth="1.0"/>
  305. <rightPen lineWidth="1.0"/>
  306. </box>
  307. <textElement textAlignment="Center"/>
  308. <text><![CDATA[Rekening To]]></text>
  309. </staticText>
  310. <staticText>
  311. <reportElement x="2174" y="60" width="95" height="20"/>
  312. <box>
  313. <topPen lineWidth="1.0" lineStyle="Solid"/>
  314. <leftPen lineWidth="1.0" lineStyle="Solid"/>
  315. <bottomPen lineWidth="1.0" lineStyle="Solid"/>
  316. <rightPen lineWidth="1.0" lineStyle="Solid"/>
  317. </box>
  318. <textElement textAlignment="Center"/>
  319. <text><![CDATA[Trace-No]]></text>
  320. </staticText>
  321. <staticText>
  322. <reportElement x="2084" y="60" width="90" height="20"/>
  323. <box>
  324. <topPen lineWidth="1.0" lineStyle="Solid"/>
  325. <leftPen lineWidth="1.0" lineStyle="Solid"/>
  326. <bottomPen lineWidth="1.0" lineStyle="Solid"/>
  327. <rightPen lineWidth="1.0" lineStyle="Solid"/>
  328. </box>
  329. <textElement textAlignment="Center"/>
  330. <text><![CDATA[ Auth-Resp]]></text>
  331. </staticText>
  332. <staticText>
  333. <reportElement x="2014" y="60" width="70" height="20"/>
  334. <box>
  335. <topPen lineWidth="1.0" lineStyle="Solid"/>
  336. <leftPen lineWidth="1.0" lineStyle="Solid"/>
  337. <bottomPen lineWidth="1.0" lineStyle="Solid"/>
  338. <rightPen lineWidth="1.0" lineStyle="Solid"/>
  339. </box>
  340. <textElement textAlignment="Center"/>
  341. <text><![CDATA[RT-CD]]></text>
  342. </staticText>
  343. <staticText>
  344. <reportElement x="0" y="20" width="90" height="20"/>
  345. <box leftPadding="3">
  346. <topPen lineWidth="1.0" lineStyle="Solid"/>
  347. <leftPen lineWidth="1.0" lineStyle="Solid"/>
  348. <bottomPen lineWidth="1.0" lineStyle="Solid"/>
  349. </box>
  350. <textElement/>
  351. <text><![CDATA[Periode :]]></text>
  352. </staticText>
  353. <textField pattern="dd-MM-yyyy">
  354. <reportElement x="90" y="20" width="73" height="20"/>
  355. <box leftPadding="3" rightPadding="3"/>
  356. <textElement/>
  357. <textFieldExpression class="java.util.Date"><![CDATA[$P{START_DATE}]]></textFieldExpression>
  358. </textField>
  359. <staticText>
  360. <reportElement x="163" y="20" width="14" height="20"/>
  361. <box leftPadding="3"/>
  362. <textElement/>
  363. <text><![CDATA[to]]></text>
  364. </staticText>
  365. <textField pattern="dd-MM-yyyy">
  366. <reportElement x="177" y="20" width="2343" height="20"/>
  367. <box leftPadding="3">
  368. <rightPen lineWidth="1.0"/>
  369. </box>
  370. <textElement/>
  371. <textFieldExpression class="java.util.Date"><![CDATA[$P{END_DATE}]]></textFieldExpression>
  372. </textField>
  373. <staticText>
  374. <reportElement x="1747" y="60" width="140" height="20"/>
  375. <box>
  376. <topPen lineWidth="1.0" lineStyle="Solid"/>
  377. <leftPen lineWidth="1.0" lineStyle="Solid"/>
  378. <bottomPen lineWidth="1.0" lineStyle="Solid"/>
  379. <rightPen lineWidth="1.0" lineStyle="Solid"/>
  380. </box>
  381. <textElement textAlignment="Center"/>
  382. <text><![CDATA[Comp-amount]]></text>
  383. </staticText>
  384. <staticText>
  385. <reportElement x="1671" y="60" width="76" height="20"/>
  386. <box>
  387. <topPen lineWidth="1.0" lineStyle="Solid"/>
  388. <leftPen lineWidth="1.0" lineStyle="Solid"/>
  389. <bottomPen lineWidth="1.0" lineStyle="Solid"/>
  390. <rightPen lineWidth="1.0" lineStyle="Solid"/>
  391. </box>
  392. <textElement textAlignment="Center"/>
  393. <text><![CDATA[Type]]></text>
  394. </staticText>
  395. <staticText>
  396. <reportElement x="1541" y="60" width="130" height="20"/>
  397. <box>
  398. <topPen lineWidth="1.0"/>
  399. <leftPen lineWidth="1.0"/>
  400. <bottomPen lineWidth="1.0"/>
  401. <rightPen lineWidth="1.0"/>
  402. </box>
  403. <textElement textAlignment="Center"/>
  404. <text><![CDATA[Dest-account]]></text>
  405. </staticText>
  406. </band>
  407. </groupHeader>
  408. <groupFooter>
  409. <band height="21">
  410. <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
  411. <reportElement x="342" y="1" width="143" height="20"/>
  412. <box rightPadding="3"/>
  413. <textElement textAlignment="Right"/>
  414. <textFieldExpression class="java.math.BigDecimal"><![CDATA[$V{SUM_CORE}]]></textFieldExpression>
  415. </textField>
  416. <textField pattern="#,##0.00">
  417. <reportElement x="1399" y="1" width="142" height="20"/>
  418. <box rightPadding="3"/>
  419. <textElement textAlignment="Right"/>
  420. <textFieldExpression class="java.math.BigDecimal"><![CDATA[$V{SUM_PRIMA}]]></textFieldExpression>
  421. </textField>
  422. <staticText>
  423. <reportElement x="214" y="1" width="128" height="20"/>
  424. <box rightPadding="2"/>
  425. <textElement textAlignment="Right"/>
  426. <text><![CDATA[Rp.]]></text>
  427. </staticText>
  428. <staticText>
  429. <reportElement x="37" y="1" width="177" height="20"/>
  430. <textElement/>
  431. <text><![CDATA[Total Nominal]]></text>
  432. </staticText>
  433. <staticText>
  434. <reportElement x="1270" y="1" width="128" height="20"/>
  435. <textElement textAlignment="Right"/>
  436. <text><![CDATA[Rp.]]></text>
  437. </staticText>
  438. <line>
  439. <reportElement x="0" y="0" width="2520" height="1"/>
  440. </line>
  441. </band>
  442. </groupFooter>
  443. </group>
  444. <background>
  445. <band splitType="Stretch"/>
  446. </background>
  447. <title>
  448. <band height="30" splitType="Stretch">
  449. <staticText>
  450. <reportElement x="0" y="0" width="2376" height="30"/>
  451. <textElement textAlignment="Center">
  452. <font size="14" isBold="true"/>
  453. </textElement>
  454. <text><![CDATA[PRIMA TRANSFER]]></text>
  455. </staticText>
  456. </band>
  457. </title>
  458. <detail>
  459. <band height="20" splitType="Stretch">
  460. <textField isStretchWithOverflow="true" pattern="dd-MM-yyyy" isBlankWhenNull="true">
  461. <reportElement x="37" y="0" width="90" height="20"/>
  462. <box leftPadding="3"/>
  463. <textElement/>
  464. <textFieldExpression class="java.util.Date"><![CDATA[$F{CORE01}]]></textFieldExpression>
  465. </textField>
  466. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  467. <reportElement x="127" y="0" width="87" height="20"/>
  468. <box leftPadding="3"/>
  469. <textElement/>
  470. <textFieldExpression class="java.lang.String"><![CDATA[$F{CORE02}]]></textFieldExpression>
  471. </textField>
  472. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  473. <reportElement x="214" y="0" width="128" height="20"/>
  474. <box leftPadding="3"/>
  475. <textElement/>
  476. <textFieldExpression class="java.lang.String"><![CDATA[$F{CORE14}]]></textFieldExpression>
  477. </textField>
  478. <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
  479. <reportElement x="342" y="0" width="143" height="20"/>
  480. <box leftPadding="0" rightPadding="3"/>
  481. <textElement textAlignment="Right"/>
  482. <textFieldExpression class="java.math.BigDecimal"><![CDATA[new BigDecimal($F{CORE06})]]></textFieldExpression>
  483. </textField>
  484. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  485. <reportElement x="485" y="0" width="70" height="20"/>
  486. <box leftPadding="3"/>
  487. <textElement/>
  488. <textFieldExpression class="java.lang.String"><![CDATA[$F{CORE03}]]></textFieldExpression>
  489. </textField>
  490. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  491. <reportElement x="555" y="0" width="130" height="20"/>
  492. <box leftPadding="3"/>
  493. <textElement/>
  494. <textFieldExpression class="java.lang.String"><![CDATA[$V{TEMP}]]></textFieldExpression>
  495. </textField>
  496. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  497. <reportElement x="815" y="0" width="117" height="20"/>
  498. <box leftPadding="3"/>
  499. <textElement/>
  500. <textFieldExpression class="java.lang.String"><![CDATA[$F{CORE15}]]></textFieldExpression>
  501. </textField>
  502. <textField isStretchWithOverflow="true" pattern="dd-MM-yyyy" isBlankWhenNull="true">
  503. <reportElement x="932" y="0" width="90" height="20"/>
  504. <box leftPadding="3"/>
  505. <textElement/>
  506. <textFieldExpression class="java.util.Date"><![CDATA[$F{PRIMA01}]]></textFieldExpression>
  507. </textField>
  508. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  509. <reportElement x="1022" y="0" width="87" height="20"/>
  510. <box leftPadding="3"/>
  511. <textElement/>
  512. <textFieldExpression class="java.lang.String"><![CDATA[$F{PRIMA02}]]></textFieldExpression>
  513. </textField>
  514. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  515. <reportElement x="1109" y="0" width="161" height="20"/>
  516. <box leftPadding="3"/>
  517. <textElement/>
  518. <textFieldExpression class="java.lang.String"><![CDATA[$F{PRIMA05}]]></textFieldExpression>
  519. </textField>
  520. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  521. <reportElement x="1270" y="0" width="129" height="20"/>
  522. <box leftPadding="3"/>
  523. <textElement/>
  524. <textFieldExpression class="java.lang.String"><![CDATA[$F{PRIMA14}]]></textFieldExpression>
  525. </textField>
  526. <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
  527. <reportElement x="1399" y="0" width="142" height="20"/>
  528. <box rightPadding="3"/>
  529. <textElement textAlignment="Right"/>
  530. <textFieldExpression class="java.math.BigDecimal"><![CDATA[new BigDecimal(NumberFormat.getNumberInstance(new Locale("en")).parse($F{PRIMA06}))]]></textFieldExpression>
  531. </textField>
  532. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  533. <reportElement x="1887" y="0" width="79" height="20"/>
  534. <box leftPadding="3"/>
  535. <textElement/>
  536. <textFieldExpression class="java.lang.String"><![CDATA[$F{PRIMA11}]]></textFieldExpression>
  537. </textField>
  538. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  539. <reportElement x="1966" y="0" width="48" height="20"/>
  540. <box leftPadding="3"/>
  541. <textElement/>
  542. <textFieldExpression class="java.lang.String"><![CDATA[$F{PRIMA12}]]></textFieldExpression>
  543. </textField>
  544. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  545. <reportElement x="0" y="0" width="37" height="20"/>
  546. <box rightPadding="3"/>
  547. <textElement textAlignment="Right"/>
  548. <textFieldExpression class="java.lang.Integer"><![CDATA[$V{COUNT}]]></textFieldExpression>
  549. </textField>
  550. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  551. <reportElement x="685" y="0" width="130" height="20"/>
  552. <box leftPadding="3"/>
  553. <textElement/>
  554. <textFieldExpression class="java.lang.String"><![CDATA[($V{ZERO_APPEND}.concat($F{CORE07})).substring(($V{ZERO_APPEND}.concat($F{CORE07})).length()-16,($V{ZERO_APPEND}.concat($F{CORE07})).length())]]></textFieldExpression>
  555. </textField>
  556. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  557. <reportElement x="2174" y="0" width="95" height="20"/>
  558. <box leftPadding="3"/>
  559. <textElement/>
  560. <textFieldExpression class="java.lang.String"><![CDATA[$F{PRIMA10}]]></textFieldExpression>
  561. </textField>
  562. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  563. <reportElement x="2084" y="0" width="90" height="20"/>
  564. <box leftPadding="3"/>
  565. <textElement/>
  566. <textFieldExpression class="java.lang.String"><![CDATA[$F{PRIMA09}]]></textFieldExpression>
  567. </textField>
  568. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  569. <reportElement x="2014" y="0" width="70" height="20"/>
  570. <box leftPadding="3"/>
  571. <textElement/>
  572. <textFieldExpression class="java.lang.String"><![CDATA[$F{PRIMA08}]]></textFieldExpression>
  573. </textField>
  574. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  575. <reportElement x="1671" y="0" width="76" height="20"/>
  576. <box leftPadding="3"/>
  577. <textElement/>
  578. <textFieldExpression class="java.lang.String"><![CDATA[$F{PRIMA04}]]></textFieldExpression>
  579. </textField>
  580. <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
  581. <reportElement x="1747" y="0" width="140" height="20"/>
  582. <box leftPadding="0" rightPadding="3"/>
  583. <textElement textAlignment="Right"/>
  584. <textFieldExpression class="java.math.BigDecimal"><![CDATA[new BigDecimal(NumberFormat.getNumberInstance(new Locale("en")).parse($F{PRIMA07}))]]></textFieldExpression>
  585. </textField>
  586. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  587. <reportElement x="1541" y="0" width="130" height="20"/>
  588. <box leftPadding="3"/>
  589. <textElement/>
  590. <textFieldExpression class="java.lang.String"><![CDATA[$F{PRIMA17}]]></textFieldExpression>
  591. </textField>
  592. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  593. <reportElement x="2403" y="0" width="117" height="20"/>
  594. <box leftPadding="3"/>
  595. <textElement/>
  596. <textFieldExpression class="java.lang.String"><![CDATA[$F{PRIMA16}]]></textFieldExpression>
  597. </textField>
  598. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  599. <reportElement x="2269" y="0" width="134" height="20"/>
  600. <box leftPadding="3"/>
  601. <textElement/>
  602. <textFieldExpression class="java.lang.String"><![CDATA[$F{PRIMA18}]]></textFieldExpression>
  603. </textField>
  604. </band>
  605. </detail>
  606. <columnFooter>
  607. <band splitType="Stretch"/>
  608. </columnFooter>
  609. <pageFooter>
  610. <band splitType="Stretch"/>
  611. </pageFooter>
  612. <summary>
  613. <band splitType="Stretch"/>
  614. </summary>
  615. </jasperReport>