Skip to content

Commit d870200

Browse files
author
Daniel Gale-Rosen
committed
Merge branch 'main' into dangrous-reportpreviewdetails
2 parents 21ca37c + 40b8521 commit d870200

147 files changed

Lines changed: 1508 additions & 2153 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.

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 1009018003
118-
versionName "9.1.80-3"
117+
versionCode 1009018008
118+
versionName "9.1.80-8"
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"

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/reports/Edit-and-Submit-Expense-Reports.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,33 +272,31 @@ You can export full reports for archiving or analysis.
272272
- **Default CSV** – Expensify’s built-in layout.
273273
- **Create new CSV export layout** – Customize your export format.
274274

275+
---
276+
275277
# FAQ
276278

277279
## Can I view my teammate's expense reports?
278280

279281
Yes, if you have **Copilot access**. Ask your teammate to add you as a Copilot so you can view, edit, or submit their reports.
280282

281-
---
282283

283284
## Can I export an expense report as a spreadsheet?
284285

285286
Yes! Open the report, click **Details**, then choose **Export to CSV**.
286287

287-
---
288288

289289
## How are credits or refunds displayed?
290290

291291
They appear as **negative expenses** (e.g., -$1.00) and reduce the report total.
292292

293-
---
294293

295294
## What’s the difference between an expense, a receipt, and a report attachment?
296295

297296
- **Expense** – Created when a receipt is scanned or manually entered.
298297
- **Receipt** – Image attached to an expense.
299298
- **Attachment** – Additional files added at the bottom of the report (e.g., documents).
300299

301-
---
302300

303301
## What’s the difference between reports, invoices, and bills?
304302

docs/articles/new-expensify/billing-and-subscriptions/Billing-Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For a full breakdown, visit the [Expensify pricing page](https://www.expensify.c
6262
- 2% if monthly spend reaches **$250,000+**
6363
- Cash back is applied to your Expensify bill first, then to your bank account
6464

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

6767
## 📅 Annual Subscription
6868

ios/NewExpensify/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</dict>
4545
</array>
4646
<key>CFBundleVersion</key>
47-
<string>9.1.80.3</string>
47+
<string>9.1.80.8</string>
4848
<key>FullStory</key>
4949
<dict>
5050
<key>OrgId</key>

ios/NotificationServiceExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleShortVersionString</key>
1414
<string>9.1.80</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.1.80.3</string>
16+
<string>9.1.80.8</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionPointIdentifier</key>

ios/ShareViewController/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleShortVersionString</key>
1414
<string>9.1.80</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.1.80.3</string>
16+
<string>9.1.80.8</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionAttributes</key>

package-lock.json

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

0 commit comments

Comments
 (0)