X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/83542c806dc5c249bf640e344eaf3831cdf2f2ea..HEAD:/templates/webpages/dunning/edit_config.html diff --git a/templates/webpages/dunning/edit_config.html b/templates/webpages/dunning/edit_config.html index 94511cb0d..04d964c85 100644 --- a/templates/webpages/dunning/edit_config.html +++ b/templates/webpages/dunning/edit_config.html @@ -1,14 +1,13 @@ [%- USE T8 %] [%- USE HTML %] - +[%- USE LxERP -%][%- USE L -%] +

[% title %]

+ -
[% title %]
- -
+ - @@ -17,6 +16,7 @@ + @@ -46,6 +46,7 @@ + @@ -77,6 +78,7 @@ + @@ -121,14 +123,21 @@ + + + + + + + +
[% 'Dunning Level' | $T8 %][% 'eMail Send?' | $T8 %] [% 'Create invoice?' | $T8 %][% 'Include original Invoices?' | $T8 %] [% 'Fristsetzung' | $T8 %] [% 'Duedate +Days' | $T8 %] [% 'Fee' | $T8 %]
[% 'Dunning Creator' | $T8 %][% L.select_tag('dunning_creator', [ [ 'current_employee', LxERP.t8('Current Employee') ],[ 'invoice_employee', LxERP.t8('Employee from the original invoice') ] ], default=dunning_creator) %] +
[% 'Original Invoice' | $T8 %][% L.select_tag('dunning_original_invoice_creation_mode', [ + [ 'create_new', LxERP.t8('Create new record.') ], + [ 'use_last_created_or_create_new', + LxERP.t8('Use last created record or create new.') ], + ], default=dunning_original_invoice_creation_mode) %] +
-
- - - -
- -