blob: bc772c1b3eeb5f973a0476e977c3902a9167cdbc (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.20.5.final using JasperReports Library version 6.20.5-3efcf2e67f959db3888d79f73dde2dbd7acb4f8e -->
<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="ShipmentGroup" pageWidth="595" pageHeight="420" orientation="Landscape" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="ee023038-1099-4af8-8961-17b5517d4b2b">
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="shipmenttttt.jrdax"/>
<property name="ODOO_RELATIONS">
<![CDATA[['shipment_line']]]>
</property>
<queryString language="XPath">
<![CDATA[]]>
</queryString>
<field name="Document No" class="java.lang.String">
<property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Document_No-number"/>
<fieldDescription><![CDATA[/data/record/Document_No-number]]></fieldDescription>
</field>
<field name="Partner" class="java.lang.String">
<property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Customer-partner_id/Name-name"/>
<fieldDescription><![CDATA[/data/record/Customer-partner_id/Name-name]]></fieldDescription>
</field>
<field name="Line Partner" class="java.lang.String">
<property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Shipment_Group_Lines-shipment_line/Customer-partner_id/Name-name"/>
<fieldDescription><![CDATA[/data/record/Shipment_Group_Lines-shipment_line/Customer-partner_id/Name-name]]></fieldDescription>
</field>
<field name="DO Number" class="java.lang.String">
<property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Shipment_Group_Lines-shipment_line/Picking-picking_id/Reference-name"/>
<fieldDescription><![CDATA[/data/record/Shipment_Group_Lines-shipment_line/Picking-picking_id/Reference-name]]></fieldDescription>
</field>
<field name="SO Number" class="java.lang.String">
<property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Shipment_Group_Lines-shipment_line/Sale_Order-sale_id/Order_Reference-name"/>
<fieldDescription><![CDATA[/data/record/Shipment_Group_Lines-shipment_line/Sale_Order-sale_id/Order_Reference-name]]></fieldDescription>
</field>
<field name="Status" class="java.lang.String">
<property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Shipment_Group_Lines-shipment_line/Status-state"/>
<fieldDescription><![CDATA[/data/record/Shipment_Group_Lines-shipment_line/Status-state]]></fieldDescription>
</field>
<field name="Display Name Partner" class="java.lang.String">
<property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Customer-partner_id/Display_Name-display_name"/>
<fieldDescription><![CDATA[/data/record/Customer-partner_id/Display_Name-display_name]]></fieldDescription>
</field>
<field name="Display_Name-display_name" class="java.lang.String">
<property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Shipment_Group_Lines-shipment_line/Customer-partner_id/Display_Name-display_name"/>
<fieldDescription><![CDATA[/data/record/Shipment_Group_Lines-shipment_line/Customer-partner_id/Display_Name-display_name]]></fieldDescription>
</field>
<field name="Shipping_Paid_by-shipping_paid_by" class="java.lang.String">
<property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Shipment_Group_Lines-shipment_line/Shipping_Paid_by-shipping_paid_by"/>
<fieldDescription><![CDATA[/data/record/Shipment_Group_Lines-shipment_line/Shipping_Paid_by-shipping_paid_by]]></fieldDescription>
</field>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="55" splitType="Stretch">
<staticText>
<reportElement x="2" y="0" width="550" height="30" uuid="48be6e24-7ca1-44d2-b5e3-17dc1fbf616b"/>
<textElement textAlignment="Center" verticalAlignment="Top">
<font size="20" isBold="true"/>
</textElement>
<text><![CDATA[Shipment Group]]></text>
</staticText>
</band>
</title>
<pageHeader>
<band height="60" splitType="Stretch">
<textField>
<reportElement x="0" y="0" width="220" height="50" uuid="e4a7118c-841b-411e-a059-9c41f24b73e4"/>
<textElement textAlignment="Center">
<font size="16" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{Document No}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="220" y="0" width="332" height="50" uuid="7a096341-32d5-4f73-b31c-f367591847ce"/>
<textElement textAlignment="Center">
<font size="16" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{Display Name Partner}]]></textFieldExpression>
</textField>
</band>
</pageHeader>
<columnHeader>
<band height="30" splitType="Stretch">
<staticText>
<reportElement x="80" y="0" width="190" height="30" uuid="01ae10e1-96a2-48ce-9b79-2b432b8e5067">
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="2e94d44a-9423-488b-a401-afaf2c16b860"/>
</reportElement>
<box>
<bottomPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="12"/>
</textElement>
<text><![CDATA[Line Partner]]></text>
</staticText>
<staticText>
<reportElement x="0" y="0" width="80" height="30" uuid="d1a5649c-1ed7-4076-a167-e73211d90428">
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="671d5960-8b0c-4929-9cef-5c27ddaa0d90"/>
</reportElement>
<box>
<bottomPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="12"/>
</textElement>
<text><![CDATA[DO Number]]></text>
</staticText>
<staticText>
<reportElement x="270" y="0" width="100" height="30" uuid="0fef1278-e03b-4b45-b8cd-f4fc98651d0d">
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="94acfe89-a1ec-4054-89d5-857f5c3004f1"/>
</reportElement>
<box>
<bottomPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="12"/>
</textElement>
<text><![CDATA[SO Number]]></text>
</staticText>
<staticText>
<reportElement x="480" y="0" width="73" height="30" uuid="fd42216a-69e8-4339-bf47-f7d5df34fb30">
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="462e19c7-ebc5-4ab4-b4b9-24dc4a333126"/>
</reportElement>
<box>
<bottomPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="12"/>
</textElement>
<text><![CDATA[Status]]></text>
</staticText>
<staticText>
<reportElement x="370" y="0" width="110" height="30" uuid="18a3822d-9de0-4e77-af2b-2a63d651a0a1">
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="26d7f951-8e46-4b2e-b073-2cff9a705fa0"/>
</reportElement>
<box>
<bottomPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="12"/>
</textElement>
<text><![CDATA[Shipping paid by]]></text>
</staticText>
</band>
</columnHeader>
<detail>
<band height="43" splitType="Stretch">
<textField>
<reportElement x="0" y="0" width="80" height="30" uuid="2caf9efd-5cbd-4f24-bad1-770b7e5c1c64">
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="671d5960-8b0c-4929-9cef-5c27ddaa0d90"/>
</reportElement>
<box>
<bottomPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="11"/>
</textElement>
<textFieldExpression><![CDATA[$F{DO Number}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="270" y="0" width="100" height="30" uuid="7cd4d47f-e53f-44bb-9c98-7dbafa79ec2f">
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="94acfe89-a1ec-4054-89d5-857f5c3004f1"/>
</reportElement>
<box>
<bottomPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="11"/>
</textElement>
<textFieldExpression><![CDATA[$F{SO Number}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="480" y="0" width="73" height="30" uuid="c4b01e34-aad5-46f4-98a7-6d50d6dfd237">
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="462e19c7-ebc5-4ab4-b4b9-24dc4a333126"/>
</reportElement>
<box>
<bottomPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="11"/>
</textElement>
<textFieldExpression><![CDATA[$F{Status}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="80" y="0" width="190" height="30" uuid="c1d6709a-d962-43c3-bf76-460fc6c60498">
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="969c5763-868b-4788-b966-1498d6b831e4"/>
</reportElement>
<box>
<bottomPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="11"/>
</textElement>
<textFieldExpression><![CDATA[$F{Display_Name-display_name}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="370" y="0" width="110" height="30" uuid="dbf054d8-55cd-487e-99ae-10d3e8352aa5">
<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="26d7f951-8e46-4b2e-b073-2cff9a705fa0"/>
</reportElement>
<box>
<bottomPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="11"/>
</textElement>
<textFieldExpression><![CDATA[$F{Shipping_Paid_by-shipping_paid_by}]]></textFieldExpression>
</textField>
</band>
</detail>
<columnFooter>
<band height="45" splitType="Stretch"/>
</columnFooter>
<pageFooter>
<band height="54" splitType="Stretch"/>
</pageFooter>
<summary>
<band height="42" splitType="Stretch"/>
</summary>
</jasperReport>
|