X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdunning%2Fshow_invoices.html;h=bfc6403a67952214206021f36971db12460273e1;hb=061f4d6d32ed95055114582ede45e8387b302a53;hp=cd8c434227ea3d9185627630015db8bddf5ad4c7;hpb=9b7c4fb29b4d7ce6714e90346a554a811f54b125;p=kivitendo-erp.git diff --git a/templates/webpages/dunning/show_invoices.html b/templates/webpages/dunning/show_invoices.html index cd8c43422..bfc6403a6 100644 --- a/templates/webpages/dunning/show_invoices.html +++ b/templates/webpages/dunning/show_invoices.html @@ -1,20 +1,18 @@ [%- 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 %] - -
[% title %]
-

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

- +
+ @@ -36,11 +35,14 @@ + [% IF l_include_direct_debit %] + + [% END %] [% FOREACH row = DUNNINGS %] - + + @@ -68,12 +71,19 @@ + [% IF l_include_direct_debit %] + + [% END %] [% END %]
[% 'Current / Next Level' | $T8 %] @@ -28,6 +26,7 @@ [% 'Customername' | $T8 %][% 'Language' | $T8 %] [% 'Invno.' | $T8 %] [% 'Invdate' | $T8 %] [% 'Inv. Duedate' | $T8 %][% 'Dunning Duedate' | $T8 %] [% 'Total Fees' | $T8 %] [% 'Interest' | $T8 %][% 'direct debit' | $T8 %]
@@ -57,9 +59,10 @@ [% HTML.escape(row.customername) %][% HTML.escape(row.language) %] - [% HTML.escape(row.invnumber) %] + [% HTML.escape(row.invnumber) %] [% HTML.escape(row.transdate) %] [% HTML.escape(row.duedate) %][% HTML.escape(row.next_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 %]
@@ -90,5 +100,9 @@ [% UNLESS DEBUG_DUNNING %]onclick="this.disabled=true; this.value='[% 'The dunning process started' | $T8 %]'; document.Form.submit()"[% END %]>
- - +