-
Notifications
You must be signed in to change notification settings - Fork 4k
Docs updates for E/A#99341 Pay report global reimbursements prompt #100744
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
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 |
|---|---|---|
|
|
@@ -89,6 +89,22 @@ To begin reimbursing: | |
|
|
||
| --- | ||
|
|
||
| ## How to start Enable Global Reimbursements from the Pay report prompt | ||
|
|
||
| If your workspace has a verified USD business bank account that is not yet enabled for global reimbursements, and the submitter's deposit account is in a currency other than USD, Expensify prompts you at payment time instead of showing an error on the report. | ||
|
|
||
| The prompt is titled **Pay report** and reads: This submitter has a non-USD bank account. Enable global reimbursements to pay the report, or ask them to add a USD bank account. | ||
|
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 quoted prompt text runs directly into the sentence after "reads:", so it is unclear where the UI copy begins and ends. Set the quoted prompt apart (e.g. as a blockquote or in quotation marks) so members can distinguish the exact on-screen text from the surrounding instruction. |
||
|
|
||
| 1. Open the approved report and select **Pay**. | ||
| 2. When the **Pay report** prompt appears, select **Enable Global Reimbursements**. | ||
| 3. Complete the business information, agreement, and signer steps described above. | ||
|
|
||
| Selecting **Enable Global Reimbursements** opens the same setup flow you can start from **Account > Wallet**, beginning at the business information step. | ||
|
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.
When the payer's account is locked, selecting Enable Global Reimbursements does not open the setup flow: Useful? React with 👍 / 👎. |
||
|
|
||
| Selecting **Cancel** closes the prompt without paying, and the report stays in the **Approved** state. The report cannot be reimbursed directly until global reimbursements are enabled on the USD business bank account, or the submitter adds a USD deposit account. | ||
|
|
||
| --- | ||
|
|
||
| # FAQ | ||
|
|
||
| ## How do employees add their deposit-only accounts? | ||
|
|
||
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.
Readability / heading violation: "How to start Enable Global Reimbursements from the Pay report prompt" is grammatically broken ("start Enable Global Reimbursements"). Rewrite as a clean task-based heading, e.g.
## How to enable global reimbursements from the Pay report prompt. Per HELP_AUTHORING_GUIDELINES.md Section 2, headings must be clear task-based phrases.