LibreOffice/7.6.4.1$Linux_X86_64 LibreOffice_project/60$Build-1Bertrand Chenal2009-03-26T13:54:482024-04-19T23:16:19.36920216666PT7H29M8S
0
0
25269
23973
true
false
view2
5955
10248
0
0
25268
23971
0
0
false
100
false
false
false
false
false
false
true
false
true
false
true
false
false
0
true
false
false
false
false
false
false
true
true
false
false
false
false
false
false
true
true
false
false
false
false
false
false
true
false
false
1178252
false
true
false
false
2325796
true
false
false
false
1
true
true
false
false
false
false
true
true
true
true
false
true
0
true
true
false
false
0
true
false
false
false
high-resolution
false
true
false
false
true
false
false
false
false
true
true
false
true
false
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
true
false
true
<if test="company and company.header">
<for each="line in company.header_used.split('\n')">
<line>
</for>
</if>
<choose>
<when test="company and company.logo">
</when>
<when test="company">
<company.rec_name>
</when>
</choose>
<if test="company and company.footer">
<for each="line in company.footer_used.split('\n')">
<line>
</for>
</if>
3/3
<for each="shipment in records">
<if test="shipment.to_location.warehouse and shipment.to_location.warehouse.address">
<for each="line in shipment.to_location.warehouse.address.full_address.split('\n')">
<line>
</for>
</if>
<shipment.state_string>Internal Shipment No: <shipment.number>
Reference: <shipment.reference or ''>
From Location: <shipment.from_location.rec_name>
To Location: <shipment.to_location.rec_name>
Planned Date: <shipment.planned_date and format_date(shipment.planned_date, user.language) or ''>
From Location
To Location
Product
Quantity
<for each="move in moves(shipment)">
<move.from_location_name>
<move.to_location_name>
<move.product.rec_name>
<format_number_symbol(move.quantity, user.language, move.unit, digits=move.unit.digits)>
</for>
</for>