Skip to content

Commit

Permalink
updated qr bill
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEgger committed Mar 4, 2024
1 parent 48e8323 commit f1b6ca8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ val buildSettings = Seq(
// transitive dependencies of legacy de.zalando.beard
"org.antlr" % "antlr4" % "4.8-1",
"io.monix" %% "monix" % "3.4.1", // ### Scala 3
"net.codecrete.qrbill" % "qrbill-generator" % "2.5.4",
"io.nayuki" % "qrcodegen" % "1.6.0",
"net.codecrete.qrbill" % "qrbill-generator" % "3.2.0",
"io.nayuki" % "qrcodegen" % "1.8.0",
"org.apache.pdfbox" % "pdfbox" % "2.0.30",
"org.apache.pdfbox" % "pdfbox-parent" % "2.0.30" pomOnly(),
"org.apache.xmlgraphics" % "batik-transcoder" % "1.17",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ trait RechnungReportData extends AsyncConnectionPoolContextAware with Buchhaltun
case _ => Language.DE
}
billFormat.setLanguage(language)
billFormat.setOutputSize(OutputSize.QR_BILL_WITH_HORIZONTAL_LINE)
billFormat.setOutputSize(OutputSize.QR_BILL_EXTRA_SPACE)
billFormat.setSeparatorType(SeparatorType.DASHED_LINE_WITH_SCISSORS)
bill.setFormat(billFormat)
//this value is mandatory for the qrCode. In case of generating qrCode
Expand Down

0 comments on commit f1b6ca8

Please sign in to comment.