We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to add a filter parameter direction to the transaction list. It could have the following values:
direction
"incoming": off-budget account -> on-budget account "outgoing": on-budget account -> off-budget account "transfer": internal account -> internal account
See envelope-zero/backend#565
The text was updated successfully, but these errors were encountered:
This is available in backend version 5.2.0 with the direction parameter as INCOMING, OUTGOING or TRANSFER
INCOMING
OUTGOING
TRANSFER
Sorry, something went wrong.
No branches or pull requests
It would be nice to add a filter parameter
direction
to the transaction list.It could have the following values:
"incoming": off-budget account -> on-budget account
"outgoing": on-budget account -> off-budget account
"transfer": internal account -> internal account
See envelope-zero/backend#565
The text was updated successfully, but these errors were encountered: