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

XPathCardinalityDescription
Copy Indicator (Invoice/cbc:CopyIndicator)0..1An 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>