Skip to content

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

@lukasjuhrich
Copy link
Collaborator

What's the resolution here?
@FestplattenSchnitzel what does your workflow usually look like – how do you determine what to confirm or not?

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.

4 participants