-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport1.jrxml
More file actions
204 lines (204 loc) · 8.98 KB
/
report1.jrxml
File metadata and controls
204 lines (204 loc) · 8.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<?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="null" language="groovy" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="261a178a-5d01-43bd-8573-a9669d245f9d">
<property name="ireport.zoom" value="1.0"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<style name="Title" forecolor="#FFFFFF" fontName="Times New Roman" fontSize="50" isBold="false" pdfFontName="Times-Bold"/>
<style name="SubTitle" forecolor="#CCCCCC" fontName="Times New Roman" fontSize="18" isBold="false" pdfFontName="Times-Roman"/>
<style name="Column header" forecolor="#666666" fontName="Times New Roman" fontSize="14" isBold="true" pdfFontName="Times-Roman"/>
<style name="Detail" mode="Transparent" fontName="Times New Roman" pdfFontName="Times-Roman"/>
<style name="Row" mode="Transparent" fontName="Times New Roman" pdfFontName="Times-Roman">
<conditionalStyle>
<conditionExpression><![CDATA[$V{REPORT_COUNT}%2 == 0]]></conditionExpression>
<style mode="Opaque" backcolor="#F0EFEF"/>
</conditionalStyle>
</style>
<queryString language="SQL">
<![CDATA[SELECT
cardata.`carno` AS cardata_carno,
cardata.`date` AS cardata_date,
cardata.`name` AS cardata_name,
cardata.`mobile` AS cardata_mobile,
cardata.`address` AS cardata_address,
cardata.`fine` AS cardata_fine,
cardata.`count` AS cardata_count
FROM
`cardata` cardata]]>
</queryString>
<field name="cardata_carno" class="java.lang.String"/>
<field name="cardata_name" class="java.lang.String"/>
<field name="cardata_date" class="java.sql.Date"/>
<field name="cardata_mobile" class="java.lang.Long"/>
<field name="cardata_address" class="java.lang.String"/>
<field name="cardata_fine" class="java.lang.Integer"/>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="102" splitType="Stretch">
<frame>
<reportElement mode="Opaque" x="0" y="0" width="797" height="66" backcolor="#000000" uuid="42cb28e5-efcb-444d-836b-7acd90f173e7"/>
<staticText>
<reportElement style="Title" x="0" y="0" width="370" height="66" uuid="28bc699a-7270-4a10-9a32-ccfdea191fad"/>
<box topPadding="4" leftPadding="4" bottomPadding="4" rightPadding="4"/>
<textElement verticalAlignment="Bottom">
<font isBold="false"/>
</textElement>
<text><![CDATA[Challan Report]]></text>
</staticText>
<staticText>
<reportElement style="SubTitle" x="370" y="37" width="316" height="29" uuid="95231138-a721-422d-9c47-6599f608d863"/>
<textElement textAlignment="Right">
<font size="22" isBold="false"/>
</textElement>
<text><![CDATA[Traffic Security System]]></text>
</staticText>
</frame>
<frame>
<reportElement mode="Opaque" x="0" y="70" width="792" height="32" forecolor="#000000" backcolor="#CC0000" uuid="e107220c-8ffa-4b40-af1c-483153bc3de0"/>
<textField pattern="EEEEE dd MMMMM yyyy">
<reportElement x="553" y="12" width="144" height="20" forecolor="#FFFFFF" uuid="fde128f7-1495-4ba6-9af2-32774b481158"/>
<textElement textAlignment="Right">
<font size="12"/>
</textElement>
</textField>
</frame>
</band>
</title>
<pageHeader>
<band splitType="Stretch"/>
</pageHeader>
<columnHeader>
<band height="18" splitType="Stretch">
<staticText>
<reportElement style="Column header" x="0" y="0" width="132" height="18" forecolor="#000000" uuid="5e3ee032-165c-41c5-bf7a-576d60ca8721"/>
<textElement>
<font isBold="false"/>
</textElement>
<text><![CDATA[Car Number]]></text>
</staticText>
<staticText>
<reportElement style="Column header" x="132" y="0" width="132" height="18" forecolor="#000000" uuid="9532cddb-f569-4e59-948f-3cc2aba9a009"/>
<textElement>
<font isBold="false"/>
</textElement>
<text><![CDATA[Owner Name]]></text>
</staticText>
<staticText>
<reportElement style="Column header" x="264" y="0" width="132" height="18" forecolor="#000000" uuid="a1fc8cff-f8f4-4609-a7e6-d4b540e4d413"/>
<textElement>
<font isBold="false"/>
</textElement>
<text><![CDATA[Date]]></text>
</staticText>
<staticText>
<reportElement style="Column header" x="396" y="0" width="132" height="18" forecolor="#000000" uuid="66366eef-418d-45e7-ae2a-21dd44fd62f9"/>
<textElement>
<font isBold="false"/>
</textElement>
<text><![CDATA[Mobile Number]]></text>
</staticText>
<staticText>
<reportElement style="Column header" x="528" y="0" width="132" height="18" forecolor="#000000" uuid="ff21acf2-e8d3-4c95-864a-1f156c3bae31"/>
<textElement>
<font isBold="false"/>
</textElement>
<text><![CDATA[Address]]></text>
</staticText>
<staticText>
<reportElement style="Column header" x="660" y="0" width="132" height="18" forecolor="#000000" uuid="f17d7848-59aa-44c0-acdc-8122cf9a6917"/>
<textElement>
<font isBold="false"/>
</textElement>
<text><![CDATA[Fine]]></text>
</staticText>
</band>
</columnHeader>
<detail>
<band height="18" splitType="Stretch">
<frame>
<reportElement style="Row" mode="Opaque" x="0" y="0" width="797" height="18" uuid="f4d41ca1-839f-4b8a-a633-a82076ec26f7"/>
<textField isStretchWithOverflow="true">
<reportElement style="Detail" positionType="Float" x="0" y="0" width="132" height="18" uuid="5f426cdc-0069-4644-a7e3-a85a57b87062"/>
<textElement>
<font size="14"/>
</textElement>
<textFieldExpression><![CDATA[$F{cardata_carno}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement style="Detail" positionType="Float" x="132" y="0" width="132" height="18" uuid="4bba081e-4b1c-45a3-8b93-e0e14e8a8d61"/>
<textElement>
<font size="14"/>
</textElement>
<textFieldExpression><![CDATA[$F{cardata_name}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement style="Detail" positionType="Float" x="264" y="0" width="132" height="18" uuid="9294ee5a-9d07-4381-8eca-10b01a6ce312"/>
<textElement>
<font size="14"/>
</textElement>
<textFieldExpression><![CDATA[$F{cardata_date}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement style="Detail" positionType="Float" x="396" y="0" width="132" height="18" uuid="67b9d4ae-4f16-467a-98a6-65b020b29923"/>
<textElement>
<font size="14"/>
</textElement>
<textFieldExpression><![CDATA[$F{cardata_mobile}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement style="Detail" positionType="Float" x="528" y="0" width="132" height="18" uuid="8969ac5c-2094-47f9-b2fe-94dbe9c53c1a"/>
<textElement>
<font size="14"/>
</textElement>
<textFieldExpression><![CDATA[$F{cardata_address}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement style="Detail" positionType="Float" x="660" y="0" width="132" height="18" uuid="81c14fd0-2e27-4521-82d6-c527eab460d2"/>
<textElement>
<font size="14"/>
</textElement>
<textFieldExpression><![CDATA[$F{cardata_fine}]]></textFieldExpression>
</textField>
</frame>
</band>
</detail>
<columnFooter>
<band height="7" splitType="Stretch">
<line>
<reportElement positionType="FixRelativeToBottom" x="0" y="3" width="555" height="1" uuid="846c19f1-88ce-41fc-a263-0a01dbf6acdf"/>
<graphicElement>
<pen lineWidth="0.5" lineColor="#999999"/>
</graphicElement>
</line>
</band>
</columnFooter>
<pageFooter>
<band height="25" splitType="Stretch">
<frame>
<reportElement mode="Opaque" x="0" y="0" width="802" height="25" forecolor="#D0B48E" backcolor="#000000" uuid="fbd15ff6-2119-465d-a83d-c1c9d7505a82"/>
<textField evaluationTime="Report">
<reportElement style="Column header" x="757" y="3" width="40" height="20" forecolor="#FFFFFF" uuid="76dd00c3-c3ea-4ae4-9518-30718553691b"/>
<textElement verticalAlignment="Middle">
<font size="10" isBold="false"/>
</textElement>
</textField>
<textField>
<reportElement style="Column header" x="677" y="3" width="80" height="20" forecolor="#FFFFFF" uuid="91b6452e-d7a9-449d-a706-be6481e86ccf"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="10" isBold="false"/>
</textElement>
</textField>
<textField pattern="EEEEE dd MMMMM yyyy">
<reportElement style="Column header" x="2" y="3" width="197" height="20" forecolor="#FFFFFF" uuid="37090bed-934e-4a1b-bd21-558f4f9aac5d"/>
<textElement verticalAlignment="Middle">
<font size="10" isBold="false"/>
</textElement>
</textField>
</frame>
</band>
</pageFooter>
<summary>
<band splitType="Stretch"/>
</summary>
</jasperReport>