Merge lp:~unifield-team/unifield-wm/us-16 into lp:unifield-wm

Proposed by jftempo
Status: Merged
Merged at revision: 2422
Proposed branch: lp:~unifield-team/unifield-wm/us-16
Merge into: lp:unifield-wm
Diff against target: 113 lines (+34/-11)
1 file modified
stock_override/report/internal_move.rml (+34/-11)
To merge this branch: bzr merge lp:~unifield-team/unifield-wm/us-16
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+252723@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'stock_override/report/internal_move.rml'
--- stock_override/report/internal_move.rml 2014-04-08 12:14:42 +0000
+++ stock_override/report/internal_move.rml 2015-03-12 10:48:36 +0000
@@ -9,7 +9,7 @@
9 </pageGraphics>9 </pageGraphics>
10 </pageTemplate>-->10 </pageTemplate>-->
1111
12 <pageTemplate>12 <pageTemplate id="first">
13 <frame id="first" x1="28.0" y1="28.0" width="786" height="525"/>13 <frame id="first" x1="28.0" y1="28.0" width="786" height="525"/>
14 <pageGraphics>14 <pageGraphics>
15 <image x="28.0" y="510" height="35.0" >[[ company.logo or removeParentNode('image') ]]</image>15 <image x="28.0" y="510" height="35.0" >[[ company.logo or removeParentNode('image') ]]</image>
@@ -23,6 +23,19 @@
23 <lines>25 550 818 550</lines>23 <lines>25 550 818 550</lines>
24 </pageGraphics>24 </pageGraphics>
25 </pageTemplate>25 </pageTemplate>
26 <pageTemplate id="second">
27 <frame id="second" x1="28.0" y1="28.0" width="786" height="525"/>
28 <pageGraphics>
29 <fill color="black"/>
30 <stroke color="black"/>
31 <setFont name="DejaVu Sans" size="8"/>
32 <drawString x="25" y="555"> [[ formatLang(time.strftime("%Y-%m-%d"), date=True) ]] [[ time.strftime("%H:%M") ]]</drawString>
33 <setFont name="DejaVu Sans Bold" size="10"/>
34 <drawString x="382" y="555">[[ company.partner_id.name ]]</drawString>
35 <stroke color="#000000"/>
36 <lines>25 550 818 550</lines>
37 </pageGraphics>
38 </pageTemplate>
2639
27 </template>40 </template>
2841
@@ -36,6 +49,7 @@
36 <blockTableStyle id="HeaderInfo">49 <blockTableStyle id="HeaderInfo">
37 <blockValign value="MIDDLE" />50 <blockValign value="MIDDLE" />
38 <lineStyle kind="GRID" colorName="#f2f2f2" />51 <lineStyle kind="GRID" colorName="#f2f2f2" />
52 <blockSpan start="1,-1" stop="-1,-1" />
39 </blockTableStyle>53 </blockTableStyle>
4054
41 <blockTableStyle id="LineHeader">55 <blockTableStyle id="LineHeader">
@@ -88,7 +102,7 @@
88 </para>102 </para>
89103
90 <!-- Header Information -->104 <!-- Header Information -->
91 <blockTable colWidths="120.0,120.0,120.0,120.0,120.0,120.0" style="HeaderInfo">105 <blockTable colWidths="100.0,100.0,100.0,200.0,120.0,100.0" style="HeaderInfo">
92 <tr>106 <tr>
93 <td>107 <td>
94 <para style="HeaderRight">Reference :</para>108 <para style="HeaderRight">Reference :</para>
@@ -97,10 +111,10 @@
97 <para style="Header">[[ picking.name ]]</para>111 <para style="Header">[[ picking.name ]]</para>
98 </td>112 </td>
99 <td>113 <td>
100 <para style="HeaderRight">Origin :</para>114 <para style="HeaderRight">Order Category :</para>
101 </td>115 </td>
102 <td>116 <td>
103 <para style="Header">[[ picking.origin ]]</para>117 <para style="Header">[[ get_selec(picking, 'order_category') ]]</para>
104 </td>118 </td>
105 <td>119 <td>
106 <para style="HeaderRight">Actual Receipt Date :</para>120 <para style="HeaderRight">Actual Receipt Date :</para>
@@ -131,12 +145,6 @@
131 </tr>145 </tr>
132 <tr>146 <tr>
133 <td>147 <td>
134 <para style="HeaderRight">Order Category :</para>
135 </td>
136 <td>
137 <para style="Header">[[ get_selec(picking, 'order_category') ]]</para>
138 </td>
139 <td>
140 <para style="HeaderRight">State :</para>148 <para style="HeaderRight">State :</para>
141 </td>149 </td>
142 <td>150 <td>
@@ -148,6 +156,20 @@
148 <td>156 <td>
149 <para style="Header"> </para>157 <para style="Header"> </para>
150 </td>158 </td>
159 <td>
160 <para style="HeaderRight"> </para>
161 </td>
162 <td>
163 <para style="Header"> </para>
164 </td>
165 </tr>
166 <tr>
167 <td>
168 <para style="HeaderRight">Origin :</para>
169 </td>
170 <td>
171 <para style="Header">[[ picking.origin ]]</para>
172 </td>
151 </tr>173 </tr>
152 </blockTable>174 </blockTable>
153175
@@ -155,6 +177,7 @@
155 <font color="white"> </font>177 <font color="white"> </font>
156 </para>178 </para>
157179
180 <setNextTemplate name="second" />
158181
159 <section>182 <section>
160 <blockTable colWidths="25.0,70.0,120.0,60.0,45.0,40.0,70.0,70.0,70.0,80.0,80.0,80.0" style="LineHeader" repeatRows="1">183 <blockTable colWidths="25.0,70.0,120.0,60.0,45.0,40.0,70.0,70.0,70.0,80.0,80.0,80.0" style="LineHeader" repeatRows="1">
@@ -242,7 +265,7 @@
242 <para style="Header">265 <para style="Header">
243 <font color="white"> </font>266 <font color="white"> </font>
244 </para>267 </para>
245 268
246 <blockTable colWidths="44.0,169.0,169.0,169.0,169.0" style="FooterInfo" keepWithNext="1">269 <blockTable colWidths="44.0,169.0,169.0,169.0,169.0" style="FooterInfo" keepWithNext="1">
247 <tr>270 <tr>
248 <td>271 <td>

Subscribers

People subscribed via source and target branches