X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frp%2Fbalance_sheet_de.html;h=04ad4412a0b2eece4fd40713e0f12fee89d58bef;hb=0c095a8e7f027288a2064155476f5a59038f0e23;hp=8ee0dca299349acc61629effbe518f09aea15553;hpb=5be291594a4ead20f6900b249357deb262137cac;p=kivitendo-erp.git diff --git a/templates/webpages/rp/balance_sheet_de.html b/templates/webpages/rp/balance_sheet_de.html index 8ee0dca29..04ad4412a 100644 --- a/templates/webpages/rp/balance_sheet_de.html +++ b/templates/webpages/rp/balance_sheet_de.html @@ -19,9 +19,11 @@ [% FOREACH row = A %] - [% row.description %] - [% row.this %] - [% row.last %] + [% row.accno _ ' - ' IF l_accno %][% row.description %] + [% LxERP.format_amount(row.this, decimalplaces) %] + [%- IF last_period %] + [% LxERP.format_amount(row.last, decimalplaces) %] + [%- END %] [% END %] @@ -34,8 +36,10 @@ TOTAL - [% total.A.this %]
- [% total.A.last %]
+ [% LxERP.format_amount(total.A.this, decimalplaces) %]
+ [%- IF last_period %] + [% LxERP.format_amount(total.A.last, decimalplaces) %]
+ [%- END %] [% END %] @@ -46,9 +50,11 @@ [% FOREACH row = L %] - [% row.description %] - [% row.this %] - [% row.last %] + [% row.accno _ ' - ' IF l_accno %][% row.description %] + [% LxERP.format_amount(row.this, decimalplaces) %] + [%- IF last_period %] + [% LxERP.format_amount(row.last, decimalplaces) %] + [%- END %] [% END %] @@ -62,8 +68,10 @@ TOTAL - [% total.L.this %]

- [% total.L.last %]

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

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

+ [%- END %] [% END %] @@ -75,8 +83,10 @@ [% row.description %] - [% row.this %] - [% row.last %] + [% LxERP.format_amount(row.this, decimalplaces) %] + [%- IF last_period %] + [% LxERP.format_amount(row.last, decimalplaces) %] + [%- END %] [% END %] @@ -90,14 +100,18 @@ TOTAL - [% total.Q.this %]

- [% total.Q.last %]

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

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

+ [%- END %] [% END %] TOTAL PASSIVA & EIGENTUM - [% total.this %]

- [% total.last %]

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

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

+ [%- END %]