France (Flux 2 UBL EXT-CTC-FR): Invoice Line Receipt Advice Reference

You can add a receipt advice reference on the line level.

CIUS-FR extends the usage of the reference to a receipt advice line on the line level. In addition to the Receipt Advice Line Reference, the Receipt Advice Number can also be provided. This allows that one invoice can refer to multiple receipt advices.

Elements

Use the ReceiptLineReference element to model this information:

Element (Path)CardinalityDescription
Line Receipt Advice Reference (/Invoice/InvoiceLine/ReceiptLineReference)0..1A group of elements providing information about the Line Receipt Advice Reference for the invoice line.
Receipt Advice Line (LineID)1..1An identifier for a referenced line within a Receipt Advice.
Receipt Advice Reference (DocumentReference)0..1A group of elements providing information about the referenced Receipt Advice.
Receipt Advice Reference ID (DocumentReference/ID)1..1An identifier for a referenced Receipt Advice.

Example

<ubl:Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:ReceiptLineReference>
            <cbc:LineID>120</cbc:LineID>
            <cac:DocumentReference>
                <cbc:ID>RA12345</cbc:ID>
            </cac:DocumentReference>
        </cac:ReceiptLineReference>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</ubl:Invoice>