Lines 429-444
Link Here
|
429 |
[% FOREACH foot_loo IN book_foot_loop %] |
429 |
[% FOREACH foot_loo IN book_foot_loop %] |
430 |
<tr> |
430 |
<tr> |
431 |
<th></th> |
431 |
<th></th> |
432 |
<th>Total (GST [% foot_loo.gstgsti %])</th> |
432 |
<th>Total (GST [% foot_loo.gstgsti | format("%.2f") %])</th> |
433 |
<th class="gste"> </th> |
433 |
<th class="gste"> </th> |
434 |
<th class="gste"> </th> |
434 |
<th class="gste"> </th> |
435 |
<th class="gsti"> </th> |
435 |
<th class="gsti"> </th> |
436 |
<th class="gsti"> </th> |
436 |
<th class="gsti"> </th> |
437 |
<th>[% foot_loo.quantity %]</th> |
437 |
<th>[% foot_loo.quantity %]</th> |
438 |
<th class="gste">[% foot_loo.totalgste %]</th> |
438 |
<th class="gste">[% foot_loo.totalgste | format("%.2f") %]</th> |
439 |
<th class="gsti">[% foot_loo.totalgsti %]</th> |
439 |
<th class="gsti">[% foot_loo.totalgsti | format("%.2f") %]</th> |
440 |
<th> </th> |
440 |
<th> </th> |
441 |
<th>[% foot_loo.gstvalue %]</th> |
441 |
<th>[% foot_loo.gstvalue | format("%.2f") %]</th> |
442 |
<th> </th> |
442 |
<th> </th> |
443 |
[% IF ( active ) %] |
443 |
[% IF ( active ) %] |
444 |
[% UNLESS ( closedate ) %] |
444 |
[% UNLESS ( closedate ) %] |
Lines 456-465
Link Here
|
456 |
<th class="gsti"> </th> |
456 |
<th class="gsti"> </th> |
457 |
<th class="gsti"> </th> |
457 |
<th class="gsti"> </th> |
458 |
<th>[% total_quantity %]</th> |
458 |
<th>[% total_quantity %]</th> |
459 |
<th class="gste">[% total_gste %]</th> |
459 |
<th class="gste">[% total_gste | format("%.2f") %]</th> |
460 |
<th class="gsti">[% total_gsti %]</th> |
460 |
<th class="gsti">[% total_gsti | format("%.2f") %]</th> |
461 |
<th> </th> |
461 |
<th> </th> |
462 |
<th>[% total_gstvalue %]</th> |
462 |
<th>[% total_gstvalue | format("%.2f") %]</th> |
463 |
<th> </th> |
463 |
<th> </th> |
464 |
[% IF ( active ) %] |
464 |
[% IF ( active ) %] |
465 |
[% UNLESS ( closedate ) %] |
465 |
[% UNLESS ( closedate ) %] |
466 |
- |
|
|