-
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
[Wave 8 - ECard Transactions] Show EReceipts in ReportPreviews and Attachment View #29474
Conversation
@burczu @puneetlath One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. Left a few comments
@burczu are you able to prioritize this PR review today? |
@rushatgabhane Thank you! I updated the text styles. Also verified web styles in storybook |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@cristipaval Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@cristipaval @luacmartins @puneetlath bump on final review for merge! |
Cloudflare pages is stuck running for 5h 😱 This PR doesn't change any helpdot page, so I'm gonna merge it with the stuck action. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
@grgia the receipt image does not seem to work anymore in the confirmation page from the Scan tab Screen.Recording.2023-10-18.at.02.57.40.mov |
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.3.86-0 🚀
|
@JmillsExpensify |
@youssef-lr is this still occurring? do you have a link to issue |
It was fixed here #29873 |
$500 payment approved for @rushatgabhane based on summary above. |
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.86-5 🚀
|
@@ -536,8 +536,7 @@ function MoneyRequestConfirmationList(props) { | |||
); | |||
}, [confirm, props.bankAccountRoute, props.iouCurrencyCode, props.iouType, props.isReadOnly, props.policyID, selectedParticipants, splitOrRequestOptions, translate, formError]); | |||
|
|||
const {image: receiptImage, thumbnail: receiptThumbnail} = | |||
props.receiptPath && props.receiptFilename ? ReceiptUtils.getThumbnailAndImageURIs(props.receiptPath, props.receiptFilename) : {}; | |||
const {image: receiptImage, thumbnail: receiptThumbnail} = props.receiptPath && props.receiptFilename ? ReceiptUtils.getThumbnailAndImageURIs(transaction) : {}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This caused a regression in #29855 , When creating a money request, the receipt image details are not saved in the transaction
. Instead, they are stored in the IOU object. As a result, a placeholder is shown instead of the receipt image.
Not regression but missed use case from this PR. Solved here: |
Details
This PR adds support for displaying Expensify Card eReceipts in App
Screen.Recording.2023-10-13.at.11.58.32.AM.mov
Fixed Issues
$ #28829
$ #28830
Tests
transactionID
of a manual request.See video in description for example.
In addition to this, I also updated storybook for ReportActionItemImages. You can see the changes here:
Screen.Recording.2023-10-13.at.6.32.19.PM.mov
Offline tests
QA Steps
NO QA for ECard transaction flow, we have not begun sending data to FE
Verify Normal Flow for Receipt Image Display Works
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop