Adjust unconfirmed transactions table#758
Open
FestplattenSchnitzel wants to merge 1 commit intodevelopfrom
Open
Adjust unconfirmed transactions table#758FestplattenSchnitzel wants to merge 1 commit intodevelopfrom
FestplattenSchnitzel wants to merge 1 commit intodevelopfrom
Conversation
id, author, date and amount are usually not of interest in the first place.
Member
|
Looks for sure way slicer but I think the value of the transaction is important to see in directly in order to get a good overview fast also to get immediate attention to important ones. |
agmes4
requested changes
Nov 21, 2024
Member
agmes4
left a comment
There was a problem hiding this comment.
I think to see the money can be quite handy from time to time
| else None | ||
| ), | ||
| date=date_format(transaction.posted_at, formatter=date_filter), | ||
| amount=money_filter(transaction.amount), |
Member
There was a problem hiding this comment.
I think this could still be helpful to see first hand
Collaborator
|
What's the resolution here? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
id, author, date and amount are usually not of interest in the first
place.
They're easily accessible still though:
The other bank account owner has been added to the table as that's what's usually checked.