-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[No QA] Clarify that "Manually" submission frequency still auto-adds expenses to a report #92121
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
base: main
Are you sure you want to change the base?
Changes from all commits
6612225
ae24d85
568cdad
eef593e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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. | ||
|
|
||
| {: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. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
||
|
|
||
| --- | ||
|
|
||
| ## How to use the By trip submission frequency | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Terminology consistency: This article uses "employees" while the dedicated Submissions article (
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. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
|
||||||
|
|
||||||
| Learn how to [configure Submissions](https://help.expensify.com/articles/new-expensify/workspaces/Workspace-Workflows#how-to-set-a-submission-frequency) on your workspace. | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
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.