Closed IuliiaHerets closed 1 week ago
Triggered auto assignment to @miljakljajic (Bug
), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.
We think that this bug might be related to #wave-collect - Release 1
@miljakljajic 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
Held expense shows old amount, instead of the updated amount
We pass the total param when creating an optimistic expense report as firstHoldTransaction?.amount
which is the original amount when we create this transaction, it's not the updated amount
We should use firstHoldTransaction?.modifiedAmount
first if it exists
(firstHoldTransaction?.modifiedAmount ?? firstHoldTransaction?.amount ?? 0) * -1,
Or we can use TransactionUtils.getAmount
function that already implemented this logic
TransactionUtils.getAmount(firstHoldTransaction) * -1,
@miljakljajic Whoops! This issue is 2 days overdue. Let's get this updated quick!
Job added to Upwork: https://www.upwork.com/jobs/~021837119590958615915
Triggered auto assignment to Contributor-plus team member for initial proposal review - @shubham1206agra (External
)
Triggered auto assignment to @JmillsExpensify (Bug
), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.
Headed out on my parental leave so reassigning this one out. Thank you @JmillsExpensify
Next step: @shubham1206agra please review @nkdengineer 's proposal when you have a chance
@nkdengineer's proposal looks good.
πππ C+ reviewed
Triggered auto assignment to @blimpich, see https://stackoverflow.com/c/expensify/questions/7972 for more details.
π£ @shubham1206agra π An offer has been automatically sent to your Upwork account for the Reviewer role π Thanks for contributing to the Expensify app!
π£ @nkdengineer π An offer has been automatically sent to your Upwork account for the Contributor role π Thanks for contributing to the Expensify app!
Offer link Upwork job Please accept the offer and leave a comment on the Github issue letting us know when we can expect a PR to be ready for review π§βπ» Keep in mind: Code of Conduct | Contributing π
Reviewing
label has been removed, please complete the "BugZero Checklist".
The solution for this issue has been :rocket: deployed to production :rocket: in version 9.0.49-2 and is now subject to a 7-day regression period :calendar:. Here is the list of pull requests that resolve this issue:
If no regressions arise, payment will be issued on 2024-10-24. :confetti_ball:
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:
Please don't forget the checklist!
@JmillsExpensify, @blimpich, @shubham1206agra, @nkdengineer Uh oh! This issue is overdue by 2 days. Don't forget to update your issues!
Contributor paid out. Still waiting on reviewer's checklist to issue last payment.
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:
Regression test linked above. @shubham1206agra it looks like you didn't accept the automatic offer, so I've just send you a new one.
I'm trying to pay you out @shubham1206agra but I'm having technical issues on the Upwork side. Will pay you out as soon as it's resolved.
Sent you another offer. The original one is affected by some Upwork bug.
That one worked. Closing this issue out.
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.35-0 Reproducible in staging?: Y Reproducible in production?: Y If this was caught during regression testing, add the test name, ID and link from TestRail: https://expensify.testrail.io/index.php?/tests/view/4964020&group_by=cases:section_id&group_order=asc&group_id=309128 Email or phone of affected tester (no customers): gocemate+workspaceapprover183@gmail.com Issue reported by: Applause Internal Team
Action Performed:
Precondition:
Steps:
Expected Result:
Amount should be updated since employee change the amount
Actual Result:
Held expense shows old amount, instead of the updated amount
Workaround:
Unknown
Platforms:
Screenshots/Videos
https://github.com/user-attachments/assets/21293f4f-e383-4b5c-9c05-42bfb3e72549
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @JmillsExpensify