-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38530 from ren-jones/patch-31
Create Split-an-expense.md
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
docs/articles/expensify-classic/expenses/Split-an-expense.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
title: Split an expense | ||
description: Divide expenses on a receipt into separate expenses | ||
--- | ||
<div id="expensify-classic" markdown="1"> | ||
|
||
You can break down a receipt into multiple expenses by splitting it. Each split expense is treated as an individual expense which can be categorized and tagged separately. The same receipt image will be attached to all of the split expenses. | ||
|
||
{% include info.html %} | ||
Splitting an expense cannot be undone. | ||
{% include end-info.html %} | ||
|
||
{% include selector.html values="desktop, mobile" %} | ||
|
||
{% include option.html value="desktop" %} | ||
1. Click the **Expenses** tab. | ||
2. Click the expense you want to split. | ||
3. Scroll down and click **Split Expense** in the bottom left corner. | ||
4. Use the buttons in the bottom left corner to select how to split the expenses. | ||
- Add additional splits by clicking **Add Split**. | ||
- Split the expense for multiple days by clicking **Split by Days**. This option is good for expenses like hotel stays. | ||
- Split the expense evenly by clicking **Split Even**. This option also works if you add more than two splits. | ||
|
||
{% include info.html %} | ||
Each split must have a value greater than $0.00 and all splits must add up to the total expense amount. | ||
{% include end-info.html %} | ||
|
||
{% include end-option.html %} | ||
|
||
{% include option.html value="mobile" %} | ||
1. Tap the **Expenses** tab. | ||
2. Tap the expense you want to split. | ||
3. Scroll down to the bottom and tap **More Options**. | ||
4. Tap **Split**. | ||
5. Tap each split to add the expense details including the total and category, then click **Save**. To add any additional splits, click **Add Split**. | ||
|
||
{% include info.html %} | ||
Each split must have a value greater than $0.00 and all splits must add up to the total expense amount. | ||
{% include end-info.html %} | ||
|
||
6. Once all splits have been added and adjusted, click **Save**. | ||
|
||
{% include end-option.html %} | ||
|
||
{% include end-selector.html %} | ||
|
||
|
||
|
||
</div> |