mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Initial user ability to set foreign currency
This commit is contained in:
@@ -153,6 +153,7 @@ return [
|
||||
'tagList' => 'FireflyIII\Support\Binder\TagList',
|
||||
'start_date' => 'FireflyIII\Support\Binder\Date',
|
||||
'end_date' => 'FireflyIII\Support\Binder\Date',
|
||||
'date' => 'FireflyIII\Support\Binder\Date',
|
||||
],
|
||||
'rule-triggers' => [
|
||||
'user_action' => 'FireflyIII\Rules\Triggers\UserAction',
|
||||
@@ -210,7 +211,7 @@ return [
|
||||
'budget', 'bill', 'type', 'date', 'date_before', 'date_after', 'on', 'before', 'after'],
|
||||
// tag notes has_attachments
|
||||
'currency_exchange_services' => [
|
||||
'fixerio' => 'FireflyIII\Services\Currency\FixerIO',
|
||||
'fixerio' => 'FireflyIII\Services\Currency\FixerIO',
|
||||
],
|
||||
'preferred_exchange_service' => 'fixerio',
|
||||
|
||||
|
||||
@@ -159,7 +159,7 @@ return [
|
||||
'ExpandedForm' => [
|
||||
'is_safe' => [
|
||||
'date', 'text', 'select', 'balance', 'optionsList', 'checkbox', 'amount', 'tags', 'integer', 'textarea', 'location',
|
||||
'multiRadio', 'file', 'multiCheckbox', 'staticText', 'amountSmall', 'password','nonSelectableBalance'
|
||||
'multiRadio', 'file', 'multiCheckbox', 'staticText', 'amountSmall', 'password', 'nonSelectableBalance', 'nonSelectableAmount',
|
||||
],
|
||||
],
|
||||
'Form' => [
|
||||
|
||||
Reference in New Issue
Block a user