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

Feature request: "Unignore" transactions #383

Open
Detsieber opened this issue Feb 28, 2023 · 3 comments
Open

Feature request: "Unignore" transactions #383

Detsieber opened this issue Feb 28, 2023 · 3 comments

Comments

@Detsieber
Copy link
Member

It might happen, that a bank transaction was accidentally set to "ignored". The user might wish to "unignore" this.

Currently, this is possible by deleting the suggestion and resetting the status using sql:

update civicrm_bank_tx set status_id = 896, suggestions = null where id = 9999999;

Feature request: It would be nice to be able to reset the status in the UI.

@bjendres
Copy link
Member

bjendres commented Mar 3, 2023

Sounds like a helpful feature. Where would you place this in the UI?

Also be aware, though that the status_id is not the same on all systems and must be looked up.

@Detsieber
Copy link
Member Author

Where to place in the UI?
a) in the review form (maybe another button?)
b) maybe easier to implement: as a new link in the statement lines

VangelisP added a commit to VangelisP/org.project60.banking that referenced this issue Jul 7, 2023
@VangelisP
Copy link
Contributor

Hi people. This sounds like a fantastic feature as I also got stuck on a request like that in the past.

I've worked on this via a small PR -> #392

Let me know what you think!

bjendres added a commit that referenced this issue Jul 21, 2023
Adds 'reset status' functionality. Implements #383
@bjendres bjendres added this to the CiviBanking 1.1 milestone Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants