Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Expensify/App into feat/ref…
Browse files Browse the repository at this point in the history
…actor-moneyRequestConfirmationList
  • Loading branch information
MrMuzyk committed May 13, 2024
2 parents e2fc5da + 59e74e9 commit 57d57a1
Show file tree
Hide file tree
Showing 118 changed files with 1,822 additions and 693 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10.0
20.13.0
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
versionCode 1001047201
versionName "1.4.72-1"
versionCode 1001047300
versionName "1.4.73-0"
// Supported language variants must be declared here to avoid from being removed during the compilation.
// This also helps us to not include unnecessary language variants in the APK.
resConfigs "en", "es"
Expand Down
19 changes: 19 additions & 0 deletions assets/images/credit-card-hourglass.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/images/receipt-scan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
---
title: Set up QuickBooks Online connection
description: Integrate QuickBooks Online with Expensify
---
<div id="new-expensify" markdown="1">

{% include info.html %}
To use the QuickBooks Online connection, you must have a QuickBooks Online account and an Expensify Collect plan. The QuickBooks Self-employed subscription is not supported.
{% include end-info.html %}

The features available for the Expensify connection with QuickBooks Online vary based on your QuickBooks subscription. The features may still be visible in Expensify even if you don’t have access, but you will receive an error if the feature isn't available with your subscription.

Here is a list of the features supported by each QuickBooks Online subscription:

| Feature | Simple Start | Essentials | Essentials Plus |
|----------------------------|--------------|------------|-----------------|
| Expense Reports | &#10004; | &#10004; | &#10004; |
| GL Accounts as Categories | &#10004; | &#10004; | &#10004; |
| Credit Card Transactions | &#10004; | &#10004; | &#10004; |
| Debit Card Transaction | | &#10004; | &#10004; |
| Classes | | &#10004; | &#10004; |
| Customers | | &#10004; | &#10004; |
| Projects | | &#10004; | &#10004; |
| Vendor Bills | | &#10004; | &#10004; |
| Journal Entries | | &#10004; | &#10004; |
| Tax | | &#10004; | &#10004; |
| Billable | | | &#10004; |
| Location | | | &#10004; |

To set up your QuickBooks Online connection, complete the 5 steps below.

# Step 1: Set up employees in QuickBooks Online

Log in to QuickBooks Online and ensure all of your employees are setup as either Vendors or Employees using the same email address that they are listed under in Expensify. This process may vary by country, but you can go to **Payroll** and select **Employees** in QuickBooks Online to add new employees or edit existing ones.

# Step 2: Connect Expensify to QuickBooks Online

<ol type="a">
<li>Click your profile image or icon in the bottom left menu.</li>
<li>Scroll down and click <b>Workspaces</b> in the left menu.</li>
<li>Select the workspace you want to connect to QuickBooks Online.</li>
<li>Click <b>More features</b> in the left menu.</li>
<li>Scroll down to the Integrate section and enable the Accounting toggle.</li>
<li>Click <b>Accounting</b> in the left menu.</li>
<li>Click <b>Set up</b> to the right of QuickBooks Online.</li>
<li>Enter your Intuit login details to import your settings from QuickBooks Online to Expensify.</li>
</ol>

# Step 3: Configure import settings

The following steps help you determine how data will be imported from QuickBooks Online to Expensify.

<ol type="a">
<li>Under the Accounting settings for your workspace, click Import under the QuickBooks Online connection.</li>
<li>Review each of the following import settings:</li>
<ul>
<li><b>Chart of accounts</b>: The chart of accounts are automatically imported from QuickBooks Online as categories. This cannot be amended.</li>
<li><b>Classes</b>: Choose whether to import classes, which will be shown in Expensify as tags for expense-level coding.</li>
<li><b>Customers/projects</b>: Choose whether to import customers/projects, which will be shown in Expensify as tags for expense-level coding.</li>
<li><b>Locations</b>: Choose whether to import locations, which will be shown in Expensify as tags for expense-level coding.</li>
{% include info.html %}
As Locations are only configurable as tags, you cannot export expense reports as vendor bills or checks to QuickBooks Online. To unlock these export options, either disable locations import or upgrade to the Control Plan to export locations encoded as a report field.
{% include end-info.html %}
<li><b>Taxes</b>: Choose whether to import tax rates and defaults.</li>
</ul>
</ol>

# Step 4: Configure export settings

The following steps help you determine how data will be exported from Expensify to QuickBooks Online.

<ol type="a">
<li>Under the Accounting settings for your workspace, click Export under the QuickBooks Online connection.</li>
<li>Review each of the following export settings:</li>
<ul>
<li><b>Preferred Exporter</b>: Choose whether to assign a Workspace Admin as the Preferred Exporter. Once selected, the Preferred Exporter automatically receives reports for export in their account to help automate the exporting process.</li>

{% include info.html %}
* Other Workspace Admins will still be able to export to QuickBooks Online.
* If you set different export accounts for individual company cards under your domain settings, then your Preferred Exporter must be a Domain Admin.
{% include end-info.html %}

<li><b>Date</b>: Choose whether to use the date of last expense, export date, or submitted date.</li>
<li><b>Export Out-of-Pocket Expenses as</b>: Select whether out-of-pocket expenses will be exported as a check, journal entry, or vendor bill.</li>

{% include info.html %}
These settings may vary based on whether tax is enabled for your workspace.
* If tax is not enabled on the workspace, you’ll also select the Accounts Payable/AP.
* If tax is enabled on the workspace, journal entry will not be available as an option. If you select the journal entries option first and later enable tax on the workspace, you will see a red dot and an error message under the “Export Out-of-Pocket Expenses as” options. To resolve this error, you must change your export option to vendor bill or check to successfully code and export expense reports.
{% include end-info.html %}

<li><b>Invoices</b>: Select the QuickBooks Online invoice account that invoices will be exported to.</li>
<li><b>Export as</b>: Select whether company cards export to QuickBooks Online as a credit card (the default), debit card, or vendor bill. Then select the account they will export to.</li>
<li>If you select vendor bill, you’ll also select the accounts payable account that vendor bills will be created from, as well as whether to set a default vendor for credit card transactions upon export. If this option is enabled, you will select the vendor that all credit card transactions will be applied to.</li>
</ul>
</ol>

# Step 5: Configure advanced settings

The following steps help you determine the advanced settings for your connection, like auto-sync and employee invitation settings.

<ol type="a">
<li>Under the Accounting settings for your workspace, click Advanced under the QuickBooks Online connection.</li>
<li>Select an option for each of the following settings:</li>
<ul>
<li><b>Auto-sync</b>: Choose whether to enable QuickBooks Online to automatically communicate changes with Expensify to ensure that the data shared between the two systems is up-to-date. New report approvals/reimbursements will be synced during the next auto-sync period.</li>
<li><b>Invite Employees</b>: Choose whether to enable Expensify to import employee records from QuickBooks Online and invite them to this workspace.</li>
<li><b>Automatically Create Entities</b>: Choose whether to enable Expensify to automatically create vendors and customers in QuickBooks Online if a matching vendor or customer does not exist.</li>
<li><b>Sync Reimbursed Reports</b>: Choose whether to enable report syncing for reimbursed expenses. If enabled, all reports that are marked as Paid in QuickBooks Online will also show in Expensify as Paid. If enabled, you must also select the QuickBooks Online account that reimbursements are coming out of, and Expensify will automatically create the payment in QuickBooks Online.</li>
<li><b>Invoice Collection Account</b>: Select the invoice collection account that you want invoices to appear under once the invoice is marked as paid.</li>
</ul>
</ol>

{% include faq-begin.md %}

**Why do I see a red dot next to my connection?**
If there is an error with your connection, you’ll see a red dot next to Accounting in the left menu. When you click Accounting, you’ll also see a red dot displayed next to the QuickBooks Online connection card.

This may occur if you incorrectly enter your QuickBooks Online login information when trying to establish the connection. To resubmit your login details,
1. Click the three-dot menu to the right of the QuickBooks Online connection.
2. Click **Enter credentials**.
3. Enter your Intuit login details (the login information you use for QuickBooks Online) to establish the connection.

{% include faq-end.md %}

</div>
43 changes: 43 additions & 0 deletions docs/articles/new-expensify/expenses/Track-expenses.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: Track Expenses
description: Create, store, or share non-reimbursable expenses
---
<div id="new-expensify" markdown="1">

Create, store, or share non-reimbursable expenses with the Track Expenses feature.

{% include selector.html values="desktop, mobile" %}

{% include option.html value="desktop" %}
1. Click the + icon in the bottom left menu and select **Track Expense**.
2. Create the expense manually, scan the receipt, or add a distance expense.

{% include info.html %}
For an in-depth walkthrough on how to create an expense, check out the <a href="[url](https://help.expensify.com/articles/new-expensify/expenses/Create-an-expense)">create an expense</a> article.
{% include end-info.html %}

3. Choose the next steps for the expense:
- **Submit it to someone**: Select this option to request payment from other members of your Expensify workspace.
- **Categorize it**: Select this option to choose a category and additional details to code the expense for a specific workspace. The expense will then be placed on a report and can be submitted to the workspace for approval.
- **Share it with my accountant**: Select this option to share the expense with your accountant. The expense will then be placed on a report under the workspace for your accountant to review.
- **Nothing for now**: Select this option to store the expense. Expensify will keep the expense until you are ready to take action on it—it won’t expire. When you’re ready, you can then select one of the above options for the expense at a later time.
{% include end-option.html %}

{% include option.html value="mobile" %}
1. Tap the + icon in the bottom menu and select **Track Expense**.
2. Create the expense manually, scan the receipt, or add a distance expense.

{% include info.html %}
For an in-depth walkthrough on how to create an expense, check out the <a href="[url](https://help.expensify.com/articles/new-expensify/expenses/Create-an-expense)">create an expense</a> article.
{% include end-info.html %}

3. Choose the next steps for the expense:
- **Submit it to someone**: Select this option to request payment from a contact in your phone’s contact list or from other members of your Expensify workspace.
- **Categorize it**: Select this option to choose a category and additional details to code the expense for a specific workspace. The expense will then be placed on a report and can be submitted to the workspace for approval.
- **Share it with my accountant**: Select this option to share the expense with your accountant. The expense will then be placed on a report under the workspace for your accountant to review.
- **Nothing for now**: Select this option to store the expense. Expensify will keep the expense until you are ready to take action on it—it won’t expire. When you’re ready, you can then select one of the above options for the expense at a later time.
{% include end-option.html %}

{% include end-selector.html %}

</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: Upgrade to the new Expensify Card from Visa
description: Get the new Expensify Visa® Commercial Card
---
<div id="new-expensify" markdown="1">

If your company is already using Expensify Cards, you can upgrade your cards for free to the new Expensify Visa® Commercial Card to get even more tools to manage employee spending, including:
- Unlimited <a href="[url](https://use.expensify.com/unlimited-virtual-cards)">virtual cards</a>
- Controlled spending amounts on virtual cards to manage subscriptions
- Tighter controls for managing spend across employees and merchants
- Fixed or monthly spend limits for each card
- Unique naming for each virtual card for simplified expense categorization

# Upgrade your company’s Expensify Cards

{% include info.html %}
This process must be completed by a Domain Admin. Although the process is available for all Domain Admins, only one admin needs to complete these steps.

Before completing this process, you’ll want to:

- Have your employees update their address if needed so that they receive their new Expensify Card in the mail before completing the steps below.
- Ensure that existing cardholders have a limit greater than $0 if you want them to receive a new Expensify Card. If their limit is $0, increase the limit.
{% include end-info.html %}

1. On your Home page, click the task titled “Upgrade to the new and improved Expensify Card.”
2. Review and agree to the Terms of Service.
3. Click **Get the new card**. All existing cardholders with a limit greater than $0 will be automatically mailed a new physical card to the address they have on file. Virtual cards will be automatically issued and available for immediate use.
4. If you have Positive Pay enabled for your settlement account, contact your bank as soon as possible to whitelist the new ACH ID: 2270239450.
5. Remind your employees to update their payment information for recurring charges to their virtual card information.

New cards will have the same limit as the existing cards. Each cardholder’s current physical and virtual cards will remain active until a Domain Admin or the cardholder deactivates it.

{% include info.html %}
Cards won’t be issued to any employees who don’t currently have them. In this case, you’ll need to <a href="[url](https://help.expensify.com/articles/expensify-classic/expensify-card/Set-Up-the-Expensify-Visa%C2%AE-Commercial-Card-for-your-Company#:~:text=we%20have%20them.-,How%20to%20issue%20cards,-After%20you%E2%80%99ve%20been)">issue a new card</a>.
{% include end-info.html %}

{% include faq-begin.md %}

**Why don’t I see the task to agree to new terms on my Home page?**

There are a few reasons why you might not see the task on your Home page:
- You may not be a Domain Admin
- Another domain admin has already accepted the terms
- The task may be hidden. To find hidden tasks, scroll to the bottom of the Home page and click **Show Hidden Tasks** to see all of your available tasks.

**Will this affect the continuous reconciliation process?**

No. During the transition period, you may have some employees with old cards and some with new cards, so you’ll have two different debits (settlements) made to your settlement account for each settlement period. Once all spending has transitioned to the new cards, you’ll only see one debit/settlement.

**Do I have to upgrade to the new Expensify Visa® Commercial Card?**

Yes. We’ll provide a deadline soon. But don’t worry—you’ll have plenty of time to upgrade.
{% include faq-end.md %}
</div>
Loading

0 comments on commit 57d57a1

Please sign in to comment.