~icsergio/openobject-italia/account_invoice_sequential_dates

« back to all changes in this revision

Viewing changes to l10n_it_ricevute_bancarie_jasper/reports/jasper_riba_distinta.jrxml

  • Committer: Lorenzo Battistini
  • Date: 2012-07-30 14:19:28 UTC
  • Revision ID: lorenzo.battistini@agilebg.com-20120730141928-ybf0puxbr9chuxy4
[REM] l10n_it_ricevute_bancarie*

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<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="jasper_riba_distinta" language="groovy" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20">
3
 
        <property name="ireport.zoom" value="1.0"/>
4
 
        <property name="ireport.x" value="0"/>
5
 
        <property name="ireport.y" value="0"/>
6
 
        <property name="OPENERP_RELATIONS" value="[&apos;line_ids&apos;]"/>
7
 
        <queryString language="xPath">
8
 
                <![CDATA[]]>
9
 
        </queryString>
10
 
        <field name="Partner Nome" class="java.lang.String">
11
 
                <fieldDescription><![CDATA[/data/record/Scadenze_Riba-line_ids/Cliente-partner_id/Nome-name]]></fieldDescription>
12
 
        </field>
13
 
        <field name="Citta-city" class="java.lang.String">
14
 
                <fieldDescription><![CDATA[/data/record/Scadenze_Riba-line_ids/Cliente-partner_id/Citta-city]]></fieldDescription>
15
 
        </field>
16
 
        <field name="Numero_Fattura-numero_fattura" class="java.lang.String">
17
 
                <fieldDescription><![CDATA[/data/record/Scadenze_Riba-line_ids/Numero_Fattura-numero_fattura]]></fieldDescription>
18
 
        </field>
19
 
        <field name="Importo-importo" class="java.lang.Float">
20
 
                <fieldDescription><![CDATA[/data/record/Scadenze_Riba-line_ids/Importo-importo]]></fieldDescription>
21
 
        </field>
22
 
        <field name="Riferimento-name" class="java.lang.String">
23
 
                <fieldDescription><![CDATA[/data/record/Riferimento-name]]></fieldDescription>
24
 
        </field>
25
 
        <field name="Data_Creazione-date_created" class="java.util.Date">
26
 
                <fieldDescription><![CDATA[/data/record/Data_Creazione-date_created]]></fieldDescription>
27
 
        </field>
28
 
        <field name="DescrizioneBanca" class="java.lang.String">
29
 
                <fieldDescription><![CDATA[/data/record/Modalita_Riba-config/Banca-bank_id/Descrizione-name]]></fieldDescription>
30
 
        </field>
31
 
        <field name="CittaBanca" class="java.lang.String">
32
 
                <fieldDescription><![CDATA[/data/record/Modalita_Riba-config/Banca-bank_id/Citta-city]]></fieldDescription>
33
 
        </field>
34
 
        <field name="CAPBanca" class="java.lang.String">
35
 
                <fieldDescription><![CDATA[/data/record/Modalita_Riba-config/Banca-bank_id/CAP-zip]]></fieldDescription>
36
 
        </field>
37
 
        <field name="IBAN-iban" class="java.lang.String">
38
 
                <fieldDescription><![CDATA[/data/record/Scadenze_Riba-line_ids/Debitor_Bank-bank_id/IBAN-iban]]></fieldDescription>
39
 
        </field>
40
 
        <field name="Data_Scadenza-data_scadenza" class="java.util.Date">
41
 
                <fieldDescription><![CDATA[/data/record/Scadenze_Riba-line_ids/Data_Scadenza-data_scadenza]]></fieldDescription>
42
 
        </field>
43
 
        <field name="Data_Fattura-data_fattura" class="java.lang.String">
44
 
                <fieldDescription><![CDATA[/data/record/Scadenze_Riba-line_ids/Data_Fattura-data_fattura]]></fieldDescription>
45
 
        </field>
46
 
        <field name="Logo-logo" class="java.lang.String">
47
 
                <fieldDescription><![CDATA[/data/record/Modalita_Riba-config/Company-company_id/Logo-logo]]></fieldDescription>
48
 
        </field>
49
 
        <field name="Nome_Azienda-name" class="java.lang.String">
50
 
                <fieldDescription><![CDATA[/data/record/Modalita_Riba-config/Company-company_id/Nome_Azienda-name]]></fieldDescription>
51
 
        </field>
52
 
        <variable name="Importo-importo_1" class="java.lang.Integer" resetType="Column" calculation="Count">
53
 
                <variableExpression><![CDATA[$F{Importo-importo}]]></variableExpression>
54
 
        </variable>
55
 
        <variable name="Importo-importo_2" class="java.lang.Integer" resetType="Column" calculation="Count">
56
 
                <variableExpression><![CDATA[$F{Importo-importo}]]></variableExpression>
57
 
        </variable>
58
 
        <variable name="Importo-importo_3" class="java.lang.Float" resetType="Column" calculation="Sum">
59
 
                <variableExpression><![CDATA[$F{Importo-importo}]]></variableExpression>
60
 
        </variable>
61
 
        <background>
62
 
                <band splitType="Stretch"/>
63
 
        </background>
64
 
        <title>
65
 
                <band height="72" splitType="Stretch">
66
 
                        <staticText>
67
 
                                <reportElement x="239" y="0" width="316" height="25"/>
68
 
                                <textElement>
69
 
                                        <font size="18"/>
70
 
                                </textElement>
71
 
                                <text><![CDATA[DISTINTA DI PRESENTAZIONE]]></text>
72
 
                        </staticText>
73
 
                        <textField isBlankWhenNull="true">
74
 
                                <reportElement x="239" y="25" width="316" height="16"/>
75
 
                                <textElement/>
76
 
                                <textFieldExpression><![CDATA[$F{Nome_Azienda-name}]]></textFieldExpression>
77
 
                        </textField>
78
 
                        <image scaleImage="RetainShape" hAlign="Center" vAlign="Top" isUsingCache="false" isLazy="true" onErrorType="Icon">
79
 
                                <reportElement x="0" y="0" width="239" height="62"/>
80
 
                                <imageExpression><![CDATA[$F{Logo-logo}]]></imageExpression>
81
 
                        </image>
82
 
                </band>
83
 
        </title>
84
 
        <pageHeader>
85
 
                <band height="77" splitType="Stretch">
86
 
                        <textField>
87
 
                                <reportElement x="0" y="0" width="239" height="20"/>
88
 
                                <textElement/>
89
 
                                <textFieldExpression><![CDATA["Numero Distinta : " + $F{Riferimento-name}]]></textFieldExpression>
90
 
                        </textField>
91
 
                        <textField>
92
 
                                <reportElement x="0" y="20" width="239" height="20"/>
93
 
                                <textElement/>
94
 
                                <textFieldExpression><![CDATA["Data : " + $F{Data_Creazione-date_created}.getDate() + "/" + ($F{Data_Creazione-date_created}.getMonth() + 1) + "/" + ($F{Data_Creazione-date_created}.getYear() + 1900)]]></textFieldExpression>
95
 
                        </textField>
96
 
                        <textField>
97
 
                                <reportElement x="0" y="40" width="555" height="26"/>
98
 
                                <textElement/>
99
 
                                <textFieldExpression><![CDATA["SPETT.LE " + $F{DescrizioneBanca} + ", " + $F{CittaBanca} + " - " + $F{CAPBanca}]]></textFieldExpression>
100
 
                        </textField>
101
 
                </band>
102
 
        </pageHeader>
103
 
        <columnHeader>
104
 
                <band height="24" splitType="Stretch">
105
 
                        <staticText>
106
 
                                <reportElement x="0" y="0" width="78" height="24"/>
107
 
                                <textElement>
108
 
                                        <font isBold="true"/>
109
 
                                </textElement>
110
 
                                <text><![CDATA[Ragione soc.]]></text>
111
 
                        </staticText>
112
 
                        <staticText>
113
 
                                <reportElement x="78" y="0" width="48" height="24"/>
114
 
                                <textElement>
115
 
                                        <font isBold="true"/>
116
 
                                </textElement>
117
 
                                <text><![CDATA[Città]]></text>
118
 
                        </staticText>
119
 
                        <staticText>
120
 
                                <reportElement x="126" y="0" width="139" height="24"/>
121
 
                                <textElement>
122
 
                                        <font isBold="true"/>
123
 
                                </textElement>
124
 
                                <text><![CDATA[IBAN]]></text>
125
 
                        </staticText>
126
 
                        <staticText>
127
 
                                <reportElement x="265" y="0" width="116" height="24"/>
128
 
                                <textElement>
129
 
                                        <font isBold="true"/>
130
 
                                </textElement>
131
 
                                <text><![CDATA[Numero Fattura]]></text>
132
 
                        </staticText>
133
 
                        <staticText>
134
 
                                <reportElement x="447" y="0" width="48" height="24"/>
135
 
                                <textElement>
136
 
                                        <font isBold="true"/>
137
 
                                </textElement>
138
 
                                <text><![CDATA[Importo]]></text>
139
 
                        </staticText>
140
 
                        <staticText>
141
 
                                <reportElement x="381" y="0" width="66" height="24"/>
142
 
                                <textElement>
143
 
                                        <font isBold="true"/>
144
 
                                </textElement>
145
 
                                <text><![CDATA[Data]]></text>
146
 
                        </staticText>
147
 
                        <staticText>
148
 
                                <reportElement x="495" y="0" width="60" height="24"/>
149
 
                                <textElement>
150
 
                                        <font isBold="true"/>
151
 
                                </textElement>
152
 
                                <text><![CDATA[Scadenza]]></text>
153
 
                        </staticText>
154
 
                </band>
155
 
        </columnHeader>
156
 
        <detail>
157
 
                <band height="20" splitType="Stretch">
158
 
                        <textField isBlankWhenNull="true">
159
 
                                <reportElement x="0" y="0" width="78" height="20"/>
160
 
                                <textElement>
161
 
                                        <font size="8"/>
162
 
                                </textElement>
163
 
                                <textFieldExpression><![CDATA[$F{Partner Nome}]]></textFieldExpression>
164
 
                        </textField>
165
 
                        <textField isBlankWhenNull="true">
166
 
                                <reportElement x="78" y="0" width="48" height="20"/>
167
 
                                <textElement>
168
 
                                        <font size="8"/>
169
 
                                </textElement>
170
 
                                <textFieldExpression><![CDATA[$F{Citta-city}]]></textFieldExpression>
171
 
                        </textField>
172
 
                        <textField isBlankWhenNull="true">
173
 
                                <reportElement x="265" y="0" width="116" height="20"/>
174
 
                                <textElement>
175
 
                                        <font size="8"/>
176
 
                                </textElement>
177
 
                                <textFieldExpression><![CDATA[$F{Numero_Fattura-numero_fattura}]]></textFieldExpression>
178
 
                        </textField>
179
 
                        <textField isBlankWhenNull="true">
180
 
                                <reportElement x="447" y="0" width="48" height="20"/>
181
 
                                <textElement>
182
 
                                        <font size="8"/>
183
 
                                </textElement>
184
 
                                <textFieldExpression><![CDATA[$F{Importo-importo}]]></textFieldExpression>
185
 
                        </textField>
186
 
                        <textField isBlankWhenNull="true">
187
 
                                <reportElement x="126" y="0" width="139" height="20"/>
188
 
                                <textElement>
189
 
                                        <font size="8"/>
190
 
                                </textElement>
191
 
                                <textFieldExpression><![CDATA[$F{IBAN-iban}]]></textFieldExpression>
192
 
                        </textField>
193
 
                        <textField isBlankWhenNull="true">
194
 
                                <reportElement x="495" y="0" width="60" height="20"/>
195
 
                                <textElement>
196
 
                                        <font size="8"/>
197
 
                                </textElement>
198
 
                                <textFieldExpression><![CDATA[$F{Data_Scadenza-data_scadenza}.getDate() + "/" + ($F{Data_Scadenza-data_scadenza}.getMonth() + 1) + "/" + ($F{Data_Scadenza-data_scadenza}.getYear() + 1900)]]></textFieldExpression>
199
 
                        </textField>
200
 
                        <textField pattern="" isBlankWhenNull="true">
201
 
                                <reportElement x="381" y="0" width="66" height="20"/>
202
 
                                <textElement>
203
 
                                        <font size="8"/>
204
 
                                </textElement>
205
 
                                <textFieldExpression><![CDATA[$F{Data_Fattura-data_fattura}]]></textFieldExpression>
206
 
                        </textField>
207
 
                </band>
208
 
        </detail>
209
 
        <columnFooter>
210
 
                <band height="22" splitType="Stretch"/>
211
 
        </columnFooter>
212
 
        <pageFooter>
213
 
                <band height="21" splitType="Stretch">
214
 
                        <textField>
215
 
                                <reportElement x="435" y="0" width="80" height="20"/>
216
 
                                <textElement textAlignment="Right"/>
217
 
                                <textFieldExpression><![CDATA["Pagina "+$V{PAGE_NUMBER}+" di"]]></textFieldExpression>
218
 
                        </textField>
219
 
                        <textField evaluationTime="Report">
220
 
                                <reportElement x="515" y="0" width="40" height="20"/>
221
 
                                <textElement/>
222
 
                                <textFieldExpression><![CDATA[" " + $V{PAGE_NUMBER}]]></textFieldExpression>
223
 
                        </textField>
224
 
                </band>
225
 
        </pageFooter>
226
 
        <summary>
227
 
                <band height="33" splitType="Stretch">
228
 
                        <textField>
229
 
                                <reportElement x="455" y="8" width="100" height="23"/>
230
 
                                <textElement/>
231
 
                                <textFieldExpression><![CDATA[$V{Importo-importo_3}]]></textFieldExpression>
232
 
                        </textField>
233
 
                        <line>
234
 
                                <reportElement x="0" y="0" width="555" height="1"/>
235
 
                                <graphicElement>
236
 
                                        <pen lineWidth="1.0"/>
237
 
                                </graphicElement>
238
 
                        </line>
239
 
                        <textField>
240
 
                                <reportElement x="0" y="8" width="222" height="23"/>
241
 
                                <textElement/>
242
 
                                <textFieldExpression><![CDATA["Numero righe : " + $V{Importo-importo_2}]]></textFieldExpression>
243
 
                        </textField>
244
 
                </band>
245
 
        </summary>
246
 
</jasperReport>