Commit b09e4c6f by Hamsyah

pembaruan jabatan.jrxml by hmzh

1 parent 20b53af4
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<band height="4" splitType="Stretch"/> <band height="4" splitType="Stretch"/>
</pageHeader> </pageHeader>
<columnHeader> <columnHeader>
<band height="24" splitType="Stretch"> <band height="22" splitType="Stretch">
<staticText> <staticText>
<reportElement mode="Opaque" x="12" y="0" width="70" height="21" backcolor="#F8FC0F" uuid="5c6f74c4-4285-4237-8cca-27faf445f06d"/> <reportElement mode="Opaque" x="12" y="0" width="70" height="21" backcolor="#F8FC0F" uuid="5c6f74c4-4285-4237-8cca-27faf445f06d"/>
<box> <box>
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
<text><![CDATA[Nama]]></text> <text><![CDATA[Nama]]></text>
</staticText> </staticText>
<staticText> <staticText>
<reportElement mode="Opaque" x="472" y="0" width="70" height="21" backcolor="#F8FC0F" uuid="3af43b51-8d75-4d6c-b320-fc217f61bdd3"/> <reportElement mode="Opaque" x="472" y="0" width="78" height="21" backcolor="#F8FC0F" uuid="3af43b51-8d75-4d6c-b320-fc217f61bdd3"/>
<box> <box>
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
...@@ -133,16 +133,16 @@ ...@@ -133,16 +133,16 @@
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
</box> </box>
<textElement textAlignment="Center" verticalAlignment="Middle"> <textElement textAlignment="Center" verticalAlignment="Middle">
<font size="16" isBold="false"/> <font size="15" isBold="false"/>
</textElement> </textElement>
<text><![CDATA[Jenis]]></text> <text><![CDATA[Status]]></text>
</staticText> </staticText>
</band> </band>
</columnHeader> </columnHeader>
<detail> <detail>
<band height="19" splitType="Stretch"> <band height="20" splitType="Stretch">
<textField> <textField>
<reportElement x="12" y="-2" width="70" height="20" uuid="b12ca3b6-de8a-4d34-97c8-9f1866d6599e"> <reportElement x="12" y="-1" width="70" height="20" uuid="b12ca3b6-de8a-4d34-97c8-9f1866d6599e">
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="f8684de3-eb1d-4666-9d91-200b34130e04"/> <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="f8684de3-eb1d-4666-9d91-200b34130e04"/>
</reportElement> </reportElement>
<box> <box>
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
<textFieldExpression><![CDATA[$F{kode}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{kode}]]></textFieldExpression>
</textField> </textField>
<textField> <textField>
<reportElement x="82" y="-2" width="390" height="20" uuid="68de37cd-fa70-4448-955c-e52de45144d7"> <reportElement x="82" y="-1" width="390" height="20" uuid="68de37cd-fa70-4448-955c-e52de45144d7">
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="e64266da-7968-4bb9-a147-bea8396eb4ae"/> <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="e64266da-7968-4bb9-a147-bea8396eb4ae"/>
<property name="com.jaspersoft.studio.unit.leftIndent" value="px"/> <property name="com.jaspersoft.studio.unit.leftIndent" value="px"/>
</reportElement> </reportElement>
...@@ -171,8 +171,8 @@ ...@@ -171,8 +171,8 @@
<textFieldExpression><![CDATA[$F{nama}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{nama}]]></textFieldExpression>
</textField> </textField>
<textField> <textField>
<reportElement x="472" y="-2" width="70" height="20" uuid="47a05f09-7a9e-49a7-a260-fb0b8f8cf331"> <reportElement x="472" y="-1" width="78" height="20" uuid="9411f79e-f864-4e3e-a494-9ad6d57e28de">
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="f61318b9-ad1e-48c4-81a7-d4306bd5bdb6"/> <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="0927f306-b76e-44bb-a5f0-b731ae119360"/>
</reportElement> </reportElement>
<box> <box>
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
</box> </box>
<textElement textAlignment="Center" verticalAlignment="Middle"/> <textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{jenis}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{status}==1?"aktif":"tidak aktif"]]></textFieldExpression>
</textField> </textField>
</band> </band>
</detail> </detail>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!