Croatia (CIIUR): Copy Indicator
You can add an indicator to specify if the same invoice number was already sent.
You can use this flag for duplicate invoices that were already fiscalized. This ensures the document is sent only to the buyer and not reported to the tax authorities again.
To indicate a copy, specify true. The default is false.
Elements
| XPath | Cardinality | Description |
|---|---|---|
Copy Indicator (Invoice/cbc:CopyIndicator) | 0..1 | An element to indicate that the invoice is a copy |
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cbc:CopyIndicator>true</cbc:CopyIndicator>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated about 19 hours ago
