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

[% title %]

+ -
[% title %]
- -
+ - @@ -16,6 +16,7 @@ + @@ -45,6 +46,7 @@ + @@ -76,6 +78,7 @@ + @@ -120,15 +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) %] +
-
- - - -
- - -