X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpayment_term%2Flist.html;h=bc56b9149dcc24356c5c7d497d6c53a3ff229972;hb=3c3073bf0643afc162c3d17b4a93b47b3a11044d;hp=e26e07f838c146a8a611ec4ff52dfbe5cb522be3;hpb=5fd2cf413e611047a3b8d667378a258a7955941e;p=kivitendo-erp.git diff --git a/templates/webpages/payment_term/list.html b/templates/webpages/payment_term/list.html index e26e07f83..bc56b9149 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 %] - -
[% FORM.title %]
+

[% FORM.title %]

[%- INCLUDE 'common/flash.html' %] @@ -11,47 +10,42 @@

[%- ELSE %] - +
+ - - + - + + + + + + [%- FOREACH payment_term = PAYMENT_TERMS %] - - - + + + + - + + [%- END %] +
[%- LxERP.t8('reorder item') %] [%- '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 %]
- [%- UNLESS loop.first %] - - [%- END %] - - [%- UNLESS loop.last %] - - [%- END %] -
[%- LxERP.t8('reorder item') %] [%- 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) %]
[%- END %] - -

- [%- 'Create new payment term' | $T8 %] -

- - + [% L.sortable_element('#payment_term_list tbody', url => 'controller.pl?action=PaymentTerm/reorder', with => 'payment_term_id') %]