X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5fd2cf413e611047a3b8d667378a258a7955941e..0d37f1e8:/templates/webpages/payment_term/list.html diff --git a/templates/webpages/payment_term/list.html b/templates/webpages/payment_term/list.html index e26e07f83..d2f4748b1 100644 --- a/templates/webpages/payment_term/list.html +++ b/templates/webpages/payment_term/list.html @@ -1,6 +1,5 @@ [% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %] -
-![]() |
- ![]() |
+ ![]() |
[%- 'Description' | $T8 %] | [%- 'Long Description' | $T8 %] | +[% 'Automatic date calculation' | $T8 %] | [%- 'Netto Terms' | $T8 %] | [%- 'Skonto Terms' | $T8 %] | [%- 'Skonto' | $T8 %] |
|---|---|---|---|---|---|---|---|---|
- [%- UNLESS loop.first %]
-
- [%- END %]
- |
-
- [%- UNLESS loop.last %]
-
- [%- END %]
- |
+ |||||||
![]() |
[%- HTML.escape(payment_term.description) %] | [%- HTML.escape(payment_term.description_long) %] | +[% 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) %] % |