-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[No QA] Add Save for later odometer details to Distance Expenses help docs #89960
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
Changes from all commits
2b186ea
1f6b4bc
210532c
7c4b53d
0f2ccbb
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 | ||||
|---|---|---|---|---|---|---|
| @@ -1,7 +1,7 @@ | ||||||
| --- | ||||||
| title: Distance Expenses | ||||||
| description: Learn how to create a Distance expense using GPS tracking, map-based routes, manual entry, or odometer readings, and how the reimbursement rate is determined in New Expensify. | ||||||
| keywords: [New Expensify, distance expense, mileage reimbursement, create expense, distance rate, workspace rate, map route, reimbursement rate, manual mileage, manual distance, global create, track distance, GPS, GPS tracking, start GPS, track route, track mileage, mileage tracking, calculate mileage reimbursement, mileage rate, odometer, odometer reading, odometer image, odometer mileage, odometer distance, start reading, end reading] | ||||||
| keywords: [New Expensify, distance expense, mileage reimbursement, create expense, distance rate, workspace rate, map route, reimbursement rate, manual mileage, manual distance, global create, track distance, GPS, GPS tracking, start GPS, track route, track mileage, mileage tracking, calculate mileage reimbursement, mileage rate, odometer, odometer reading, odometer image, odometer mileage, odometer distance, start reading, end reading, save for later, in-progress odometer, incomplete odometer] | ||||||
| internalScope: Audience is all members. Covers creating Distance expenses using GPS tracking, map-based routes, manual entry, and odometer readings, plus how reimbursement rates are applied. Does not cover configuring Workspace distance rates in detail or broader report submission workflows. | ||||||
| --- | ||||||
|
|
||||||
|
|
@@ -74,14 +74,15 @@ To create an expense using your vehicle's odometer readings: | |||||
| 4. Enter the **End reading** from your odometer after the trip. | ||||||
| - The total distance is calculated automatically as you type. | ||||||
| 5. (Optional) Select the image icon next to each reading to attach a photo of your odometer. | ||||||
| 6. Select **Next**. | ||||||
| 7. On the confirmation screen, review and confirm: | ||||||
| 6. (Optional) To finish creating the expense later, select **Save for later** to keep the expense in progress on your device. After your trip, return to **➕ Create** > **Track distance** > **Odometer** to resume the saved expense and enter the end reading. | ||||||
|
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 / step formatting: This step combines two distinct actions across different timeframes (saving now, resuming later) into a single numbered step. Per the authoring guidelines, steps must be "sequential, clear, action-oriented, aligned with actual UI flow." Consider splitting this into a focused instruction for the current action only:
Suggested change
The resumption instructions ("After your trip, return to...") are already covered in the FAQ entry below and don't belong in the procedural step sequence, which should describe the current UI flow in order. |
||||||
| 7. Select **Next**. | ||||||
| 8. On the confirmation screen, review and confirm: | ||||||
| - Distance | ||||||
| - Amount | ||||||
| - Rate | ||||||
| - Date | ||||||
| - (Optional) Add a description, category, or tag. | ||||||
| 8. Select **Create expense**. | ||||||
| 9. Select **Create expense**. | ||||||
|
|
||||||
| Once a Distance expense is created, it can be submitted on a report. To learn how to add expenses to a report, see [Create and Submit Reports](/articles/new-expensify/reports-and-expenses/Create-and-Submit-Reports). | ||||||
|
|
||||||
|
|
@@ -165,3 +166,11 @@ Yes. Manual readings are required, but you have the option to attach images of t | |||||
|
|
||||||
| Yes. When you add two odometer images to a distance expense, they will be merged into a single image for easy viewing. | ||||||
|
|
||||||
| ## Can I save an odometer expense for later? | ||||||
|
|
||||||
| Yes. Enter your start reading before the trip, then select **Save for later**. After the trip, return to **➕ Create** > **Track distance** > **Odometer** to resume the saved expense and enter the end reading. | ||||||
|
|
||||||
| ## Can I have multiple incomplete odometer expenses at the same time? | ||||||
|
|
||||||
| Only one in-progress odometer expense can be saved to your device at a time. | ||||||
|
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: The question asks "Can I have multiple incomplete odometer expenses at the same time?" but the answer does not begin with a direct "Yes" or "No." Other FAQ answers in this article consistently lead with "Yes" or "No" before elaborating. Consider starting with "No." for consistency and clarity:
Suggested change
|
||||||
|
|
||||||
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.
Step clarity / sequential flow: This step combines two distinct actions — saving the expense now and resuming it later after the trip. Per the step formatting standard (Section 5), steps must be sequential and aligned with the actual UI flow. The "After your trip, return to..." portion describes a separate future action that breaks the sequential flow of the current procedure.
Consider trimming this step to the immediate action only:
The resumption instructions are already covered in the FAQ ("Can I save an odometer expense for later?"), so they don't need to be duplicated here.