VRBL: Issue Date
You can model the date that the Document was issued.
Element
Use the IssueDate element to model this information:
Element | Cardinality | Description |
---|---|---|
Invoice Issue Date (Invoice/IssueDate ) | 1..1 | Specify the date the invoice was issued. |
Country-Specific configuration
Example
<Invoice>
<!-- code omitted for clarity -->
<cbc:IssueDate>2024-10-28</cbc:IssueDate>
<!-- code omitted for clarity -->
</Invoice>
Updated 4 days ago