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

Adjust unconfirmed transactions table #758

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

FestplattenSchnitzel
Copy link
Member

@FestplattenSchnitzel FestplattenSchnitzel commented Oct 2, 2024

id, author, date and amount are usually not of interest in the first
place.

They're easily accessible still though:

  • id: in url of description, e.g. visible via hover
  • author: in transaction detail view reachable via click on transaction description
  • date: in transaction detail view reachable via click on transaction description
  • amount: in bank account activity view reachable via click on bank account activity button

The other bank account owner has been added to the table as that's what's usually checked.

id, author, date and amount are usually not of interest in the first
place.
@agmes4
Copy link
Member

agmes4 commented Oct 3, 2024

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.

Copy link
Member

@agmes4 agmes4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this could still be helpful to see first hand

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants