error analysis

This commit is contained in:
2022-04-03 18:44:43 +02:00
parent ac1636c162
commit b1b81eeb07
2 changed files with 59 additions and 1 deletions

View File

@ -53,7 +53,21 @@
\hline \hline related & \tt{$related['sum']} \,\euro{} \\
\hline unrelated & \tt{$unrelated['sum']} \,\euro{} \\
\hline total & \tt{$total['sum']} \,\euro{} \\
\hline \hline
\end{tabular}
\pagebreak
\subsection*{Errors}
\begin{tabular}{|r|r|l|} \hline
\hline \textcolor{blue}{\bf{type}} & \textcolor{blue}{\bf{sum}} & \textcolor{blue}{\bf{remark}} \\
#for $entry in $errors
\hline \tt{$entry['error']} & \tt{$entry['sum']} \,\euro{} & \tt{$entry['remark']} \\
#end for
\hline \tt{0} & \tt{$adjusted_total} \,\euro{} & \tt{adjusted total} \\
\hline \hline
\end{tabular}
\end{document}