Commit bf947f9a by iqbal

perbaikan pdf pada eselon, dan partner

1 parent 055e8409
......@@ -103,9 +103,9 @@
</band>
</title>
<columnHeader>
<band height="24" splitType="Stretch">
<band height="23" splitType="Stretch">
<staticText>
<reportElement mode="Opaque" x="0" y="2" width="250" height="21" backcolor="#F7E516" uuid="b8f2cc7e-8948-461b-9d45-85c2350e6042"/>
<reportElement mode="Opaque" x="0" y="2" width="210" height="21" backcolor="#F7E516" uuid="b8f2cc7e-8948-461b-9d45-85c2350e6042"/>
<box>
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
......@@ -118,7 +118,7 @@
<text><![CDATA[Kode]]></text>
</staticText>
<staticText>
<reportElement mode="Opaque" x="250" y="2" width="301" height="21" backcolor="#F7E516" uuid="1c5f44d2-6c76-4b75-b04f-8939a7645aee"/>
<reportElement mode="Opaque" x="210" y="2" width="220" height="21" backcolor="#F7E516" uuid="1c5f44d2-6c76-4b75-b04f-8939a7645aee"/>
<box>
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
......@@ -130,12 +130,25 @@
</textElement>
<text><![CDATA[Jabatan]]></text>
</staticText>
<staticText>
<reportElement mode="Opaque" x="430" y="2" width="121" height="21" backcolor="#F7E516" uuid="debcdd56-47c9-4ea8-ae2d-7b2de766e1f6"/>
<box>
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="12" isBold="true"/>
</textElement>
<text><![CDATA[Status]]></text>
</staticText>
</band>
</columnHeader>
<detail>
<band height="21" splitType="Stretch">
<band height="22" splitType="Stretch">
<textField>
<reportElement x="250" y="0" width="301" height="21" uuid="bf503a0d-10b1-4302-ba92-b9dd086fe120"/>
<reportElement x="210" y="0" width="220" height="21" uuid="bf503a0d-10b1-4302-ba92-b9dd086fe120"/>
<box>
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
......@@ -146,7 +159,7 @@
<textFieldExpression><![CDATA[$F{nama}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="0" y="0" width="250" height="21" uuid="d417b2f6-c531-4b91-8071-79f569ebb974">
<reportElement x="0" y="0" width="210" height="21" uuid="d417b2f6-c531-4b91-8071-79f569ebb974">
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="add93502-c54f-4ef3-912a-338d7f0ff64b"/>
</reportElement>
<box>
......@@ -158,6 +171,17 @@
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{kode}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="430" y="0" width="121" height="21" uuid="0613f35f-4837-4637-acae-deea9e66c440"/>
<box>
<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{status} == 1 ? "Aktif" : "Tidak Aktif"]]></textFieldExpression>
</textField>
</band>
</detail>
<columnFooter>
......
......@@ -337,7 +337,7 @@
<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{created}.toLocaleString()]]></textFieldExpression>
<textFieldExpression><![CDATA[new java.text.SimpleDateFormat("dd-MM-yyyy HH:mm:ss").format($F{created})]]></textFieldExpression>
</textField>
<textField>
<reportElement x="270" y="0" width="160" height="21" uuid="b00fbbe6-e991-4a59-837e-601a2462aebf">
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!