PrimaTransferBeneficiaryMatch.jrxml 30 KB

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