Lines 355-360
Link Here
|
355 |
<tr> |
355 |
<tr> |
356 |
<th class="anti-the">Summary</th> |
356 |
<th class="anti-the">Summary</th> |
357 |
<th>Library</th> |
357 |
<th>Library</th> |
|
|
358 |
[% IF has_invoice_unitprice %] |
359 |
<th>Invoice price</th> |
360 |
[% END %] |
358 |
<th class="tax_excluded">Actual cost tax exc.</th> |
361 |
<th class="tax_excluded">Actual cost tax exc.</th> |
359 |
<th class="tax_included">Actual cost tax inc.</th> |
362 |
<th class="tax_included">Actual cost tax inc.</th> |
360 |
<th class="replacementprice">Replacement price</th> |
363 |
<th class="replacementprice">Replacement price</th> |
Lines 386-391
Link Here
|
386 |
[% END %] |
389 |
[% END %] |
387 |
</td> |
390 |
</td> |
388 |
<td><p>[% order.branchcode | html %]</p></td> |
391 |
<td><p>[% order.branchcode | html %]</p></td> |
|
|
392 |
[% IF has_invoice_unitprice %] |
393 |
<td> |
394 |
[% IF order.invoice_unitprice %] |
395 |
[% order.invoice_unitprice | $Price with_symbol => 1, currency => order.invoice_currency %] [% order.invoice_currency %] |
396 |
[% END %] |
397 |
</td> |
398 |
[% END %] |
389 |
<td class="number tax_excluded">[% order.unitprice_tax_excluded | $Price %]</td> |
399 |
<td class="number tax_excluded">[% order.unitprice_tax_excluded | $Price %]</td> |
390 |
<td class="number tax_included">[% order.unitprice_tax_included | $Price %]</td> |
400 |
<td class="number tax_included">[% order.unitprice_tax_included | $Price %]</td> |
391 |
<td class="number replacementprice">[% order.replacementprice | $Price %] [% IF ( order.uncertainprice ) %] <span>(Uncertain)</span> [% END %]</td> |
401 |
<td class="number replacementprice">[% order.replacementprice | $Price %] [% IF ( order.uncertainprice ) %] <span>(Uncertain)</span> [% END %]</td> |
Lines 405-410
Link Here
|
405 |
[% FOR tf IN foot_loop %] |
415 |
[% FOR tf IN foot_loop %] |
406 |
<tr> |
416 |
<tr> |
407 |
<th colspan="2">Total (GST [% tf.tax_rate * 100 | html %] %)</th> |
417 |
<th colspan="2">Total (GST [% tf.tax_rate * 100 | html %] %)</th> |
|
|
418 |
[% IF has_invoice_unitprice %] |
419 |
<th></th> |
420 |
[% END %] |
408 |
<th class="tax_excluded"></th> |
421 |
<th class="tax_excluded"></th> |
409 |
<th class="tax_included"></th> |
422 |
<th class="tax_included"></th> |
410 |
<th class="replacementprice"/> |
423 |
<th class="replacementprice"/> |
Lines 418-423
Link Here
|
418 |
[% END %] |
431 |
[% END %] |
419 |
<tr> |
432 |
<tr> |
420 |
<th colspan="2">Total ([% currency.symbol | html %])</th> |
433 |
<th colspan="2">Total ([% currency.symbol | html %])</th> |
|
|
434 |
[% IF has_invoice_unitprice %] |
435 |
<th></th> |
436 |
[% END %] |
421 |
<th class="tax_excluded"></th> |
437 |
<th class="tax_excluded"></th> |
422 |
<th class="tax_included"></th> |
438 |
<th class="tax_included"></th> |
423 |
<th class="replacementprice"/> |
439 |
<th class="replacementprice"/> |
Lines 430-435
Link Here
|
430 |
</tr> |
446 |
</tr> |
431 |
<tr> |
447 |
<tr> |
432 |
<th colspan="2">Total + adjustments + shipment cost ([% currency.symbol | html %])</th> |
448 |
<th colspan="2">Total + adjustments + shipment cost ([% currency.symbol | html %])</th> |
|
|
449 |
[% IF has_invoice_unitprice %] |
450 |
<th></th> |
451 |
[% END %] |
433 |
<th class="tax_excluded"></th> |
452 |
<th class="tax_excluded"></th> |
434 |
<th class="tax_included"></th> |
453 |
<th class="tax_included"></th> |
435 |
<th class="replacementprice"/> |
454 |
<th class="replacementprice"/> |