Added a rule action that will delete the transactions it matches.

This commit is contained in:
James Cole
2020-05-16 11:21:26 +02:00
parent 173e196bc8
commit 86f14885eb
6 changed files with 88 additions and 4 deletions

View File

@@ -455,6 +455,8 @@ return [
'rule_trigger_notes_start' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Notes end with..',
'rule_trigger_notes_end' => 'Notes end with ":trigger_value"',
'rule_action_delete_transaction_choice' => 'DELETE transaction (!)',
'rule_action_delete_transaction' => 'DELETE transaction (!)',
'rule_action_set_category' => 'Set category to ":action_value"',
'rule_action_clear_category' => 'Clear category',
'rule_action_set_budget' => 'Set budget to ":action_value"',