view artifacts/doc/conf/jasper/computed-discharge.jrxml @ 9790:75dc4ea60938 3.2.x

Drop using explicit container names Compose will generate names for the containers and containers can connect each other on the network via the service names. This avoids the unnecessary extra "name space" and prepares the application for usage with different project names.
author Tom Gottfried <tom@intevation.de>
date Thu, 20 Jul 2023 10:25:59 +0200
parents 138feb491c8a
children
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<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="flysreport" language="groovy" pageWidth="595" pageHeight="842" columnWidth="515" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
	<property name="ireport.zoom" value="1.0"/>
	<property name="ireport.x" value="0"/>
	<property name="ireport.y" value="0"/>
	<field name="river" class="java.lang.String"/>
	<field name="W" class="java.lang.String"/>
	<field name="date" class="java.lang.String"/>
	<field name="Q" class="java.lang.String"/>
	<field name="calculation" class="java.lang.String"/>
	<field name="range" class="java.lang.String"/>
	<field name="wUnit" class="java.lang.String"/>
	<field name="gauge" class="java.lang.String"/>
	<field name="datum" class="java.lang.String"/>
	<field name="valid_since" class="java.lang.String"/>
	<background>
		<band splitType="Stretch"/>
	</background>
	<title>
		<band height="195" splitType="Stretch">
			<staticText>
				<reportElement x="0" y="0" width="155" height="30"/>
				<textElement>
					<font size="18"/>
				</textElement>
				<text><![CDATA[Ergebnisausgabe]]></text>
			</staticText>
			<textField>
				<reportElement x="155" y="0" width="360" height="30"/>
				<textElement>
					<font size="18"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="0" y="31" width="515" height="26"/>
				<textElement>
					<font size="14"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="0" y="70" width="123" height="20"/>
				<textElement/>
				<text><![CDATA[Gewässer:]]></text>
			</staticText>
			<textField>
				<reportElement x="123" y="70" width="392" height="20"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="0" y="90" width="123" height="20"/>
				<textElement/>
				<text><![CDATA[Datum der Erstellung:]]></text>
			</staticText>
			<textField>
				<reportElement x="123" y="90" width="392" height="20"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="0" y="110" width="123" height="20"/>
				<textElement/>
				<text><![CDATA[Ort/Bereich:]]></text>
			</staticText>
			<textField>
				<reportElement x="123" y="110" width="392" height="20"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="0" y="130" width="123" height="20" isRemoveLineWhenBlank="true">
					<printWhenExpression><![CDATA[!$F{gauge}.isEmpty()]]></printWhenExpression>
				</reportElement>
				<textElement/>
				<text><![CDATA[Pegel:]]></text>
			</staticText>
			<textField>
				<reportElement x="123" y="150" width="392" height="20" isRemoveLineWhenBlank="true"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{datum}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="0" y="150" width="123" height="20" isRemoveLineWhenBlank="true">
					<printWhenExpression><![CDATA[!$F{datum}.isEmpty()]]></printWhenExpression>
				</reportElement>
				<textElement/>
				<text><![CDATA[Pegelnullpunkt:]]></text>
			</staticText>
			<textField>
				<reportElement x="123" y="130" width="392" height="20" isRemoveLineWhenBlank="true"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{gauge}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="123" y="170" width="392" height="20" isRemoveLineWhenBlank="true"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{valid_since}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="0" y="170" width="123" height="20" isRemoveLineWhenBlank="true">
					<printWhenExpression><![CDATA[!$F{valid_since}.isEmpty()]]></printWhenExpression>
				</reportElement>
				<textElement/>
				<text><![CDATA[Gültig seit:]]></text>
			</staticText>
		</band>
	</title>
	<columnHeader>
		<band height="25" splitType="Stretch">
			<line>
				<reportElement x="0" y="19" width="515" height="1"/>
			</line>
			<staticText>
				<reportElement x="155" y="0" width="150" height="20"/>
				<textElement/>
				<text><![CDATA[Q [m³/s]]]></text>
			</staticText>
			<textField>
				<reportElement x="0" y="0" width="155" height="20"/>
				<textElement/>
				<textFieldExpression><![CDATA["W [" + $F{wUnit} + "]"]]></textFieldExpression>
			</textField>
		</band>
	</columnHeader>
	<detail>
		<band height="14" splitType="Stretch">
			<textField isBlankWhenNull="true">
				<reportElement x="0" y="0" width="155" height="14"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{W}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="155" y="0" width="150" height="14"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{Q}]]></textFieldExpression>
			</textField>
		</band>
	</detail>
	<pageFooter>
		<band height="29" splitType="Stretch">
			<textField evaluationTime="Report">
				<reportElement x="458" y="9" width="57" height="20"/>
				<textElement/>
				<textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="403" y="9" width="55" height="20"/>
				<textElement textAlignment="Right"/>
				<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
			</textField>
		</band>
	</pageFooter>
	<summary>
		<band height="42" splitType="Stretch"/>
	</summary>
</jasperReport>

http://dive4elements.wald.intevation.org