mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix for #1781
This commit is contained in:
@@ -375,23 +375,59 @@ return [
|
||||
'convert_deposit' => ConvertToDeposit::class,
|
||||
'convert_transfer' => ConvertToTransfer::class,
|
||||
],
|
||||
'rule-actions-text' => [
|
||||
'context-rule-actions' => [
|
||||
'set_category',
|
||||
'set_budget',
|
||||
'add_tag',
|
||||
'remove_tag',
|
||||
'link_to_bill',
|
||||
'set_description',
|
||||
'append_description',
|
||||
'prepend_description',
|
||||
'set_source_account',
|
||||
'set_destination_account',
|
||||
'set_notes',
|
||||
'append_notes',
|
||||
'prepend_notes',
|
||||
'link_to_bill',
|
||||
'convert_withdrawal',
|
||||
'convert_deposit',
|
||||
'convert_transfer',
|
||||
],
|
||||
'test-triggers' => [
|
||||
'context-rule-triggers' => [
|
||||
'from_account_starts',
|
||||
'from_account_ends',
|
||||
'from_account_is',
|
||||
'from_account_contains',
|
||||
'to_account_starts',
|
||||
'to_account_ends',
|
||||
'to_account_is',
|
||||
'to_account_contains',
|
||||
'amount_less',
|
||||
'amount_exactly',
|
||||
'amount_more',
|
||||
'description_starts',
|
||||
'description_ends',
|
||||
'description_contains',
|
||||
'description_is',
|
||||
'transaction_type',
|
||||
'category_is',
|
||||
'budget_is',
|
||||
'tag_is',
|
||||
'currency_is',
|
||||
'notes_contain',
|
||||
'notes_start',
|
||||
'notes_end',
|
||||
'notes_are',
|
||||
],
|
||||
|
||||
|
||||
'test-triggers' => [
|
||||
'limit' => 10,
|
||||
'range' => 200,
|
||||
],
|
||||
'default_currency' => 'EUR',
|
||||
'default_language' => 'en_US',
|
||||
'search_modifiers' => ['amount_is', 'amount', 'amount_max', 'amount_min', 'amount_less', 'amount_more', 'source', 'destination', 'category',
|
||||
'budget', 'bill', 'type', 'date', 'date_before', 'date_after', 'on', 'before', 'after'],
|
||||
'default_currency' => 'EUR',
|
||||
'default_language' => 'en_US',
|
||||
'search_modifiers' => ['amount_is', 'amount', 'amount_max', 'amount_min', 'amount_less', 'amount_more', 'source', 'destination', 'category',
|
||||
'budget', 'bill', 'type', 'date', 'date_before', 'date_after', 'on', 'before', 'after'],
|
||||
// tag notes has_attachments
|
||||
];
|
||||
|
Reference in New Issue
Block a user