-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Scan IOU - There is a "Enter an amount." error message on receiver side #43268
Comments
Triggered auto assignment to @anmurali ( |
We think this issue might be related to the #vip-vsb |
ProposalPlease re-state the problem that we are trying to solve in this issue.When report is scanning and we edit merchant, an error appear on amount What is the root cause of that problem?On App/src/components/ReportActionItem/MoneyRequestView.tsx this callback re-render and check again when any on the following vars change
and in this issue, What changes do you think we should make in order to solve the problem?Error for amount should not be checked if the report is scanning amount: {
isError: isReceiptBeingScanned && transactionAmount === 0,
translationPath: 'common.error.enterAmount',
}, What alternative solutions did you explore? |
@anmurali Whoops! This issue is 2 days overdue. Let's get this updated quick! |
What happens here is the scan continues and eventually completes and overwrites the user's input. On Classic, this works a little differently. You have to abort the job in order to manually enter. And if you do, then you have to enter all 3 fields, date, merchant name and amount. ![]() I think we want a fix that mimics Classic behavior cause if we allow you to manually enter but keep scanning, we will just end up overwriting the details. Or, we have to abort just that specific field's child SS job but that's a more complex fix as the parent scan job expects results from each of the child jobs. Thoughts on how to handle this? @kevinksullivan @puneetlath @JmillsExpensify @trjExpensify |
On NewDot, entering any of the
@Gonals has some good experience with this logic, having worked on the implementation of scan receipts. |
@trjExpensify - when I tested it though, I scanned a receipt and then manually entered the merchant name. So it can't be cause a user that is NOT the scanner changed it manually. It continued to scan even in the case where I, as the scanner, added merchant name manually. |
Got it, so still a bug then. We shouldn't override your manually entered merchant name either, that should "stop" the scanning process and you should see errors . Though on paid plans it continues in the background for Concierge DoubleCheck. In this case, what I'm seeing is strange insofar as;
So the bug I see there is that we're somewhere reverting to 2024-06-19_14-19-44.mp4 |
@anmurali Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@anmurali this issue was created 2 weeks ago. Are we close to a solution? Let's make sure we're treating this as a top priority. Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
@anmurali Still overdue 6 days?! Let's take care of this! |
@anmurali Huh... This is 4 days overdue. Who can take care of this? |
@anmurali Still overdue 6 days?! Let's take care of this! |
@anmurali Now this issue is 8 days overdue. Are you sure this should be a Daily? Feel free to change it! |
This is intended behavior. |
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: 1.4.80-1
Reproducible in staging?: Y
Reproducible in production?: Y
Email or phone of affected tester (no customers): gocemate+a171@gmail.com
Logs: https://stackoverflow.com/c/expensify/questions/4856
Issue reported by: Applause-Internal team
Action Performed:
Expected Result:
There should be no "Enter an amount." error message on receiver side
Actual Result:
There is a "Enter an amount." error message on receiver side. This option is irresponsible
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Bug6504736_1717747635354.Recording__3148.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: