Lines 481-487
Link Here
|
481 |
[% FOREACH foot_loo IN book_foot_loop %] |
481 |
[% FOREACH foot_loo IN book_foot_loop %] |
482 |
<tr> |
482 |
<tr> |
483 |
<th></th> |
483 |
<th></th> |
484 |
<th>Total (GST [% foot_loo.tax_rate * 100 | $Price %])</th> |
484 |
<th>Total (GST [% foot_loo.tax_rate * 100 %])</th> |
485 |
<th class="tax_excluded"> </th> |
485 |
<th class="tax_excluded"> </th> |
486 |
<th class="tax_excluded"> </th> |
486 |
<th class="tax_excluded"> </th> |
487 |
<th class="tax_included"> </th> |
487 |
<th class="tax_included"> </th> |
Lines 585-591
Link Here
|
585 |
<td class="number [% IF books_loo.quantity.search(zero_regex) %]error[% END %]">[% books_loo.quantity %]</td> |
585 |
<td class="number [% IF books_loo.quantity.search(zero_regex) %]error[% END %]">[% books_loo.quantity %]</td> |
586 |
<td class="number tax_excluded [% IF books_loo.total_tax_excluded.search(zero_regex) %]error[% END %]">[% books_loo.total_tax_excluded | $Price %]</td> |
586 |
<td class="number tax_excluded [% IF books_loo.total_tax_excluded.search(zero_regex) %]error[% END %]">[% books_loo.total_tax_excluded | $Price %]</td> |
587 |
<td class="number tax_included [% IF books_loo.total_tax_included.search(zero_regex) %]error[% END %]">[% books_loo.total_tax_included | $Price %]</td> |
587 |
<td class="number tax_included [% IF books_loo.total_tax_included.search(zero_regex) %]error[% END %]">[% books_loo.total_tax_included | $Price %]</td> |
588 |
<td class="number">[% books_loo.tax_rate * 100 | $Price %]</td> |
588 |
<td class="number">[% books_loo.tax_rate * 100 %]</td> |
589 |
<td class="number [% IF books_loo.tax_value.search(zero_regex) %]error[% END %]">[% books_loo.tax_value | $Price %]</td> |
589 |
<td class="number [% IF books_loo.tax_value.search(zero_regex) %]error[% END %]">[% books_loo.tax_value | $Price %]</td> |
590 |
<td>[% books_loo.budget_name %]</td> |
590 |
<td>[% books_loo.budget_name %]</td> |
591 |
<td>[% books_loo.suppliers_report %]</td> |
591 |
<td>[% books_loo.suppliers_report %]</td> |
Lines 698-704
Link Here
|
698 |
<td class="number">[% order.quantity %]</td> |
698 |
<td class="number">[% order.quantity %]</td> |
699 |
<td class="number tax_excluded">[% order.total_tax_excluded | $Price %]</td> |
699 |
<td class="number tax_excluded">[% order.total_tax_excluded | $Price %]</td> |
700 |
<td class="number tax_included">[% order.total_tax_included | $Price %]</td> |
700 |
<td class="number tax_included">[% order.total_tax_included | $Price %]</td> |
701 |
<td class="number">[% order.tax_rate * 100 | $Price %]</td> |
701 |
<td class="number">[% order.tax_rate * 100 %]</td> |
702 |
<td class="number">[% order.tax_value | $Price %]</td> |
702 |
<td class="number">[% order.tax_value | $Price %]</td> |
703 |
<td>[% order.budget_name %] |
703 |
<td>[% order.budget_name %] |
704 |
</tr> |
704 |
</tr> |