Placeholders for the Invoice entity
The following Placeholders are used for the Invoice entities.
Placeholder | Description |
---|---|
invoice.id | an ID of the invoice |
invoice.document_number | a number of an invoice |
invoice.total | a total amount of the invoice payment |
invoice.total_in_words | a total amount of the invoice payment in words |
invoice.created_at | a date of the invoice creation |
invoice.from_date | a period of the invoice: from (in the following format: Sun, 01 May 2016) |
invoice.to_date | a period of the invoice: to (in the following format: Sun, 01 May 2016) |
invoice.to_date_human | a period of the invoice: to (in the following format: "01.01.2016") |
invoice.status | a status of the invoice |
invoice.date_today | a current date (in the following format: "01.01.2016") |
invoice.plan_custom_attributes.item | a value of the attributes of the plan, where the item is a key of the attribute |
invoice.plan_resources_custom_attributes.item | a value of the attributes of the plan resource, where the item is a key of the attribute |