Replies: 1 comment
-
There are multiple elements that can be used for different purposes. So it depends on what you want to achieve. The validation error you mention is a famous one that has been discussed in multiple places on the internet. Unfortunately this validation doesn't make sense (in this context). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
Thank you for the effort you put into this library! I am currently trying to achieve an X-invoice export from our ERP system. We use arbitrary texts between the line items, which do not necessarily refer to an article position; sometimes they are headings or general texts. Is there a way to write these into the positions in the X-invoice with line numbers?
When trying to add TradelineItemComments I receive this error on the document validation:
An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Not subject to VAT" shall not contain the Seller VAT identifier (BT-31), the Seller tax representative VAT identifier (BT-63) or the Buyer VAT identifier (BT-48).
Thank you!
Marc
Beta Was this translation helpful? Give feedback.
All reactions