Conversation
Expensify#76075 - Negative amounts displaying incorrectly - Fixed with getConvertedAmount() that flips the sign - Stored negative → displayed positive Expensify#76077 - Offline transactions showing $0 - Fixed with fallback logic in calculateGroupTotal() - If convertedAmount exists → use it - Else if same currency → use amount
Codecov Report❌ Looks like you've decreased code coverage for some files. Please write tests to increase, or at least maintain, the existing level of code coverage. See our documentation here for how to interpret this table.
|
|
@shubham1206agra 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] |
|
Also Tagging @Krishna2323 |
|
🚧 @mountiny has triggered a test Expensify/App build. You can view the workflow run here. |
|
🧪🧪 Use the links below to test this adhoc build on Android, iOS, and Web. Happy testing! 🧪🧪
|
…mount for split expenses
Screen.Recording.2025-12-01.at.12.46.06.PM.movFixed |
Screen.Recording.2025-12-01.at.1.04.31.PM.movEdit - It is fixed now using #76253 (comment) |
Screen.Recording.2025-12-01.at.1.07.24.PM.movFixed |
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppScreen.Recording.2025-12-01.at.6.19.51.PM.movAndroid: mWeb ChromeScreen.Recording.2025-12-01.at.6.12.02.PM.moviOS: HybridAppScreen.Recording.2025-12-01.at.6.15.35.PM.moviOS: mWeb SafariScreen.Recording.2025-12-01.at.6.09.22.PM.movMacOS: Chrome / SafariScreen.Recording.2025-12-01.at.6.04.34.PM.mov |
|
✋ 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/mountiny in version: 9.2.67-0 🚀
|
|
🚀 Deployed to staging by https://github.com/mountiny in version: 9.2.70-0 🚀
|
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.2.70-0 🚀
|
| const {convertedAmount: omittedConvertedAmount, ...existingTransactionWithoutConvertedAmount} = existingTransaction; | ||
| optimisticTransaction = fastMerge(existingTransactionWithoutConvertedAmount, optimisticTransaction, false); |
There was a problem hiding this comment.
Coming from #78814 checklist: we’re missing logic to recalculate convertedAmount for optimistic data in split expenses. Instead of omitting convertedAmount, we should calculate it based on the split amount.

Explanation of Change
This PR implements a group-by report layout feature that allows users to organize expense report transactions by Category or Tag, matching the familiar OldDot functionality that NewDot customers have been requesting.
Fixed Issues
$ #72100
$ #76227
$ #76075
$ #76077
$ #76078
$ #76093
$ #76089
$ #76210
PROPOSAL: #72100 (comment)
Tests
Test 1: Back button navigation in Report Layout RHP (#76227)
Test 2: Negative amount display (#76075)
Test 3: Offline expense amount display (#76077)
Test 4: Split expense offline - total not doubled (#76078)
Test 5: Edit split amount - total updates correctly (#76093)
Test 6: Android 16 minimum font size - amount visible (#76089)
Android 16 only, device font size set to minimum
Test 7: Indeterminate checkbox behavior consistency (#76210)
Offline tests
QA Steps
Same as tests
// TODO: These must be filled out, or the issue title must include "[No QA]."
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectioncanBeMissingparam foruseOnyxtoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari