X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdunning%2Fshow_invoices.html;h=db49d7e59deaed72f1ce16fd1c3b615968666ab1;hb=529e6bf96e1ad74ae2e770a9e74f29f26a28d3c8;hp=ce7579b8c201fc4f42b2b1af3578ab627ab3f049;hpb=fc41222c61dbee590005f04c50e8603581462543;p=kivitendo-erp.git diff --git a/templates/webpages/dunning/show_invoices.html b/templates/webpages/dunning/show_invoices.html index ce7579b8c..db49d7e59 100644 --- a/templates/webpages/dunning/show_invoices.html +++ b/templates/webpages/dunning/show_invoices.html @@ -1,19 +1,22 @@ [%- USE T8 %] [% USE HTML %] -[% USE L %] -[% L.javascript_tag('jquery.checkall') %] +[% USE L %][%- USE LxERP -%] +

[% title %]

+ [% 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 %] - - +
+ +

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

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

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

+

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

- +

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

- +
+ [% IF l_include_direct_debit %] + + [% END %] [% FOREACH row = DUNNINGS %] - + - + + [% IF l_include_direct_debit %] + + [% END %] [% END %]
[% 'Current / Next Level' | $T8 %] @@ -36,11 +39,14 @@ [% 'Dunning Duedate' | $T8 %] [% 'Total Fees' | $T8 %] [% 'Interest' | $T8 %][% 'direct debit' | $T8 %]
@@ -60,27 +66,24 @@ [% HTML.escape(row.language) %] - [% HTML.escape(row.invnumber) %] + [% HTML.escape(row.invnumber) %] [% HTML.escape(row.transdate) %] [% HTML.escape(row.duedate) %] [% HTML.escape(row.amount) %] [% HTML.escape(row.open_amount) %][% HTML.escape(row.next_duedate) %][% HTML.escape(row.dunning_duedate) %] [% HTML.escape(row.fee) %] [% HTML.escape(row.interest) %] + [% IF row.direct_debit %][% LxERP.t8("yes") %][% ELSE %][% LxERP.t8("no") %][% END %] +
-
- - - [% 'Override invoice language' | $T8 %] - [% PRINT_OPTIONS %] - -
- @@ -93,8 +96,3 @@ [% UNLESS DEBUG_DUNNING %]onclick="this.disabled=true; this.value='[% 'The dunning process started' | $T8 %]'; document.Form.submit()"[% END %]>
- -