Replies: 1 comment
-
Yes, you are right. Can you fix it and send a PR? |
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
-
I attempted to generate a Credit Note and observed the following discrepancies:
**Correct me if I'm wrong.
The generated code includes cbc:InvoiceTypeCode, cac:InvoiceLine, and cbc:LineExtensionAmount.
However, it should be:
cbc:InvoiceTypeCode → cbc:CreditNoteTypeCode
cac:InvoiceLine → cac:CreditNoteLine
cbc:LineExtensionAmount → cbc:CreditedQuantity
Beta Was this translation helpful? Give feedback.
All reactions