Skip to content

Commit 6fda5d0

Browse files
committed
fix: resolve conflicts
2 parents 2961548 + e114415 commit 6fda5d0

50 files changed

Lines changed: 1357 additions & 558 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Mobile-Expensify

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ android {
114114
minSdkVersion rootProject.ext.minSdkVersion
115115
targetSdkVersion rootProject.ext.targetSdkVersion
116116
multiDexEnabled rootProject.ext.multiDexEnabled
117-
versionCode 1009016004
118-
versionName "9.1.60-4"
117+
versionCode 1009016200
118+
versionName "9.1.62-0"
119119
// Supported language variants must be declared here to avoid from being removed during the compilation.
120120
// This also helps us to not include unnecessary language variants in the APK.
121121
resConfigs "en", "es"
Lines changed: 12 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
title: Suggested Search
3-
description: Learn how Suggested Search simplifies submitting, approving, paying, and exporting expense reports in New Expensify.
4-
keywords: [Suggested Search, Submit, Approve, Pay, Export, New Expensify, To-do, LHN, batch processing, filters, expense report actions]
2+
3+
title: Suggested-Search.md
4+
description: Learn how Suggested Search simplifies submitting, approving, or paying expense reports in New Expensify.
5+
keywords: [Suggested Search, Submit, Approve, Pay, New Expensify, To-do, LHN, batch processing, filters, expense report actions]
6+
57
---
68
<div id="new-expensify" markdown="1">
79

8-
Suggested Search helps you quickly take action on expense reports you need to submit, approve, pay, or export, all tailored to your role in a workspace.
10+
Suggested Search helps you quickly take action on expense reports you need to submit, approve, or pay, all tailored to your role in a workspace.
911

1012
---
1113

@@ -14,10 +16,10 @@ Suggested Search helps you quickly take action on expense reports you need to su
1416
**Navigation: Left-hand Menu > Reports > Expense Reports > Suggested Search**.
1517

1618
Suggested Search surfaces key report actions in your **Reports** page so you can:
17-
- Submit any expenses that are waiting for you to action them.
18-
- Approve reports that need your review.
19-
- Pay approved reports ready for reimbursement.
20-
- Export finalized reports to accounting platforms.
19+
- Submit expenses waiting on you
20+
- Approve reports that need your review
21+
- Pay approved reports ready for reimbursement
22+
2123

2224
These shortcuts are personalized based on your role and workspace configuration, helping you process reports in batches without an advanced search.
2325

@@ -31,40 +33,6 @@ Depending on your role, you’ll see shortcuts like:
3133
- **Submit** – Reports you’ve drafted and need to submit.
3234
- **Approve** – Reports awaiting your review.
3335
- **Pay** – Reports ready for reimbursement.
34-
- **Export** – Reports ready for accounting export (e.g., to QuickBooks).
35-
36-
---
37-
38-
# Workflow Breakdown
39-
40-
Here’s how these actions are usually completed manually and how Suggested Search streamlines them for you.
41-
42-
## Submit
43-
44-
1. Go to **Reports > Expense Reports**.
45-
2. Click the **Drafts** tab.
46-
3. Use the **Filter** to select `From: yourself`.
47-
4. View and submit your draft reports.
48-
49-
## Approve
50-
51-
1. Go to **Reports > Expense Reports**.
52-
2. Click the **Outstanding** tab.
53-
3. Use the **Filter** to select `To: yourself`.
54-
4. View reports that need your approval.
55-
56-
## Pay
57-
58-
1. Go to **Reports > Expense Reports**.
59-
2. Click the **Approved** tab.
60-
3. Use the **Filter** to select `To: yourself`.
61-
4. View approved reports ready for payment.
62-
63-
## Export
64-
65-
1. Go to **Reports > Expense Reports**.
66-
2. In the search bar, enter: `status:approved,paid,done`.
67-
3. View finalized reports eligible for export.
6836

6937
---
7038

@@ -86,10 +54,6 @@ Here’s how these actions are usually completed manually and how Suggested Sear
8654
- See **Pay** for reports ready to reimburse.
8755
- See a celebratory message (e.g., “All reports paid!”) when cleared.
8856

89-
## Admins (Exports)
90-
- See **Export** for reports eligible for accounting export (e.g., to QuickBooks Online).
91-
- Filter uses `exported:never` to show only unexported reports.
92-
9357
---
9458

9559
# Best Practices
@@ -102,7 +66,7 @@ Here’s how these actions are usually completed manually and how Suggested Sear
10266

10367
# FAQ
10468

105-
## What if I don't see the Submit, Approve, Pay, or Export options?
69+
## What if I don't see the Submit, Approve, or Pay options?
10670

10771
Suggested searches only appear when:
10872
- You have reports that require those actions.
@@ -115,6 +79,6 @@ Not yet. The **Workspace filter** is currently single-select. Multi-workspace su
11579
## What is the difference between Explore and To-do?
11680

11781
- **Explore** = General browsing (e.g., Expenses, Chats)
118-
- **To-do** = Personalized actions based on your role (e.g., Submit, Approve, Pay, Export)
82+
- **To-do** = Personalized actions based on your role (e.g., Submit, Approve, Pay)
11983

12084
</div>

ios/NewExpensify/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundlePackageType</key>
2424
<string>APPL</string>
2525
<key>CFBundleShortVersionString</key>
26-
<string>9.1.60</string>
26+
<string>9.1.62</string>
2727
<key>CFBundleSignature</key>
2828
<string>????</string>
2929
<key>CFBundleURLTypes</key>
@@ -44,7 +44,7 @@
4444
</dict>
4545
</array>
4646
<key>CFBundleVersion</key>
47-
<string>9.1.60.4</string>
47+
<string>9.1.62.0</string>
4848
<key>FullStory</key>
4949
<dict>
5050
<key>OrgId</key>

ios/NotificationServiceExtension/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<key>CFBundleName</key>
1212
<string>$(PRODUCT_NAME)</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>9.1.60</string>
14+
<string>9.1.62</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.1.60.4</string>
16+
<string>9.1.62.0</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionPointIdentifier</key>

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2522,7 +2522,7 @@ PODS:
25222522
- RNGoogleSignin (10.0.1):
25232523
- GoogleSignIn (~> 7.0)
25242524
- React-Core
2525-
- RNLiveMarkdown (0.1.287):
2525+
- RNLiveMarkdown (0.1.288):
25262526
- DoubleConversion
25272527
- glog
25282528
- hermes-engine
@@ -3487,7 +3487,7 @@ SPEC CHECKSUMS:
34873487
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
34883488
RNGestureHandler: 66e593addd8952725107cfaa4f5e3378e946b541
34893489
RNGoogleSignin: ccaa4a81582cf713eea562c5dd9dc1961a715fd0
3490-
RNLiveMarkdown: dd1f4716a874608a541942fb25d2b9973592bf19
3490+
RNLiveMarkdown: c5eb96d42d1f695dc6da2d2d38064259bc6abe22
34913491
RNLocalize: d4b8af4e442d4bcca54e68fc687a2129b4d71a81
34923492
rnmapbox-maps: 1d313fe5d7d18845b3015ffd6994e0c81afbffcd
34933493
RNNitroSQLite: 0243d91c6662d8a334fb4953c969b82884ac6c68

ios/ShareViewController/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<key>CFBundleName</key>
1212
<string>$(PRODUCT_NAME)</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>9.1.60</string>
14+
<string>9.1.62</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.1.60.4</string>
16+
<string>9.1.62.0</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionAttributes</key>

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "new.expensify",
3-
"version": "9.1.60-4",
3+
"version": "9.1.62-0",
44
"author": "Expensify, Inc.",
55
"homepage": "https://new.expensify.com",
66
"description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",
@@ -84,7 +84,7 @@
8484
"@dotlottie/react-player": "^1.6.3",
8585
"@expensify/react-native-background-task": "file:./modules/background-task",
8686
"@expensify/react-native-hybrid-app": "file:./modules/hybrid-app",
87-
"@expensify/react-native-live-markdown": "0.1.287",
87+
"@expensify/react-native-live-markdown": "0.1.288",
8888
"@expensify/react-native-wallet": "file:modules/expensify-react-native-wallet.tgz",
8989
"@expo/metro-runtime": "^4.0.1",
9090
"@firebase/app": "^0.10.10",

src/components/AccountSwitcher.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import useWindowDimensions from '@hooks/useWindowDimensions';
1212
import {clearDelegatorErrors, connect, disconnect} from '@libs/actions/Delegate';
1313
import {close} from '@libs/actions/Modal';
1414
import {getLatestError} from '@libs/ErrorUtils';
15+
import {formatPhoneNumber} from '@libs/LocalePhoneNumber';
1516
import {getPersonalDetailByEmail} from '@libs/PersonalDetailsUtils';
1617
import TextWithEmojiFragment from '@pages/home/report/comment/TextWithEmojiFragment';
1718
import variables from '@styles/variables';
@@ -204,7 +205,7 @@ function AccountSwitcher({isScreenFocused}: AccountSwitcherProps) {
204205
numberOfLines={1}
205206
style={[styles.textBold, styles.textLarge, styles.flexShrink1, styles.lineHeightXLarge]}
206207
>
207-
{displayName}
208+
{formatPhoneNumber(displayName)}
208209
</Text>
209210
)}
210211
{!!canSwitchAccounts && (

0 commit comments

Comments
 (0)