X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frp%2Fbalance_sheet_de.html;h=04ad4412a0b2eece4fd40713e0f12fee89d58bef;hb=de6cead5597b9a1f7491f7b73a13f824589364b5;hp=7dd49e06409357420f343fb8ac8f03fbe9e1ca76;hpb=fdee0091f00479361820f0f98fe896a14e605b18;p=kivitendo-erp.git diff --git a/templates/webpages/rp/balance_sheet_de.html b/templates/webpages/rp/balance_sheet_de.html index 7dd49e064..04ad4412a 100644 --- a/templates/webpages/rp/balance_sheet_de.html +++ b/templates/webpages/rp/balance_sheet_de.html @@ -20,9 +20,9 @@ [% row.accno _ ' - ' IF l_accno %][% row.description %] - [% LxERP.format_amount(row.this,2) %] + [% LxERP.format_amount(row.this, decimalplaces) %] [%- IF last_period %] - [% LxERP.format_amount(row.last,2) %] + [% LxERP.format_amount(row.last, decimalplaces) %] [%- END %] [% END %] @@ -36,9 +36,9 @@ TOTAL - [% LxERP.format_amount(total.A.this,2) %]
+ [% LxERP.format_amount(total.A.this, decimalplaces) %]
[%- IF last_period %] - [% LxERP.format_amount(total.A.last,2) %]
+ [% LxERP.format_amount(total.A.last, decimalplaces) %]
[%- END %] [% END %] @@ -51,9 +51,9 @@ [% row.accno _ ' - ' IF l_accno %][% row.description %] - [% LxERP.format_amount(row.this,2) %] + [% LxERP.format_amount(row.this, decimalplaces) %] [%- IF last_period %] - [% LxERP.format_amount(row.last,2) %] + [% LxERP.format_amount(row.last, decimalplaces) %] [%- END %] [% END %] @@ -68,9 +68,9 @@ TOTAL - [% LxERP.format_amount(total.L.this,2) %]

+ [% LxERP.format_amount(total.L.this, decimalplaces) %]

[%- IF last_period %] - [% LxERP.format_amount(total.L.last,2) %]

+ [% LxERP.format_amount(total.L.last, decimalplaces) %]

[%- END %] [% END %] @@ -82,10 +82,10 @@ [% FOREACH row = Q %] - [% row.accno _ ' - ' IF l_accno %][% row.description %] - [% LxERP.format_amount(row.this,2) %] + [% row.description %] + [% LxERP.format_amount(row.this, decimalplaces) %] [%- IF last_period %] - [% LxERP.format_amount(row.last,2) %] + [% LxERP.format_amount(row.last, decimalplaces) %] [%- END %] [% END %] @@ -100,18 +100,18 @@ TOTAL - [% LxERP.format_amount(total.Q.this,2) %]

+ [% LxERP.format_amount(total.Q.this, decimalplaces) %]

[%- IF last_period %] - [% LxERP.format_amount(total.Q.last,2) %]

+ [% LxERP.format_amount(total.Q.last, decimalplaces) %]

[%- END %] [% END %] TOTAL PASSIVA & EIGENTUM - [% LxERP.format_amount(total.this,2) %]

+ [% LxERP.format_amount(total.this, decimalplaces) %]

[%- IF last_period %] - [% LxERP.format_amount(total.last,2) %]

+ [% LxERP.format_amount(total.last, decimalplaces) %]

[%- END %]