X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/dcc04bee2c4a64f6dd107358095acefa0c328dbe..HEAD:/templates/webpages/rp/balance_sheet.html diff --git a/templates/webpages/rp/balance_sheet.html b/templates/webpages/rp/balance_sheet.html index e6e93240a..20f979cbf 100644 --- a/templates/webpages/rp/balance_sheet.html +++ b/templates/webpages/rp/balance_sheet.html @@ -1,18 +1,19 @@ [%- USE T8 %] [%- USE HTML %] [%- USE LxERP %] -
[% 'BALANCE SHEET' | $T8 %]
-
[% period %]
-
+
[% 'Balance sheet date' | $T8 %]: [% this_period %]
+
[% 'Report date' | $T8 %]: [% report_date %]
+
| [% 'ASSETS' | $T8 %] |
- [% this_period %] | -[% last_period %] | +[% this_startdate %] - [% this_period %] | +[% IF last_period %][% last_startdate %] - [% last_period %][% END %] | |
|---|---|---|---|---|---|
| - | [% row.description %] | +[% row.accno _ ' - ' IF l_accno and row.accno %][% row.description %] | [% LxERP.format_amount(row.this, decimalplaces) %] | [%- IF last_period %][% LxERP.format_amount(row.last, decimalplaces) %] | |