gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 03/04: fix report generation


From: gnunet
Subject: [taler-exchange] 03/04: fix report generation
Date: Tue, 29 Oct 2019 11:36:30 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit 85a9ee6a1d271acf29c24fba28eaa483cdb088da
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Oct 29 11:32:44 2019 +0100

    fix report generation
---
 contrib/auditor-report.tex.j2 | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2
index 2830a6bc..e26d562e 100644
--- a/contrib/auditor-report.tex.j2
+++ b/contrib/auditor-report.tex.j2
@@ -218,7 +218,7 @@ and should be answered by revoking the exchange's online 
siging keys.
 % FIXME: reference PhD thesis?
 
 The total amount the exchange currently lags behind is
-{\bf {{ data.missing_deposit_confirmation_total }} } or
+{\bf {{ data.missing_deposit_confirmation_total }} } from a total number of
 {\bf {{ data.missing_deposit_confirmation_count }} } deposit confirmations.
 
 Note that some lag is perfectly normal.
@@ -229,7 +229,7 @@ Below, we report {\em all} deposit confirmations that are 
lagging behind.
 {% if data.deposit_confirmation_inconsistencies|length() == 0 %}
   {\bf No deposit confirmations that are lagging behind detected.}
 {% else %}
-  \begin{longtable}{p{1.5cm}|r|c|r}
+  \begin{longtable}{r|r|r}
   {\bf Timestamp} & {\bf Amount} & {\bf Row} \\
   \multicolumn{3}{l}{\bf Target account} \\ \hline \hline
 \endfirsthead
@@ -247,12 +247,11 @@ Below, we report {\em all} deposit confirmations that are 
lagging behind.
     \label{table:missing_dc}
 \endlastfoot
 {% for item in data.deposit_confirmation_inconsistencies %}
-  &
   {{ item.timestamp }} &
   {{ item.amount }} &
-  {{ item.row }} \\
+  {{ item.rowid }} \\
 \nopagebreak
-  \multicolumn{3}{l}{ {\tt {{ item.account }} } } \\ \hline
+  \multicolumn{3}{l}{ {\tt \truncate{0.95\textwidth}{ {{ item.account }} } } } 
\\ \hline
 {% endfor %}
   \end{longtable}
 {% endif %}

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]