X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8a8629cf302fba798e79ed34e12853edc0e87ba4..HEAD:/templates/webpages/dunning/add.html?ds=inline diff --git a/templates/webpages/dunning/add.html b/templates/webpages/dunning/add.html index ab1c44a28..8ef0fcf89 100644 --- a/templates/webpages/dunning/add.html +++ b/templates/webpages/dunning/add.html @@ -1,4 +1,5 @@ -[%- USE T8 %] +[%- USE T8 %][%- USE L %] +[% USE LxERP %] [% USE HTML %]

[% title %]

@@ -12,6 +13,15 @@ + [% IF SHOW_DEPARTMENT_SELECTION %] + + [% 'Department' | $T8 %] + + [% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1, style=style) %] + + + [% END %] + [% IF SHOW_DUNNING_LEVEL_SELECTION %] [% 'Next Dunning Level' | $T8 %] @@ -34,6 +44,16 @@ + + [% '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 %] @@ -59,5 +79,9 @@ + + + +