Lines 63-68
Link Here
|
63 |
<th class="title-string">Estimated delivery date</th> |
63 |
<th class="title-string">Estimated delivery date</th> |
64 |
<th>Vendor</th> |
64 |
<th>Vendor</th> |
65 |
<th class="anti-the">Information</th> |
65 |
<th class="anti-the">Information</th> |
|
|
66 |
<th>Quantity</th> |
66 |
<th>Total cost</th> |
67 |
<th>Total cost</th> |
67 |
<th>Basket</th> |
68 |
<th>Basket</th> |
68 |
<th>Basket group</th> |
69 |
<th>Basket group</th> |
Lines 107-112
Link Here
|
107 |
[% END %] |
108 |
[% END %] |
108 |
[% END %] |
109 |
[% END %] |
109 |
</td> |
110 |
</td> |
|
|
111 |
<td>[% lateorder.quantity %]</td> |
110 |
<td> |
112 |
<td> |
111 |
[% SET subtotal = (lateorder.quantity - lateorder.quantityreceived) * lateorder.rrp %] |
113 |
[% SET subtotal = (lateorder.quantity - lateorder.quantityreceived) * lateorder.rrp %] |
112 |
[% SET total = total + subtotal %] |
114 |
[% SET total = total + subtotal %] |
Lines 174-180
Link Here
|
174 |
<tr> |
176 |
<tr> |
175 |
<th colspan="6">Total</th> |
177 |
<th colspan="6">Total</th> |
176 |
<th>[% total | $Price %]</th> |
178 |
<th>[% total | $Price %]</th> |
177 |
<th colspan="9"> </th> |
179 |
<th colspan="10"> </th> |
178 |
</tr> |
180 |
</tr> |
179 |
</tfoot> |
181 |
</tfoot> |
180 |
</table> |
182 |
</table> |
181 |
- |
|
|