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

Update and rename Tags.md to Create-tags.md #38650

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
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
85 changes: 85 additions & 0 deletions docs/articles/expensify-classic/workspaces/Create-tags.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
---
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.

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

# Single tags

## Import a spreadsheet

You can add a list of single tags by importing them in a .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.
4. Click the **Tags** tab on the left.
5. Click **Import from Spreadsheet**.
6. Review the guidelines, select the checkbox if your file has headers as the first row, and click **Upload File**.

{% 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 %}

## Manually add individual 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. Enter a tag name into the field and click **Add**.

# Multi-level tags

## Automatic import with 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, departments locations, etc. that automatically import into Expensify as tags.

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 a spreadsheet

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

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:
- [Dependent tags with GL codes](https://community.expensify.com/home/leaving?allowTrusted=1&target=https%3A%2F%2Fus.v-cdn.net%2F6030147%2Fuploads%2FO7G7UWJCCFXC%2Fdependant-tag-with-gl-code-template.xlsx)
- [Dependent tags without GL codes](https://community.expensify.com/home/leaving?allowTrusted=1&target=https%3A%2F%2Fus.v-cdn.net%2F6030147%2Fuploads%2FY7DCMUVLSHEO%2Fdependant-tag-without-gl-code-template.xlsx)
- [Independent tags with GL codes](https://community.expensify.com/home/leaving?allowTrusted=1&target=https%3A%2F%2Fs3-us-west-1.amazonaws.com%2Fconcierge-responses-expensify-com%2Fuploads%252F1618929581886-Independent%2Bwith%2BGL%2Bcodes%2Bformat%2B-%2BSheet1.csv)
- [Independent tags without GL codes](https://community.expensify.com/home/leaving?allowTrusted=1&target=https%3A%2F%2Fs3-us-west-1.amazonaws.com%2Fconcierge-responses-expensify-com%2Fuploads%252F1618929575401-Independent%2Bwithout%2BGL%2Bcodes%2Bformat%2B-%2BSheet1.csv)

{% include info.html %}
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**.

{% 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

**Why can’t I see a "Do you want to use multiple 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.

</div>
94 changes: 0 additions & 94 deletions docs/articles/expensify-classic/workspaces/Tags.md

This file was deleted.

Loading