Bios-Marcel / baka

My stupid personal financial management
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Display evaluations per account #7

Open MarvinKlar opened 1 month ago

MarvinKlar commented 1 month ago

The evaluatins should be splitable into accounts. Maybe add a multi-select on top of the evaluation tab to select account(s) to display.

Bios-Marcel commented 1 month ago

I did this as single account filtering for now. Multi-Select ComboBoxes aren't available by default. I am hesitant to pull in ControlsFX (Dependency). Need to think about it.

Using CheckedMenuitems might solve the usecase too.