From 6a4ba789204bae8c3d442d4d11adab3b8c436172 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 23 Sep 2020 15:50:54 +0200 Subject: [PATCH] =?utf8?q?S:C:CustomerVendorTurnover:=20Betr=C3=A4ge=20rec?= =?utf8?q?htsb=C3=BCndig?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../webpages/customer_vendor_turnover/_list_open_items.html | 6 +++--- .../customer_vendor_turnover/_list_open_orders.html | 2 +- .../webpages/customer_vendor_turnover/count_turnover.html | 6 +++--- .../customer_vendor_turnover/invoices_statistic.html | 6 +++--- .../webpages/customer_vendor_turnover/order_statistic.html | 2 +- .../customer_vendor_turnover/quotation_statistic.html | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) 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 %] -- 2.20.1