X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/aa63ebae1c0a758ec438c594acb328b1f0e5e001..HEAD:/templates/webpages/dunning/add.html diff --git a/templates/webpages/dunning/add.html b/templates/webpages/dunning/add.html index d4a18df54..8ef0fcf89 100644 --- a/templates/webpages/dunning/add.html +++ b/templates/webpages/dunning/add.html @@ -1,8 +1,9 @@ -[%- USE T8 %] +[%- USE T8 %][%- USE L %] +[% USE LxERP %] [% USE HTML %]

[% title %]

-
+ @@ -12,6 +13,15 @@ + [% IF SHOW_DEPARTMENT_SELECTION %] + + + + + [% END %] + [% IF SHOW_DUNNING_LEVEL_SELECTION %] @@ -34,6 +44,16 @@ + + + + + + + + + @@ -59,11 +79,9 @@ + + + +
[% 'Department' | $T8 %] + [% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1, style=style) %] +
[% 'Next Dunning Level' | $T8 %]
[% 'Payment Term' | $T8 %][% L.select_tag('payment_id', ALL_PAYMENT_TERMS, with_empty=1, title_key='description', with_empty=1) %]
[% 'Type' | $T8 %][% L.select_tag('invoice', [ ['t', LxERP.t8('Invoice (No Dunning Fees)')], ['f', LxERP.t8('AR transactions (Dunning Fees)')], ], with_empty=1) %] +
[% 'Notes' | $T8 %]
- - - -
- -