Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ Only **Workspace Admins** can turn on Submissions and choose a submission freque
- **Weekly** — Reports are submitted weekly on Sundays
- **Twice a month** — Reports are submitted on the 15th and last day of the month
- **By trip** — A report is submitted after two full days without new expenses
- **Manually** — Expenses are auto-added to reports, but members must submit manually
- **Manually** — Expenses are still **auto-added to a report** as they're created, but members must submit the report manually.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting: Trailing whitespace after the period at the end of this line. Remove the extra space.

Suggested change
- **Manually** — Expenses are still **auto-added to a report** as they're created, but members must submit the report manually.
- **Manually** — Expenses are still **auto-added to a report** as they're created, but members must submit the report manually.


![Submissions section in Expensify Workflows settings, showing the toggle enabled and Frequency set to By trip]({{site.url}}/assets/images/ExpensifyHelp-WorkspaceSubmissions_ND.png){:width="100%"}

**To stop expenses from being auto-added to a report entirely**, toggle the **Submissions** setting **off**. With Submissions off, new expenses stay in the **Unreported** state until a member adds them to a report, and reports must be submitted manually. The **Manually** frequency above does not have this effect — it only delays submission, expenses are still auto-added to a report.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Readability / structure: This paragraph sits as a standalone block between the image and the --- divider, without its own heading. Per the authoring guidelines, content sections should be organized under task-based ## headings. Consider placing this under a heading like ## How to stop expenses from being auto-added to a report so it is scannable and AI-retrievable as its own section.


---

## How to use the By trip submission frequency
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ Learn how to [enable Approvals](https://help.expensify.com/articles/new-expensif
- Twice a month – Reports are submitted on the 15th and the last day of the month. Violations are submitted at the next applicable date.
- Monthly – Reports are submitted once a month on your selected day. Violations are submitted the following month.
- By trip – A report is submitted when no new expenses are added for two full days. A new trip report starts after that.
- Manually – Expenses are auto-added to a report, but employees must submit them manually.
- If turned **off**, all reimbursable and non-reimbursable expenses are submitted instantly.
- Manually – Expenses are still **auto-added to a report** as they're created, but employees must submit the report manually. This frequency only controls **when** reports are submitted, not whether expenses are placed on a report.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Terminology consistency: This article uses "employees" while the dedicated Submissions article (How-to-Set-Up-Automatic-Report-Submissions.md) uses "members" for the same concept. Per naming conventions, UI-exact terminology should be consistent across articles. Consider using "members" here to match.

Suggested change
- Manually – Expenses are still **auto-added to a report** as they're created, but employees must submit the report manually. This frequency only controls **when** reports are submitted, not whether expenses are placed on a report.
- Manually – Expenses are still **auto-added to a report** as they're created, but members must submit the report manually. This frequency only controls **when** reports are submitted, not whether expenses are placed on a report.


**Note:** If Submissions is turned disabled, expenses stay in the **Unreported** state until a member adds them to a report, and reports must be submitted manually. This is the only configuration that prevents expenses from being auto-added to a report.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammatical error: "turned disabled" is not valid phrasing. Use either "turned off" or "disabled" — not both together.

Suggested change
**Note:** If Submissions is turned disabled, expenses stay in the **Unreported** state until a member adds them to a report, and reports must be submitted manually. This is the only configuration that prevents expenses from being auto-added to a report.
**Note:** If Submissions is disabled, expenses stay in the **Unreported** state until a member adds them to a report, and reports must be submitted manually. This is the only configuration that prevents expenses from being auto-added to a report.


Learn how to [configure Submissions](https://help.expensify.com/articles/new-expensify/workspaces/Workspace-Workflows#how-to-set-a-submission-frequency) on your workspace.

Expand Down
Loading