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

DOCS: Create Add-custom-report-fields.md #43002

Merged
merged 2 commits into from
Jun 6, 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Add custom fields to reports and invoices
description: Customize the fields that appear on a report or an invoice
---
<div id="expensify-classic" markdown="1">

Workspace Admins can add additional required fields to a report to include selections for project names, locations, trip information, and more.

{% include info.html %}
You cannot create these report fields directly in Expensify if you are connected to an accounting integration (QuickBooks Online, QuickBooks Desktop, Intacct, Xero, or NetSuite). Please refer to the relevant article for instructions on creating fields within that system.
{% include end-info.html %}

To create a custom field for a report,

1. Hover over Settings and select **Workspaces**.
2. Select the desired workspace.
3. Click the **Reports** tab on the left.
4. Scroll down to the Report and Invoice Fields section.
5. Under Add New Field, enter a Field Title.
6. Click the dropdown for the Type field and select the desired selection method:
- **Text**: Provides a text box to type in the requested information.
- **Dropdown**: Provides a dropdown of options to choose from.
- **Date**: Opens a calendar to select a date.
7. Select the report type: **Expense Report** or **Invoice**.
8. Click **Add**.

</div>
Loading