error analysis
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user