X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c1bdb0035aa01633a4205c745f58f55faff4c28b..c8c6d6d:/templates/webpages/is/_payments_de.html diff --git a/templates/webpages/is/_payments_de.html b/templates/webpages/is/_payments_de.html deleted file mode 120000 index d2ad321ac..000000000 --- a/templates/webpages/is/_payments_de.html +++ /dev/null @@ -1 +0,0 @@ -_payments_master.html \ No newline at end of file diff --git a/templates/webpages/is/_payments_de.html b/templates/webpages/is/_payments_de.html new file mode 100644 index 000000000..1c39b20e3 --- /dev/null +++ b/templates/webpages/is/_payments_de.html @@ -0,0 +1,87 @@ +[%- USE LxERP %][% USE T8 %] +
| [%- 'Payments' | $T8 %] | +[% ELSE %] +[%- 'Incoming Payments' | $T8 %] | +[%- END %] +||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| [%- 'Date' | $T8 %] | +[%- 'Source' | $T8 %] | +[%- 'Memo' | $T8 %] | +[%- 'Amount' | $T8 %] | +[% IF show_exchangerate %] +[%- 'Exch' | $T8 %] | +[% END %] +[%- 'Account' | $T8 %] | +||||||
| + + + | ++ | + | +[% IF show_exchangerate %] + | + [% SET forex = 'forex_' _ i %] + [% SET exchangerate = 'exchangerate_' _ i %] + [% IF forex %] + + [% LxERP.format_amount(exchangerate, 2) %] + [% ELSE %] + + [% END %] + ; + | +[% END %] ++ + | ||||||
| + | + | [%- 'Total' | $T8 %] | +[% LxERP.foramt_amount(totalpaid, 2) | html %] | +||||||||
| + | + | [%- 'Missing amount' | $T8 %] | +[% LxERP.format_amount(paid_missing, 2) | html %] | +||||||||