-
Notifications
You must be signed in to change notification settings - Fork 704
Information pane shows filtered transactions but allows editing #5076
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
base: master
Are you sure you want to change the base?
Conversation
Hello, sorry for the long delay, I will try to look into it this week end. |
For the logo, I think I found a way to fix, with unwrap().getOwner(). The issue was actually from my initial commit with only the inject. I am still looking into the rest. I am wondering, should the internally derived transaction always be shown in the transaction lists ? PP needs the internally derived transaction for the internal calculation when a filter selection happens, but when it is only for visual listing is there still this need ?
Example : |
This pull request includes and then extends #5025.
"Derived" transactions are now marked with a little calculator. For example, if there is a cash transfer from account A to B, but only account B is included in the filter, then this transfer is converted into a "derived" deposit.
Derived transactions cannot be edited - neither in-place in the table nor with the dialogs. All other options should work, e.g. create a new transaction for the given account, etc.
@mierin12 I would appreciate if you could help testing this change. Particularly that the all editing functions work. And test if no "derived" transaction leak into the actual model.