X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frp%2Fbalance_sheet_master.html;h=fc3b8eedd7c5f611d8b3e1cad58540ec5cb08eb4;hb=16c66f611b987008d72c4475ce7cf691d517af0f;hp=5890987d1124f9f1221eea03f269f8e61c45a9a3;hpb=fdee0091f00479361820f0f98fe896a14e605b18;p=kivitendo-erp.git diff --git a/templates/webpages/rp/balance_sheet_master.html b/templates/webpages/rp/balance_sheet_master.html index 5890987d1..fc3b8eedd 100644 --- a/templates/webpages/rp/balance_sheet_master.html +++ b/templates/webpages/rp/balance_sheet_master.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 %] @@ -83,9 +83,9 @@ [% 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 %] @@ -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 LIABILITIES & EQUITY - [% 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 %]