X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/662b757f97c456d1a8f93f1f37ae188b945da42e..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/payment_term/list.html diff --git a/templates/webpages/payment_term/list.html b/templates/webpages/payment_term/list.html index 8563137d3..bc56b9149 100644 --- a/templates/webpages/payment_term/list.html +++ b/templates/webpages/payment_term/list.html @@ -1,9 +1,5 @@ [% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %] - - - -
-![]() |
+ ![]() |
[%- 'Description' | $T8 %] | -[%- 'Long Description' | $T8 %] | +[%- 'Long Description (quotations & orders)' | $T8 %] | +[%- 'Long Description (invoices)' | $T8 %] | +[% 'Automatic date calculation' | $T8 %] | [%- 'Netto Terms' | $T8 %] | [%- 'Skonto Terms' | $T8 %] | [%- 'Skonto' | $T8 %] | +[%- 'Obsolete' | $T8 %] |
|---|---|---|---|---|---|---|---|---|---|---|
![]() |
+ ![]() |
[%- HTML.escape(payment_term.description) %] | [%- HTML.escape(payment_term.description_long) %] | +[%- HTML.escape(payment_term.description_long_invoice) %] | +[% IF payment_term.auto_calculation %][% LxERP.t8("yes") %][% ELSE %][% LxERP.t8("no") %][% END %] | [%- HTML.escape(payment_term.terms_netto_as_number) %] | [%- HTML.escape(payment_term.terms_skonto_as_number) %] | -[%- HTML.escape(payment_term.percent_skonto_as_number) %] % | +[%- HTML.escape(payment_term.percent_skonto_as_percent) %] % | +[%- HTML.escape(payment_term.obsolete) %] |