implemented display of projects in time record list

This commit is contained in:
2025-08-29 20:50:28 +02:00
parent 5240217653
commit 9300ba8401
5 changed files with 29 additions and 771 deletions

View File

@@ -8,7 +8,6 @@ import de.srsoftware.tools.Mappable;
import de.srsoftware.umbrella.core.exceptions.UmbrellaException;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.time.Duration;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import java.util.*;