|
Server IP : 127.0.0.1 / Your IP : 127.0.0.1 Web Server : Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3 System : Windows NT WIN-R7LTCC7BPLI 6.3 build 9200 (Windows Server 2012 R2 Datacenter Edition) i586 User : GerbangSIPAD ( 0) PHP Version : 5.6.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : C:/xampp5/htdocs/bhumie/report/Sknjop/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?xml version="1.0" encoding="UTF-8"?>
<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="CetakSknjop" language="groovy" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="459ca66c-501d-4a77-927e-3732bb5300f6">
<property name="ireport.zoom" value="1.5"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<subDataset name="ttd" uuid="c315fe48-8ba5-441c-9647-8676eb5e4dd9">
<parameter name="tandatangan" class="java.lang.String"/>
<queryString>
<![CDATA[select * from pbb.pegawai a,pbb.posisi_pegawai b, pbb.ref_jabatan c
where a.nip=b.nip and
b.kd_jabatan = c.kd_jabatan and
b.kd_jabatan=$P{tandatangan} and tgl_akhir_berlaku >= now()]]>
</queryString>
<field name="nip" class="java.lang.String"/>
<field name="nm_pegawai" class="java.lang.String"/>
<field name="createdby" class="java.lang.Integer"/>
<field name="createdtime" class="java.sql.Timestamp"/>
<field name="updatedby" class="java.lang.Integer"/>
<field name="updatedtime" class="java.sql.Timestamp"/>
<field name="kd_kanwil" class="java.lang.String"/>
<field name="kd_kantor" class="java.lang.String"/>
<field name="kd_seksi" class="java.lang.String"/>
<field name="tgl_awal_berlaku" class="java.sql.Timestamp"/>
<field name="tgl_akhir_berlaku" class="java.sql.Timestamp"/>
<field name="kd_wewenang" class="java.lang.String"/>
<field name="kd_jabatan" class="java.lang.String"/>
<field name="nm_jabatan" class="java.lang.String"/>
<field name="singkatan_jabatan" class="java.lang.String"/>
</subDataset>
<parameter name="id_cetak" class="java.lang.String"/>
<parameter name="dasar" class="java.lang.String">
<defaultValueExpression><![CDATA[]]></defaultValueExpression>
</parameter>
<parameter name="tgl_surat" class="java.lang.String">
<defaultValueExpression><![CDATA[]]></defaultValueExpression>
</parameter>
<parameter name="kota_terbit" class="java.lang.String"/>
<queryString>
<![CDATA[select
nop,
nama_wp,
npwp,
coalesce(jalan_wp,'') ||' '|| coalesce(blok_kav_no_wp,'') as alamat_wp,
coalesce(jalan_op,'') ||' '|| coalesce(blok_kav_no_op, '') as alamat_op,
total_luas_bumi,
total_luas_bng,
njop_bumi,
njop_bng,
total_njop,
njop_bumi_m2,
njop_bng_m2,
luas_bumi_beban,
luas_bng_beban,
njop_bumi_beban,
njop_bng_beban,
njop_bumi_beban_m2,
njop_bng_beban_m2,
nm_jpb,
jns_bumi,
kd_kanwil,
kd_kantor,
pbb.terbilang(total_njop) as terbilang
from pbb.cetak_sknjop
where id_cetak = $P{id_cetak}]]>
</queryString>
<field name="nop" class="java.lang.String"/>
<field name="nama_wp" class="java.lang.String"/>
<field name="npwp" class="java.lang.String"/>
<field name="alamat_wp" class="java.lang.String"/>
<field name="alamat_op" class="java.lang.String"/>
<field name="total_luas_bumi" class="java.lang.Long"/>
<field name="total_luas_bng" class="java.lang.Long"/>
<field name="njop_bumi" class="java.lang.Long"/>
<field name="njop_bng" class="java.lang.Long"/>
<field name="total_njop" class="java.lang.Long"/>
<field name="njop_bumi_m2" class="java.lang.Long"/>
<field name="njop_bng_m2" class="java.lang.Long"/>
<field name="luas_bumi_beban" class="java.lang.Long"/>
<field name="luas_bng_beban" class="java.lang.Long"/>
<field name="njop_bumi_beban" class="java.lang.Long"/>
<field name="njop_bng_beban" class="java.lang.Long"/>
<field name="njop_bumi_beban_m2" class="java.lang.Long"/>
<field name="njop_bng_beban_m2" class="java.lang.Long"/>
<field name="nm_jpb" class="java.lang.String"/>
<field name="jns_bumi" class="java.lang.String"/>
<field name="kd_kanwil" class="java.lang.String"/>
<field name="kd_kantor" class="java.lang.String"/>
<field name="terbilang" class="java.lang.String"/>
<variable name="d" class="java.lang.Integer">
<variableExpression><![CDATA[new Integer(new SimpleDateFormat("dd").format(new Date()))]]></variableExpression>
</variable>
<variable name="m" class="java.lang.Integer">
<variableExpression><![CDATA[new Integer(new SimpleDateFormat("MM").format(new Date()))]]></variableExpression>
</variable>
<variable name="m2" class="java.lang.String">
<variableExpression><![CDATA[($V{m} == 1) ? "Januari" : (
($V{m} == 2) ? "Februari" : (
($V{m} == 3) ? "Maret" : (
($V{m} == 4) ? "April" : (
($V{m} == 5) ? "Mei" : (
($V{m} == 6) ? "Juni" : (
($V{m} == 7) ? "Juli" : (
($V{m} == 8) ? "Agustus" : (
($V{m} == 9) ? "September" : (
($V{m} == 10) ? "Oktober" : (
($V{m} == 11) ? "November" : "Desember"
)
)
)
)
)
)
)
)
)
)]]></variableExpression>
</variable>
<variable name="y" class="java.lang.Integer">
<variableExpression><![CDATA[new Integer(new SimpleDateFormat("yyyy").format(new Date()))]]></variableExpression>
</variable>
<background>
<band splitType="Stretch"/>
</background>
<pageHeader>
<band height="132" splitType="Stretch">
<line>
<reportElement uuid="7cee3928-67f0-47cd-adff-a9f5ef6a8508" x="0" y="93" width="555" height="1"/>
<graphicElement>
<pen lineWidth="2.0"/>
</graphicElement>
</line>
<textField>
<reportElement uuid="f0c2c12d-83a5-4838-9458-653a8722c0c6" x="180" y="100" width="209" height="13"/>
<textElement textAlignment="Center">
<paragraph lineSpacing="1_1_2"/>
</textElement>
<textFieldExpression><![CDATA["SURAT KETERANGAN NJOP"]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="212ab138-4d16-455d-a449-92943696b7e1" x="192" y="114" width="184" height="13"/>
<textElement/>
<text><![CDATA[No : ]]></text>
</staticText>
<staticText>
<reportElement uuid="d11132c6-fa4a-461c-b0b1-3c4fd147b1ee" x="150" y="40" width="276" height="27"/>
<textElement textAlignment="Center">
<font fontName="Times New Roman" size="18" isBold="true"/>
</textElement>
<text><![CDATA[BADAN PENDAPATAN DAERAH]]></text>
</staticText>
<staticText>
<reportElement uuid="ce5218bc-5ff8-4508-8410-ef9949a0eb46" x="155" y="0" width="265" height="20"/>
<textElement textAlignment="Center">
<font fontName="Times New Roman" size="14" isBold="true"/>
</textElement>
<text><![CDATA[PEMERINTAH KABUPATEN KOLAKA]]></text>
</staticText>
<staticText>
<reportElement uuid="ab81c9ec-32f0-4e83-a60f-57581b6970d5" x="88" y="20" width="401" height="20"/>
<textElement textAlignment="Center">
<font fontName="Times New Roman" size="12"/>
</textElement>
<text><![CDATA[Jl. Khairil Anwar Fax. (0405) 2321969 - Kolaka 93511]]></text>
</staticText>
<staticText>
<reportElement uuid="78114ccf-e658-41b9-9f68-d95f23d5ea27" x="200" y="67" width="152" height="20"/>
<textElement textAlignment="Center">
<font fontName="Times New Roman" size="12"/>
</textElement>
<text><![CDATA[KABUPATEN KOLAKA]]></text>
</staticText>
<image>
<reportElement uuid="9a18aab5-a7ac-4775-8284-ddbcec2653ef" x="0" y="3" width="78" height="76"/>
<imageExpression><![CDATA["C:\\xampp5\\htdocs\\bhumie\\report\\Sknjop\\logo.png"]]></imageExpression>
</image>
</band>
</pageHeader>
<detail>
<band height="651" splitType="Stretch">
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="4" y="23" width="171" height="20"/>
<textElement/>
<text><![CDATA[Nama :]]></text>
</staticText>
<textField>
<reportElement uuid="8a4f0fcd-14bd-4092-ad87-5ecaecbf2111" x="161" y="172" width="391" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[": "+ $F{alamat_op}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="f71e18a8-c41f-4425-bcb5-1980447f5c0f" x="161" y="152" width="184" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[": " + $F{nm_jpb}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="4" y="112" width="171" height="20"/>
<textElement/>
<text><![CDATA[Nomor Objek Pajak]]></text>
</staticText>
<textField>
<reportElement uuid="27f4f8c1-1fb3-4da8-adae-2b9692d6a636" x="161" y="132" width="184" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[": " + $F{jns_bumi}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="1f117336-b0a5-4e36-ba69-a38573fe52bc" x="161" y="112" width="184" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[": " + $F{nop}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="3" y="64" width="548" height="45"/>
<textElement/>
<text><![CDATA[Sesuai dengan ketentuan pasal 77 ayat(1) Undang Undang Nomor 28 Tahun 2009 tentang Pajak Daerah dan
Retribusi Daerah dan Tentang Pajak Bumi dan Bangunan Perdesaan dan Perkotaan (PBB P2),
dengan ini menerangkan bahwa sesuai dengan basis data Badan Pendapatan Daerah Kabupaten Berau atas objek pajak:]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="4" y="43" width="171" height="20"/>
<textElement/>
<text><![CDATA[Jabatan :]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="4" y="132" width="171" height="20"/>
<textElement/>
<text><![CDATA[Jenis Objek Pajak]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="4" y="3" width="220" height="20"/>
<textElement/>
<text><![CDATA[Yang bertanda tangan di bawah ini :]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="4" y="152" width="171" height="20"/>
<textElement/>
<text><![CDATA[Jenis Penggunaan]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="4" y="172" width="171" height="20"/>
<textElement/>
<text><![CDATA[Letak Objek Pajak]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="272" y="319" width="32" height="20"/>
<textElement/>
<text><![CDATA[X Rp]]></text>
</staticText>
<textField>
<reportElement uuid="bcb1403b-8ef0-44cc-acb3-e3e19a0ada17" x="175" y="219" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0").format($F{total_luas_bumi}.doubleValue())]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="ac0bcee6-0e18-4622-9cae-5c5ed11c6bae" x="306" y="280" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0").format($F{njop_bumi_beban_m2}.doubleValue())]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="371" y="299" width="73" height="20"/>
<textElement/>
<text><![CDATA[/M2 = Rp]]></text>
</staticText>
<textField>
<reportElement uuid="621cdcca-e408-4517-9725-ea038a0b14aa" x="444" y="372" width="108" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0").format($F{total_njop}.doubleValue())]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="5a128f41-0a36-4538-9a39-7d2273ce8d1c" x="444" y="260" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0").format($F{njop_bumi}.doubleValue())]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="4" y="259" width="220" height="20"/>
<textElement/>
<text><![CDATA[NJOP Bumi :]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="371" y="279" width="73" height="20"/>
<textElement/>
<text><![CDATA[/M2 = Rp]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="4" y="239" width="220" height="20"/>
<textElement/>
<text><![CDATA[Luas Bangunan :]]></text>
</staticText>
<textField>
<reportElement uuid="7774a08f-a57e-4e40-a45f-cd02f5f350f8" x="444" y="299" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0").format($F{njop_bng}.doubleValue())]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="e4b3e588-1d27-4ea2-a6c4-1fcb32febd47" x="444" y="320" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0").format($F{njop_bng_beban}.doubleValue())]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="cae71b69-e279-4ab7-a434-2f9000122657" x="306" y="260" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0").format($F{njop_bumi_m2}.doubleValue())]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="d5e6c219-e2fa-43ba-8f0c-1b9c3b948a54" x="175" y="319" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0").format($F{luas_bng_beban}.doubleValue())]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="404" y="372" width="40" height="20"/>
<textElement/>
<text><![CDATA[= Rp]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="4" y="219" width="220" height="20"/>
<textElement/>
<text><![CDATA[Luas Bumi :]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="4" y="319" width="220" height="20"/>
<textElement/>
<text><![CDATA[NJOP Bangunan Bersama :]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="4" y="299" width="220" height="20"/>
<textElement/>
<text><![CDATA[NJOP Bangunan :]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="4" y="195" width="220" height="20"/>
<textElement/>
<text><![CDATA[Diperoleh data sebagai berikut:]]></text>
</staticText>
<textField>
<reportElement uuid="86921556-6e51-4e53-8f6b-648e82f13914" x="306" y="299" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0").format($F{njop_bng_m2}.doubleValue())]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="272" y="259" width="73" height="20"/>
<textElement/>
<text><![CDATA[X Rp]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="272" y="299" width="32" height="20"/>
<textElement/>
<text><![CDATA[X Rp]]></text>
</staticText>
<textField>
<reportElement uuid="56619130-b807-4c42-bd5a-8f2ddaf15795" x="175" y="239" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0").format($F{total_luas_bng}.doubleValue())]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="fa1014e1-b7c9-4286-83ef-c19ed8844607" x="175" y="279" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0").format($F{luas_bumi_beban}.doubleValue())]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="d5034001-63f5-4677-958f-7a1588212a2d" x="444" y="280" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0").format($F{njop_bumi_beban}.doubleValue())]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="272" y="279" width="32" height="20"/>
<textElement/>
<text><![CDATA[X Rp]]></text>
</staticText>
<textField>
<reportElement uuid="1d729d74-a79d-4bc1-b906-dd31daefa2bd" x="305" y="319" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0").format($F{njop_bng_beban_m2}.doubleValue())]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="371" y="319" width="73" height="20"/>
<textElement/>
<text><![CDATA[/M2 = Rp]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="444" y="352" width="108" height="20"/>
<textElement/>
<text><![CDATA[---------------------------- +]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="4" y="279" width="220" height="20"/>
<textElement/>
<text><![CDATA[NJOP Bumi Bersama :]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="371" y="259" width="73" height="20"/>
<textElement/>
<text><![CDATA[/M2 = Rp]]></text>
</staticText>
<textField>
<reportElement uuid="2eea7920-f0e4-459a-8db7-d52e39288c99" x="175" y="259" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0").format($F{total_luas_bumi}.doubleValue())]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="e7e9c113-a9f8-49af-9f18-647e316c8200" x="175" y="300" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0").format($F{total_luas_bng}.doubleValue())]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="320" y="511" width="220" height="20"/>
<textElement/>
<text><![CDATA[Pada Tanggal :]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="320" y="491" width="220" height="20"/>
<textElement/>
<text><![CDATA[Diterbitkan di :]]></text>
</staticText>
<textField>
<reportElement uuid="9c366b03-b63a-4fc1-b714-9b7b89f7d8eb" x="5" y="403" width="540" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$F{terbilang}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="5" y="383" width="220" height="20"/>
<textElement/>
<text><![CDATA[Nilai jual Objek Pajak Keseluruhan:]]></text>
</staticText>
<textField>
<reportElement uuid="8fa8efcf-4523-45e9-8c78-688fb121f4cf" x="135" y="450" width="295" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$F{alamat_wp}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement uuid="577dd58d-2da5-41bd-b704-d8a85b44cb87" x="135" y="469" width="295" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$F{npwp}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="5" y="469" width="289" height="20"/>
<textElement/>
<text><![CDATA[NPWPD :]]></text>
</staticText>
<textField>
<reportElement uuid="9b953f02-b63a-493a-89af-687696599983" x="135" y="429" width="295" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$F{nama_wp}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="5" y="430" width="289" height="20"/>
<textElement/>
<text><![CDATA[Nama Wajib Pajak :]]></text>
</staticText>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="5" y="449" width="289" height="20"/>
<textElement/>
<text><![CDATA[Alamat Wajib Pajak :]]></text>
</staticText>
<textField>
<reportElement uuid="2e4e760e-08a2-4059-ad47-46ef8ef9324a" x="100" y="76" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$P{dasar}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="a9b178b8-e543-4640-a6a0-5eaf8ece0bf4" x="316" y="613" width="217" height="17"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[MUHAMMAD RIDHA TAHRIR, S.Sos]]></text>
</staticText>
<staticText>
<reportElement uuid="a9b178b8-e543-4640-a6a0-5eaf8ece0bf4" x="316" y="630" width="217" height="17"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[NIP.196805291999021001]]></text>
</staticText>
<textField>
<reportElement uuid="9058398b-6d61-44fd-a86b-1dc40a54d6ca" x="411" y="491" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$P{kota_terbit}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="4f2e90c7-9fca-45c5-bd39-da47af8ecb3e" x="411" y="511" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$P{tgl_surat}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="851f5785-d2de-4e7f-a49d-342f593ec978" x="297" y="532" width="253" height="36"/>
<textElement textAlignment="Center"/>
<text><![CDATA[Kepala Badan Pendapatan Daerah
Kabupaten Kolaka]]></text>
</staticText>
<staticText>
<reportElement uuid="a06a7f6d-3b59-4f2a-94da-fb15833db80e" x="175" y="23" width="168" height="20"/>
<textElement/>
<text><![CDATA[MUHAMMAD RIDHA TAHRIR, S.Sos]]></text>
</staticText>
<staticText>
<reportElement uuid="a06a7f6d-3b59-4f2a-94da-fb15833db80e" x="175" y="44" width="168" height="20"/>
<textElement/>
<text><![CDATA[Kepala Bidang Pendapatan]]></text>
</staticText>
</band>
</detail>
</jasperReport>