Add expense period total chart

This commit is contained in:
2019-08-19 20:59:27 +02:00
parent 7a73f45921
commit 6be58d6462
18 changed files with 340 additions and 12 deletions

View File

@@ -20,6 +20,14 @@
<groupId>javax.persistence</groupId>
<artifactId>javax.persistence-api</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
</dependencies>
<build>