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