-
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-Control: Add NetSuite]: Settings Configuration in NewDot: Import Mapping #44743
[#Wave-Control: Add NetSuite]: Settings Configuration in NewDot: Import Mapping #44743
Conversation
Thanks for the detailed feedback on the design @shubham1206agra. Appreciate it. I've fixed all feedback and here's the revised video. web-netsuite-import-mapping.mov |
@shubham1206agra I've fixed the content overflowing as well that you reported. |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeScreen.Recording.2024-07-04.at.9.51.24.PM.moviOS: NativeScreen.Recording.2024-07-04.at.10.03.49.PM.moviOS: mWeb SafariScreen.Recording.2024-07-04.at.9.16.43.PM.movMacOS: Chrome / SafariScreen.Recording.2024-07-04.at.8.30.39.PM.movMacOS: DesktopScreen.Recording.2024-07-04.at.10.00.09.PM.mov |
commandName = WRITE_COMMANDS.UPDATE_NETSUITE_CUSTOMERS_MAPPING; | ||
break; | ||
case 'jobs': | ||
commandName = WRITE_COMMANDS.UPDATE_NETSUITE_JOBS_MAPPING; |
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.
Just a note is that we'll change these later down the line once we have a new API for this.
✋ 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/yuwenmemon in version: 9.0.5-0 🚀
|
🚀 Deployed to staging by https://github.com/yuwenmemon in version: 9.0.5-2 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 9.0.5-13 🚀
|
🚀 Deployed to production by https://github.com/thienlnam in version: 9.0.6-8 🚀
|
Details
Covers the implementation of Import mappings page - Departments, Classes, Locations, Customers, Projects.
This is one of the FE PRs for NetSuite without the proper auth flow integrated. Hence, to get this working we'll need to have a few pre-requisites:
NetSuite
beta enabled for the user. You can return true in the canUseNetSuiteIntegration method.connections: {netsuite: <linkedjson>}
.Details
Fixed Issues
$ #43437
PROPOSAL:
Tests
Accounting
from the LHSNet Suite
in the active connections along with theOracle NetSuite
logo.Import
button.a. Clicking the menu item should open a new page on the RHP.
b. It should contain title corresponding to the field. ex. Departments.
c. It should have the subtitle based on the design doc.
d. For departments, classes, and locations it should show 3 options -
NetSuite employee default
,Tags
andReport field
along with the description and a footer based on the selected option. ForCustomers
andProjects
, we should only showTags
andReport field
.e. Clicking on each of the options should save the config for the field, and show up in the
Import
page.Projects
we have additional toggle on the screen -Cross-subsidiary customers
. Clicking should toggle toconfig?.syncOptions?.crossSubsidiaryCustomers
in the policy data.Offline tests
Same as Test steps, with the greyed out menu item in case of optimistic pending updates.
QA Steps
Same as Test Steps.
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-netsuite-import-mapping.mov
Android: mWeb Chrome
mweb-chrome-netsuite-import-mapping.mov
iOS: Native
ios-netsuite-import-mapping.mov
iOS: mWeb Safari
mweb-safari-netsuite-import-mapping.mov
MacOS: Chrome / Safari
Happy Flow
web-netsuite-import-mapping_a9uoFduJ.mp4
Spanish Translations and Errors
https://github.com/Expensify/App/assets/3069065/f3ce1aa4-352f-4a37-acec-3dc16824562b
New Screen for Customers / projects
web-customer-jobs-page.mov
MacOS: Desktop
desktop-netsuite-import-mapping.mov
desktop-customer-jobs-page.mov