X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Ftabs%2F_tax_row.html;fp=templates%2Fwebpages%2Forder%2Ftabs%2F_tax_row.html;h=aa09a3a8618e1a8ba08088b2fb89d25b0a1816b1;hp=0000000000000000000000000000000000000000;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/templates/webpages/order/tabs/_tax_row.html b/templates/webpages/order/tabs/_tax_row.html new file mode 100644 index 000000000..aa09a3a86 --- /dev/null +++ b/templates/webpages/order/tabs/_tax_row.html @@ -0,0 +1,15 @@ +[%- USE T8 %] +[%- USE HTML %] +[%- USE LxERP %] +[%- USE L %] + + + [%- IF TAXINCLUDED %][%- 'Including' | $T8 %] [%- END %][%- TAX.tax.taxdescription %] [% TAX.tax.rate_as_percent %]% + [%- LxERP.format_amount(TAX.amount, 2, 0) %] + +[%- IF TAXINCLUDED %] + + [%- 'Net amount' | $T8 %] + [%- LxERP.format_amount(TAX.netamount, 2, 0) %] + +[%- END%]