-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add closed cards to card filter on reports page #56122
Comments
Triggered auto assignment to @alexpensify ( |
I could also maybe see changing |
@koko57 @waterim @narefyev91 @VickyStash any interest in this one? |
I can update the BE to return the closed state cards too but we need to make sure to not show them in the expensify cards feed page or in the Wallet as well - only in the filter (that needs to be done in fe) |
Makes sense. TY! |
Nice, thanks for putting this together! |
course! |
I can help with this one! |
This is pretty much exactly what I was thinking, but I do like Joe's suggestion of updating And another quick question—if you selected one of the All options, would it select both active and closed cards for that feed? |
I'd personally expect Otherwise there'd be no way to easily view all transactions on the card program during a specific period without selecting all and then also selecting each closed card, which feels like odd UX to me. |
Agree with that! |
Makes sense to me too 👍 |
@waterim we are now also returning the Closed and Suspended cards to the App |
Hey @mountiny I missed this ticket in my backlog, looking into that today, thank you for mentioning! |
To be clear regarding the issue:
And regarding this:
Do I need to filter out on expensify cards feed page and wallet page closed and suspended cards? (states 6 and 7) |
Good Qs. Initially I was thinking We should definitely show suspended cards to ensure any transactions on them incurred before they were suspended are visible. I think the most natural thing is to combine active and suspended cards in one section (because suspended are active cards that temporarily cannot be used) and then have closed in another section. Active vs suspended feels like a nuance most customers won't care about, so I think it's prob fine to still go with active and closed as the two sections, but curious if others agree?
I'd recommend we follow OldDot. There, we show suspended cards on the card feed and equivalent of the wallet page because cards being suspended is most commonly because the limit was just set to $0 (which can be changed). But we filter out closed cards. Thoughts @mountiny @dannymcclain @shawnborton @dubielzyk-expensify |
That all sounds good to me. |
Context
Company credit cards are often canceled because there was a dispute, the card expires, the employee leaves, etc.. If the card incurred any transactions beforehand, the company still needs to reconcile them.
Problem
If a credit card is closed/canceled in New Expensify (terminated for Expensify Cards, unassigned for third-party cards), there's currently no easy way to view the transactions from that card in Expensify. Admins are forced to scour the list of all credit card expenses to find them, which is an arduous, unnecessarily manual process.
Solution
Show closed cards on the card filter of the reports page. This would allow admins to filter for transactions on terminated Expensify Cards/unassigned company cards, allowing them to easily view/account for the transactions in one place. Only cards that have incurred transactions before being terminated/unassigned would appear in this section.
I'm thinking the easiest way to do this would be just to add a
Closed cards
section to the existingCard
filter on the reports page, below the active cards. But interested to hear what @Expensify/design thinks.cc @JmillsExpensify @mountiny
Issue Owner
Current Issue Owner: @waterimThe text was updated successfully, but these errors were encountered: