- {{ $t('form.permDeleteWarning') }} -
-- {{ $t('form.account_areYouSure_js', {'name': this.accountName}) }} -
-- - {{ $tc('form.also_delete_piggyBanks_js', piggyBankCount, {count: piggyBankCount}) }} - - - {{ $tc('form.also_delete_transactions_js', transactionCount, {count: transactionCount}) }} - -
-- {{ $tc('firefly.save_transactions_by_moving_js', transactionCount) }} -
-- -
- -- -
- -- (all) - xl - lg - md - sm - xs -
- -{{ $t('firefly.budget') }} | -{{ $t('firefly.spent') }} | -{{ $t('firefly.left') }} | -
---|
{{ $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 }} - - |
-
{{ $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) }} - - - |
-
{{ $t('firefly.description') }} | -{{ $t('firefly.amount') }} | -
---|---|
- - {{ transaction.attributes.group_title }} - {{ transaction.attributes.transactions[0].description }} - - | -
-
-
- {{ 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) }} - - - |
-
{{ $t('list.name') }} | -{{ $t('list.next_expected_match') }} | -
---|---|
{{ bill.attributes.name }}
- (~ {{
- Intl.NumberFormat(locale, {style: 'currency', currency: bill.attributes.currency_code}).format((parseFloat(bill.attributes.amount_min) +
- parseFloat(bill.attributes.amount_max)) / -2)
- }})
-
- - {{ bill.attributes.object_group_title }} - - |
-
-
- - - - {{ new Intl.DateTimeFormat(locale, {year: 'numeric', month: 'long', day: 'numeric'}).format(new Date(payDate)) }} - - - |
-
{{ $t('firefly.category') }} | -{{ $t('firefly.spent') }} / {{ $t('firefly.earned') }} | -
---|---|
- {{ category.name }} - | -
-
-
-
- {{ Intl.NumberFormat(locale, {style: 'currency', currency: category.currency_code}).format(category.spent) }}
-
-
-
-
-
-
-
-
- {{ Intl.NumberFormat(locale, {style: 'currency', currency: category.currency_code}).format(category.earned) }}
-
-
-
-
- |
-
{{ $t('firefly.account') }} | -{{ $t('firefly.earned') }} | -
---|---|
{{ entry.name }} | -
-
-
- {{ Intl.NumberFormat(locale, {style: 'currency', currency: entry.currency_code}).format(entry.difference_float) }}
-
-
-
- |
-
{{ $t('firefly.account') }} | -{{ $t('firefly.spent') }} | -
---|---|
{{ entry.name }} | -
-
-
- {{ Intl.NumberFormat(locale, {style: 'currency', currency: entry.currency_code}).format(entry.difference_float) }}
-
-
-
- |
-
{{ $t('list.piggy_bank') }} | -{{ $t('list.percentage') }} / {{ $t('list.amount') }} | -
---|---|
- {{ piggy.attributes.name }}
-
- - {{ piggy.attributes.object_group_title }} - - |
-
-
-
-
- {{
- Intl.NumberFormat(locale, {style: 'currency', currency: piggy.attributes.currency_code}).format(piggy.attributes.current_amount)
- }}
-
- of
- {{
- Intl.NumberFormat(locale, {
- style: 'currency',
- currency: piggy.attributes.currency_code
- }).format(piggy.attributes.target_amount)
- }}
-
-
-
-
- |
-
- - {{ error }}
Explain
-- -
--