mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Add new roles
This commit is contained in:
@@ -123,6 +123,13 @@ return [
|
||||
'field' => 'currency',
|
||||
'mapper' => 'TransactionCurrencies',
|
||||
],
|
||||
'foreign-currency-code' => [
|
||||
'mappable' => true,
|
||||
'pre-process-map' => false,
|
||||
'converter' => 'CurrencyCode',
|
||||
'field' => 'foreign_currency',
|
||||
'mapper' => 'TransactionCurrencies',
|
||||
],
|
||||
'external-id' => [
|
||||
'mappable' => false,
|
||||
'pre-process-map' => false,
|
||||
@@ -298,6 +305,12 @@ return [
|
||||
'converter' => 'AmountCredit',
|
||||
'field' => 'amount_credit',
|
||||
],
|
||||
'amount_foreign' => [
|
||||
'mappable' => false,
|
||||
'pre-process-map' => false,
|
||||
'converter' => 'Amount',
|
||||
'field' => 'amount_foreign',
|
||||
],
|
||||
'sepa-ct-id' => [
|
||||
'mappable' => false,
|
||||
'pre-process-map' => false,
|
||||
|
||||
Reference in New Issue
Block a user