Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VB.net の Koink.io SDK を使用して ZUGFeRD 請求書を作成しようとしています。私のコードは次のとおりです。
myTax.setCalculated(New Amount(New java.math.BigDecimal("833.70"), CurrencyCode.EUR))
そして、.xml請求書では
833.7
しかし、仕様上、「833.70」(ゼロを含む)にする必要がありますが、問題はありますか? 解決できますか?
ありがとう