-
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
QBO operations 1:1 Part 4 #48080
QBO operations 1:1 Part 4 #48080
Conversation
@rushatgabhane 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] |
I think with this recent PR a lot of the comments here can be resolved (new error handling) - let's handle merge conflicts and see what else we need to do here. Thanks! |
@rushatgabhane Ready for review again. |
@rushatgabhane Bump here |
@rushatgabhane I know you're busy with copilot, etc. - do you want us to grab another C+ for review here (and on #48277)? |
ahhh shoot I'll reassign if it is not complete EOD |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-09-16.at.09.18.09.movAndroid: mWeb ChromeiOS: NativeScreen.Recording.2024-09-16.at.09.14.58.movMacOS: Chrome / SafariScreen.Recording.2024-09-15.at.13.10.23.movMacOS: DesktopScreen.Recording.2024-09-15.at.13.31.42.mov |
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.
@shubham1206agra Offline feedback for the commands is not working
Same thing for preferred exporter
too
Screen.Recording.2024-09-15.at.14.11.41.mov
@rushatgabhane Fixed |
@shubham1206agra there are conflicts now 🙏 |
@aldo-expensify You can merge this PR now |
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.
It's looking pretty good to me if you agree @aldo-expensify! Only thing I wasn't 100% sure on was the swap from CONST.QUICKBOOKS_CONFIG.EXPORTER
to CONST.QUICKBOOKS_CONFIG.EXPORT
in terms of pending fields / subscribed settings. Shouldn't we keep those as is?
Yeah, I don't understand why we are changing, it looks wrong to me. |
Or maybe it is fine, I'm a bit confused 😆 |
Its fine as old structure uses the deepest key. But now its not required. |
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.
Okay I think that should work? As long as we're still showing it in the right place in the App if an error shows up.
✋ 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/aldo-expensify in version: 9.0.40-0 🚀
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 9.0.40-6 🚀
|
Details
Fixed Issues
$ #47522
Tests
Invite employees
, andQuickBooks bill payment account
option by changing the value and verifying the value getting changed with no issues.Offline tests
Same as Tests
QA Steps
Same as Tests
PR 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: mWeb Chrome
Screen.Recording.2024-08-30.at.11.58.26.AM.mov
iOS: Native
Screen.Recording.2024-08-30.at.12.16.22.PM.mov
iOS: mWeb Safari
Screen.Recording.2024-08-30.at.11.43.02.AM.mov
MacOS: Chrome / Safari
Screen.Recording.2024-08-30.at.11.26.16.AM.mov
MacOS: Desktop
Screen.Recording.2024-08-30.at.12.01.44.PM.mov