You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
isspst/src/main/webapp/WEB-INF/reports/tripBillFreeMeals.jrxml

37 lines
1.6 KiB
XML

<?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="tripBillFreeMeals" columnCount="15" printOrder="Horizontal" pageWidth="572" pageHeight="752" columnWidth="38" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="fb29c1af-a9f9-4232-9a63-e88cd664b97b">
<property name="ireport.zoom" value="3.0"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<queryString>
<![CDATA[]]>
</queryString>
<field name="date" class="java.util.Date">
<fieldDescription><![CDATA[date]]></fieldDescription>
</field>
<field name="freeMealsCount" class="java.lang.Integer">
<fieldDescription><![CDATA[freeMealsCount]]></fieldDescription>
</field>
<background>
<band splitType="Stretch"/>
</background>
<detail>
<band height="41" splitType="Stretch">
<textField pattern="dd.MM.">
<reportElement uuid="ac0730bd-df0a-4b0a-8280-c09544a601b3" x="0" y="0" width="37" height="20"/>
<textElement textAlignment="Center">
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="2793f862-0636-46dd-9b01-455884e637a3" x="0" y="20" width="37" height="20"/>
<textElement textAlignment="Center">
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{freeMealsCount}]]></textFieldExpression>
</textField>
</band>
</detail>
</jasperReport>