-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: transaction filtering by direction and type (#1101)
Transaction filtering was incomplete and wrong so far, which is fixed with this change. There are now two different filters, direction and type. direction filters by the source/destination accounts being internal or external. It has the following values: IN: Transaction from an external to an internal account OUT: Transaction from an internal account to an external account INTERNAL: Transaction from an internal to an internal account (same as the old direction: TRANSFER) type filters by the effect a transaction has on the budget. It has the following values INCOME: From an off-budget to an on-budget account (same as the old direction: INCOMING) SPEND: From an on-budget to an off-budget account (same as the old direction: OUTGOING) TRANSFER: From an on-budget to an on-budget account
- Loading branch information
1 parent
51ba679
commit 3e3191a
Showing
7 changed files
with
113 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters