France (Flux 2 UBL EXT-CTC-FR): Invoicing Period
In France, you must specify a description for the invoicing period.
The code of the date when the VAT becomes accountable for the Seller and for the Buyer.
Elements
| Name (Path) | Cardinality | Description |
|---|---|---|
Invoicing Period (/Invoice/InvoicePeriod) | 0..1 | A group of elements providing information on the invoice period. |
Invoicing Period Start Date (StartDate) | 0..1 | The date when the invoice period starts. |
Invoicing Period End Date (EndDate) | 0..1 | The date when the invoice period ends. |
Tax Point Date Code (DescriptionCode) | 0..1 | The code of the date when the tax becomes accountable for the Seller and for the Buyer. |
Following codes of the subset of UNCL 2005 are allowed:
| Code | Description |
|---|---|
3 | Invoice document issue date |
35 | Delivery date, actual |
432 | Paid to date |
The Value Added Tax point date code (BT-8) is used if the Value Added Tax point date is not known when the invoice is issued. The use of Value Added Tax point date code /Invoice/InvoicePeriod/DescriptionCode and Value Added Tax point date /Invoice/TaxPointDate is mutually exclusive. In CIUS-FR, the the Tax Point Date (BT-8) is discouraged.
The Value Added Tax point date code (BT-8) is mandatory for service invoices where the taxable seller has opted for debits.
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoicePeriod>
<StartDate>2024-09-01</StartDate>
<EndDate>2024-09-30</EndDate>
<DescriptionCode>3</DescriptionCode>
</cac:InvoicePeriod>
<!-- code omitted for clarity -->
</Invoice>
Updated about 22 hours ago
