X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Facqui%2Finvoice.tt;h=c35e8d8cc5c1c74c1b415c19e102ac59416cb076;hb=20d9ed618fbe3cdcb9c04444a1f8a584b0364069;hp=815980e1868c1e0940830f261b11471e02b3a725;hpb=9a77e0600e0c87f95c098e67f7fcc53c6491f500;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt index 815980e186..c35e8d8cc5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt @@ -12,12 +12,12 @@ // Summary Library - Actual cost tax exc. - Actual cost tax inc. + Actual cost tax exc. + Actual cost tax inc. Qty. - Total tax exc. ([% currency.symbol %]) - Total tax inc. ([% currency.symbol %]) + Total tax exc. ([% currency.symbol %]) + Total tax inc. ([% currency.symbol %]) GST % GST Fund @@ -174,13 +174,13 @@ [% END %]

[% order.branchcode %]

- [% order.unitpricegste | $Price %] - [% order.unitpricegsti | $Price %] + [% order.unitprice_tax_excluded | $Price %] + [% order.unitprice_tax_included | $Price %] [% order.quantity %] - [% order.totalgste | $Price %] - [% order.totalgsti | $Price %] - [% order.gstrate * 100 | $Price %] - [% order.gstvalue | $Price %] + [% order.total_tax_excluded | $Price %] + [% order.total_tax_included | $Price %] + [% order.tax_rate * 100 | $Price %] + [% order.tax_value | $Price %] [% order.budget_name %] [% END %] @@ -188,35 +188,35 @@ [% FOR tf IN foot_loop %] - Total (GST [% tf.gstrate * 100 | $Price %] %) - + Total (GST [% tf.tax_rate * 100 | $Price %] %) + [% tf.quantity %] - [% tf.totalgste | $Price %] - [% tf.totalgsti | $Price %] + [% tf.total_tax_excluded | $Price %] + [% tf.total_tax_included | $Price %]   - [% tf.gstvalue | $Price %] + [% tf.tax_value | $Price %]   [% END %] Total ([% currency.symbol %]) - + [% total_quantity %] - [% total_gste | $Price %] - [% total_gsti | $Price %] + [% total_tax_excluded | $Price %] + [% total_tax_included | $Price %]   - [% total_gstvalue | $Price %] + [% total_tax_value | $Price %]   Total + Shipment cost ([% currency.symbol %]) - - + + [% total_quantity %] - [% total_gste_shipment | $Price %] - [% total_gsti_shipment | $Price %] + [% total_tax_excluded_shipment | $Price %] + [% total_tax_included_shipment | $Price %]   - [% total_gstvalue | $Price %] + [% total_tax_value | $Price %]