-
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
[QBD] [Export] Export company cards page #50677
[QBD] [Export] Export company cards page #50677
Conversation
@@ -2444,6 +2444,8 @@ const translations = { | |||
[CONST.QUICKBOOKS_DESKTOP_REIMBURSABLE_ACCOUNT_TYPE.JOURNAL_ENTRY]: 'Asiento contable', | |||
[CONST.QUICKBOOKS_DESKTOP_REIMBURSABLE_ACCOUNT_TYPE.CHECK]: 'Cheque', | |||
|
|||
[`${CONST.QUICKBOOKS_DESKTOP_NON_REIMBURSABLE_EXPORT_ACCOUNT_TYPE.CHECK}Description`]: | |||
'Crearemos un cheque desglosado para cada informe de Expensify y lo enviaremos desde la cuenta bancaria a continuación.', |
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.
@hoangzinh 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] |
PR is ready ! |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-10-17.at.23.37.12.android.movAndroid: mWeb ChromeScreen.Recording.2024-10-17.at.23.34.04.android.chrome.moviOS: NativeScreen.Recording.2024-10-17.at.23.39.13.ios.moviOS: mWeb SafariScreen.Recording.2024-10-17.at.23.32.27.ios.safari.movMacOS: Chrome / SafariScreen.Recording.2024-10-17.at.23.28.32.web.movMacOS: DesktopScreen.Recording.2024-10-17.at.23.31.26.desktop.mov |
I know that we copied most of logic from QBO, but this offline behavior is weird to me.
What do you guys think? Screen.Recording.2024-10-15.at.23.38.55.mov |
Agree Since different behavior on very similar screens is also not the best practice But I don't mind fixing it now |
Tagging @Expensify/design for their input. |
Hmm I'm not too sure tbh, let's see what @trjExpensify thinks. |
Hm, yeah, is it because you had vendor bills configured with default vendor toggled on before going offline, so that was the current state of the setting? Does look weird though, I agree. It would be better to reduce the opacity of it like the other fields that are dependent on the |
Thanks for the clarification! |
@hoangzinh |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/lakchote in version: 9.0.51-1 🚀
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 9.0.51-4 🚀
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 9.0.51-4 🚀
|
Details
Fixed Issues
$ #49712
PROPOSAL:
Tests
Prerequisites:
Vendor bill
Vendor bill
, Default vendor toggle is displayed on the screen and when toggle is on, list of vendors is also displayedOffline tests
Prerequisites:
Vendor bill
Vendor bill
, Default vendor toggle is displayed on the screen and when toggle is on, list of vendors is also displayedQA Steps
Prerequisites:
Vendor bill
Vendor bill
, Default vendor toggle is displayed on the screen and when toggle is on, list of vendors is also displayedPR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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.mov
Android: mWeb Chrome
android-web.mov
iOS: Native
ios.mov
iOS: mWeb Safari
ios-web.mov
MacOS: Chrome / Safari
web.mov
MacOS: Desktop
desktop.mov