{{ $t('firefly.description') }} | {{ $t('firefly.opposing_account') }} | {{ $t('firefly.amount') }} | {{ $t('firefly.category') }} | {{ $t('firefly.budget') }} |
---|---|---|---|---|
{{ 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) }} |
{{ tr.category_name }} |
{{ tr.budget_name }} |