changes in account statement output

This commit is contained in:
2022-04-04 14:44:44 +02:00
parent 06e8a2f4bf
commit 18cd0eeebc
2 changed files with 22 additions and 2 deletions

View File

@ -69,5 +69,15 @@
\hline \hline
\end{tabular}
\pagebreak
\subsection*{Counts}
\begin{tabular}{|r|r|} \hline
\hline \textcolor{blue}{\bf{Month}} & \textcolor{blue}{\bf{Count}} \\
#for $entry in $count_entries
\hline \tt{$entry['month']} & \tt{$entry['count']} \\
#end for
\hline \hline
\end{tabular}
\end{document}