You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Konik ZUGFeRD Library
Hallo, wir haben bemerkt, dass TradeTax folgende Attribute hinzufügt: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ist dies ein Fehler? Scheint das nur dieses Element soetwas hinzufügt:
new TradeTax() .setBasis(taxBase) .setCalculated(taxes) .setCategory(TaxCategory.S) .setType(TaxCode.VAT) .setPercentage(BigDecimal(19).underlying())
Vadim
unread,
May 3, 2016, 6:15:19 AM5/3/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Konik ZUGFeRD Library
Kann ich das XML dazu mal sehen?
Christian Schmitt
unread,
May 3, 2016, 6:48:17 AM5/3/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Jedoch habe ich alle Werte gelöscht, wegen Personenbezogenen Daten
Vadim
unread,
May 3, 2016, 7:00:12 AM5/3/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Konik ZUGFeRD Library
ok, kannst du mal die Testcases aus dem Projekt laufen lassen?
ist das Java oder .NET?
Christian Schmitt
unread,
May 3, 2016, 7:05:28 AM5/3/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Konik ZUGFeRD Library
Es ist ein kleines Scala Projekt (also Java) hat auch keine Testcases, ist auch ein neues Projekt, jedoch habe ich gesehen das es noch Konik 1.0.3 verwendet, könnte es sein das 1.1.0 das behebt?
Vadim
unread,
May 3, 2016, 7:22:52 AM5/3/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Konik ZUGFeRD Library
ja probierE mal die aktuelle Version 1.1.0
Du kannst auch mal die Testcases laufen lassen. Dazu musst du das Projekt aber auschecken. In der Vergangenheit hat es je nach JDK mal Probleme gegeben.
Christian Schmitt
unread,
May 4, 2016, 11:53:06 AM5/4/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Konik ZUGFeRD Library
Scheint das es automatisch behoben wurde nachdem ich das Projekt umgebaut habe.
Großes Problem war auch das ich ein Finatra (Scala) verwendet habe wo Probleme mit Jackson upgrade hatte.