-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpayment-2.jrxml
More file actions
218 lines (218 loc) · 9.88 KB
/
payment-2.jrxml
File metadata and controls
218 lines (218 loc) · 9.88 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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<?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="payment-2" language="groovy" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="ac3cf9d4-0b76-4ef9-96e9-54bac9dc4a8a">
<property name="ireport.zoom" value="1.771561000000001"/>
<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>
<![CDATA[select * from vehicleissuedetails]]>
</queryString>
<field name="JobNo" class="java.lang.Integer"/>
<field name="VehicleNo" class="java.lang.String"/>
<field name="CustomerID" class="java.lang.String"/>
<field name="Technician" class="java.lang.String"/>
<field name="VehicleIssue" class="java.lang.String"/>
<field name="GetDate" class="java.lang.String"/>
<field name="ReturnDate" class="java.lang.String"/>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="102" splitType="Stretch">
<image>
<reportElement uuid="4cbc10ff-2fa5-40e4-87ec-6af222e39fd0" x="725" y="0" width="77" height="102"/>
<imageExpression><![CDATA["cherry.jpg"]]></imageExpression>
</image>
<frame>
<reportElement uuid="b8c041c5-b158-4aaf-9342-162ace0e66b4" mode="Opaque" x="0" y="0" width="721" height="66" backcolor="#000000"/>
<staticText>
<reportElement uuid="e15decce-4c16-4489-ba40-7637acba7051" style="Title" x="0" y="0" width="370" height="66"/>
<box topPadding="4" leftPadding="4" bottomPadding="4" rightPadding="4"/>
<textElement verticalAlignment="Bottom">
<font size="25" isBold="false"/>
</textElement>
<text><![CDATA[vehicle service managment]]></text>
</staticText>
<staticText>
<reportElement uuid="0fe3784a-90a0-452d-8663-0ebe597efd5c" style="SubTitle" x="370" y="37" width="316" height="29"/>
<textElement textAlignment="Right">
<font size="22" isBold="false"/>
</textElement>
<text><![CDATA[payment details-02(issue details)]]></text>
</staticText>
</frame>
<frame>
<reportElement uuid="c7372b6c-61b9-4ed6-98b2-e8e01f0832f7" mode="Opaque" x="0" y="70" width="721" height="32" forecolor="#000000" backcolor="#CC0000"/>
<textField pattern="EEEEE dd MMMMM yyyy">
<reportElement uuid="3fb94593-92ce-4635-b841-84b7283d30af" x="553" y="12" width="144" height="20" forecolor="#FFFFFF"/>
<textElement textAlignment="Right">
<font size="12"/>
</textElement>
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
</textField>
</frame>
</band>
</title>
<pageHeader>
<band splitType="Stretch"/>
</pageHeader>
<columnHeader>
<band height="18" splitType="Stretch">
<staticText>
<reportElement uuid="b632f7c4-53f3-4daa-a446-8f93b2bd5325" style="Column header" x="0" y="0" width="113" height="18" forecolor="#000000"/>
<textElement>
<font isBold="false"/>
</textElement>
<text><![CDATA[JobNo]]></text>
</staticText>
<staticText>
<reportElement uuid="be305b00-831d-4a46-b737-29d615f85a9b" style="Column header" x="113" y="0" width="113" height="18" forecolor="#000000"/>
<textElement>
<font isBold="false"/>
</textElement>
<text><![CDATA[VehicleNo]]></text>
</staticText>
<staticText>
<reportElement uuid="977f7606-7b4f-4edb-8bd2-bb86309f05b7" style="Column header" x="226" y="0" width="113" height="18" forecolor="#000000"/>
<textElement>
<font isBold="false"/>
</textElement>
<text><![CDATA[CustomerID]]></text>
</staticText>
<staticText>
<reportElement uuid="74b4360f-e335-46c5-bfe3-413491d767ec" style="Column header" x="339" y="0" width="113" height="18" forecolor="#000000"/>
<textElement>
<font isBold="false"/>
</textElement>
<text><![CDATA[Technician]]></text>
</staticText>
<staticText>
<reportElement uuid="c7c5b2db-882d-45da-b14d-e0672a937630" style="Column header" x="452" y="0" width="113" height="18" forecolor="#000000"/>
<textElement>
<font isBold="false"/>
</textElement>
<text><![CDATA[VehicleIssue]]></text>
</staticText>
<staticText>
<reportElement uuid="401f430a-387d-4449-bbc0-017c338b16bf" style="Column header" x="565" y="0" width="113" height="18" forecolor="#000000"/>
<textElement>
<font isBold="false"/>
</textElement>
<text><![CDATA[GetDate]]></text>
</staticText>
<staticText>
<reportElement uuid="86c5d587-3d20-47f1-afec-7aebf3fb649a" style="Column header" x="678" y="0" width="113" height="18" forecolor="#000000"/>
<textElement>
<font isBold="false"/>
</textElement>
<text><![CDATA[ReturnDate]]></text>
</staticText>
</band>
</columnHeader>
<detail>
<band height="18" splitType="Stretch">
<frame>
<reportElement uuid="139df414-35bf-4fd5-b1ff-23207476bda5" style="Row" mode="Opaque" x="0" y="0" width="797" height="18"/>
<textField isStretchWithOverflow="true">
<reportElement uuid="a67db85d-5b7f-433d-894f-0c4efe4b4f52" style="Detail" positionType="Float" x="0" y="0" width="113" height="18"/>
<textElement>
<font size="14"/>
</textElement>
<textFieldExpression><![CDATA[$F{JobNo}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement uuid="1930c8b5-3726-46d1-857d-85783c2555bd" style="Detail" positionType="Float" x="113" y="0" width="113" height="18"/>
<textElement>
<font size="14"/>
</textElement>
<textFieldExpression><![CDATA[$F{VehicleNo}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement uuid="c65c081b-d724-4756-970e-668c04fdbb72" style="Detail" positionType="Float" x="226" y="0" width="113" height="18"/>
<textElement>
<font size="14"/>
</textElement>
<textFieldExpression><![CDATA[$F{CustomerID}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement uuid="2daf960f-7cf6-4bd2-a02f-6ab1927c2d7b" style="Detail" positionType="Float" x="339" y="0" width="113" height="18"/>
<textElement>
<font size="14"/>
</textElement>
<textFieldExpression><![CDATA[$F{Technician}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement uuid="390b5586-148b-4af9-924a-e7b2c12e586c" style="Detail" positionType="Float" x="452" y="0" width="113" height="18"/>
<textElement>
<font size="14"/>
</textElement>
<textFieldExpression><![CDATA[$F{VehicleIssue}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement uuid="25e05904-1ce3-422f-923e-0dd551c29982" style="Detail" positionType="Float" x="565" y="0" width="113" height="18"/>
<textElement>
<font size="14"/>
</textElement>
<textFieldExpression><![CDATA[$F{GetDate}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
<reportElement uuid="20e67afb-84c1-4dc3-a81d-d6cb70d4cbf0" style="Detail" positionType="Float" x="678" y="0" width="113" height="18"/>
<textElement>
<font size="14"/>
</textElement>
<textFieldExpression><![CDATA[$F{ReturnDate}]]></textFieldExpression>
</textField>
</frame>
</band>
</detail>
<columnFooter>
<band height="7" splitType="Stretch">
<line>
<reportElement uuid="473915bd-ab7e-461e-851b-36fa307c5ff6" positionType="FixRelativeToBottom" x="0" y="3" width="555" height="1"/>
<graphicElement>
<pen lineWidth="0.5" lineColor="#999999"/>
</graphicElement>
</line>
</band>
</columnFooter>
<pageFooter>
<band height="25" splitType="Stretch">
<frame>
<reportElement uuid="cae65875-99f9-4b2a-b95b-0231752bfe81" mode="Opaque" x="0" y="0" width="802" height="25" forecolor="#D0B48E" backcolor="#000000"/>
<textField evaluationTime="Report">
<reportElement uuid="d4626d8b-f2a5-48f8-a70e-ae2ab754cf70" style="Column header" x="757" y="3" width="40" height="20" forecolor="#FFFFFF"/>
<textElement verticalAlignment="Middle">
<font size="10" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[" " + $V{PAGE_NUMBER}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="2ee6e713-9a97-4935-8f79-98d3cc008acd" style="Column header" x="677" y="3" width="80" height="20" forecolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="10" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Page "+$V{PAGE_NUMBER}+" of"]]></textFieldExpression>
</textField>
<textField pattern="EEEEE dd MMMMM yyyy">
<reportElement uuid="b157d161-ff11-40b4-b31c-720ca4debab2" style="Column header" x="2" y="3" width="197" height="20" forecolor="#FFFFFF"/>
<textElement verticalAlignment="Middle">
<font size="10" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
</textField>
</frame>
</band>
</pageFooter>
<summary>
<band splitType="Stretch"/>
</summary>
</jasperReport>