-
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.
- Loading branch information
Showing
114 changed files
with
1,969 additions
and
1,693 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -1,14 +1,36 @@ | ||
$color-green400: #03D47C; | ||
$color-green-icons: #8B9C8F; | ||
$color-green-borders: #1A3D32; | ||
$color-button-background: #1A3D32; | ||
$color-button-hovered: #2A604F; | ||
$color-green-highlightBG: #072419; | ||
$color-green-highlightBG-hover: #06231c; | ||
$color-green-appBG: #061B09; | ||
$color-green-hover: #00a862; | ||
$color-light-gray-green: #AFBBB0; | ||
$color-blue300: #5AB0FF; | ||
// Product Color Spectrum | ||
$color-product-dark-100: #061B09; | ||
$color-product-dark-200: #072419; | ||
$color-product-dark-300: #0A2E25; | ||
$color-product-dark-400: #1A3D32; | ||
$color-product-dark-500: #224F41; | ||
$color-product-dark-600: #2A604F; | ||
$color-product-dark-700: #8B9C8F; | ||
$color-product-dark-800: #AFBBB0; | ||
$color-product-dark-900: #E7ECE9; | ||
|
||
// Colors for Links and Success | ||
$color-blue200: #B0D9FF; | ||
$color-white: #E7ECE9; | ||
$color-gray-label: #afbbb0; | ||
$color-blue300: #5AB0FF; | ||
$color-green400: #03D47C; | ||
$color-green500: #00a862; | ||
|
||
// Overlay BG color | ||
$color-overlay-background: rgba(26, 61, 50, 0.72); | ||
|
||
// UI Colors | ||
$color-text: $color-product-dark-900; | ||
$color-text-supporting: $color-product-dark-800; | ||
$color-icons: $color-product-dark-700; | ||
$color-borders: $color-product-dark-400; | ||
$color-highlightBG: $color-product-dark-200; | ||
$color-row-hover: $color-product-dark-300; | ||
$color-appBG: $color-product-dark-100; | ||
$color-success: $color-green400; | ||
$color-accent : $color-green400; | ||
$color-link: $color-blue300; | ||
$color-link-hovered: $color-blue200; | ||
$color-button-background: $color-product-dark-400; | ||
$color-button-background-hover: $color-product-dark-500; | ||
$color-button-success-background: $color-green400; | ||
$color-button-success-background-hover: $color-green500; |
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
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
5 changes: 0 additions & 5 deletions
5
docs/articles/expensify-classic/account-settings/Profile-Settings.md
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
docs/articles/expensify-classic/bank-accounts-and-credit-cards/Personal-Cards.md
This file was deleted.
Oops, something went wrong.
File renamed without changes.
5 changes: 0 additions & 5 deletions
5
docs/articles/expensify-classic/getting-started/Mobile-App.md
This file was deleted.
Oops, something went wrong.
File renamed without changes.
36 changes: 33 additions & 3 deletions
36
docs/articles/new-expensify/get-paid-back/Request-Money.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 |
---|---|---|
@@ -1,6 +1,36 @@ | ||
--- | ||
title: Request Money | ||
description: Request Money | ||
title: Request Money and Split Bills with Friends | ||
description: Everything you need to know about Requesting Money and Splitting Bills with Friends! | ||
redirect_from: articles/request-money/Request-and-Split-Bills/ | ||
--- | ||
## Resource Coming Soon! | ||
|
||
<!-- The lines above are required by Jekyll to process the .md file --> | ||
|
||
# How do these Payment Features work? | ||
Our suite of money movement features enables you to request money owed by an individual or split a bill with a group. | ||
|
||
**Request Money** lets your friends pay you back directly in Expensify. When you send a payment request to a friend, Expensify will display the amount owed and the option to pay the corresponding request in a chat between you. | ||
|
||
**Split Bill** allows you to split payments between friends and ensures the person who settled the tab gets paid back. | ||
|
||
These two features ensure you can live in the moment and settle up afterward. | ||
|
||
# How to Request Money | ||
- Select the Green **+** button and choose **Request Money** | ||
- Enter the amount **$** they owe and click **Next** | ||
- Search for the user or enter their email! | ||
- Enter a reason for the request (optional) | ||
- Click **Request!** | ||
- If you change your mind, all you have to do is click **Cancel** | ||
- The user will be able to **Settle up outside of Expensify** or pay you via **Venmo** or **PayPal.me** | ||
|
||
# How to Split a Bill | ||
- Select the Green **+** button and choose **Split Bill** | ||
- Enter the total amount for the bill and click **Next** | ||
- Search for users or enter their emails and **Select** | ||
- Enter a reason for the split | ||
- The split is then shared equally between the attendees | ||
|
||
# FAQs | ||
## Can I request money from more than one person at a time? | ||
If you need to request money for more than one person at a time, you’ll want to use the Split Bill feature. The Request Money option is for one-to-one payments between two people. |
Oops, something went wrong.