Skip to content

Commit baeeff1

Browse files
committed
Merge main into lucien/fix-work-account-closed
2 parents dcae078 + d8068e7 commit baeeff1

303 files changed

Lines changed: 10655 additions & 3458 deletions

File tree

Some content is hidden

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

.github/workflows/buildAndroid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ jobs:
123123
distribution: oracle
124124
java-version: ${{ steps.get-java-version.outputs.version }}
125125

126+
# v6.1.0
126127
- name: Setup Gradle
127-
# v4
128-
uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244
128+
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e
129129

130130
- name: Setup 1Password CLI and certificates
131131
uses: Expensify/GitHub-Actions/setup-certificate-1p@main

.github/workflows/publishReactNativeAndroidArtifacts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,9 @@ jobs:
160160
distribution: oracle
161161
java-version: ${{ steps.get-java-version.outputs.version }}
162162

163+
# v6.1.0
163164
- name: Setup Gradle
164-
uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244
165+
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e
165166

166167
- name: Determine new patched RN version
167168
id: getNewPatchedVersion

Mobile-Expensify

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ android {
111111
minSdkVersion rootProject.ext.minSdkVersion
112112
targetSdkVersion rootProject.ext.targetSdkVersion
113113
multiDexEnabled rootProject.ext.multiDexEnabled
114-
versionCode 1009037404
115-
versionName "9.3.74-4"
114+
versionCode 1009037501
115+
versionName "9.3.75-1"
116116
// Supported language variants must be declared here to avoid from being removed during the compilation.
117117
// This also helps us to not include unnecessary language variants in the APK.
118118
resConfigs "en", "es"

assets/images/product-illustrations/illustration__copilots.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

config/eslint/eslint.config.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -402,11 +402,6 @@ const config = defineConfig([
402402
selector: 'CallExpression[callee.object.name="React"][callee.property.name="forwardRef"]',
403403
message: 'forwardRef is deprecated. Please use ref as a prop instead. See: contributingGuides/STYLE.md#forwarding-refs',
404404
},
405-
{
406-
selector: 'CallExpression[callee.name="getUrlWithBackToParam"]',
407-
message:
408-
'Usage of getUrlWithBackToParam function is prohibited. This is legacy code and no new occurrences should be added. Please look into the `How to remove backTo from URL` section in contributingGuides/NAVIGATION.md. and use alternative routing methods instead.',
409-
},
410405
{
411406
selector: 'ImportNamespaceSpecifier[parent.source.value=/^@libs/]',
412407
message: 'Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"',

config/eslint/eslint.seatbelt.tsv

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"../../src/Expensify.tsx" "react-hooks/set-state-in-effect" 1
1919
"../../src/GlobalModals.tsx" "no-restricted-syntax" 2
2020
"../../src/ONYXKEYS.ts" "no-restricted-syntax" 2
21+
"../../src/ROUTES.ts" "@typescript-eslint/no-deprecated/getUrlWithBackToParam" 176
2122
"../../src/components/AccountingConnectionConfirmationModal.tsx" "@typescript-eslint/no-deprecated/ConfirmModal" 1
2223
"../../src/components/ActionSheetAwareScrollView/useActionSheetAwareScrollViewRef.ts" "react-hooks/immutability" 1
2324
"../../src/components/ActionSheetAwareScrollView/useActionSheetKeyboardSpacing.ts" "@typescript-eslint/no-deprecated/useScrollViewOffset" 1
@@ -494,7 +495,7 @@
494495
"../../src/pages/domain/Groups/PreferredWorkspaceToggle.tsx" "@typescript-eslint/no-deprecated/ConfirmModal" 1
495496
"../../src/pages/domain/Saml/SamlLoginSectionContent.tsx" "@typescript-eslint/no-deprecated/ConfirmModal" 1
496497
"../../src/pages/inbox/DeleteTransactionNavigateBackHandler.tsx" "@typescript-eslint/no-deprecated/InteractionManager.runAfterInteractions" 1
497-
"../../src/pages/inbox/ReportFetchHandler.tsx" "@typescript-eslint/no-deprecated/InteractionManager.runAfterInteractions" 3
498+
"../../src/pages/inbox/ReportFetchHandler.tsx" "@typescript-eslint/no-deprecated/InteractionManager.runAfterInteractions" 2
498499
"../../src/pages/inbox/ReportNavigateAwayHandler.tsx" "react-hooks/exhaustive-deps" 1
499500
"../../src/pages/inbox/hooks/useDeferNonEssentials.ts" "no-restricted-imports" 2
500501
"../../src/pages/inbox/hooks/useFlushDeferredWriteOnFocus.ts" "no-restricted-imports" 1
@@ -504,21 +505,20 @@
504505
"../../src/pages/inbox/report/ContextMenu/BaseReportActionContextMenu.tsx" "react-hooks/refs" 1
505506
"../../src/pages/inbox/report/ContextMenu/ContextMenuActions.tsx" "@typescript-eslint/no-deprecated/getReportNameDeprecated" 1
506507
"../../src/pages/inbox/report/ContextMenu/PopoverReportActionContextMenu.tsx" "@typescript-eslint/no-deprecated/ConfirmModal" 1
507-
"../../src/pages/inbox/report/ContextMenu/PopoverReportActionContextMenu.tsx" "react-hooks/refs" 30
508+
"../../src/pages/inbox/report/ContextMenu/PopoverReportActionContextMenu.tsx" "react-hooks/refs" 29
508509
"../../src/pages/inbox/report/ListBoundaryLoader.tsx" "react-hooks/set-state-in-effect" 1
509510
"../../src/pages/inbox/report/PureReportActionItem.tsx" "react-hooks/refs" 2
510511
"../../src/pages/inbox/report/PureReportActionItem.tsx" "react-hooks/set-state-in-effect" 1
511512
"../../src/pages/inbox/report/ReactionList/HeaderReactionList.tsx" "no-restricted-syntax" 1
512-
"../../src/pages/inbox/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.tsx" "@typescript-eslint/no-deprecated/InteractionManager.runAfterInteractions" 2
513-
"../../src/pages/inbox/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.tsx" "react-hooks/preserve-manual-memoization" 2
514-
"../../src/pages/inbox/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.tsx" "react-hooks/refs" 8
513+
"../../src/pages/inbox/report/ReportActionCompose/ComposerWithSuggestions.tsx" "@typescript-eslint/no-deprecated/InteractionManager.runAfterInteractions" 1
514+
"../../src/pages/inbox/report/ReportActionCompose/ComposerWithSuggestions.tsx" "react-hooks/refs" 7
515515
"../../src/pages/inbox/report/ReportActionCompose/SuggestionEmoji.tsx" "react-hooks/refs" 1
516516
"../../src/pages/inbox/report/ReportActionCompose/SuggestionMention.tsx" "react-hooks/refs" 3
517517
"../../src/pages/inbox/report/ReportActionItemMessage.tsx" "@typescript-eslint/no-deprecated/getReportName" 1
518-
"../../src/pages/inbox/report/ReportActionItemMessageEdit.tsx" "@typescript-eslint/no-deprecated/InteractionManager.runAfterInteractions" 2
518+
"../../src/pages/inbox/report/ReportActionItemMessageEdit.tsx" "@typescript-eslint/no-deprecated/InteractionManager.runAfterInteractions" 1
519519
"../../src/pages/inbox/report/ReportActionItemMessageEdit.tsx" "no-restricted-syntax" 1
520520
"../../src/pages/inbox/report/ReportActionItemMessageEdit.tsx" "react-hooks/preserve-manual-memoization" 1
521-
"../../src/pages/inbox/report/ReportActionItemMessageEdit.tsx" "react-hooks/refs" 6
521+
"../../src/pages/inbox/report/ReportActionItemMessageEdit.tsx" "react-hooks/refs" 5
522522
"../../src/pages/inbox/report/ReportActionItemMessageEdit.tsx" "react-hooks/set-state-in-effect" 1
523523
"../../src/pages/inbox/report/ReportActionsList.tsx" "@typescript-eslint/no-deprecated/InteractionManager.runAfterInteractions" 4
524524
"../../src/pages/inbox/report/ReportActionsList.tsx" "react-hooks/refs" 5
@@ -579,7 +579,6 @@
579579
"../../src/pages/settings/Wallet/ExpensifyCardPage/index.tsx" "@typescript-eslint/no-deprecated/ConfirmModal" 2
580580
"../../src/pages/settings/Wallet/InternationalDepositAccount/PersonalInfo/PersonalInfo.tsx" "@typescript-eslint/no-deprecated/useSubStep" 1
581581
"../../src/pages/settings/Wallet/InternationalDepositAccount/PersonalInfo/substeps/AddressStep.tsx" "react-hooks/set-state-in-effect" 1
582-
"../../src/pages/settings/Wallet/PersonalCardDetailsPage.tsx" "@typescript-eslint/no-deprecated/ConfirmModal" 1
583582
"../../src/pages/settings/Wallet/PersonalCards/steps/SelectCountryStep.tsx" "react-hooks/set-state-in-effect" 1
584583
"../../src/pages/settings/Wallet/ShareBankAccount/ShareBankAccount.tsx" "react-hooks/set-state-in-effect" 1
585584
"../../src/pages/settings/Wallet/UnshareBankAccount/UnshareBankAccount.tsx" "@typescript-eslint/no-deprecated/ConfirmModal" 2

docs/articles/new-expensify/connections/netsuite/Configure-Netsuite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To manage how reports are exported from Expensify to NetSuite:
7676
- **Invoice Item** – Select or create the item line for invoices
7777
- **Export Foreign Currency Amount** – Enable to export original currency values
7878
- **Export to Next Open Period** – Enable to skip closed periods and use the next available NetSuite period
79-
- **Export Expensify Travel Payable To** – If Expensify Travel's Central invoicing feature is enabled, configure where travel card expenses are exported:
79+
- **Export Expensify Travel Payable To** – If Expensify Travel's Travel invoicing feature is enabled, configure where travel card expenses are exported:
8080
- **Travel payable account** – Select the payable account for Expensify Travel expenses
8181

8282
3. Click the **three-dot icon** > **Sync Now** to apply changes

docs/articles/new-expensify/getting-started/Navigating-New-Expensify.md

Lines changed: 42 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Navigating New Expensify
33
description: Learn how to move around New Expensify using the navigation tabs, including Home, Inbox, Spend, Workspaces, and Account on web and mobile.
4-
keywords: [New Expensify, navigation tabs, navigation, Home tab, Inbox tab, Spend tab, Workspaces tab, Account tab, Receipt button, Create button, workspace filter]
4+
keywords: [New Expensify, navigation tabs, navigation, Home tab, Inbox tab, Spend tab, Workspaces tab, Account tab, Scan button, Create button, workspace filter]
55
internalScope: Audience is all Expensify members. Covers how to navigate Expensify using the navigation tabs and primary action buttons. Does not explain the detailed behavior of the Home tab sections.
66
---
77

@@ -13,7 +13,7 @@ This guide explains where to find each tab and what it’s used for.
1313

1414
---
1515

16-
# Where to find navigation tabs
16+
## How to use navigation tabs
1717

1818
The **navigation tabs** are your main way to move through the app.
1919

@@ -30,17 +30,17 @@ Tabs include:
3030

3131
---
3232

33-
# What the Home tab is used for
33+
## What the Home tab is used for
3434

3535
The **Home** tab is the first screen you see when you sign in.
3636

3737
Use Home to get oriented and see whether anything needs attention. From the Home tab, you can navigate to Inbox, Spend, or Workspaces as needed.
3838

39-
For a full breakdown of what appears on Home, see the **Expensify Home Overview** article.
39+
For a full breakdown of what appears on Home, see the [Expensify Home overview](/articles/new-expensify/getting-started/Expensify-Home-Overview).
4040

4141
---
4242

43-
# What the Inbox tab is used for
43+
## What the Inbox tab is used for
4444

4545
The **Inbox** tab is where conversations and action-related items are managed.
4646

@@ -53,7 +53,7 @@ Use Inbox to:
5353

5454
---
5555

56-
# What the Spend tab is used for
56+
## What the Spend tab is used for
5757

5858
**Spend** is the main place to search and act on expenses and expense reports.
5959

@@ -65,7 +65,7 @@ From **Spend**, you can:
6565

6666
---
6767

68-
# What the Workspaces tab is used for
68+
## What the Workspaces tab is used for
6969

7070
The **Workspaces** tab displays all workspaces you are a member of.
7171

@@ -74,17 +74,17 @@ Workspace Admins can open a workspace to manage workspace-level settings.
7474
From **Workspaces**, Workspace Admins can:
7575

7676
- Create a new workspace
77-
- Manage members under **People**
77+
- Manage members under **Members**
7878
- Enable features under **More features**
7979
- Configure workflows
8080
- Connect accounting integrations under **Accounting**
8181
- Manage categories and tags
8282

83-
Use **Workspaces** for company and team configuration.
83+
Learn how to [create and set up a company workspace](/articles/new-expensify/getting-started/Create-a-company-workspace).
8484

8585
---
8686

87-
# What the Account tab is used for
87+
## What the Account tab is used for
8888

8989
The **Account** tab contains personal and account-level settings.
9090

@@ -98,7 +98,7 @@ From Account, you can manage:
9898
- **Security** to manage security options and Copilot delegated access
9999

100100
You can also access:
101-
- **Help** to access help and support resources, including a link to the help site
101+
- **Help** to access help and support resources, including support contacts
102102
- **What's new** to view product updates
103103
- **About** to see app details
104104
- **Troubleshoot** to run diagnostics or switch to Expensify Classic
@@ -109,18 +109,30 @@ Use Account for personal settings and billing.
109109

110110
---
111111

112-
# Using the Receipt and Create buttons
112+
## How to find your assigned support contacts on the Help page
113+
114+
Paid Workspace Admins may have dedicated support contacts assigned to their account, such as an Account Manager, Partner Manager, or Setup Specialist. These contacts appear directly on the **Help** page so you can quickly start a conversation with them.
115+
116+
1. Click the navigation tabs (on the left on web, on the bottom on mobile).
117+
2. Select **Settings**.
118+
3. Select **Help**.
119+
4. Below **Concierge**, look for your assigned support contacts.
120+
5. Click a contact to open a direct message with them.
121+
122+
---
123+
124+
## How to use the Scan and Create buttons
113125

114126
In addition to the navigation tabs, you’ll see two primary action buttons:
115127

116-
- The green **Receipt** button to scan or manually add an expense.
128+
- The green **Scan** button to scan or manually add an expense.
117129
- The grey **➕ Create** button to start actions like creating a report, sending money, requesting money, or tracking distance.
118130

119-
The Receipt and Create buttons are available from all screens so you can quickly take action.
131+
The **Scan** and **Create** buttons are available from all screens so you can quickly take action.
120132

121133
---
122134

123-
# How to navigate Expensify quickly
135+
## How to navigate New Expensify quickly
124136

125137
If you’re not sure where to go:
126138

@@ -146,10 +158,23 @@ Open the **Workspaces** tab from the navigation tabs.
146158

147159
Open the **Account** tab from the navigation tabs.
148160

149-
## What does the green Receipt button do?
161+
## What does the green Scan button do?
150162

151-
The green **Receipt** button lets you scan or manually add an expense.
163+
The green **Scan** button lets you scan or manually add an expense.
152164

153165
## What does the ➕ Create button do?
154166

155167
The **➕ Create** button starts actions such as creating a report, sending money, requesting money, or tracking distance.
168+
169+
## Why don't I see assigned support contacts on the Help page?
170+
171+
Assigned support contacts only appear if:
172+
173+
- You are a Workspace Admin on a paid plan
174+
- A support contact has been assigned to your account
175+
176+
If no contacts are assigned, these options will not appear on the **Help** page.
177+
178+
## How do I get an Account Manager assigned?
179+
180+
Account Managers are typically assigned to accounts with subscriptions that include 10 or more members. Contact **Concierge** if you believe your account qualifies.

0 commit comments

Comments
 (0)