invoiceninja / ui

Invoice Ninja: Web admin portal built with React
https://app.invoicing.co
Other
52 stars 46 forks source link

Add possibility to show transactions of one bank account #1806

Open tobiasvielmetter opened 4 weeks ago

tobiasvielmetter commented 4 weeks ago

I would like an easy way to filter transactions by bank accounts. In the react app, I believe this is not possible at all and there also does not seem to be way to add the bank account as a column.

The flutter app provides a complicated way of doing this going through the settings -> bank accounts -> select bank account and click arrow next to transactions.

Would it be feasible to add this feature?

turbo124 commented 3 weeks ago

@tobiasvielmetter its a great suggestion.

@Civolilah if you create a map of bank_integrations.bank_account_name => bank_integrations.id

We can use an additional filter option with the bank names:

image

These can be chained (comma separated list) and we can use the filters for this

prop: bank_integration_ids:x,y,g

Civolilah commented 3 weeks ago

@turbo124 Great, the additional filter will be added!