Merge branch 'dev/pegawai/slip-gaji' into dev/no-cron

This commit is contained in:
Salman Manoe 2024-02-16 19:06:47 +07:00
commit bd5a8f2c6b
5 changed files with 218 additions and 79 deletions

View File

@ -204,6 +204,8 @@ public final class Master {
public static final Integer KELEBIHAN_JAM_KERJA = 43;
public static final Integer KELEBIHAN_TUNJANGAN = 40;
public static final Integer PEMBULATAN = 42;
public static final Integer PINJAMAM_BRI_GAJI = 45;
public static final Integer PINJAMAN_BRI_REMUNERASI = 46;
public static final Integer PINJAMAN_KOPERASI_GAJI = 15;
public static final Integer PINJAMAN_KOPERASI_REMUNERASI = 35;
public static final Integer POTONGAN_BPJSK = 20;

View File

@ -3237,6 +3237,7 @@ public class ReportServiceImpl extends BaseVoServiceImpl implements ReportServic
result.put("simpananWajibKoperasiGaji", "-");
result.put("pinjamanKoperasiGaji", "-");
result.put("potonganPphRemunerasi", "-");
result.put("pinjamanBriGaji","-");
result.put("potonganObat", "-");
result.put("potonganRawatInap", "-");
result.put("potonganRawatJalan", "-");
@ -3244,6 +3245,7 @@ public class ReportServiceImpl extends BaseVoServiceImpl implements ReportServic
result.put("pinjamanKoperasiRemunerasi", "-");
result.put("tokoKoperasi", "-");
result.put("wakafDanLainLain", "-");
result.put("pinjamanBriRemunerasi", "-");
result.put("potonganUangMakan", "-");
BigDecimal jumlahGaji = ZERO;
BigDecimal jumlahRemunerasi = ZERO;
@ -3331,6 +3333,8 @@ public class ReportServiceImpl extends BaseVoServiceImpl implements ReportServic
result.put("pinjamanKoperasiGaji", nf.format(k.getNominal()));
} else if (Master.KomponenGaji.POTONGAN_PPH_REMUNERASI.equals(k.getIdKomponen())) {
result.put("potonganPphRemunerasi", nf.format(k.getNominal()));
} else if (Master.KomponenGaji.PINJAMAM_BRI_GAJI.equals(k.getIdKomponen())) {
result.put("pinjamanBriGaji", nf.format(k.getNominal()));
} else if (Master.KomponenGaji.POTONGAN_OBAT.equals(k.getIdKomponen())) {
result.put("potonganObat", nf.format(k.getNominal()));
} else if (Master.KomponenGaji.POTONGAN_RAWAT_INAP.equals(k.getIdKomponen())) {
@ -3345,6 +3349,8 @@ public class ReportServiceImpl extends BaseVoServiceImpl implements ReportServic
result.put("tokoKoperasi", nf.format(k.getNominal()));
} else if (Master.KomponenGaji.WAKAF_DLL.equals(k.getIdKomponen())) {
result.put("wakafDanLainLain", nf.format(k.getNominal()));
} else if (Master.KomponenGaji.PINJAMAN_BRI_REMUNERASI.equals(k.getIdKomponen())) {
result.put("pinjamanBriRemunerasi", nf.format(k.getNominal()));
} else if (Master.KomponenGaji.POTONGAN_UANG_MAKAN.equals(k.getIdKomponen())) {
result.put("potonganUangMakan", nf.format(k.getNominal()));
}
@ -3500,6 +3506,8 @@ public class ReportServiceImpl extends BaseVoServiceImpl implements ReportServic
potonganDtoBuilder.simpananWajibKoperasiGaji(nf.format(k.getNominal()));
} else if (Master.KomponenGaji.PINJAMAN_KOPERASI_GAJI.equals(k.getIdKomponen())) {
potonganDtoBuilder.pinjamanKoperasiGaji(nf.format(k.getNominal()));
} else if (Master.KomponenGaji.PINJAMAM_BRI_GAJI.equals(k.getIdKomponen())) {
potonganDtoBuilder.pinjamanBriGaji(nf.format(k.getNominal()));
} else if (Master.KomponenGaji.POTONGAN_PPH_REMUNERASI.equals(k.getIdKomponen())) {
potonganDtoBuilder.potonganPphRemunerasi(nf.format(k.getNominal()));
} else if (Master.KomponenGaji.POTONGAN_OBAT.equals(k.getIdKomponen())) {
@ -3516,6 +3524,8 @@ public class ReportServiceImpl extends BaseVoServiceImpl implements ReportServic
potonganDtoBuilder.tokoKoperasi(nf.format(k.getNominal()));
} else if (Master.KomponenGaji.WAKAF_DLL.equals(k.getIdKomponen())) {
potonganDtoBuilder.wakafDanLainLain(nf.format(k.getNominal()));
} else if (Master.KomponenGaji.PINJAMAN_BRI_REMUNERASI.equals(k.getIdKomponen())) {
potonganDtoBuilder.pinjamanBriRemunerasi(nf.format(k.getNominal()));
} else if (Master.KomponenGaji.POTONGAN_UANG_MAKAN.equals(k.getIdKomponen())) {
potonganDtoBuilder.potonganUangMakan(nf.format(k.getNominal()));
}

View File

@ -497,8 +497,8 @@ public class SlipGajiServiceImpl implements SlipGajiService {
d.get("28"), d.get("29"), d.get("30"), d.get("41"), d.get("42"), d.get("2"), d.get("4"),
d.get("3"), d.get("43"), d.get("44"), d.get("22"), d.get("23"), d.get("6"), d.get("31"),
d.get("8"), d.get("21"), d.get("20"), d.get("32"), d.get("40"), d.get("33"), d.get("34"),
d.get("14"), d.get("15"), d.get("36"), d.get("37"), d.get("16"), d.get("17"), d.get("18"),
d.get("38"), d.get("35"), d.get("19"), d.get("39"), d.get("12") });
d.get("14"), d.get("15"), d.get("45"), d.get("36"), d.get("37"), d.get("16"), d.get("17"), d.get("18"),
d.get("38"), d.get("35"), d.get("19"), d.get("39"), d.get("46"), d.get("12") });
}
TreeMap<Integer, Object[]> sorted = new TreeMap<>(data);
Set<Integer> keyset = sorted.keySet();

View File

@ -53,6 +53,10 @@ public class SlipPotonganDto {
@Builder.Default
private String pinjamanKoperasiGaji = "-";
@Caption(value = "Pinjaman BRI (Gaji)")
@Builder.Default
private String pinjamanBriGaji = "-";
@Caption(value = "Potongan PPH Remunerasi")
@Builder.Default
private String potonganPphRemunerasi = "-";
@ -85,6 +89,10 @@ public class SlipPotonganDto {
@Builder.Default
private String wakafDanLainLain = "-";
@Caption(value = "Pinjaman BRI (Remunerasi)")
@Builder.Default
private String pinjamanBriRemunerasi = "-";
@Caption(value = "Potongan Uang Makan")
@Builder.Default
private String potonganUangMakan = "-";

View File

@ -59,11 +59,13 @@
<field name="remunerasiTambahanDiklitjar" class="java.lang.String"/>
<field name="remunerasiTambahanLain" class="java.lang.String"/>
<field name="statusKepegawaian" class="java.lang.String"/>
<field name="pinjamanBriGaji" class="java.lang.String"/>
<field name="pinjamanBriRemunerasi" class="java.lang.String"/>
<background>
<band splitType="Stretch"/>
</background>
<summary>
<band height="568">
<detail>
<band height="706">
<image>
<reportElement x="0" y="0" width="505" height="38" isPrintWhenDetailOverflows="true" uuid="c4fbc1c2-32a1-42ec-a770-88149a0d9be1">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
@ -818,7 +820,7 @@
<text><![CDATA[PEMBULATAN]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="415" y="264" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="acc4404e-3429-4558-ab8f-0de5dfdc7775">
<reportElement positionType="Float" x="415" y="276" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="acc4404e-3429-4558-ab8f-0de5dfdc7775">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box rightPadding="5">
@ -831,7 +833,7 @@
<textFieldExpression><![CDATA[$F{jumlahPotonganGaji}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="250" y="264" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="66ab74d7-fb0e-4161-a61c-b0e9564b0984">
<reportElement positionType="Float" x="250" y="276" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="66ab74d7-fb0e-4161-a61c-b0e9564b0984">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box topPadding="0" leftPadding="2" bottomPadding="0" rightPadding="0">
@ -843,7 +845,7 @@
<text><![CDATA[JUMLAH POTONGAN GAJI]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="160" y="264" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="77ed95d4-866d-4c06-b0f5-5ea60c33ac0e">
<reportElement positionType="Float" x="160" y="276" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="77ed95d4-866d-4c06-b0f5-5ea60c33ac0e">
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box rightPadding="5">
@ -855,7 +857,7 @@
<textFieldExpression><![CDATA[$F{jumlahGaji}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="0" y="264" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="21c38ab3-ea9b-4d43-aabf-44abdd8c540f">
<reportElement positionType="Float" x="0" y="276" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="21c38ab3-ea9b-4d43-aabf-44abdd8c540f">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -870,7 +872,7 @@
<text><![CDATA[JUMLAH GAJI BRUTO]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="415" y="276" width="90" height="12" isPrintWhenDetailOverflows="true" forecolor="#030303" backcolor="#FFFFFF" uuid="dc736c55-fba6-4429-bab2-0eb9698a73ec">
<reportElement positionType="Float" x="415" y="288" width="90" height="12" isPrintWhenDetailOverflows="true" forecolor="#030303" backcolor="#FFFFFF" uuid="dc736c55-fba6-4429-bab2-0eb9698a73ec">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box rightPadding="5">
@ -883,7 +885,7 @@
<textFieldExpression><![CDATA[$F{jumlahGajiBersih}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="0" y="276" width="400" height="12" isPrintWhenDetailOverflows="true" forecolor="#030303" backcolor="#FFFFFF" uuid="47f14eb4-4883-4357-af79-466edd411b0c">
<reportElement positionType="Float" x="0" y="288" width="400" height="12" isPrintWhenDetailOverflows="true" forecolor="#030303" backcolor="#FFFFFF" uuid="47f14eb4-4883-4357-af79-466edd411b0c">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -898,7 +900,7 @@
<text><![CDATA[JUMLAH GAJI BERSIH YANG DITERIMA]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="0" y="288" width="505" height="12" isPrintWhenDetailOverflows="true" uuid="5f04c78c-4140-48a9-8fd8-b05c33782a9f">
<reportElement positionType="Float" x="0" y="300" width="505" height="12" isPrintWhenDetailOverflows="true" uuid="5f04c78c-4140-48a9-8fd8-b05c33782a9f">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -914,7 +916,7 @@
<text><![CDATA[B. REMUNERASI]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="415" y="300" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="3389cb66-9082-44db-a9e3-b404d498019e"/>
<reportElement positionType="Float" x="415" y="312" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="3389cb66-9082-44db-a9e3-b404d498019e"/>
<box rightPadding="5">
<topPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
@ -925,7 +927,7 @@
<textFieldExpression><![CDATA[$F{potonganPphRemunerasi}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="250" y="300" width="165" height="24" isPrintWhenDetailOverflows="true" uuid="95e372d6-b2c0-4f95-8dfe-78bcee895952">
<reportElement positionType="Float" x="250" y="312" width="165" height="24" isPrintWhenDetailOverflows="true" uuid="95e372d6-b2c0-4f95-8dfe-78bcee895952">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
@ -938,7 +940,7 @@
<text><![CDATA[POTONGAN PPH REMUN (JKN + NON-JKN + FIXED PAY)]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="160" y="300" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="cc63acf9-5fcb-4c98-8920-3892302e124f"/>
<reportElement positionType="Float" x="160" y="312" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="cc63acf9-5fcb-4c98-8920-3892302e124f"/>
<box rightPadding="5">
<topPen lineWidth="1.0"/>
</box>
@ -948,7 +950,7 @@
<textFieldExpression><![CDATA[$F{remunerasiKinerja}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="0" y="300" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="75f94f9c-d493-4ec0-8ec2-385779070f63">
<reportElement positionType="Float" x="0" y="312" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="75f94f9c-d493-4ec0-8ec2-385779070f63">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -964,7 +966,7 @@
<text><![CDATA[REMUNERASI KINERJA (JKN)]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="415" y="324" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="9db50f41-a032-4b9d-b990-e220861ae0a7"/>
<reportElement positionType="Float" x="415" y="336" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="9db50f41-a032-4b9d-b990-e220861ae0a7"/>
<box rightPadding="5">
<rightPen lineWidth="1.0"/>
</box>
@ -974,7 +976,7 @@
<textFieldExpression><![CDATA[$F{potonganObat}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="250" y="324" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="2e6c88ec-86a9-4068-9720-655ee0e72c17">
<reportElement positionType="Float" x="250" y="336" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="2e6c88ec-86a9-4068-9720-655ee0e72c17">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
@ -985,7 +987,7 @@
<text><![CDATA[POTONGAN OBAT]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="0" y="312" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="53bfd3a6-e223-4fcc-903d-add0509323ad">
<reportElement positionType="Float" x="0" y="324" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="53bfd3a6-e223-4fcc-903d-add0509323ad">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1000,7 +1002,7 @@
<text><![CDATA[FFS (NON-JKN & FIXED PAY)]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="415" y="336" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="22ba09f8-d054-423b-b201-428bb2c7bcef"/>
<reportElement positionType="Float" x="415" y="348" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="22ba09f8-d054-423b-b201-428bb2c7bcef"/>
<box rightPadding="5">
<rightPen lineWidth="1.0"/>
</box>
@ -1010,7 +1012,7 @@
<textFieldExpression><![CDATA[$F{potonganRawatInap}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="250" y="336" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="f5fcd811-bd8f-479a-afd8-1c253738734d">
<reportElement positionType="Float" x="250" y="348" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="f5fcd811-bd8f-479a-afd8-1c253738734d">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
@ -1021,7 +1023,7 @@
<text><![CDATA[POTONGAN RANAP]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="0" y="324" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="927c0314-12f4-42e1-8b35-fca6dd025a01">
<reportElement positionType="Float" x="0" y="336" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="927c0314-12f4-42e1-8b35-fca6dd025a01">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1036,7 +1038,7 @@
<text><![CDATA[KELEBIHAN JAM KERJA]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="415" y="348" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="5a846346-03f6-4281-adf1-dc7100508ef9"/>
<reportElement positionType="Float" x="415" y="360" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="5a846346-03f6-4281-adf1-dc7100508ef9"/>
<box rightPadding="5">
<rightPen lineWidth="1.0"/>
</box>
@ -1046,7 +1048,7 @@
<textFieldExpression><![CDATA[$F{potonganRawatJalan}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="250" y="348" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="c8df630e-92b1-4fcc-9ab9-8c3b927ba9af">
<reportElement positionType="Float" x="250" y="360" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="c8df630e-92b1-4fcc-9ab9-8c3b927ba9af">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
@ -1057,7 +1059,7 @@
<text><![CDATA[POTONGAN RAJAL]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="0" y="336" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="1f11dfbc-7335-463c-bad4-7f4dfcd06989">
<reportElement positionType="Float" x="0" y="348" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="1f11dfbc-7335-463c-bad4-7f4dfcd06989">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1072,7 +1074,7 @@
<text><![CDATA[REMUNERASI TAMBAHAN]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="415" y="360" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="4fb8cf0b-ce13-4838-9a26-478f9b36a4ec">
<reportElement positionType="Float" x="415" y="372" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="4fb8cf0b-ce13-4838-9a26-478f9b36a4ec">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box rightPadding="5">
@ -1084,7 +1086,7 @@
<textFieldExpression><![CDATA[$F{simpananWajibKoperasiRemunerasi}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="250" y="360" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="f40bbdd5-ab0b-463d-987d-9255331d3c04">
<reportElement positionType="Float" x="250" y="372" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="f40bbdd5-ab0b-463d-987d-9255331d3c04">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box topPadding="0" leftPadding="2" bottomPadding="0" rightPadding="0"/>
@ -1094,7 +1096,7 @@
<text><![CDATA[SIMPANAN WAJIB KOPERASI]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="10" y="348" width="150" height="12" isPrintWhenDetailOverflows="true" uuid="50dd487a-5c57-470f-ab78-87ef2d6361a6">
<reportElement positionType="Float" x="10" y="360" width="150" height="12" isPrintWhenDetailOverflows="true" uuid="50dd487a-5c57-470f-ab78-87ef2d6361a6">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1110,7 +1112,7 @@
<text><![CDATA[REMUNERASI MANAJERIAL]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="415" y="372" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="75a50fdd-acd2-4356-aaf2-a509cef3a2a3">
<reportElement positionType="Float" x="415" y="384" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="75a50fdd-acd2-4356-aaf2-a509cef3a2a3">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box rightPadding="5">
@ -1122,7 +1124,7 @@
<textFieldExpression><![CDATA[$F{pinjamanKoperasiRemunerasi}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="250" y="372" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="2a1d1f76-7a3b-48eb-96d4-bfabd6c46800">
<reportElement positionType="Float" x="250" y="384" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="2a1d1f76-7a3b-48eb-96d4-bfabd6c46800">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box topPadding="0" leftPadding="2" bottomPadding="0" rightPadding="0"/>
@ -1132,7 +1134,7 @@
<text><![CDATA[PINJAMAN KOPERASI]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="10" y="360" width="150" height="12" isPrintWhenDetailOverflows="true" uuid="a2580670-5302-4ba2-85db-0caa029f0ce5">
<reportElement positionType="Float" x="10" y="372" width="150" height="12" isPrintWhenDetailOverflows="true" uuid="a2580670-5302-4ba2-85db-0caa029f0ce5">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1148,7 +1150,7 @@
<text><![CDATA[REMUNERASI DIKLITJAR]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="415" y="384" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="7888f031-3a55-45d0-984d-f5f3d52e4755"/>
<reportElement positionType="Float" x="415" y="396" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="7888f031-3a55-45d0-984d-f5f3d52e4755"/>
<box rightPadding="5">
<rightPen lineWidth="1.0"/>
</box>
@ -1158,7 +1160,7 @@
<textFieldExpression><![CDATA[$F{tokoKoperasi}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="250" y="384" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="399aa6f2-dbcd-4bf4-a490-db90468db0ad"/>
<reportElement positionType="Float" x="250" y="396" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="399aa6f2-dbcd-4bf4-a490-db90468db0ad"/>
<box leftPadding="2"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="8"/>
@ -1166,7 +1168,7 @@
<text><![CDATA[TOKO KOPERASI]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="10" y="372" width="150" height="12" isPrintWhenDetailOverflows="true" uuid="be732d3f-3ba0-41f4-bfd3-c46332cde9d3">
<reportElement positionType="Float" x="10" y="384" width="150" height="12" isPrintWhenDetailOverflows="true" uuid="be732d3f-3ba0-41f4-bfd3-c46332cde9d3">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1182,7 +1184,7 @@
<text><![CDATA[LAIN-LAIN]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="415" y="396" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="0f3ba575-c21c-4b64-8582-d0475d4fcd86"/>
<reportElement positionType="Float" x="415" y="408" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="0f3ba575-c21c-4b64-8582-d0475d4fcd86"/>
<box rightPadding="5">
<rightPen lineWidth="1.0"/>
</box>
@ -1192,7 +1194,7 @@
<textFieldExpression><![CDATA[$F{wakafDanLainLain}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="250" y="396" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="90fbc95c-e0a1-420e-8242-9d2098f57d87">
<reportElement positionType="Float" x="250" y="408" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="90fbc95c-e0a1-420e-8242-9d2098f57d87">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
@ -1203,7 +1205,7 @@
<text><![CDATA[WAKAF/DLL]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="160" y="384" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="dde2e5af-e351-4ed6-abc1-350b430cd120">
<reportElement positionType="Float" x="160" y="396" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="dde2e5af-e351-4ed6-abc1-350b430cd120">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
@ -1214,7 +1216,7 @@
<text><![CDATA[]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="0" y="384" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="cae85a74-eda2-4ea0-80f6-fe16d31c5950">
<reportElement positionType="Float" x="0" y="396" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="cae85a74-eda2-4ea0-80f6-fe16d31c5950">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1229,7 +1231,7 @@
<text><![CDATA[]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="415" y="408" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="056333fc-ef34-495d-bba4-4a0f6a2a7d7d">
<reportElement positionType="Float" x="415" y="432" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="056333fc-ef34-495d-bba4-4a0f6a2a7d7d">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box rightPadding="5">
@ -1242,7 +1244,7 @@
<textFieldExpression><![CDATA[$F{jumlahPotonganRemunerasi}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="250" y="408" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="70876ae2-7220-4cf9-ac91-6c9f5b075050">
<reportElement positionType="Float" x="250" y="432" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="70876ae2-7220-4cf9-ac91-6c9f5b075050">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box topPadding="0" leftPadding="2" bottomPadding="0" rightPadding="0">
@ -1254,7 +1256,7 @@
<text><![CDATA[JUMLAH POTONGAN REMUNERASI]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="160" y="408" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="e9e195d1-ed12-4578-b646-ad0b1163324d">
<reportElement positionType="Float" x="160" y="432" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="e9e195d1-ed12-4578-b646-ad0b1163324d">
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box rightPadding="5">
@ -1266,7 +1268,7 @@
<textFieldExpression><![CDATA[$F{jumlahRemunerasi}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="0" y="408" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="94481325-560d-46bb-8fdb-e1abdda79c3e">
<reportElement positionType="Float" x="0" y="432" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="94481325-560d-46bb-8fdb-e1abdda79c3e">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1281,7 +1283,7 @@
<text><![CDATA[JUMLAH REMUNERASI BRUTO]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="415" y="420" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="11b23983-6603-471e-ba02-11eda946fa47">
<reportElement positionType="Float" x="415" y="444" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="11b23983-6603-471e-ba02-11eda946fa47">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box rightPadding="5">
@ -1294,7 +1296,7 @@
<textFieldExpression><![CDATA[$F{jumlahRemunerasiBersih}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="0" y="420" width="400" height="12" isPrintWhenDetailOverflows="true" uuid="5fdc0254-2846-4c35-8453-beb6bd804764">
<reportElement positionType="Float" x="0" y="444" width="400" height="12" isPrintWhenDetailOverflows="true" uuid="5fdc0254-2846-4c35-8453-beb6bd804764">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1309,7 +1311,7 @@
<text><![CDATA[JUMLAH REMUNERASI BERSIH YANG DITERIMA]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="0" y="432" width="505" height="12" isPrintWhenDetailOverflows="true" uuid="2714a3fa-f436-4bc6-bdfa-176d6f15bfc9">
<reportElement positionType="Float" x="0" y="456" width="505" height="12" isPrintWhenDetailOverflows="true" uuid="2714a3fa-f436-4bc6-bdfa-176d6f15bfc9">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1325,7 +1327,7 @@
<text><![CDATA[C. UANG MAKAN]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="415" y="444" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="8039ce3d-4f41-45ca-88e8-65d4853f72ac"/>
<reportElement positionType="Float" x="415" y="468" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="8039ce3d-4f41-45ca-88e8-65d4853f72ac"/>
<box rightPadding="5">
<topPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
@ -1336,7 +1338,7 @@
<textFieldExpression><![CDATA[$F{potonganUangMakan}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="250" y="444" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="2f7dc4d5-31a3-4078-84c1-e29868c46d1e">
<reportElement positionType="Float" x="250" y="468" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="2f7dc4d5-31a3-4078-84c1-e29868c46d1e">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
@ -1349,7 +1351,7 @@
<text><![CDATA[POTONGAN UANG MAKAN]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="160" y="444" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="2b243495-71ec-4bb7-900a-d77345fb331f"/>
<reportElement positionType="Float" x="160" y="468" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="2b243495-71ec-4bb7-900a-d77345fb331f"/>
<box rightPadding="5">
<topPen lineWidth="1.0"/>
</box>
@ -1359,7 +1361,7 @@
<textFieldExpression><![CDATA[$F{uangMakan}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="0" y="444" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="b73e63d9-c75a-4c4b-8eb2-20fd7d5d7f86">
<reportElement positionType="Float" x="0" y="468" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="b73e63d9-c75a-4c4b-8eb2-20fd7d5d7f86">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1375,7 +1377,7 @@
<text><![CDATA[UANG MAKAN BRUTO]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="415" y="456" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="d2959bf2-7cad-4da4-8bcf-6455965bd275">
<reportElement positionType="Float" x="415" y="480" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="d2959bf2-7cad-4da4-8bcf-6455965bd275">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box rightPadding="5">
@ -1388,7 +1390,7 @@
<textFieldExpression><![CDATA[$F{jumlahUangMakanBersih}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="0" y="456" width="400" height="12" isPrintWhenDetailOverflows="true" uuid="6e1e5438-0d8e-4e4a-a0b2-2cb9a4fde04c">
<reportElement positionType="Float" x="0" y="480" width="400" height="12" isPrintWhenDetailOverflows="true" uuid="6e1e5438-0d8e-4e4a-a0b2-2cb9a4fde04c">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1403,7 +1405,7 @@
<text><![CDATA[JUMLAH UANG MAKAN BERSIH YANG DITERIMA]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="415" y="468" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="f18d0b78-97b7-4f61-bd05-027770b1dd0e">
<reportElement positionType="Float" x="415" y="492" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="f18d0b78-97b7-4f61-bd05-027770b1dd0e">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box rightPadding="5">
@ -1417,7 +1419,7 @@
<textFieldExpression><![CDATA[$F{jumlahPenerimaanBersih}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="0" y="468" width="400" height="12" isPrintWhenDetailOverflows="true" uuid="1eca11e5-21d1-4fec-827e-727b229a243a">
<reportElement positionType="Float" x="0" y="492" width="400" height="12" isPrintWhenDetailOverflows="true" uuid="1eca11e5-21d1-4fec-827e-727b229a243a">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1432,7 +1434,7 @@
<text><![CDATA[TOTAL BERSIH YANG DITERIMA (A + B + C)]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="0" y="480" width="505" height="20" isPrintWhenDetailOverflows="true" uuid="471a5378-4af0-4aa7-ae66-c10420c23ccc">
<reportElement positionType="Float" x="0" y="504" width="505" height="20" isPrintWhenDetailOverflows="true" uuid="471a5378-4af0-4aa7-ae66-c10420c23ccc">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
@ -1443,7 +1445,7 @@
<text><![CDATA[Keterangan:]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="40" y="500" width="465" height="12" isPrintWhenDetailOverflows="true" uuid="4ea43ee2-0609-45b2-ad25-ab9b3fbdab99">
<reportElement positionType="Float" x="40" y="524" width="465" height="12" isPrintWhenDetailOverflows="true" uuid="4ea43ee2-0609-45b2-ad25-ab9b3fbdab99">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
@ -1454,7 +1456,7 @@
<text><![CDATA[(JUMLAH GAJI BRUTO - JUMLAH POTONGAN GAJI)]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="0" y="500" width="40" height="12" isPrintWhenDetailOverflows="true" uuid="d4a16575-90de-4b75-a006-e58ea59426d8">
<reportElement positionType="Float" x="0" y="524" width="40" height="12" isPrintWhenDetailOverflows="true" uuid="d4a16575-90de-4b75-a006-e58ea59426d8">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
@ -1464,7 +1466,7 @@
<text><![CDATA[(1)]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="40" y="512" width="465" height="12" isPrintWhenDetailOverflows="true" uuid="9c9a06b5-9ac2-4c48-baf9-32d3252fe867">
<reportElement positionType="Float" x="40" y="536" width="465" height="12" isPrintWhenDetailOverflows="true" uuid="9c9a06b5-9ac2-4c48-baf9-32d3252fe867">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
@ -1475,7 +1477,7 @@
<text><![CDATA[(JUMLAH REMUNERASI BRUTO - JUMLAH POTONGAN REMUNERASI)]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="0" y="512" width="40" height="12" isPrintWhenDetailOverflows="true" uuid="ed2244d8-eec5-4731-af81-6ab60f64a178">
<reportElement positionType="Float" x="0" y="536" width="40" height="12" isPrintWhenDetailOverflows="true" uuid="ed2244d8-eec5-4731-af81-6ab60f64a178">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
@ -1486,7 +1488,7 @@
<text><![CDATA[(2)]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="40" y="524" width="465" height="12" isPrintWhenDetailOverflows="true" uuid="fb0d56d1-721e-4324-b10b-0cc3f011b898">
<reportElement positionType="Float" x="40" y="548" width="465" height="12" isPrintWhenDetailOverflows="true" uuid="fb0d56d1-721e-4324-b10b-0cc3f011b898">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
@ -1497,7 +1499,7 @@
<text><![CDATA[(UANG MAKAN BRUTO - POTONGAN UANG MAKAN)]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="0" y="524" width="40" height="12" isPrintWhenDetailOverflows="true" uuid="6793e7d0-c8ff-4e8f-8089-a17f379abd45">
<reportElement positionType="Float" x="0" y="548" width="40" height="12" isPrintWhenDetailOverflows="true" uuid="6793e7d0-c8ff-4e8f-8089-a17f379abd45">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
@ -1508,7 +1510,7 @@
<text><![CDATA[(3)]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="40" y="536" width="465" height="12" isPrintWhenDetailOverflows="true" uuid="a79a0b9b-c3cd-43e3-b8a7-3a3508f76170">
<reportElement positionType="Float" x="40" y="560" width="465" height="12" isPrintWhenDetailOverflows="true" uuid="a79a0b9b-c3cd-43e3-b8a7-3a3508f76170">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
@ -1518,7 +1520,7 @@
<text><![CDATA[(JUMLAH BERSIH A + JUMLAH BERSIH B + JUMLAH BERSIH C)]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="0" y="536" width="40" height="12" isPrintWhenDetailOverflows="true" uuid="7e59d156-7b57-4f78-9360-60f80aeb0552">
<reportElement positionType="Float" x="0" y="560" width="40" height="12" isPrintWhenDetailOverflows="true" uuid="7e59d156-7b57-4f78-9360-60f80aeb0552">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
@ -1529,7 +1531,7 @@
<text><![CDATA[(4)]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="400" y="276" width="15" height="12" isPrintWhenDetailOverflows="true" uuid="36470256-49e7-4b8c-b726-7e204568f371">
<reportElement positionType="Float" x="400" y="288" width="15" height="12" isPrintWhenDetailOverflows="true" uuid="36470256-49e7-4b8c-b726-7e204568f371">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
@ -1542,7 +1544,7 @@
<text><![CDATA[(1)]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="400" y="420" width="15" height="12" isPrintWhenDetailOverflows="true" uuid="50ba0c32-aa2f-4beb-8ad5-b3d9d6c8520b">
<reportElement positionType="Float" x="400" y="444" width="15" height="12" isPrintWhenDetailOverflows="true" uuid="50ba0c32-aa2f-4beb-8ad5-b3d9d6c8520b">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
@ -1555,7 +1557,7 @@
<text><![CDATA[(2)]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="400" y="456" width="15" height="12" isPrintWhenDetailOverflows="true" uuid="ac565196-1937-4f83-a200-51a353d03312">
<reportElement positionType="Float" x="400" y="480" width="15" height="12" isPrintWhenDetailOverflows="true" uuid="ac565196-1937-4f83-a200-51a353d03312">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
@ -1568,7 +1570,7 @@
<text><![CDATA[(3)]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="400" y="468" width="15" height="12" isPrintWhenDetailOverflows="true" uuid="eea87c44-436d-4e1c-8287-189c042c7cfe">
<reportElement positionType="Float" x="400" y="492" width="15" height="12" isPrintWhenDetailOverflows="true" uuid="eea87c44-436d-4e1c-8287-189c042c7cfe">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
@ -1582,7 +1584,7 @@
<text><![CDATA[(4)]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="0" y="348" width="10" height="12" isPrintWhenDetailOverflows="true" uuid="84f7a126-afcc-490d-a0c5-26d53126097a">
<reportElement positionType="Float" x="0" y="360" width="10" height="12" isPrintWhenDetailOverflows="true" uuid="84f7a126-afcc-490d-a0c5-26d53126097a">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1598,7 +1600,7 @@
<text><![CDATA[]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="0" y="360" width="10" height="12" isPrintWhenDetailOverflows="true" uuid="5e182afc-8851-44be-bcf0-efba56536957">
<reportElement positionType="Float" x="0" y="372" width="10" height="12" isPrintWhenDetailOverflows="true" uuid="5e182afc-8851-44be-bcf0-efba56536957">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1614,7 +1616,7 @@
<text><![CDATA[]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="0" y="372" width="10" height="12" isPrintWhenDetailOverflows="true" uuid="15a4f459-0832-471a-93c9-cb1e84cf2f75">
<reportElement positionType="Float" x="0" y="384" width="10" height="12" isPrintWhenDetailOverflows="true" uuid="15a4f459-0832-471a-93c9-cb1e84cf2f75">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1630,7 +1632,7 @@
<text><![CDATA[]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="415" y="312" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="a1bcfd5c-b199-440a-95a2-769a68f1ff3f">
<reportElement positionType="Float" x="415" y="324" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="a1bcfd5c-b199-440a-95a2-769a68f1ff3f">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
@ -1644,7 +1646,7 @@
<text><![CDATA[]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="0" y="396" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="f196ad51-133b-4786-9ca5-957bce771c33">
<reportElement positionType="Float" x="0" y="408" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="f196ad51-133b-4786-9ca5-957bce771c33">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1659,7 +1661,7 @@
<text><![CDATA[]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="160" y="396" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="04249ff4-6c87-45ab-83dc-796e4487cf7e">
<reportElement positionType="Float" x="160" y="408" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="04249ff4-6c87-45ab-83dc-796e4487cf7e">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
@ -1670,7 +1672,7 @@
<text><![CDATA[]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="160" y="336" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="91d9fddb-aecb-4195-9907-8674e48152e1">
<reportElement positionType="Float" x="160" y="348" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="91d9fddb-aecb-4195-9907-8674e48152e1">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
@ -1706,7 +1708,7 @@
<textFieldExpression><![CDATA[$F{pembulatan}]]></textFieldExpression>
</textField>
<textField>
<reportElement positionType="Float" x="160" y="312" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="6de6fa1b-f7e5-45f4-84f5-7453c94159ac"/>
<reportElement positionType="Float" x="160" y="324" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="6de6fa1b-f7e5-45f4-84f5-7453c94159ac"/>
<box rightPadding="5">
<topPen lineWidth="0.0"/>
</box>
@ -1716,7 +1718,7 @@
<textFieldExpression><![CDATA[$F{feeForService}]]></textFieldExpression>
</textField>
<textField>
<reportElement positionType="Float" x="160" y="324" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="5e218540-80a1-4365-a02d-d3cac783a799"/>
<reportElement positionType="Float" x="160" y="336" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="5e218540-80a1-4365-a02d-d3cac783a799"/>
<box rightPadding="5"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="8"/>
@ -1724,7 +1726,7 @@
<textFieldExpression><![CDATA[$F{kelebihanJamKerja}]]></textFieldExpression>
</textField>
<textField>
<reportElement positionType="Float" x="160" y="348" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="cfb15f65-9400-43a6-956f-c6a41324d88a"/>
<reportElement positionType="Float" x="160" y="360" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="cfb15f65-9400-43a6-956f-c6a41324d88a"/>
<box rightPadding="5"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="8"/>
@ -1732,7 +1734,7 @@
<textFieldExpression><![CDATA[$F{remunerasiManajerial}]]></textFieldExpression>
</textField>
<textField>
<reportElement positionType="Float" x="160" y="360" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="7e822573-0cf9-4db0-a4aa-95569b9ae4cc"/>
<reportElement positionType="Float" x="160" y="372" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="7e822573-0cf9-4db0-a4aa-95569b9ae4cc"/>
<box rightPadding="5"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="8"/>
@ -1740,7 +1742,7 @@
<textFieldExpression><![CDATA[$F{remunerasiTambahanDiklitjar}]]></textFieldExpression>
</textField>
<textField>
<reportElement positionType="Float" x="160" y="372" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="4cf88571-18fd-423a-8d72-e65d0319c3b6"/>
<reportElement positionType="Float" x="160" y="384" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="4cf88571-18fd-423a-8d72-e65d0319c3b6"/>
<box rightPadding="5"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="8"/>
@ -1748,7 +1750,7 @@
<textFieldExpression><![CDATA[$F{remunerasiTambahanLain}]]></textFieldExpression>
</textField>
<textField>
<reportElement positionType="Float" x="0" y="548" width="505" height="20" isPrintWhenDetailOverflows="true" uuid="2a9e3ee6-219d-4378-b7e7-345ef1bb7a87">
<reportElement positionType="Float" x="0" y="572" width="505" height="20" isPrintWhenDetailOverflows="true" uuid="2a9e3ee6-219d-4378-b7e7-345ef1bb7a87">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
@ -1762,7 +1764,124 @@
</textElement>
<textFieldExpression><![CDATA["Slip gaji ini dicetak secara elektronik pada " + DateFormat.getDateInstance(1, new Locale("in", "ID")).format(new Date()) + " dan sah tanpa tanda tangan"]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="250" y="420" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="2d200f81-d3d0-40af-9602-a39fd0d013ca">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="8"/>
</textElement>
<text><![CDATA[PINJAMAN BRI]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="415" y="420" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="820ce28d-ad60-44f8-a539-c03b8cd4729b"/>
<box rightPadding="5">
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{pinjamanBriRemunerasi}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="0" y="420" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="a99ff7d8-89f0-45a9-a9d5-ae775be66485">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
<pen lineWidth="1.0"/>
<topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/>
<rightPen lineWidth="0.0"/>
</box>
<textElement verticalAlignment="Middle">
<font size="8"/>
</textElement>
<text><![CDATA[]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="160" y="420" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="749f78ea-6bce-4564-b6fb-7145707bc56d">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box topPadding="0" leftPadding="2" bottomPadding="0" rightPadding="0"/>
<textElement verticalAlignment="Middle">
<font size="8"/>
</textElement>
<text><![CDATA[]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="250" y="264" width="165" height="12" isPrintWhenDetailOverflows="true" uuid="a430e982-1430-4c0c-b0de-e6d96c8a84b9">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box topPadding="0" leftPadding="2" bottomPadding="0" rightPadding="0"/>
<textElement verticalAlignment="Middle">
<font size="8"/>
</textElement>
<text><![CDATA[PINJAMAN BRI]]></text>
</staticText>
<textField>
<reportElement positionType="Float" x="415" y="264" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="93f975eb-8458-4817-befc-2bea888a3169">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box rightPadding="5">
<rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{pinjamanBriGaji}]]></textFieldExpression>
</textField>
<staticText>
<reportElement positionType="Float" x="0" y="264" width="160" height="12" isPrintWhenDetailOverflows="true" uuid="63d8dbc2-c69c-4fb8-a3eb-9e6b7a28a6df">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="2">
<pen lineWidth="1.0"/>
<topPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/>
<rightPen lineWidth="0.0"/>
</box>
<textElement verticalAlignment="Middle">
<font size="8"/>
</textElement>
<text><![CDATA[]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="160" y="264" width="90" height="12" isPrintWhenDetailOverflows="true" uuid="9085d52a-15d3-4596-9571-651810aede1f">
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box topPadding="0" leftPadding="2" bottomPadding="0" rightPadding="0"/>
<textElement verticalAlignment="Middle">
<font size="8"/>
</textElement>
<text><![CDATA[]]></text>
</staticText>
</elementGroup>
</band>
</summary>
</detail>
<pageFooter>
<band height="24">
<staticText>
<reportElement x="0" y="0" width="504" height="12" uuid="5fa3374c-46d4-4f43-bbf5-d88a8f356d0f">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Right" verticalAlignment="Bottom">
<font size="7" isItalic="true"/>
</textElement>
<text><![CDATA[Catatan :]]></text>
</staticText>
<staticText>
<reportElement x="0" y="12" width="504" height="12" uuid="6de1ab9c-a3a3-4be8-9fe4-a8181a2124d8">
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Right">
<font size="7" isItalic="true"/>
</textElement>
<text><![CDATA[Jika terdapat data yang tidak sesuai, dapat menghubungi Tim Kerja Organisasi SDM atau Tim Kerja Pelaksanaan Keuangan]]></text>
</staticText>
</band>
</pageFooter>
</jasperReport>