~unifield-team/unifield-wm/us-826

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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
<?xml version="1.0" ?>
<document filename="expiry_report.pdf">

    <template pageSize="(842.0,595.0)" title="Expiry Report" author="Medecins Sans Frontieres" allowSplitting="20">
        <pageTemplate id="first">
            <frame id="first" x1="30.0" y1="0.0" width="772" height="520" />

        <pageGraphics>
            <image x="35" y="530.0" height="53.3" width="100">[[ company.logo or removeParentNode('image') ]]</image>
            <setFont name="Helvetica-Bold" size="10"/>
            <drawString x="40" y="520.0">[[ getAddress() ]]</drawString>
        </pageGraphics>

    </pageTemplate>
    </template>

    <stylesheet>
    
    	<blockTableStyle id="TitleTable">
    		<blockAlignment value="CENTRE"/>
      		<blockValign value="MIDDLE"/>
  			<lineStyle kind="OUTLINE" colorName="black" />
    	</blockTableStyle>
    	<blockTableStyle id="DocInfo">
    		<blockAlignment value="LEFT"/>
      		<blockValign value="MIDDLE"/>
    	</blockTableStyle>
    	<blockTableStyle id="LinesTable">
    		<blockAlignment value="LEFT"/>
      		<blockValign value="MIDDLE"/>
      		<lineStyle kind="LINEABOVE" colorName="black" thickness="0.5" start="0,0" stop="-1,0" />
    	</blockTableStyle>
    	<blockTableStyle id="LinesTableTotal">
    		<blockAlignment value="LEFT"/>
      		<blockValign value="MIDDLE"/>
    	</blockTableStyle>

        <initialize>
            <paraStyle name="all" alignment="justify"/>
        </initialize>

        <paraStyle name="Standard" fontName="Helvetica" fontSize="8.0" />
        
        <paraStyle name="Title" fontName="Helvetica-Bold" fontSize="12.0" leading="15.0" alignement="CENTER" />
        <paraStyle name="TextInfo" fontName="Helvetica" fontSize="8.0" leading="7.0" />
        <paraStyle name="TextInfoBold" fontName="Helvetica-Bold" fontSize="8.0" leading="7.0" />
        <paraStyle name="TextInfoBoldRight" fontName="Helvetica-Bold" fontSize="8.0" leading="7.0" alignment="RIGHT" />
        
    </stylesheet>

    <story>
    
    	[[ setLang('en_US') ]]
    
	    <blockTable colWidths="310.0,132.0,310.0" style="TitleTable">
	    	<tr>
	    		<td>
	    			<para style="Title"> </para>
	    		</td>
	    		<td>
	    			<para style="Title">EXPIRY REPORT</para>
	    		</td>
	    		<td>
	    			<para style="Title"> </para>
	    		</td>
	    	</tr>
	    </blockTable>
	    
	    <para style="Standard">
	    	<font color="white"> </font>
	    </para>
	    
	    <blockTable colWidths="112.0,250.0,410.0" style="DocInfo">
	    	<tr>
	    		<td>
	    			<para style="TextInfoBold">Report date : </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ toDate() ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    	</tr>
	    	<tr>
	    		<td>
	    			<para style="TextInfoBold">Location : </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ objects[0].location_id.name ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    	</tr>
	    	<tr>
	    		<td>
	    			<para style="TextInfoBold">Period of calculation : </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ objects[0].week_nb ]] week[[ objects[0].week_nb > 1 and 's' or '' ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    	</tr>
	    	<tr>
	    		<td>
	    			<para style="TextInfoBold">Limit date : </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ toDate(objects[0].date_to) ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    	</tr>
	    	<tr>
	    		<td>
	    			<para style="TextInfoBold">Currency : </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ getCurrency() ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    	</tr>
	    	<tr>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    	</tr>
	    </blockTable>

	    <para style="Standard">
	    	<font color="white"> </font>
	    </para>
	    
	    <blockTable colWidths="772.0" style="LinesTableTotal">
	    	<tr>
	    		<td>
	    			<para style="TextInfoBold">Products/batches already expired</para>
	    		</td>
	    	</tr>
	    </blockTable>
	    
	    <blockTable colWidths="77.0,298.0,70.0,45.0,33.0,70.0,55.0,42.0,40.0,42.0" style="LinesTable" repeatRows="1">
	    	<tr>
	    		<td>
	    			<para style="TextInfoBold">CODE</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">DESCRIPTION</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">Location</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">Stock</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">UoM</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">Batch #</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">Expiry Date</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">Exp. Qty</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">Unit Cost</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">Exp. Value</para>
	    		</td>
	    	</tr>
	    	<tr>
	    		[[ repeatIn(objects[0].line_ids, 'l') ]]
	    		<td>
	    			<para style="TextInfo">[[ l.expiry_date &lt; time.strftime('%Y-%m-%d') and l.product_code or removeParentNode('tr') ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ l.product_name ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ l.location_id and l.location_id.name ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ formatLang(l.real_stock or 0.00) ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ l.uom_id and l.uom_id.name ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ l.batch_number ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ l.expiry_date ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ formatLang(l.expired_qty or 0.00) ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ formatLang(l.product_id and l.product_id.standard_price or 0.00) ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ formatLang(l.product_id and l.product_id.standard_price*l.expired_qty or 0.00) ]]</para>
	    		</td>
	    	</tr>
	    </blockTable>
	    <blockTable colWidths="77.0,298.0,70.0,45.0,33.0,70.0,55.0,42.0,40.0,42.0" style="LinesTableTotal">
	    	<tr>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">TOTAL</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">[[ formatLang(getTotal(objects[0], 'expired')) ]]</para>
	    		</td>
	    	</tr>
	    </blockTable>

	    <para style="Standard">
	    	<font color="white"> </font>
	    </para>
	    
	    <blockTable colWidths="772.0" style="LinesTableTotal">
	    	<tr>
	    		<td>
	    			<para style="TextInfoBold">Products/batches to expire</para>
	    		</td>
	    	</tr>
	    </blockTable>
	    
	    <blockTable colWidths="77.0,298.0,70.0,45.0,33.0,70.0,55.0,42.0,40.0,42.0" style="LinesTable" repeatRows="1">
	    	<tr>
	    		<td>
	    			<para style="TextInfoBold">CODE</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">DESCRIPTION</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">Location</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">Stock</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">UoM</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">Batch #</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">Expiry Date</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">Exp. Qty</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">Unit Cost</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">Exp. Value</para>
	    		</td>
	    	</tr>
	    	<tr>
	    		[[ repeatIn(objects[0].line_ids, 'l') ]]
	    		<td>
	    			<para style="TextInfo">[[ l.expiry_date &gt;= time.strftime('%Y-%m-%d') and l.product_code or removeParentNode('tr') ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ l.product_name ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ l.location_id and l.location_id.name ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ formatLang(l.real_stock or 0.00) ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ l.uom_id and l.uom_id.name ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ l.batch_number ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ l.expiry_date ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ formatLang(l.expired_qty or 0.00) ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ formatLang(l.product_id and l.product_id.standard_price or 0.00) ]]</para>
	    		</td>
	    		<td>
	    			<para style="TextInfo">[[ formatLang(l.product_id and l.product_id.standard_price*l.expired_qty or 0.00) ]]</para>
	    		</td>
	    	</tr>
	    </blockTable>
	    
	    <blockTable colWidths="77.0,298.0,70.0,45.0,33.0,70.0,55.0,42.0,40.0,42.0" style="LinesTableTotal">
	    	<tr>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">TOTAL</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">[[ formatLang(getTotal(objects[0], 'expiry')) ]]</para>
	    		</td>
	    	</tr>
	    </blockTable>

	    <para style="Standard">
	    	<font color="white"> </font>
	    </para>
	    
	    <blockTable colWidths="78.0,340.0,60.0,40.0,33.0,50.0,55.0,74.0,42.0" style="LinesTableTotal">
	    	<tr>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfo"> </para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBoldRight">ALL TOTAL</para>
	    		</td>
	    		<td>
	    			<para style="TextInfoBold">[[ formatLang(getTotal(objects[0], 'all')) ]]</para>
	    		</td>
	    	</tr>
	    </blockTable>
	    
    </story>
    
</document>