Skip to content

Commit 13c3a47

Browse files
Merge branch 'main' of github.com:callstack-internal/Expensify-App into fix/attempt-to-fix-cycular-dependecies-1
2 parents b90ad7b + 9dbf42a commit 13c3a47

File tree

361 files changed

+9718
-6881
lines changed

Some content is hidden

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

361 files changed

+9718
-6881
lines changed

.eslintignore

-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ web/gtm.js
1414
src/libs/SearchParser/searchParser.js
1515
src/libs/SearchParser/autocompleteParser.js
1616
help/_scripts/**
17-
modules/**

Mobile-Expensify

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ It's important to emphasise that a git submodule is just a **regular git reposit
500500
> #### For external contributors
501501
>
502502
> If you'd like to modify the `Mobile-Expensify` source code, it is best that you create your own fork. Then, you can swap origin of the remote repository by executing this command:
503-
>
503+
>
504504
> `cd Mobile-Expensify && git remote set-url origin <YOUR_FORK_URL>`
505505
>
506506
> This way, you'll attach the submodule to your fork repository.

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ android {
110110
minSdkVersion rootProject.ext.minSdkVersion
111111
targetSdkVersion rootProject.ext.targetSdkVersion
112112
multiDexEnabled rootProject.ext.multiDexEnabled
113-
versionCode 1009007704
114-
versionName "9.0.77-4"
113+
versionCode 1009008003
114+
versionName "9.0.80-3"
115115
// Supported language variants must be declared here to avoid from being removed during the compilation.
116116
// This also helps us to not include unnecessary language variants in the APK.
117117
resConfigs "en", "es"

android/app/proguard-rules.pro

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
# Add any project specific keep options here:
1111
-keep class com.expensify.chat.BuildConfig { *; }
1212
-keep class com.facebook.** { *; }
13-
-keep class com.margelo.nitro.** { *; }
1413
-keep, allowoptimization, allowobfuscation class expo.modules.** { *; }
1514

1615
# Keep generic signature of Call, Response (R8 full mode strips signatures from non-kept items).

android/app/src/main/AndroidManifest.xml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<uses-permission android:name="android.permission.INTERNET" />
66
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
77
<uses-permission android:name="android.permission.CAMERA" />
8-
<uses-permission android:name="android.permission.READ_CONTACTS" />
98
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
109
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
1110
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

assets/images/buildings.svg

+12
Loading
Loading
Loading

docs/articles/expensify-classic/bank-accounts-and-payments/payments/Receive-and-Pay-Bills.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ Expensify makes it easy to receive bills in three simple ways:
1313
Share your Expensify billing email with vendors to receive bills automatically.
1414

1515
- Set a Primary Contact under **Settings > Domains > Domain Admins**.
16-
- Ask vendors to email bills to your billing address: `[email protected]` (e.g., for *expensify.com*, use `expensify@expensify.cash`).
16+
- Ask vendors to email bills to your billing address: `[email protected]` (e.g., for *expensicorp.com*, use `expensicorp@expensify.cash`).
1717
- Once emailed, the bill is automatically created in Expensify, ready for payment.
1818

19+
![Setting the Primary Contact at Domain Admins > Primary Contact](https://help.expensify.com/assets/images/OldDot%20-%20Create%20%26%20Pay%20Bills%201.png){:width="100%"}
20+
1921
### 2. Forwarding Emails
2022
Received a bill in your email? Forward it to Expensify.
2123

2224
- Ensure your Primary Contact is set under **Settings > Domains > Domain Admins**.
23-
- Forward bills to `[email protected]`. Example: `[email protected]` (e.g., for *expensify.com*, use `expensify@expensify.cash`).
25+
- Forward bills to `[email protected]`. Example: `[email protected]` (e.g., for *expensicorp.com*, use `expensicorp@expensify.cash`).
2426
- Expensify will create a bill automatically, ready for payment.
2527

2628
### 3. Manual Upload
@@ -31,6 +33,7 @@ Got a paper bill? Create a bill manually in [Expensify](https://www.expensify.co
3133
3. Enter the invoice details: sender’s email, merchant name, amount, and date.
3234
4. Upload the invoice as a receipt.
3335

36+
![Manually Create a Bill](https://help.expensify.com/assets/images/OldDot%20-%20Create%20%26%20Pay%20Bills%202.png){:width="100%"}
3437

3538
# Paying Bills in Expensify
3639

@@ -44,6 +47,8 @@ Expensify makes it easy to manage and pay vendor bills with a straightforward wo
4447
4. **Approval Workflow**: Once reviewed, the bill follows your workspace’s approval process. The final approver handles the payment.
4548
5. **Accounting Integration**: During approval, the bill is coded with the correct GL codes from your connected accounting software. Once approved, it can be exported back to your accounting system.
4649

50+
![Paying a Bill](https://help.expensify.com/assets/images/OldDot%20-%20Create%20%26%20Pay%20Bills%203.png){:width="100%"}
51+
4752
## Payment Methods
4853

4954
Expensify offers several ways to pay bills. Choose the method that works best for you:
@@ -92,20 +97,27 @@ If you prefer to pay outside Expensify, you can still track the payment within t
9297
3. Select **Mark as Paid** to update its status.
9398

9499
**Fees:** None.
100+
95101
{% include faq-begin.md %}
96102

97103
## Who receives vendor bills in Expensify?
98-
bills are sent to the Primary Contact listed under **Settings > Domains > [Domain Name] > Domain Admins**.
104+
105+
Bills are sent to the Primary Contact listed under **Settings > Domains > [Domain Name] > Domain Admins**.
99106

100107
## Who can view and pay a bill?
108+
101109
Only the primary domain contact can view and pay a bill.
102110

103111
## How can others access bills?
112+
104113
The primary contact can share bills or grant Copilot access for others to manage payments.
105114

106115
## Is bill Pay supported internationally?
116+
107117
Currently, payments are only supported in USD.
108118

109119
## What's the difference between a bill and an Invoice in Expensify?
120+
110121
A bill represents a payable amount owed to a vendor, while an Invoice is a receivable amount owed to you.
122+
111123
{% include faq-end.md %}

0 commit comments

Comments
 (0)