LibreOffice/7.4.6.2$Linux_X86_64 LibreOffice_project/40$Build-2Bertrand Chenal2009-03-26T13:54:482023-08-26T12:06:55.58603704163PT7H28M50S
0
0
48129
24026
true
false
view2
35156
11822
0
0
48128
24024
0
0
false
100
false
false
false
false
false
false
false
true
true
true
true
true
false
0
false
false
false
false
false
true
false
false
false
false
false
true
true
true
false
false
false
false
false
false
false
false
true
false
false
true
false
false
false
true
0
1
true
false
high-resolution
true
false
false
true
false
false
true
true
false
true
true
2059037
true
false
true
true
0
false
false
false
false
false
true
0
false
false
false
false
true
false
false
false
false
false
true
false
false
false
false
false
false
false
false
false
1178252
false
false
false
false
false
false
true
true
false
<if test="company and company.header">
<for each="line in company.header_used.split('\n')">
<line>
</for>
</if>
<company.rec_name if company else ''>
<if test="company and company.footer">
<for each="line in company.footer_used.split('\n')">
<line>
</for>
</if>
2/2
<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 N°: <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>