Placeholders for the Closing document entity

The following placeholders are used for the Closing document entity (see Viewing the list of invoices).

PlaceholderDescription
external_invoices

An array of closing documents. The placeholder is used with other placeholders to list details of closing documents 

{% for external_invoice in external_invoices %}
  <br/><a href="{{ external_invoice.url }}">{{ external_invoice.name }}</a>
{% endfor %}
external_invoice.idThe closing document ID
external_invoice.type

The closing document type:

  • Act of acceptance
  • Invoice (vat)
  • Invoice
external_invoice.keyThe closing document key
external_invoice.nameThe closing document key name
external_invoice.urlA link to view a closing document. The expiration period of the link is defined in the Private storage section of the global settings (see Global settings)
external_invoice.start_dateThe start date of a period covered by a closing document
external_invoice.end_dateThe end date of a period covered by a closing document
external_invoice.updated_atThe date when a closing document was updated