Skip to content

Commit 9ba7cfa

Browse files
committed
Merge branch 'main' into more-plaid-company-card-follow-ups
2 parents 6ec74e3 + 1adf0bf commit 9ba7cfa

238 files changed

Lines changed: 4013 additions & 1900 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/deployNewHelp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# v4
5959
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
6060
with:
61-
node-version: '20.19.1'
61+
node-version-file: '.nvmrc'
6262

6363
# Wil install the _help/package.js
6464
- name: Install Node.js Dependencies

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.1
1+
20.19.3

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 1009017908
118-
versionName "9.1.79-8"
117+
versionCode 1009018101
118+
versionName "9.1.81-1"
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"

cspell.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,8 @@
455455
"positionMillis",
456456
"Postharvest",
457457
"Postproduction",
458+
"Powerform",
459+
"POWERFORM",
458460
"Précédent",
459461
"precheck",
460462
"Precheck",

docs/articles/expensify-classic/connections/xero/Connect-To-Xero.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To connect Xero with Expensify, you must:
2020

2121
Follow these steps to set up the Xero integration:
2222

23-
1. Click **Settings** in the bottom left menu.
23+
1. Click **Settings** in the left-side navigation menu.
2424
2. Navigate to **Workspaces > [Workspace Name] > Accounting**.
2525
3. Click **Connect to Xero**.
2626
4. Click **Create a New Xero Connection**.

docs/articles/expensify-classic/expenses/Edit-expenses.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ The submitter can only delete expenses, and the report must be in the Open state
141141

142142
# FAQ
143143

144+
## Can I add multiple attachments to a single expense?
145+
No, it's only possible to add one attachment per expense.
146+
144147
## Who can edit an expense?
145148
- **Expense owner**: Can edit expenses if the report is Open.
146149
- **Approvers and Workspace Admins**: Can edit submitted expenses before final approval.

docs/articles/expensify-classic/expensify-billing/Billing-Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Earn **1%–2% cash back**
6666
- 2% if monthly spend reaches **$250,000+**
6767
- Cash back is applied to your bill first, then to your bank account
6868

69-
👉 Use the [savings calculator](https://use.expensify.com/resource-center/tools/savings-calculator) to estimate your monthly savings.
69+
👉 Use the [savings calculator](https://use.expensify.com/savings-calculator) to estimate your monthly savings.
7070

7171
## 📅 Annual Subscription Only
7272

docs/articles/expensify-classic/getting-started/Create-a-Company-Workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You can flag rule violations for:
104104
4. Set custom report names for consistency.
105105
5. Set the workspace **default currency** under **Settings > Workspace > [Workspace Name] > Overview > Default currency**.
106106
6. Go to **Settings > Workspace > [Workspace Name] > Workflows** to configure:
107-
- **Delayed submission** – Auto-submit based on a set schedule.
107+
- **Delay submission** – Auto-submit based on a set schedule.
108108
7. Go to **Settings > Workspace > [Workspace Name] > Report fields** to customize reports or invoices.
109109
8. Click the **Travel** tab to define flight class or hotel preferences.
110110
9. Use the **Per diem** tab to import location-specific expense rules.

docs/articles/expensify-classic/getting-started/playbooks/Expensify-Playbook-For-Small-To-Medium-Sized-Businesses.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ Set workspace-wide compliance policies under **Settings > Workspace > [Workspace
8080

8181
---
8282

83-
# Step 7: Enable Delayed Submission
83+
# Step 7: Enable Delay Submission
8484

85-
Automate expense submissions with **Delayed Submission**:
86-
1. Go to **Settings > Workspace > [Workspace Name] > Workflows > Delayed submission**.
87-
2. Enable **Delayed submission*** and set the frequency to **Daily**.
85+
Automate expense submissions with **Delay Submission**:
86+
1. Go to **Settings > Workspace > [Workspace Name] > Workflows > Delay submission**.
87+
2. Enable **Delay submission*** and set the frequency to **Daily**.
8888

8989
---
9090

0 commit comments

Comments
 (0)