implemented storing of customer settings when sending document

This commit is contained in:
2025-07-17 23:24:57 +02:00
parent 763e5b447b
commit 67cb0b61b6
6 changed files with 55 additions and 32 deletions

View File

@@ -8,7 +8,7 @@ dependencies{
implementation("de.srsoftware:document.api:2.0.0")
implementation("de.srsoftware:document.file:1.0.1")
implementation("de.srsoftware:document.processor:1.0.3")
implementation("de.srsoftware:document.zugferd:1.0.4")
implementation("de.srsoftware:document.zugferd:1.0.5")
implementation("de.srsoftware:tools.mime:1.1.2")
}