| {{ $t('firefly.description') }} | {{ $t('firefly.opposing_account') }} | {{ $t('firefly.amount') }} |
|---|---|---|
| {{ transaction.attributes.group_title }} {{ transaction.attributes.transactions[0].description }} |
{{ tr.destination_name }}
{{ tr.source_name }}
{{ tr.destination_name }}
{{ tr.source_name }}
|
{{ Intl.NumberFormat(locale, {style: 'currency', currency: tr.currency_code}).format(tr.amount * -1) }} {{ Intl.NumberFormat(locale, {style: 'currency', currency: tr.currency_code}).format(tr.amount) }} {{ Intl.NumberFormat(locale, {style: 'currency', currency: tr.currency_code}).format(tr.amount * -1) }} {{ Intl.NumberFormat(locale, {style: 'currency', currency: tr.currency_code}).format(tr.amount) }} |