Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TypDokumentInhaltParameterBeschreibung
E-MailAlle E-MailsAbsendername{$document.metadata.fromContact.setDisplayName("your_sender_email_address")}Als Absendername wird standardmäßig der externe Name der Institution verwendet. Dieser kann mit der angegebenen Variable überschrieben werden. 
DokumenteAlle DokumenteAdresse in Kopfzeile


Code Block
#* Customization for Address Salutation*#
}{#macro (showDeliveryAddressForInvoice $document $showContactNb)
}{
#*
We first try to check if there is a address associated with invoice shipment. If yes, then use this one.
*#
}{#if($document.docShipment && $document.docShipment.actualContactAddress && $document.docShipment.actualContactAddress.formattedAddress.addressLines.size()!=0)
	}{#if($showContactNb == "true" && $document.docShipment.contact)


ersetzt den Standard Adressblock mit einem angepassten, indem die Anrede in einer eigenen Zeile steht.


Vorher:


Nacher:






...