-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[HOLD for payment 2024-11-05] [$250] Invoices - Invoice thread (x owes y) appears in participant list when sending invoice offline #49941
Comments
Triggered auto assignment to @JmillsExpensify ( |
@JmillsExpensify FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors |
We think that this bug might be related to #vip-bills |
Edited by proposal-police: This proposal was edited at 2023-10-05 15:00:00 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Invoice report is included in send invoice participants list. What is the root cause of that problem?We're excluding multiple-participants reports when building invoice participants list App/src/libs/OptionsListUtils.ts Lines 1973 to 1975 in b76fb45
Where an undefined When we create the optimistic invoice report, for participants, we only include the current user account, not the receiver account: Lines 4352 to 4356 in b76fb45
That makes the invoice report be misunderstood as report with only 1 participant while it is supposed to be multiple (compared to actual BE response). And thus be included in invoice participants list. What changes do you think we should make in order to solve the problem?Add participants: {
[currentUserAccountID ?? -1]: {
notificationPreference: CONST.REPORT.NOTIFICATION_PREFERENCE.HIDDEN,
},
[receiverAccountID]: {
notificationPreference: CONST.REPORT.NOTIFICATION_PREFERENCE.HIDDEN,
},
}, |
@JmillsExpensify Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@JmillsExpensify 6 days overdue. This is scarier than being forced to listen to Vogon poetry! |
@JmillsExpensify 8 days overdue is a lot. Should this be a Weekly issue? If so, feel free to change it! |
Job added to Upwork: https://www.upwork.com/jobs/~021844118840980357719 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @rushatgabhane ( |
Opened up to external |
@JmillsExpensify @rushatgabhane this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
@JmillsExpensify, @rushatgabhane Huh... This is 4 days overdue. Who can take care of this? |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
Still the same. Waiting for proposals |
@rushatgabhane Can you review my proposal #49941 (comment)? |
@JmillsExpensify, @rushatgabhane Still overdue 6 days?! Let's take care of this! |
@mkzie2's proposal LGTM 🎀 👀 🎀 |
Triggered auto assignment to @arosiclair, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
@lanitochka17 How did you pass the step of company info (name and url) at the invoice? |
📣 @Anaslancer! 📣
|
📣 @mkzie2 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
@JmillsExpensify, @arosiclair, @rushatgabhane, @mkzie2 Whoops! This issue is 2 days overdue. Let's get this updated quick! |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.54-11 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-11-05. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Payment summary:
|
Paid contributor via Upwork. @rushatgabhane I'm going to close this one out. I'm assuming you already have it on your radar, so please make sure that you finish the checklist and then submit an expense via Expensify. |
$250 approved for @rushatgabhane |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.0.41-2
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
Invoice thread (report title "user owes x") should not appear in the user list
Actual Result:
Invoice thread (report title "user owes x") appears in the user list
When selecting the thread as the recipient, it ends up sending an invoice to yourself
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6619704_1727643513279.20240930_045054.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @JmillsExpensifyThe text was updated successfully, but these errors were encountered: