Commit b09e4c6f by Hamsyah

pembaruan jabatan.jrxml by hmzh

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