X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdunning%2Fshow_invoices.html;h=bfa979d45c9d134511d43fe337baa93da6ebb224;hb=ee03d15d22eebae4c5224bd68a23b6b4d8a466c0;hp=15acab34674316cca211717d3f9015bf7fd100a0;hpb=b45625dd30418e2a7252537929799001b8e5afbe;p=kivitendo-erp.git diff --git a/templates/webpages/dunning/show_invoices.html b/templates/webpages/dunning/show_invoices.html index 15acab346..bfa979d45 100644 --- a/templates/webpages/dunning/show_invoices.html +++ b/templates/webpages/dunning/show_invoices.html @@ -5,12 +5,17 @@ [% 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 %] +
-

[% 'The columns "Dunning Duedate", "Total Fees" and "Interest" show data for the previous dunning created for this invoice.' | $T8 %]

+

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

- + [% L.checkbox_tag("force_lang", label=LxERP.t8('Override invoice language'), checked=force_lang) %] + [% PRINT_OPTIONS %] + +

[% LxERP.t8("Overdue invoices") %]

+ +

[% 'The columns "Dunning Duedate", "Total Fees" and "Interest" show data for the previous dunning created for this invoice.' | $T8 %]

@@ -24,8 +29,13 @@ [% L.checkbox_tag('selectall_email', checkall='INPUT[name*=email_]', checked=all_email) %] + + @@ -51,6 +61,10 @@ + +
[% 'Current / Next Level' | $T8 %] + [% L.checkbox_tag('selectall_include_invoices', checkall='INPUT[name*=include_invoice_]', checked=all_include_invoices) %] + + [% 'Customername' | $T8 %][% 'Department' | $T8 %] [% 'Language' | $T8 %] [% 'Invno.' | $T8 %] [% 'Invdate' | $T8 %] + [% IF row.credit_note %] + [% LxERP.t8("Add Credit Note for this dunning level:") %] + + [% END %] @@ -58,7 +72,9 @@ [% HTML.escape(row.customername) %][% HTML.escape(row.departmentname) %] [% HTML.escape(row.language) %] @@ -80,29 +96,8 @@ [% END %]
-
- - - [% 'Override invoice language' | $T8 %] - [% PRINT_OPTIONS %] - -
- - + - - - - - -
-