fix audit report formatting issues
This commit is contained in:
parent
5587732f52
commit
067891bbba
@ -102,8 +102,7 @@ making wire transfers that have been due.
|
|||||||
|
|
||||||
The total amount the exchange currently lags behind is
|
The total amount the exchange currently lags behind is
|
||||||
{\bf {{ wire.total_amount_lag.value }}.{{ wire.total_amount_lag.fraction }}
|
{\bf {{ wire.total_amount_lag.value }}.{{ wire.total_amount_lag.fraction }}
|
||||||
{{ wire.total_amount_lag.currency }}
|
{{ wire.total_amount_lag.currency }}}.
|
||||||
}.
|
|
||||||
|
|
||||||
Note that some lag is perfectly normal, as tiny amounts that are too small to be wired
|
Note that some lag is perfectly normal, as tiny amounts that are too small to be wired
|
||||||
are deferred beyond the due date, hoping that additional transfers will push them above
|
are deferred beyond the due date, hoping that additional transfers will push them above
|
||||||
@ -593,7 +592,7 @@ have a clear financial impact.
|
|||||||
\hline
|
\hline
|
||||||
{\bf Table} & {\bf Row} & {\bf Diagnostic} \\
|
{\bf Table} & {\bf Row} & {\bf Diagnostic} \\
|
||||||
\caption{Other wire table issues found (by table and row).}
|
\caption{Other wire table issues found (by table and row).}
|
||||||
\label{table:misc}
|
\label{table:wire:misc}
|
||||||
\endlastfoot
|
\endlastfoot
|
||||||
{% for item in wire.row_inconsistencies %}
|
{% for item in wire.row_inconsistencies %}
|
||||||
\verb! {{ item.table }} ! &
|
\verb! {{ item.table }} ! &
|
||||||
@ -687,7 +686,7 @@ impact.
|
|||||||
{% if data.row_inconsistencies|length() == 0 %}
|
{% if data.row_inconsistencies|length() == 0 %}
|
||||||
{\bf No row inconsistencies found.}
|
{\bf No row inconsistencies found.}
|
||||||
{% else %}
|
{% else %}
|
||||||
\begin{longtable}{p{1.5cm}|l|p{5.5}}
|
\begin{longtable}{p{1.5cm}|l|p{5.5cm}}
|
||||||
{\bf Table} & {\bf Row} & {\bf Diagnostic} \\
|
{\bf Table} & {\bf Row} & {\bf Diagnostic} \\
|
||||||
\hline \hline
|
\hline \hline
|
||||||
\endfirsthead
|
\endfirsthead
|
||||||
@ -703,7 +702,7 @@ impact.
|
|||||||
\label{table:misc}
|
\label{table:misc}
|
||||||
\endlastfoot
|
\endlastfoot
|
||||||
{% for item in data.row_inconsistencies %}
|
{% for item in data.row_inconsistencies %}
|
||||||
{{ item.table }} &
|
\verb! {{ item.table }} ! &
|
||||||
{{ item.row }} &
|
{{ item.row }} &
|
||||||
{{ item.diagnostic }} \\ \hline
|
{{ item.diagnostic }} \\ \hline
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@ -854,7 +853,7 @@ This section lists issues with wire transfers related to timestamps.
|
|||||||
\label{table:wire:bad_time}
|
\label{table:wire:bad_time}
|
||||||
\endlastfoot
|
\endlastfoot
|
||||||
{% for item in wire.row_minor_inconsistencies %}
|
{% for item in wire.row_minor_inconsistencies %}
|
||||||
{\tt {{ item.table }} } & {{ item.row }} & {{ item.diagnostic }} \\ \hline
|
\verb! {{ item.table }} ! & {{ item.row }} & {{ item.diagnostic }} \\ \hline
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
\end{longtable}
|
\end{longtable}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user