X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdunning%2Fshow_invoices.html;h=15acab34674316cca211717d3f9015bf7fd100a0;hb=108f7a8c7ba3137f0e0bcf5142b0269dd25b1115;hp=b7ee6ed47585796bf2acd1774f2dc3bd5f41674a;hpb=0c28bb82b805b07543debaf08061b58d0b437c07;p=kivitendo-erp.git diff --git a/templates/webpages/dunning/show_invoices.html b/templates/webpages/dunning/show_invoices.html index b7ee6ed47..15acab346 100644 --- a/templates/webpages/dunning/show_invoices.html +++ b/templates/webpages/dunning/show_invoices.html @@ -1,18 +1,18 @@ [%- USE T8 %] [% USE HTML %] -[% USE L %] +[% 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 %]

- +
+ [% IF l_include_direct_debit %] + + [% END %] [% FOREACH row = DUNNINGS %] - + - + + [% IF l_include_direct_debit %] + + [% END %] [% END %]
[% 'Current / Next Level' | $T8 %] @@ -35,11 +35,14 @@ [% 'Dunning Duedate' | $T8 %] [% 'Total Fees' | $T8 %] [% 'Interest' | $T8 %][% 'direct debit' | $T8 %]
@@ -59,15 +62,20 @@ [% 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 %] +