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 5 Next »

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}

Then, the operator has to add the following instructions

}{#addProperty($document "show.adminNumber.ADMIN_NUM/SIREN" "true")
}{#addProperty($document "label.adminNumber.ADMIN_NUM/SIREN" "SIREN")

Shipment contact address


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 of you need some help.



  • No labels