-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix: Incorrect bill splits for some currencies #16936
Fix: Incorrect bill splits for some currencies #16936
Conversation
@aldo-expensify @aimane-chnaif 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] |
Code looks good so far. I will perform checklist once we get confirmation of "backend change or not". |
…incorrect-bill-splits-for-some-currency
The decimals update on the backend has been deployed to staging, so you should be able to test this now. |
Great! Will review this today |
…incorrect-bill-splits-for-some-currency
…incorrect-bill-splits-for-some-currency
@tienifr are you done with changes? |
@aimane-chnaif @aldo-expensify Resolved comments and Added tests! |
@aimane-chnaif I think you can review regardless of if we are adding more tests ;) |
@aimane-chnaif Thanks for your careful review! I've resolved all. |
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.
Please add 1 more case in Tests, QA steps:
currency: BHD, split 10 to 3 people (including me)
Reviewer Checklist
Screenshots/VideosWebweb-jpy-10-4.movMobile Web - Chromemchrome-jpy-0.01-4.movMobile Web - Safarimsafari-bhd-0.05-3.movDesktopdesktop-jpy-103-3.moviOSios-bhd-10-3.movAndroidandroid-jpy-2-4.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.
@tienifr thanks for the quick changes.
Looks good and tests well in all possible cases.
@aldo-expensify All yours
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.
Tests well
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.
👍
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.
Works well for me. Thanks @tienifr and @aimane-chnaif for all the good work :)
✋ 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: 1.3.2-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.2-5 🚀
|
Details
Some currencies that do not allow fractional value are not split properly when spiting bills. This PR fixes that issue.
Fixed Issues
$ #15878
PROPOSAL: #15878 (comment)
Tests
Offline tests
Same above
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android