Skip to content

Commit 993c836

Browse files
authored
Merge branch 'Expensify:main' into feat/sentry-search-modal-metric
2 parents a0eef68 + ed2ca30 commit 993c836

161 files changed

Lines changed: 3369 additions & 1994 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

__mocks__/reportData/transactions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const transactionR14932: Transaction = {
3030
reimbursable: true,
3131
hasEReceipt: true,
3232
cardID: 0,
33-
modifiedAmount: '',
33+
modifiedAmount: 0,
3434
originalAmount: 0,
3535
comment: {},
3636
bank: '',
@@ -59,7 +59,7 @@ const transactionR98765: Transaction = {
5959
hasEReceipt: true,
6060
managedCard: false,
6161
billable: false,
62-
modifiedAmount: '',
62+
modifiedAmount: 0,
6363
cardID: 0,
6464
originalAmount: 0,
6565
comment: {},

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 1009026000
118-
versionName "9.2.60-0"
117+
versionCode 1009026100
118+
versionName "9.2.61-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: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

cspell.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
"capitalone",
9898
"CAROOT",
9999
"Carta",
100+
"cacerts",
101+
"changeit",
100102
"ccache",
101103
"ccupload",
102104
"cdfbmo",
@@ -211,10 +213,12 @@
211213
"Expensable",
212214
"expensescount",
213215
"Expensi",
216+
"Expensidev",
214217
"Expensicon",
215218
"Expensicons",
216219
"expensicorp",
217220
"Expensifier",
221+
"EXPENSIDEV",
218222
"EXPENSIFYAPI",
219223
"expensifyhelp",
220224
"expensifylite",
@@ -231,6 +235,7 @@
231235
"falso",
232236
"favicons",
233237
"Ferroalloy",
238+
"firebaselogging",
234239
"firstname",
235240
"Fiscale",
236241
"flac",
@@ -437,6 +442,7 @@
437442
"noopener",
438443
"noreferer",
439444
"noreferrer",
445+
"noprompt",
440446
"nosymbol",
441447
"Noto",
442448
"NSQS",
@@ -625,6 +631,7 @@
625631
"stdev",
626632
"stdlib",
627633
"storepass",
634+
"stackoverflow",
628635
"STORYLANE",
629636
"strikethrough",
630637
"Strikethrough",
@@ -676,6 +683,7 @@
676683
"tranid",
677684
"Transpiles",
678685
"trivago",
686+
"trustcacerts",
679687
"Typeform",
680688
"uatp",
681689
"UATP",

docs/articles/new-expensify/workspaces/Workspace-Rules.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Once enabled, go to the **Rules** tab in the left menu to manage expense-level s
3131
- **Max Expense Amount** – Set a per-expense spending cap (supports decimals).
3232
- **Max Expense Age (Days)** – Define how old an expense can be (whole numbers only).
3333
- **Billable Default** – Choose whether expenses are billable by default.
34-
- **eReceipts** – Enable automatic receipt generation for most USD card transactions (requires USD as default currency).
34+
- **eReceipts** – Enable automatic receipt generation for all USD card transactions up to $75 (requires USD as default currency).
35+
- Note: Disabling **eReceipts** after enabling them will hide existing eReceipts. Enable **eReceipts** again to restore them.
3536

3637
---
3738

eslint.changed.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const config = defineConfig([
5656
ignores: ['**/libs/**/*.{ts,tsx}'],
5757
rules: {
5858
'no-restricted-imports': [
59-
'error',
59+
'warn',
6060
{
6161
paths: restrictedIconImportPaths,
6262
patterns: restrictedIconImportPatterns,

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.2.60</string>
26+
<string>9.2.61</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.2.60.0</string>
47+
<string>9.2.61.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.2.60</string>
14+
<string>9.2.61</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.2.60.0</string>
16+
<string>9.2.61.0</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)