Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NO QA] Update Create-tags.md #50739

Merged
merged 2 commits into from
Oct 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 34 additions & 32 deletions docs/articles/expensify-classic/workspaces/Create-tags.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
---
title: Create tags
title: Create Tags
description: Code expenses by creating tags
---
<div id="expensify-classic" markdown="1">

You can tag expenses for a specific department, project, location, cost center, customer, etc. You can also use different tags for each workspace to create customized coding for different employees.

You can use single tags or multi-level tags:
- **Single Tags**: Employees click one dropdown to select one tag. Single tags are helpful if employees need to select only one tag from a list, for example their department.
- **Multi-level Tags**: Employees click multiple dropdowns to select more than one tag. You can also create dependent tags that only appear if another tag has already been selected. Multi-tags are helpful if you have multiple tags, for example projects, locations, cost centers, etc., for employees to select, or if you have dependent tags. For example, if an employee selects a specific department, another tag can appear where they have to select their project.
**There are two options for tag configuration in Expensify:**
- **Single Tags**: Employees click one dropdown to select one tag. Single tags are helpful if employees need to select only one tag from a list, for example, their department.
- **Multi-level Tags**: Employees click multiple dropdowns to select more than one tag. You can also create dependent tags that only appear if another tag has already been selected. Multi-tags are helpful if you have multiple tags, for example, projects, locations, cost centers, etc., for employees to select or if you have dependent tags. For example, if an employee selects a specific department, another tag can appear where they have to select their project.

To add your tags, you can either import them for an accounting system or spreadsheet, or add them manually.
# Individual Tags

# Single tags

## Import a spreadsheet

You can add a list of single tags by importing them in a .csv, .txt, .xls, or .xlsx spreadsheet.
## Import via spreadsheet

You can add a list of single tags by importing them via .csv, .txt, .xls, or .xlsx spreadsheet:
1. Hover over Settings, then click **Workspaces**.
2. Click the **Group** tab on the left.
3. Click the desired workspace name.
Expand All @@ -30,31 +27,35 @@ Each time you upload a list of tags, it will override your previous list. To avo
{% include end-info.html %}

## Manually add individual tags

You can also add single tags by adding them manually:
1. Hover over Settings, then click **Workspaces**.
2. Click the **Group** tab on the left.
3. Click the desired workspace name.
4. Click the **Tags** tab on the left.
5. Enter a tag name into the field and click **Add**.

# Multi-level tags
# Multi-level Tags

## Automatic import via accounting integration

When you first connect your accounting integration (for example, QuickBooks Online, QuickBooks Desktop, Sage Intacct, Xero, or NetSuite), you’ll configure classes, customers, projects, department locations, etc., that automatically import into Expensify as tags.

## Automatic import with accounting integration
To update your tags in Expensify, you must first update the tag in your accounting system:
1. Hover over Settings, then click **Workspaces**.
2. Click the **Group** tab on the left.
3. Click the desired workspace name.
4. Click the **Connections** tab on the left.
5. Click **Sync Now**.

When you first connect your accounting integration (for example, QuickBooks Online, QuickBooks Desktop, Sage Intacct, Xero, or NetSuite), you’ll configure classes, customers, projects, departments locations, etc. that automatically import into Expensify as tags.
Once the tags are updated in your accounting integration, the changes will automatically reflect in Expensify after the connection sync is run.

1. To update your tags in Expensify, you must first update the tag in your accounting system. Then in Expensify,
2. Hover over Settings, then click **Workspaces**.
3. Click the **Group** tab on the left.
4. Click the desired workspace name.
5. Click the **Connections** tab on the left.
6. Click **Sync Now**.
## Import via spreadsheet

## Import a spreadsheet
You can add mutli-level tags by importing them in a .csv, .txt, .xls, or .xlsx spreadsheet.

You can add a list of single tags by importing them in a .csv, .txt, .xls, or .xlsx spreadsheet.
First, determine whether you will use independent (a separate tag for department and project) or dependent tags (the project tags populate different options based on the department selected) and whether you will capture general ledger (GL) codes.

1. Determine whether you will use independent (a separate tag for department and project) or dependent tags (the project tags populate different options based on the department selected), and whether you will capture general ledge (GL) codes. Then use one of the following templates to build your tags list:
Then use one of the following templates to build your tags list:
- [Dependent tags with GL codes]({{site.url}}/assets/Files/Dependent+with+GL+codes+format.csv)
- [Dependent tags without GL codes]({{site.url}}/assets/Files/Dependent+without+GL+codes+format.csv)
- [Independent tags with GL codes]({{site.url}}/assets/Files/Independent+with+GL+codes+format.csv)
Expand All @@ -64,21 +65,22 @@ You can add a list of single tags by importing them in a .csv, .txt, .xls, or .x
If you have more than 50,000 tags, divide them into two separate files.
{% include end-info.html %}

2. Hover over Settings, then click **Workspaces**.
3. Click the **Group** tab on the left.
4. Click the desired workspace name.
5. Click the **Tags** tab on the left.
6. Enable the “Use multiple levels of tags” option.
7. Click **Import from Spreadsheet**.
8. Select the applicable checkboxes and click **Upload Tags**.
To import multi-level tags:
1. Hover over Settings, then click **Workspaces**.
2. Click the **Group** tab on the left.
3. Click the desired workspace name.
4. Click the **Tags** tab on the left.
5. Enable the “Use multiple levels of tags” option.
6. Click **Import from Spreadsheet**.
7. Select the applicable checkboxes and click **Upload Tags**.

{% include info.html %}
Each time you upload a list of tags, it will override your previous list. To avoid losing tags, update your current spreadsheet and re-import it into Expensify.
{% include end-info.html %}

# FAQs
# FAQ

**Why can’t I see a "Do you want to use multiple level tags" option on my workspace.**
## Why can’t I see a multi-level tags option on my workspace?

If you are connected to an accounting integration, you will not see this feature. You will need to add those tags in your integration first, then sync the connection.

Expand Down
Loading