-
Notifications
You must be signed in to change notification settings - Fork 3k
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 #41384 from ren-jones/patch-76
DOCS: Create Create-a-company-workspace.md
- Loading branch information
Showing
1 changed file
with
104 additions
and
0 deletions.
There are no files selected for viewing
104 changes: 104 additions & 0 deletions
104
docs/articles/new-expensify/getting-started/Create-a-company-workspace.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,104 @@ | ||
--- | ||
title: Create a company workspace | ||
description: Get started with Expensify by creating a workspace for your company | ||
--- | ||
<div id="new-expensify" markdown="1"> | ||
|
||
To create an Expensify account for your company, follow the 6 steps below. | ||
|
||
{% include info.html %} | ||
After you create your new company workspace, you can schedule a free private onboarding session with one of our Setup Specialists. After you complete the steps below, check your email and notifications in Expensify for your unique signup link. | ||
{% include end-info.html %} | ||
|
||
# 1. Meet Concierge | ||
|
||
Concierge is your personal assistant that walks you through setting up your account and also provides: | ||
- Reminders to do things like submit your expenses | ||
- Alerts when more information is needed on an expense report | ||
- Updates on new and improved account features | ||
|
||
You can get support any time by locating your chat with Concierge in your chat inbox. You can ask questions and receive direct support in this thread. | ||
|
||
# 2. Create a new workspace | ||
|
||
<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>Click <b>New workspace</b>.</li> | ||
<li>Click the Edit pencil icon next to your workspace image or icon and select <b>Upload Image</b> to choose an image from your saved files.</li> | ||
<li>Click <b>Name</b> to enter a new name for the workspace.</li> | ||
<li>Click <b>Default Currency</b> to set the currency for all expenses submitted under the workspace. Expensify automatically converts all other currencies to your default currency.</li> | ||
</ol> | ||
|
||
# 3. Invite members | ||
|
||
<ol type="a"> | ||
<li>From the workspace view, click <b>Members</b> on the left.</li> | ||
<li>Click <b>Invite member</b>.</li> | ||
<li>Use the search field to find the individual by name, email, or phone number. <i>Note: You can select multiple people</i>.</li> | ||
<li>Click <b>Next</b>.</li> | ||
<li>(Optional) Enter a custom message into the Message field.</li> | ||
<li>Click <b>Invite</b>.</li> | ||
</ol> | ||
Once the invite is accepted, the new members will appear in your members list. | ||
|
||
{% include info.html %} | ||
You can also invite members on the workspace’s Profile page by clicking **Share** to share the workspace’s URL or QR code. | ||
{% include end-info.html %} | ||
|
||
# 4. Set admins | ||
|
||
Admins are members of your workspace that have permissions to manage the workspace. The table below shows the difference between member and admin permissions: | ||
|
||
| Employee | Workspace Admin | | ||
| ----------------------------------------- | ------------------------------------------ | | ||
| ✔ Submit their own reports | ✔ Submit their own reports | | ||
| ✔ Approve reports submitted to them| ✔ Approve reports submitted to them | | ||
| | ✔ View all workspace reports | | ||
| | ✔ Approve all workspace reports | | ||
| | ✔ Edit workspace settings | | ||
|
||
To assign a member as an admin, | ||
|
||
<ol type="a"> | ||
<li>From the Members page of your workspace, click any member’s name.</li> | ||
<li>Click <b>Role</b> to change their role to Admin.</li> | ||
</ol> | ||
|
||
# 5. Add categories | ||
|
||
Categories help you code your expenses. | ||
|
||
<ol type="a"> | ||
<li>Click <b>Categories</b> in the left menu.</li> | ||
<li>Disable or add categories.</li> | ||
<ul> | ||
<li><b>To disable a category</b>: Click the category, then click the green toggle to disable it.</li> | ||
<li><b>To add a new category</b>: Click <b>Add category</b> in the top right. Then enter a name for the category and click <b>Save</b>.</li> | ||
</ul> | ||
</ol> | ||
|
||
{% include info.html %} | ||
Categories are enabled by default. However, if you want to completely disable all categories, you can do so by clicking **More Features** in the left menu and clicking the Categories toggle to disable it. | ||
{% include end-info.html %} | ||
|
||
# 6. Add more features | ||
|
||
The items that appear in your left menu under each workspace are determined by the features that are enabled for the workspace. For example, you can choose to enable or disable any of the following features: | ||
- Distance rates | ||
- Workflows | ||
- Categories | ||
- Tags | ||
- Taxes | ||
|
||
Once enabled, a new menu option for the feature will appear in the left menu will additional settings for the feature. | ||
|
||
To add more features, | ||
|
||
<ol type="a"> | ||
<li>Click <b>More features</b> in the left menu.</li> | ||
<li>Enable any desired feature.</li> | ||
<li>Click the related menu item that appears in the left menu to update its settings.</li> | ||
</ol> | ||
|
||
</div> |