aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/reports/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/about/reports/template.php')
-rw-r--r--en/about/reports/template.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/en/about/reports/template.php b/en/about/reports/template.php
index 478a1b494..8947f961f 100644
--- a/en/about/reports/template.php
+++ b/en/about/reports/template.php
@@ -229,7 +229,7 @@ $expenses_total = array_sum($expenses_monthly_summary[0]);
</section>
<section class="para values" id="inc-state">
<h2>Income statement</h2>
- <mark>TODO: full income statement. For now, check details below.</mark>
+ <!-- <mark>full income statement. For now, check details below.</mark>-->
<table summary="Income statement" class="fr-table">
<tbody>
<tr>
@@ -262,6 +262,7 @@ $expenses_total = array_sum($expenses_monthly_summary[0]);
</table>
</section>
<hr>
+ <!--
<section class="para values" id="balance">
<h2>Balance sheet</h2>
<table class="fr-table">
@@ -297,6 +298,7 @@ $expenses_total = array_sum($expenses_monthly_summary[0]);
</table>
</section>
<hr>
+ -->
<section class="para values" id="expenses">
<h2>Expenses</h2>
<?php $E = get_expenses($parsed['# Expenses details > ## More details']); echo $E['html']; ?>