From: Bernd Bleßmann Date: Wed, 23 Sep 2020 13:50:54 +0000 (+0200) Subject: S:C:CustomerVendorTurnover: Beträge rechtsbündig X-Git-Tag: release-3.5.6.1~7 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6a4ba789204bae8c3d442d4d11adab3b8c436172;p=kivitendo-erp.git S:C:CustomerVendorTurnover: Beträge rechtsbündig --- diff --git a/templates/webpages/customer_vendor_turnover/_list_open_items.html b/templates/webpages/customer_vendor_turnover/_list_open_items.html index 55dc7dfd4..f7e8ef1ea 100644 --- a/templates/webpages/customer_vendor_turnover/_list_open_items.html +++ b/templates/webpages/customer_vendor_turnover/_list_open_items.html @@ -45,10 +45,10 @@ [% type | $T8 %] [% row.invnumber | html %] [% row.transdate.to_kivitendo | html %] - [%- LxERP.format_amount(row.amount, 2) %] + [%- LxERP.format_amount(row.amount, 2) %] [% row.duedate.to_kivitendo | html %] - [%- LxERP.format_amount(row.paid, 2) %] - [%- LxERP.format_amount(row.amount - row.paid,2) %] + [%- LxERP.format_amount(row.paid, 2) %] + [%- LxERP.format_amount(row.amount - row.paid,2) %] [% IF FORM.db == 'customer' %] [%- IF row.dunning_config_id != '' %] diff --git a/templates/webpages/customer_vendor_turnover/_list_open_orders.html b/templates/webpages/customer_vendor_turnover/_list_open_orders.html index 0ebf8a18a..d15933ab5 100644 --- a/templates/webpages/customer_vendor_turnover/_list_open_orders.html +++ b/templates/webpages/customer_vendor_turnover/_list_open_orders.html @@ -38,7 +38,7 @@ [%- END -%] [% END %] [% row.transdate.to_kivitendo | html %] - [%- LxERP.format_amount(row.amount, 2) %] + [%- LxERP.format_amount(row.amount, 2) %] [% row.employee.name | html %] [% row.transaction_description | html %] diff --git a/templates/webpages/customer_vendor_turnover/count_turnover.html b/templates/webpages/customer_vendor_turnover/count_turnover.html index cf793e2e5..6df5e45d5 100644 --- a/templates/webpages/customer_vendor_turnover/count_turnover.html +++ b/templates/webpages/customer_vendor_turnover/count_turnover.html @@ -16,9 +16,9 @@ [% row.date_part | html %] [% row.count | html %] - [%- LxERP.format_amount(row.amount,2) %] - [%- LxERP.format_amount(row.netamount,2) %] - [%- LxERP.format_amount(row.paid,2) %] + [%- LxERP.format_amount(row.amount,2) %] + [%- LxERP.format_amount(row.netamount,2) %] + [%- LxERP.format_amount(row.paid,2) %] [% END %] diff --git a/templates/webpages/customer_vendor_turnover/invoices_statistic.html b/templates/webpages/customer_vendor_turnover/invoices_statistic.html index c6dc91a97..8d6e61bbd 100644 --- a/templates/webpages/customer_vendor_turnover/invoices_statistic.html +++ b/templates/webpages/customer_vendor_turnover/invoices_statistic.html @@ -40,10 +40,10 @@ [% type | $T8 %] [% row.invnumber | html %] [% row.transdate.to_kivitendo | html %] - [%- LxERP.format_amount(row.amount, 2) %] + [%- LxERP.format_amount(row.amount, 2) %] [% row.duedate.to_kivitendo | html %] - [%- LxERP.format_amount(row.paid, 2) %] - [%- LxERP.format_amount(row.amount - row.paid, 2) %] + [%- LxERP.format_amount(row.paid, 2) %] + [%- LxERP.format_amount(row.amount - row.paid, 2) %] [% END %] diff --git a/templates/webpages/customer_vendor_turnover/order_statistic.html b/templates/webpages/customer_vendor_turnover/order_statistic.html index cea874c73..c295699b9 100644 --- a/templates/webpages/customer_vendor_turnover/order_statistic.html +++ b/templates/webpages/customer_vendor_turnover/order_statistic.html @@ -21,7 +21,7 @@ [% IF row.id %][% END %][% HTML.escape(row.ordnumber) || ' ' %][% IF row.id %][% END %] [%- END -%] [% row.transdate.to_kivitendo | html %] - [%- LxERP.format_amount(row.amount, 2) %] + [%- LxERP.format_amount(row.amount, 2) %] [% row.reqdate.to_kivitendo | html %] [% row.transaction_description %] diff --git a/templates/webpages/customer_vendor_turnover/quotation_statistic.html b/templates/webpages/customer_vendor_turnover/quotation_statistic.html index d70da456c..02b808d02 100644 --- a/templates/webpages/customer_vendor_turnover/quotation_statistic.html +++ b/templates/webpages/customer_vendor_turnover/quotation_statistic.html @@ -23,7 +23,7 @@ [% END %][% HTML.escape(row.quonumber) || ' ' %][% IF row.id %][% END %] [%- END -%] [% row.transdate.to_kivitendo | html %] - [%- LxERP.format_amount(row.amount, 2) %] + [%- LxERP.format_amount(row.amount, 2) %] [% row.reqdate.to_kivitendo | html %] [% row.transaction_description %]