prima_memo.jrxml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  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="prima_memo" language="groovy" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20">
  3. <property name="ireport.zoom" value="1.0000000000000044"/>
  4. <property name="ireport.x" value="0"/>
  5. <property name="ireport.y" value="178"/>
  6. <parameter name="memoNo" class="java.lang.String" isForPrompting="false"/>
  7. <parameter name="btnDivision" class="java.lang.String" isForPrompting="false"/>
  8. <parameter name="primaDivision" class="java.lang.String" isForPrompting="false"/>
  9. <parameter name="tanggalLaporan" class="java.lang.String" isForPrompting="false"/>
  10. <parameter name="primaDepHead" class="java.lang.String" isForPrompting="false"/>
  11. <parameter name="btnDepHead" class="java.lang.String" isForPrompting="false"/>
  12. <parameter name="currentDate" class="java.util.Date" isForPrompting="false">
  13. <defaultValueExpression><![CDATA[]]></defaultValueExpression>
  14. </parameter>
  15. <parameter name="giro" class="java.lang.String" isForPrompting="false"/>
  16. <parameter name="depHead1" class="java.lang.String"/>
  17. <parameter name="depHead2" class="java.lang.String"/>
  18. <parameter name="fromDivision" class="java.lang.String" isForPrompting="false"/>
  19. <parameter name="toDivision" class="java.lang.String" isForPrompting="false"/>
  20. <parameter name="kodeBank" class="java.lang.String"/>
  21. <parameter name="noRek" class="java.lang.String"/>
  22. <parameter name="text" class="java.lang.String" isForPrompting="false"/>
  23. <queryString>
  24. <![CDATA[]]>
  25. </queryString>
  26. <field name="btnDivision" class="java.lang.String">
  27. <fieldDescription><![CDATA[btnDivision]]></fieldDescription>
  28. </field>
  29. <field name="class" class="java.lang.Class">
  30. <fieldDescription><![CDATA[class]]></fieldDescription>
  31. </field>
  32. <field name="date" class="java.util.Date">
  33. <fieldDescription><![CDATA[date]]></fieldDescription>
  34. </field>
  35. <field name="giroNonCustomer" class="java.lang.String">
  36. <fieldDescription><![CDATA[giroNonCustomer]]></fieldDescription>
  37. </field>
  38. <field name="kodeBank" class="java.lang.String">
  39. <fieldDescription><![CDATA[kodeBank]]></fieldDescription>
  40. </field>
  41. <field name="memoNo" class="java.lang.String">
  42. <fieldDescription><![CDATA[memoNo]]></fieldDescription>
  43. </field>
  44. <field name="nettingSettlement" class="java.math.BigDecimal">
  45. <fieldDescription><![CDATA[nettingSettlement]]></fieldDescription>
  46. </field>
  47. <field name="noRek" class="java.lang.String">
  48. <fieldDescription><![CDATA[noRek]]></fieldDescription>
  49. </field>
  50. <field name="primaDivision" class="java.lang.String">
  51. <fieldDescription><![CDATA[primaDivision]]></fieldDescription>
  52. </field>
  53. <field name="totalKewajiban" class="java.math.BigDecimal">
  54. <fieldDescription><![CDATA[totalKewajiban]]></fieldDescription>
  55. </field>
  56. <field name="totalTagihan" class="java.math.BigDecimal">
  57. <fieldDescription><![CDATA[totalTagihan]]></fieldDescription>
  58. </field>
  59. <variable name="current_date" class="java.util.Date">
  60. <variableExpression><![CDATA[new Date()]]></variableExpression>
  61. </variable>
  62. <background>
  63. <band splitType="Stretch"/>
  64. </background>
  65. <title>
  66. <band height="231" splitType="Stretch">
  67. <staticText>
  68. <reportElement x="0" y="14" width="555" height="31"/>
  69. <textElement textAlignment="Center" verticalAlignment="Middle">
  70. <font size="16" isBold="true" isUnderline="true"/>
  71. </textElement>
  72. <text><![CDATA[MEMO]]></text>
  73. </staticText>
  74. <staticText>
  75. <reportElement x="0" y="78" width="169" height="20"/>
  76. <box rightPadding="3"/>
  77. <textElement textAlignment="Right" verticalAlignment="Middle">
  78. <font size="11" isBold="false" isUnderline="false"/>
  79. </textElement>
  80. <text><![CDATA[Kepada]]></text>
  81. </staticText>
  82. <staticText>
  83. <reportElement x="169" y="78" width="54" height="20"/>
  84. <box leftPadding="3" rightPadding="3"/>
  85. <textElement textAlignment="Right" verticalAlignment="Middle">
  86. <font size="11" isBold="false" isUnderline="false"/>
  87. </textElement>
  88. <text><![CDATA[:]]></text>
  89. </staticText>
  90. <staticText>
  91. <reportElement x="223" y="78" width="332" height="20"/>
  92. <box leftPadding="3" rightPadding="0"/>
  93. <textElement verticalAlignment="Middle">
  94. <font size="11" isBold="true" isUnderline="false" isStrikeThrough="false"/>
  95. </textElement>
  96. <text><![CDATA[PT Bank Tabungan Negara (Persero), Tbk]]></text>
  97. </staticText>
  98. <staticText>
  99. <reportElement x="223" y="118" width="332" height="20"/>
  100. <box leftPadding="3" rightPadding="0"/>
  101. <textElement verticalAlignment="Middle">
  102. <font size="11" isBold="true" isUnderline="false" isStrikeThrough="false"/>
  103. </textElement>
  104. <text><![CDATA[PT Bank Tabungan Negara (Persero), Tbk]]></text>
  105. </staticText>
  106. <staticText>
  107. <reportElement x="0" y="118" width="169" height="20"/>
  108. <box rightPadding="3"/>
  109. <textElement textAlignment="Right" verticalAlignment="Middle">
  110. <font size="11" isBold="false" isUnderline="false"/>
  111. </textElement>
  112. <text><![CDATA[Dari]]></text>
  113. </staticText>
  114. <staticText>
  115. <reportElement x="169" y="118" width="54" height="20"/>
  116. <box leftPadding="3" rightPadding="3"/>
  117. <textElement textAlignment="Right" verticalAlignment="Middle">
  118. <font size="11" isBold="false" isUnderline="false"/>
  119. </textElement>
  120. <text><![CDATA[:]]></text>
  121. </staticText>
  122. <staticText>
  123. <reportElement x="0" y="158" width="169" height="20"/>
  124. <box rightPadding="3"/>
  125. <textElement textAlignment="Right" verticalAlignment="Middle">
  126. <font size="11" isBold="false" isUnderline="false"/>
  127. </textElement>
  128. <text><![CDATA[Perihal]]></text>
  129. </staticText>
  130. <staticText>
  131. <reportElement x="169" y="158" width="54" height="20"/>
  132. <box leftPadding="3" rightPadding="3"/>
  133. <textElement textAlignment="Right" verticalAlignment="Middle">
  134. <font size="11" isBold="false" isUnderline="false"/>
  135. </textElement>
  136. <text><![CDATA[:]]></text>
  137. </staticText>
  138. <staticText>
  139. <reportElement x="223" y="158" width="332" height="20"/>
  140. <box leftPadding="3" rightPadding="0"/>
  141. <textElement verticalAlignment="Middle">
  142. <font size="11" isBold="true" isUnderline="false" isStrikeThrough="false"/>
  143. </textElement>
  144. <text><![CDATA[Settlement ATM PRIMA]]></text>
  145. </staticText>
  146. <staticText>
  147. <reportElement x="0" y="45" width="223" height="20"/>
  148. <box rightPadding="3"/>
  149. <textElement textAlignment="Right" verticalAlignment="Middle">
  150. <font size="11" isBold="false" isUnderline="false"/>
  151. </textElement>
  152. <text><![CDATA[No.]]></text>
  153. </staticText>
  154. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  155. <reportElement x="223" y="98" width="332" height="20" isPrintWhenDetailOverflows="true"/>
  156. <box leftPadding="3"/>
  157. <textElement verticalAlignment="Middle">
  158. <font size="11"/>
  159. </textElement>
  160. <textFieldExpression class="java.lang.String"><![CDATA[$P{fromDivision}]]></textFieldExpression>
  161. </textField>
  162. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  163. <reportElement x="223" y="138" width="332" height="20" isPrintWhenDetailOverflows="true"/>
  164. <box leftPadding="3"/>
  165. <textElement verticalAlignment="Middle">
  166. <font size="11"/>
  167. </textElement>
  168. <textFieldExpression class="java.lang.String"><![CDATA[$P{toDivision}]]></textFieldExpression>
  169. </textField>
  170. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  171. <reportElement stretchType="RelativeToTallestObject" x="0" y="211" width="555" height="20" isPrintWhenDetailOverflows="true"/>
  172. <textElement textAlignment="Justified" verticalAlignment="Middle">
  173. <font size="11" isBold="false"/>
  174. </textElement>
  175. <textFieldExpression class="java.lang.String"><![CDATA[" Menunjuk dan menindaklanjuti Laporan Netting Settlement untuk transaksi ATM PRIMA "+$P{text}+" Settlement ATM PRIMA yang merupakan kewajiban Bank BTN dengan perincian sebagai berikut :"]]></textFieldExpression>
  176. </textField>
  177. <staticText>
  178. <reportElement x="0" y="188" width="555" height="23"/>
  179. <box leftPadding="3" rightPadding="0">
  180. <topPen lineWidth="1.0"/>
  181. </box>
  182. <textElement verticalAlignment="Middle">
  183. <font size="9" isBold="true" isUnderline="false" isStrikeThrough="false"/>
  184. </textElement>
  185. <text><![CDATA[]]></text>
  186. </staticText>
  187. </band>
  188. </title>
  189. <columnHeader>
  190. <band height="45" splitType="Stretch">
  191. <staticText>
  192. <reportElement stretchType="RelativeToTallestObject" x="0" y="25" width="49" 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" verticalAlignment="Middle">
  200. <font size="9" isBold="true" isUnderline="false"/>
  201. </textElement>
  202. <text><![CDATA[Kode Bank]]></text>
  203. </staticText>
  204. <staticText>
  205. <reportElement stretchType="RelativeToTallestObject" x="49" y="25" width="86" height="20"/>
  206. <box>
  207. <topPen lineWidth="1.0"/>
  208. <leftPen lineWidth="1.0"/>
  209. <bottomPen lineWidth="1.0"/>
  210. <rightPen lineWidth="1.0"/>
  211. </box>
  212. <textElement textAlignment="Center" verticalAlignment="Middle">
  213. <font size="9" isBold="true" isUnderline="false"/>
  214. </textElement>
  215. <text><![CDATA[Nomor Rekening]]></text>
  216. </staticText>
  217. <staticText>
  218. <reportElement stretchType="RelativeToTallestObject" x="135" y="25" width="109" 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" verticalAlignment="Middle">
  226. <font size="9" isBold="true" isUnderline="false"/>
  227. </textElement>
  228. <text><![CDATA[Giro Non Customer]]></text>
  229. </staticText>
  230. <staticText>
  231. <reportElement stretchType="RelativeToTallestObject" x="449" y="25" width="106" height="20"/>
  232. <box>
  233. <topPen lineWidth="1.0"/>
  234. <leftPen lineWidth="1.0"/>
  235. <bottomPen lineWidth="1.0"/>
  236. <rightPen lineWidth="1.0"/>
  237. </box>
  238. <textElement textAlignment="Center" verticalAlignment="Middle">
  239. <font size="9" isBold="true" isItalic="true" isUnderline="false"/>
  240. </textElement>
  241. <text><![CDATA[Netting Settlement]]></text>
  242. </staticText>
  243. <staticText>
  244. <reportElement stretchType="RelativeToTallestObject" x="351" y="25" width="98" height="20"/>
  245. <box>
  246. <topPen lineWidth="1.0"/>
  247. <leftPen lineWidth="1.0"/>
  248. <bottomPen lineWidth="1.0"/>
  249. <rightPen lineWidth="1.0"/>
  250. </box>
  251. <textElement textAlignment="Center" verticalAlignment="Middle">
  252. <font size="9" isBold="true" isUnderline="false"/>
  253. </textElement>
  254. <text><![CDATA[Tagihan]]></text>
  255. </staticText>
  256. <staticText>
  257. <reportElement stretchType="RelativeToTallestObject" x="244" y="25" width="107" 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" verticalAlignment="Middle">
  265. <font size="9" isBold="true" isUnderline="false"/>
  266. </textElement>
  267. <text><![CDATA[Kewajiban]]></text>
  268. </staticText>
  269. </band>
  270. </columnHeader>
  271. <detail>
  272. <band height="20">
  273. <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
  274. <reportElement stretchType="RelativeToTallestObject" x="368" y="0" width="81" height="20" isPrintWhenDetailOverflows="true"/>
  275. <box leftPadding="3">
  276. <topPen lineWidth="1.0"/>
  277. <leftPen lineWidth="0.0"/>
  278. <bottomPen lineWidth="1.0"/>
  279. <rightPen lineWidth="1.0"/>
  280. </box>
  281. <textElement verticalAlignment="Middle">
  282. <font size="9" isBold="false"/>
  283. </textElement>
  284. <textFieldExpression class="java.math.BigDecimal"><![CDATA[$F{totalTagihan}]]></textFieldExpression>
  285. </textField>
  286. <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
  287. <reportElement stretchType="RelativeToTallestObject" x="466" y="0" width="89" height="20" isPrintWhenDetailOverflows="true"/>
  288. <box leftPadding="3">
  289. <topPen lineWidth="1.0"/>
  290. <leftPen lineWidth="0.0"/>
  291. <bottomPen lineWidth="1.0"/>
  292. <rightPen lineWidth="1.0"/>
  293. </box>
  294. <textElement verticalAlignment="Middle">
  295. <font size="9" isBold="false"/>
  296. </textElement>
  297. <textFieldExpression class="java.math.BigDecimal"><![CDATA[$F{nettingSettlement}]]></textFieldExpression>
  298. </textField>
  299. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  300. <reportElement stretchType="RelativeToTallestObject" x="135" y="0" width="109" height="20" isPrintWhenDetailOverflows="true"/>
  301. <box leftPadding="3">
  302. <topPen lineWidth="1.0"/>
  303. <leftPen lineWidth="1.0"/>
  304. <bottomPen lineWidth="1.0"/>
  305. <rightPen lineWidth="1.0"/>
  306. </box>
  307. <textElement verticalAlignment="Middle">
  308. <font size="9" isBold="false"/>
  309. </textElement>
  310. <textFieldExpression class="java.lang.String"><![CDATA[$P{giro}]]></textFieldExpression>
  311. </textField>
  312. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  313. <reportElement stretchType="RelativeToTallestObject" x="0" y="0" width="49" height="20" isPrintWhenDetailOverflows="true"/>
  314. <box leftPadding="3">
  315. <topPen lineWidth="1.0"/>
  316. <leftPen lineWidth="1.0"/>
  317. <bottomPen lineWidth="1.0"/>
  318. <rightPen lineWidth="1.0"/>
  319. </box>
  320. <textElement verticalAlignment="Middle">
  321. <font size="9" isBold="false"/>
  322. </textElement>
  323. <textFieldExpression class="java.lang.String"><![CDATA[$P{kodeBank}]]></textFieldExpression>
  324. </textField>
  325. <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
  326. <reportElement stretchType="RelativeToTallestObject" x="261" y="0" width="90" height="20" isPrintWhenDetailOverflows="true"/>
  327. <box leftPadding="3">
  328. <topPen lineWidth="1.0"/>
  329. <leftPen lineWidth="0.0"/>
  330. <bottomPen lineWidth="1.0"/>
  331. <rightPen lineWidth="1.0"/>
  332. </box>
  333. <textElement verticalAlignment="Middle">
  334. <font size="9" isBold="false"/>
  335. </textElement>
  336. <textFieldExpression class="java.math.BigDecimal"><![CDATA[$F{totalKewajiban}]]></textFieldExpression>
  337. </textField>
  338. <textField isStretchWithOverflow="true" isBlankWhenNull="true">
  339. <reportElement stretchType="RelativeToTallestObject" x="49" y="0" width="86" height="20" isPrintWhenDetailOverflows="true"/>
  340. <box leftPadding="3">
  341. <topPen lineWidth="1.0"/>
  342. <leftPen lineWidth="1.0"/>
  343. <bottomPen lineWidth="1.0"/>
  344. <rightPen lineWidth="1.0"/>
  345. </box>
  346. <textElement verticalAlignment="Middle">
  347. <font size="9" isBold="false"/>
  348. </textElement>
  349. <textFieldExpression class="java.lang.String"><![CDATA[$P{noRek}]]></textFieldExpression>
  350. </textField>
  351. <staticText>
  352. <reportElement x="244" y="0" width="17" height="20"/>
  353. <box rightPadding="3">
  354. <topPen lineWidth="1.0"/>
  355. <bottomPen lineWidth="1.0"/>
  356. </box>
  357. <textElement textAlignment="Right" verticalAlignment="Middle">
  358. <font size="9" isBold="false" isUnderline="false"/>
  359. </textElement>
  360. <text><![CDATA[Rp]]></text>
  361. </staticText>
  362. <staticText>
  363. <reportElement x="351" y="0" width="17" height="20"/>
  364. <box rightPadding="3">
  365. <topPen lineWidth="1.0"/>
  366. <bottomPen lineWidth="1.0"/>
  367. </box>
  368. <textElement textAlignment="Right" verticalAlignment="Middle">
  369. <font size="9" isBold="false" isUnderline="false"/>
  370. </textElement>
  371. <text><![CDATA[Rp]]></text>
  372. </staticText>
  373. <staticText>
  374. <reportElement x="449" y="0" width="17" height="20"/>
  375. <box rightPadding="3">
  376. <topPen lineWidth="1.0"/>
  377. <bottomPen lineWidth="1.0"/>
  378. </box>
  379. <textElement textAlignment="Right" verticalAlignment="Middle">
  380. <font size="9" isBold="false" isUnderline="false"/>
  381. </textElement>
  382. <text><![CDATA[Rp]]></text>
  383. </staticText>
  384. </band>
  385. </detail>
  386. <summary>
  387. <band height="218" splitType="Stretch">
  388. <staticText>
  389. <reportElement x="77" y="25" width="478" height="20"/>
  390. <box rightPadding="3"/>
  391. <textElement verticalAlignment="Middle">
  392. <font size="11" isBold="false" isItalic="false" isUnderline="false"/>
  393. </textElement>
  394. <text><![CDATA[Demikian disampaikan, atas perhatian dan kerjasamanya kami ucapkan terima kasih.]]></text>
  395. </staticText>
  396. <staticText>
  397. <reportElement x="261" y="97" width="294" height="20"/>
  398. <box leftPadding="3" rightPadding="0"/>
  399. <textElement textAlignment="Center" verticalAlignment="Middle">
  400. <font size="11" isBold="true" isUnderline="false" isStrikeThrough="false"/>
  401. </textElement>
  402. <text><![CDATA[PT Bank Tabungan Negara (Persero), Tbk]]></text>
  403. </staticText>
  404. <textField>
  405. <reportElement x="261" y="117" width="294" height="20"/>
  406. <textElement textAlignment="Center" verticalAlignment="Middle">
  407. <font size="11"/>
  408. </textElement>
  409. <textFieldExpression class="java.lang.String"><![CDATA[$P{toDivision}]]></textFieldExpression>
  410. </textField>
  411. <staticText>
  412. <reportElement x="325" y="77" width="230" height="20"/>
  413. <box leftPadding="0" rightPadding="0"/>
  414. <textElement textAlignment="Justified" verticalAlignment="Middle">
  415. <font size="11" isBold="false" isItalic="false" isUnderline="false"/>
  416. </textElement>
  417. <text><![CDATA[Jakarta, ]]></text>
  418. </staticText>
  419. </band>
  420. </summary>
  421. </jasperReport>