Starting on January 1st, 2025, invoices in France will have to mention the SIREN. Also, the shipping address must be displayed if different from the invoice address. |
SIREN and shipping address information are available in following documents:
The operator has to set the SIREN in the organization's administrative numbers
Order summary
Add following instruction at the place you would like to display the SIREN:
#if($orderReceipt.siren.length() > 0)#space(5)SIREN CODE : #display($orderReceipt.siren, 22, 'LEFT')#end
Order summary and file summary
Add following instruction at the place you would like to display the SIREN:
{#if($document.organization.legalInformation.get("ADMIN_NUM/SIREN"))
}{SIREN code: $document.organization.legalInformation.get("ADMIN_NUM/SIREN")}{#end}
Invoice
Add following instruction at the place you would like to display the SIREN:
#addProperty($document "show.adminNumber.ADMIN_NUM/SIREN" "true")
#addProperty($document "label.adminNumber.ADMIN_NUM/SIREN" "SIREN")
Please contact our support if you have to add the shipment contact address to your documents.
Almost all our customers are using customized document templates. As a result, our customers will have to perform the updates to their templates. Don't hesitate to contact our support if you need some help.