PrimaTransferBeneficiary.jrxml 31 KB

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