mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Expand configuration.
This commit is contained in:
parent
80718baa16
commit
5e87d7b570
@ -800,4 +800,21 @@ return [
|
|||||||
AccountType::ASSET => [AccountType::RECONCILIATION],
|
AccountType::ASSET => [AccountType::RECONCILIATION],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
'journal_meta_fields' => [
|
||||||
|
// sepa
|
||||||
|
'sepa_cc', 'sepa_ct_op', 'sepa_ct_id',
|
||||||
|
'sepa_db', 'sepa_country', 'sepa_ep',
|
||||||
|
'sepa_ci', 'sepa_batch_id', 'external_uri',
|
||||||
|
|
||||||
|
// dates
|
||||||
|
'interest_date', 'book_date', 'process_date',
|
||||||
|
'due_date', 'payment_date', 'invoice_date',
|
||||||
|
|
||||||
|
// others
|
||||||
|
'recurrence_id', 'internal_reference', 'bunq_payment_id',
|
||||||
|
'import_hash', 'import_hash_v2', 'external_id', 'original_source',
|
||||||
|
|
||||||
|
// recurring transactions
|
||||||
|
'recurrence_total', 'recurrence_count',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user