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 Categories.md to Create-categories.md #39180

Merged
merged 1 commit into from
Apr 4, 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
154 changes: 0 additions & 154 deletions docs/articles/expensify-classic/workspaces/Categories.md

This file was deleted.

84 changes: 84 additions & 0 deletions docs/articles/expensify-classic/workspaces/Create-categories.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
---
title: Create categories
description: Use categories to classify and organize expenses
---

<div id="expensify-classic" markdown="1">

Categories can help you classify expenses by expense type. For example, Expensify automatically provides default categories like fees, office supplies, travel, and more.

You can choose to enable, disable, or edit the default Expensify categories, or you can add or import your own custom categories. You can also add subcategories underneath existing categories.

# Enable, disable, or edit default categories

1. Hover over Settings, then click **Workspaces**.
2. Click the **Group** tab on the left.
3. Click the desired workspace name.
4. Click the **Categories** tab on the left.
5. Enable, disable, edit, or delete any category as desired.
- **To enable/disable**: Click the toggle to the left of the category. Or to enable or disable all of the categories, use the toggle at the top of the toggle column.
- **To edit**: Click the category name and type in the new name.
- **To delete**: Click the X to the right of the category.

# Add custom categories

## Automatic import with accounting integration

Expensify automatically imports your expense-related general ledger accounts as categories when you use an accounting integration (for example, QuickBooks Online, QuickBooks Desktop, Sage Intacct, Xero, or NetSuite).

To update your categories in Expensify, you must first update the category in your accounting system. Then in Expensify,

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**.

## Manually add individual categories

1. Hover over Settings, then click **Workspaces**.
2. Click the **Group** tab on the left.
3. Click the desired workspace name.
4. Click the **Categories** tab on the left.
5. Scroll down to the bottom of the Categories section to the Add a Category field.
6. Type the name for your new category into the field and click **Add**.

## Import custom categories

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

1. Create your categories spreadsheet with at least a column containing the category name. However, you can also add any of the following fields:
- GL Code
- Payroll code
- Enabled (TRUE/ FALSE)
- Max Expense amount
- Receipt Required
- Comments (Required/ Not Required)
- Comment Hint
- Expense Limit Type
2. In Expensify, hover over Settings, then click **Workspaces**.
3. Click the **Group** tab on the left.
4. Click the desired workspace name.
5. Click the **Categories** tab on the left.
6. Click **Import from Spreadsheet**.
7. 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 categories, it will override your previous list. To avoid losing categories, update your current spreadsheet and re-import it into Expensify.
{% include end-info.html %}

# Add subcategories

You can create subcategories under a main category. For example, if you have a category for travel that you want flight and lodging to fall under, you can create them as subcategories.

1. Hover over Settings, then click **Workspaces**.
2. Click the **Group** tab on the left.
3. Click the desired workspace name.
4. Click the **Categories** tab on the left.
5. Scroll down to the bottom of the Categories section to the Add a Category field.
6. Type the name for your main category into the field, followed by a colon, then add the name of the subcategory and click **Add**. For example, to make a Flight subcategory under Travel, you'll enter “Travel: Flight”. Repeat this step for each subcategory.

The new subcategories will show up as a dropdown list under the category when an expense is created. The text before the colon will show as the category header (which will not be selectable). The member will have to select an item from the subcategories to add it to the expense.

</div>

Loading