Display of numerical values

In working papers we should use the absolute value, however in financial statements we should follow the accounting logic i.e Assets being positive and liabilities being negative.

Always use ‘currency’ as data type for figures. In order to show only integer values and not decimals we use the attribute precision the input definition and as a filter when printing. Please see code below.

{% input custom.revenue.value as:currency precision:0 %}
{{ custom.revenue.value | currency:0 }}