PrimaWithdrawalMatch.jrxml 29 KB

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