X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c42acfd52669057debdf6a3d4245492ef23384b7..refs/heads/master:/templates/webpages/dunning/add.html diff --git a/templates/webpages/dunning/add.html b/templates/webpages/dunning/add.html index da8d94752..8ef0fcf89 100644 --- a/templates/webpages/dunning/add.html +++ b/templates/webpages/dunning/add.html @@ -1,55 +1,34 @@ -[%- USE T8 %] +[%- USE T8 %][%- USE L %] +[% USE LxERP %] [% USE HTML %] - +

[% title %]

- - -
[% title %]
- -
+ - [% IF SHOW_DUNNING_LEVEL_SELECTION %] + [% IF SHOW_DEPARTMENT_SELECTION %] - + [% END %] - [% IF SHOW_DEPARTMENT_SELECTION %] + [% IF SHOW_DUNNING_LEVEL_SELECTION %] - + @@ -65,6 +44,16 @@ + + + + + + + + + @@ -82,18 +71,17 @@ - - + + -
[% 'Customer' | $T8 %] - [% IF SHOW_CUSTOMER_SELECTION %] - - [% ELSE %] - - [% END %] +
[% 'Next Dunning Level' | $T8 %][% 'Department' | $T8 %] - + [% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1, style=style) %]
[% 'Department' | $T8 %][% 'Next Dunning Level' | $T8 %] - - [% FOREACH row = all_departments %][% END %] + [% FOREACH row = DUNNING %][% END %]
[% '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 %]
[% 'Group Invoices' | $T8 %]
- - - -
- + + + + + + + + +
- - - -