user_area.jrxml 13.4 KB
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.20.5.final using JasperReports Library version 6.20.5-3efcf2e67f959db3888d79f73dde2dbd7acb4f8e  -->
<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="user_area" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="13aa2bf9-d433-43d4-b117-4891428d1b9d">
	<property name="com.jaspersoft.studio.data.sql.tables" value=""/>
	<property name="com.jaspersoft.studio.data.defaultdataadapter" value="POSTGRES"/>
	<parameter name="logo" class="java.lang.String"/>
	<parameter name="judul" class="java.lang.String"/>
	<parameter name="alamat_lengkap" class="java.lang.String"/>
	<queryString language="SQL">
		<![CDATA[select * from user_area  join res_desa on user_area.desa_id = res_desa.id  join users on user_area.user_id = users.id;]]>
	</queryString>
	<field name="user_id" class="java.lang.Integer">
		<property name="com.jaspersoft.studio.field.name" value="user_id"/>
		<property name="com.jaspersoft.studio.field.label" value="user_id"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="user_area"/>
	</field>
	<field name="desa_id" class="java.lang.Integer">
		<property name="com.jaspersoft.studio.field.name" value="desa_id"/>
		<property name="com.jaspersoft.studio.field.label" value="desa_id"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="user_area"/>
	</field>
	<field name="id" class="java.lang.Integer">
		<property name="com.jaspersoft.studio.field.name" value="id"/>
		<property name="com.jaspersoft.studio.field.label" value="id"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="user_area"/>
	</field>
	<field name="kategori" class="java.lang.String">
		<property name="com.jaspersoft.studio.field.name" value="kategori"/>
		<property name="com.jaspersoft.studio.field.label" value="kategori"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="res_desa"/>
	</field>
	<field name="kecamatan_id" class="java.lang.Integer">
		<property name="com.jaspersoft.studio.field.name" value="kecamatan_id"/>
		<property name="com.jaspersoft.studio.field.label" value="kecamatan_id"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="res_desa"/>
	</field>
	<field name="nama" class="java.lang.String">
		<property name="com.jaspersoft.studio.field.name" value="nama"/>
		<property name="com.jaspersoft.studio.field.label" value="nama"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="res_desa"/>
	</field>
	<field name="kode" class="java.lang.String">
		<property name="com.jaspersoft.studio.field.name" value="kode"/>
		<property name="com.jaspersoft.studio.field.label" value="kode"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="res_desa"/>
	</field>
	<field name="status" class="java.lang.Integer">
		<property name="com.jaspersoft.studio.field.name" value="status"/>
		<property name="com.jaspersoft.studio.field.label" value="status"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="res_desa"/>
	</field>
	<field name="created" class="java.sql.Timestamp">
		<property name="com.jaspersoft.studio.field.name" value="created"/>
		<property name="com.jaspersoft.studio.field.label" value="created"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="res_desa"/>
	</field>
	<field name="updated" class="java.sql.Timestamp">
		<property name="com.jaspersoft.studio.field.name" value="updated"/>
		<property name="com.jaspersoft.studio.field.label" value="updated"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="res_desa"/>
	</field>
	<field name="create_uid" class="java.lang.Integer">
		<property name="com.jaspersoft.studio.field.name" value="create_uid"/>
		<property name="com.jaspersoft.studio.field.label" value="create_uid"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="res_desa"/>
	</field>
	<field name="update_uid" class="java.lang.Integer">
		<property name="com.jaspersoft.studio.field.name" value="update_uid"/>
		<property name="com.jaspersoft.studio.field.label" value="update_uid"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="res_desa"/>
	</field>
	<field name="COLUMN_13" class="java.lang.Integer">
		<property name="com.jaspersoft.studio.field.name" value="id"/>
		<property name="com.jaspersoft.studio.field.label" value="id"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="res_desa"/>
	</field>
	<field name="last_login_date" class="java.sql.Timestamp">
		<property name="com.jaspersoft.studio.field.name" value="last_login_date"/>
		<property name="com.jaspersoft.studio.field.label" value="last_login_date"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="users"/>
	</field>
	<field name="registered_date" class="java.sql.Timestamp">
		<property name="com.jaspersoft.studio.field.name" value="registered_date"/>
		<property name="com.jaspersoft.studio.field.label" value="registered_date"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="users"/>
	</field>
	<field name="security_code_date" class="java.sql.Timestamp">
		<property name="com.jaspersoft.studio.field.name" value="security_code_date"/>
		<property name="com.jaspersoft.studio.field.label" value="security_code_date"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="users"/>
	</field>
	<field name="api_key" class="java.lang.String">
		<property name="com.jaspersoft.studio.field.name" value="api_key"/>
		<property name="com.jaspersoft.studio.field.label" value="api_key"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="users"/>
	</field>
	<field name="partner_id" class="java.lang.Integer">
		<property name="com.jaspersoft.studio.field.name" value="partner_id"/>
		<property name="com.jaspersoft.studio.field.label" value="partner_id"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="users"/>
	</field>
	<field name="company_id" class="java.lang.Integer">
		<property name="com.jaspersoft.studio.field.name" value="company_id"/>
		<property name="com.jaspersoft.studio.field.label" value="company_id"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="users"/>
	</field>
	<field name="COLUMN_20" class="java.lang.Integer">
		<property name="com.jaspersoft.studio.field.name" value="id"/>
		<property name="com.jaspersoft.studio.field.label" value="id"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="users"/>
	</field>
	<field name="user_name" class="java.lang.String">
		<property name="com.jaspersoft.studio.field.name" value="user_name"/>
		<property name="com.jaspersoft.studio.field.label" value="user_name"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="users"/>
	</field>
	<field name="user_password" class="java.lang.String">
		<property name="com.jaspersoft.studio.field.name" value="user_password"/>
		<property name="com.jaspersoft.studio.field.label" value="user_password"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="users"/>
	</field>
	<field name="email" class="java.lang.String">
		<property name="com.jaspersoft.studio.field.name" value="email"/>
		<property name="com.jaspersoft.studio.field.label" value="email"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="users"/>
	</field>
	<field name="COLUMN_24" class="java.lang.Integer">
		<property name="com.jaspersoft.studio.field.name" value="status"/>
		<property name="com.jaspersoft.studio.field.label" value="status"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="users"/>
	</field>
	<field name="security_code" class="java.lang.String">
		<property name="com.jaspersoft.studio.field.name" value="security_code"/>
		<property name="com.jaspersoft.studio.field.label" value="security_code"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="users"/>
	</field>
	<background>
		<band splitType="Stretch"/>
	</background>
	<title>
		<band height="86" splitType="Stretch">
			<staticText>
				<reportElement x="143" y="30" width="269" height="30" uuid="95e125bc-8ed7-474f-9b9a-c92015baa8e7"/>
				<textElement textAlignment="Center" verticalAlignment="Middle">
					<font size="14" isBold="true"/>
				</textElement>
				<text><![CDATA[DAFTAR USER AREA]]></text>
			</staticText>
			<line>
				<reportElement x="0" y="78" width="551" height="2" uuid="b0fcdd51-09a4-432e-90db-a7b7d9372a0c"/>
				<graphicElement>
					<pen lineWidth="4.0"/>
				</graphicElement>
			</line>
			<image>
				<reportElement x="30" y="13" width="50" height="50" uuid="a238616c-f4c0-4907-9139-776648714fea"/>
				<imageExpression><![CDATA[$P{logo}]]></imageExpression>
			</image>
			<textField>
				<reportElement x="143" y="0" width="269" height="30" uuid="f3b018df-9d30-4be3-837b-db47a83dfadc"/>
				<textElement textAlignment="Center" verticalAlignment="Middle">
					<font size="16" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$P{judul}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="0" y="50" width="551" height="30" uuid="9d916137-3fc4-4759-b377-4b95c1bbfafc"/>
				<textElement textAlignment="Center" verticalAlignment="Middle">
					<font isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$P{alamat_lengkap}]]></textFieldExpression>
			</textField>
		</band>
	</title>
	<columnHeader>
		<band height="23" splitType="Stretch">
			<staticText>
				<reportElement mode="Opaque" x="0" y="2" width="143" height="21" backcolor="#F7E516" uuid="de27e86d-9034-4b92-84be-97efc298a6d7"/>
				<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[User]]></text>
			</staticText>
			<staticText>
				<reportElement mode="Opaque" x="143" y="2" width="227" height="21" backcolor="#F7E516" uuid="211f34d0-ca65-432b-8262-fdffb60153bd"/>
				<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[Kode Desa]]></text>
			</staticText>
			<staticText>
				<reportElement mode="Opaque" x="370" y="2" width="181" height="21" backcolor="#F7E516" uuid="134c5b10-4f83-48b1-9836-31f050733be6"/>
				<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[Nama Desa]]></text>
			</staticText>
		</band>
	</columnHeader>
	<detail>
		<band height="22" splitType="Stretch">
			<textField>
				<reportElement x="0" y="0" width="143" height="21" uuid="81b92a29-086e-49fd-8c83-eb30506b3264">
					<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="add93502-c54f-4ef3-912a-338d7f0ff64b"/>
				</reportElement>
				<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{user_name}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="143" y="0" width="227" height="21" uuid="68571a48-a0ff-4cc8-9572-631ccfd365c5"/>
				<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{kode}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="370" y="0" width="181" height="21" uuid="b2c4decc-c081-4989-aef6-e59f338dd857"/>
				<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{nama}]]></textFieldExpression>
			</textField>
		</band>
	</detail>
	<columnFooter>
		<band height="45" splitType="Stretch"/>
	</columnFooter>
	<pageFooter>
		<band height="54" splitType="Stretch"/>
	</pageFooter>
	<summary>
		<band height="42" splitType="Stretch"/>
	</summary>
</jasperReport>