Transaction Rules #35
Labels
No Label
bug
enhancement
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: andrew/finnow#35
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Add a system where a user can specify rules that are triggered by one or more conditions that are checked when a transaction is saved or updated, and can automatically apply certain actions.
Conditions
Conditions are defined by the user for a given rule, and can be, for example, one of the following:
Conditions can be combined with AND, OR, and NOT to form complex boolean expressions.
Actions
When a rule's conditions are met, then one or more actions are executed, in order. Actions could be something like:
Not really needed for now.