Lines 436-445
Link Here
|
436 |
<th class="gsti"> </th> |
436 |
<th class="gsti"> </th> |
437 |
<th class="gsti"> </th> |
437 |
<th class="gsti"> </th> |
438 |
<th>[% foot_loo.quantity %]</th> |
438 |
<th>[% foot_loo.quantity %]</th> |
439 |
<th class="gste">[% foot_loo.totalgste %]</th> |
439 |
<th class="gste">[% foot_loo.totalgste | $Price%]</th> |
440 |
<th class="gsti">[% foot_loo.totalgsti %]</th> |
440 |
<th class="gsti">[% foot_loo.totalgsti | $Price %]</th> |
441 |
<th> </th> |
441 |
<th> </th> |
442 |
<th>[% foot_loo.gstvalue %]</th> |
442 |
<th>[% foot_loo.gstvalue | $Price %]</th> |
443 |
<th> </th> |
443 |
<th> </th> |
444 |
[% IF ( active ) %] |
444 |
[% IF ( active ) %] |
445 |
[% UNLESS ( closedate ) %] |
445 |
[% UNLESS ( closedate ) %] |
Lines 457-466
Link Here
|
457 |
<th class="gsti"> </th> |
457 |
<th class="gsti"> </th> |
458 |
<th class="gsti"> </th> |
458 |
<th class="gsti"> </th> |
459 |
<th>[% total_quantity %]</th> |
459 |
<th>[% total_quantity %]</th> |
460 |
<th class="gste">[% total_gste %]</th> |
460 |
<th class="gste">[% total_gste | $Price %]</th> |
461 |
<th class="gsti">[% total_gsti %]</th> |
461 |
<th class="gsti">[% total_gsti | $Price %]</th> |
462 |
<th> </th> |
462 |
<th> </th> |
463 |
<th>[% total_gstvalue %]</th> |
463 |
<th>[% total_gstvalue | $Price %]</th> |
464 |
<th> </th> |
464 |
<th> </th> |
465 |
[% IF ( active ) %] |
465 |
[% IF ( active ) %] |
466 |
[% UNLESS ( closedate ) %] |
466 |
[% UNLESS ( closedate ) %] |
467 |
- |
|
|