Updated Transaction Rules (markdown)

Herculino Trotta
2025-12-14 11:33:17 -03:00
parent ecf68ae1e9
commit 750682ed89
+1 -1
@@ -15,7 +15,7 @@ Each rule has the following configuration options:
* `Run on update`: The rule will run when an existing transaction is updated.
* `Run on delete`: The rule will run when a transaction is deleted.
* **Sequenced**: A sequenced rule will update its [variables](#available-variables) between each rule execution, meaning that the next action will have access to the values of the previous action instead of the originating transaction.
* **Trigger**: A condition that must evaluate to `True` for the rule's actions to be executed.
* **Trigger** (the `If...` part): A condition that must evaluate to `True` for the rule's actions to be executed.
## Actions