You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allowances for Items are not available after Import.
Steps:
1. Export Invoice
Invoice invoiceOut = new Invoice();
[...]
Item itemOut = new Item();
[...]
itemOut.addAllowance(new Allowance(BigDecimal.valueOf(123)));
var zf2p = new ZUGFeRD2PullProvider();
zf2p.setProfile(Profiles.getByName("XRechnung"));
zf2p.generateXML(invoiceOut);
byte[] xml = zf2p.getXML();
Allowances for Items are not available after Import.
Steps:
1. Export Invoice
2. Import from xml
GrossPriceProductTradePrice
.org.mustangproject.Item
.The text was updated successfully, but these errors were encountered: