Skip to content

coderabbitai facturx10x.xml #2

@nielsdrost7

Description

@nielsdrost7

In the Facturv10Xml.php we only define the SpecifiedTradePaymentTerms:ram:Descriptions with a concatenation of sting and due date.

$node->appendChild($this->doc->createElement('ram:Description', $PaymentTerms));

In this Schema, we can also define the date as date string. I think we should add this also

<ram:SpecifiedTradePaymentTerms>
  <ram:Description>Fällig am 15.05.2025</ram:Description>
  <ram:DueDateDateTime>
    <udt:DateTimeString format="102">20250815</udt:DateTimeString>
  </ram:DueDateDateTime>
</ram:SpecifiedTradePaymentTerms>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions