PrimaTransferIssuerMatch.jrxml 30 KB

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