Skip to content
New issue

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

Bookkeeper: Add Filtering dropdown to balance sheet and sats flow screens #80

Open
evansmj opened this issue Jan 21, 2025 · 0 comments
Open

Comments

@evansmj
Copy link
Contributor

evansmj commented Jan 21, 2025

it would be great if there were more grouping/filtering options in the satsflow and the balance sheet, to see exactly how much money flowed into and out of each account, not just the entire node.

A new dropdown component is to be added to the balance sheet and sats flow screens next to the other dropdown components.

This component will be able to include and exclude event tags.

The event tags will be entered comma separated and whitespace trimmed for processing.

There will be a radio button to toggle between 'include' and 'exclude.

Given the 'include' radio button is selected,
And I have entered tags in the text field,
Then these event tags are the only ones that will be displayed.

Given the 'exclude' radio button is selected,
And I have entered tags in the text field,
Then event tags other than these will be displayed.

input 1: "paid_invoice, deposit"
input 2: "paid_invoice,deposit"
input 3: " paid_invoice,deposit"
input 4: "paid_invoice,deposit "

The event tags will be entered comma separated and whitespace trimmed for processing. The above inputs are all valid and have the same result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant