X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4aa9760e3d155fccea859b2c56f75946c12633f9..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/dunning/show_invoices.html diff --git a/templates/webpages/dunning/show_invoices.html b/templates/webpages/dunning/show_invoices.html index 8036ade97..949d060e5 100644 --- a/templates/webpages/dunning/show_invoices.html +++ b/templates/webpages/dunning/show_invoices.html @@ -5,6 +5,7 @@ [% SET all_active = 1 %][% FOREACH row = DUNNINGS %][% IF !row.active %][% SET all_active = 0 %][% LAST %][% END %][% END %] [% SET all_email = 1 %][% FOREACH row = DUNNINGS %][% IF !row.email %][% SET all_email = 0 %][% LAST %][% END %][% END %] +[% SET all_include_invoices = 1 %][% FOREACH row = DUNNINGS %][% IF !row.print_original_invoice %][% SET all_include_invoices = 0 %][% LAST %][% END %][% END %]

[% LxERP.t8("Print options") %]

@@ -19,6 +20,7 @@ + + @@ -56,13 +62,19 @@ + - + + @@ -88,6 +100,6 @@ - +
[% 'Current / Next Level' | $T8 %][% 'Payment description' | $T8 %] [% L.checkbox_tag('selectall_active', checkall='INPUT[name*=active_]', checked=all_active) %] @@ -28,6 +30,10 @@ [% L.checkbox_tag('selectall_email', checkall='INPUT[name*=email_]', checked=all_email) %] + [% L.checkbox_tag('selectall_include_invoices', checkall='INPUT[name*=include_invoice_]', checked=all_include_invoices) %] + + [% 'Customername' | $T8 %] [% 'Department' | $T8 %] + [% IF row.credit_note %] + [% LxERP.t8("Add Credit Note for this dunning level:") %] + + [% END %] [% HTML.escape(row.payment_term) %] [% HTML.escape(row.cv_email) %] [% HTML.escape(row.customername) %] [% HTML.escape(row.departmentname) %] [% HTML.escape(row.language) %]