moneymanagerex
moneymanagerex copied to clipboard
Quick (sub-)filter on list of transactions
Once the Transaction Filter is applied I sometimes need to focus on a subset of records
- AS IS I apply a transaction filter to seek a date range, let's say it returns 100 records
- REQUEST I want to further zoom into records with certain keyword, which I do not want to do another transaction filter, I wish I could enter the keyword somewhere on the same screen and filter out the particular 22 records. This may not re-query the database but only the current view, hence is quicker. (Keeping HTML+JS client search vs MYSQL server search in mind)
records with certain keyword
What do you mean by 'keyword'? Which column(s) do you want the keyword sub-filter to search in?
Is it worth considering supporting something like: https://tabulator.info/ for tables, in the same way we have ApexCharts? Will add much more flexibility
E.g. https://tabulator.info/examples/5.4#filter
We should be able to search Notes, Amount, Dates, Category name, Split or not, Status, and Balance.
Is it worth considering supporting something like: https://tabulator.info/ for tables, in the same way we have ApexCharts? Will add much more flexibility
E.g. https://tabulator.info/examples/5.4#filter
Something like that would definitely add much more flexibility, but I'm not sure how feasible it is now, given the current components used within MMEX. I took the request @sarjanwebdev to refer to the transaction grids that use the wxWidgets control, not the reports area which uses HTML. But maybe he was referring to both. But even if we did want to enhance the reports, on Windows the embedded Internet Explorer web browser control wouldn't support that, I know there is a separate issue in the backlog on whether to migrate away from the IE browser control but I recall that being a significant effort since Microsoft's Edge WebView2 doesn't support custom schemes and virtual file systems... Just a few things to consider. https://github.com/moneymanagerex/moneymanagerex/issues/5124
Yes, would likely need to update the browser control for windows
This issue is stale because it has been open 365 days with no activity. Please update if you want to keep the issue open
Not a fix, but #5512 might help a little?
Tabulator works with the Edge backend
I want similar thing on transaction list (not on report)