Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

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.

Solution

SIREN and shipping address information are available in following documents:

  • Order receipt
  • Order summary
  • File summary
  • Invoice

SIREN number

Set-up the value of the SIREN

The operator has to set the SIREN in the organization's administrative numbers

Display the SIREN on documents

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")

Shipment contact address

Please contact our support if you have to add the shipment contact address to your documents.

Getting started

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.



  • No labels