Placeholders for the Order and Charge entities

The following Placeholders are used for the Order and Charge entities.

EntityPlaceholderDescription

Order

 

order.idOrder ID

order.number

Order number (for example, SO000329), which is configured in the system settings (see System Settings).
order.status

Order status

order.created_atDate and time of Order creation
order.chargesFull information about Charges of the Order (data will be separated by ".": description, quantity, unit_price, unit_price_without_tax, discount_amount, discounted_unit_price_without_tax, amount_without_tax, period, tax_percent, amount, discount_ids))
order.totalThe total amount of an Order in the Reseller currency. The Placeholder can be used to display the amount with the Reseller currency units {{ order.total | format_as_currency }}
order.total_in_original_currencyThe total amount of an Order in the Plan currency with the Plan currency units. Does not require specifying the format_as_currency modifier
order.days_passed

Number of days passed after creating the Order. Used for the Resend the order Event only

Charge

charge.descriptionDetailed information about the Charge
charge.quantityTotal quantity of the ordered Resources
charge.unit_price_without_taxPrice of the unit of the service excluding VAT
charge.discount_amountAmount of the discount
charge.discounted_unit_price_without_taxAmount of the discount on the unit of the service excluding VAT
charge.amount_without_taxAmount of the Charge excluding VAT
charge.periodPeriod of using the service, for which the Charge was created
charge.tax_percentVAT rate
charge.amountAmount of the Charge
charge.operate_fromStart date of the paid period, to display the "Operate from" parameter in Invoices
charge.operate_toEnd date of the paid period, to display the "Operate to" parameter in Invoices
charge.name

The name of the Resource, Subscription, and the paid period for Invoices in the following format: from {DD.MM.YYYY} to {DD.MM.YYYY}. The displayed paid period is defined by the operate_from and operate_to parameters of the Charge. See also Charges for the Subscriptions with different billing types)