Placeholders for the Invoice entity
The following Placeholders can be used for the Invoice entities.
| Placeholder | Description |
|---|---|
| invoice.id | Invoice ID |
invoice.document_number | Number of an Invoice |
| invoice.total | Total amount of the Invoice payment. With the number_in_words filter and the localization key, returns the localized total amount of the Invoice payment in words |
| invoice.total_in_words | Total amount of the Invoice payment in words |
| invoice.created_at | Date of the Invoice creation |
| invoice.from_date | Period of the Invoice: from (in the following format: Sun, 01 May 2016) |
| invoice.to_date | Period of the Invoice: to (in the following format: Sun, 01 May 2016) |
| invoice.to_date_human | Period of the Invoice: to (in the following format: "01.01.2016") |
| invoice.status | Status of the Invoice |
| invoice.date_today | Current date (in the following format: "01.01.2016") |
| invoice.plan_custom_attributes.item | Value of the attributes of the plan, where the item is a key of the attribute |
| invoice.plan_resources_custom_attributes.item | Value of the attributes of the plan resource, where the item is a key of the attribute |