X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdunning%2Fshow_invoices_master.html;h=cdb8c2d4689010d30ef3fd92db06c55e7a3472e1;hb=4c6a0cbb1632d7d799d45467dea3ea82dda7291e;hp=85c91776120bbc9617dd6c98207efbcfdaa00f65;hpb=14d2384fc587dbee5f4075ed1fe99f00711ed83a;p=kivitendo-erp.git diff --git a/templates/webpages/dunning/show_invoices_master.html b/templates/webpages/dunning/show_invoices_master.html index 85c917761..cdb8c2d46 100644 --- a/templates/webpages/dunning/show_invoices_master.html +++ b/templates/webpages/dunning/show_invoices_master.html @@ -1,9 +1,9 @@ - +[% USE HTML %] -
+
[% title %]

The columns "Dunning Duedate", "Total Fees" and "Interest" show data for the previous @@ -15,12 +15,12 @@ Current / Next Level - + - + @@ -29,59 +29,62 @@ Invdate Inv. Duedate Amount + Open Amount Dunning Duedate Total Fees Interest - - + [% FOREACH row = DUNNINGS %] + - - -   + + + [% IF row.dunning_level %][% HTML.escape(row.dunning_level) %][% ELSE %] [% END %] - + [% FOREACH cfg_row = row.DUNNING_CONFIG %][% END %] - checked> - checked> - - - - - - - - + + + [% HTML.escape(row.customername) %] + + + [% 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.fee) %] + [% HTML.escape(row.interest) %] - + [% END %]


- + [% PRINT_OPTIONS %]
- - + + - + - - - - +