-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Update Pay an Invoice and Send an Invoice FAQ section so it collapses #49135
Merged
Merged
Changes from 3 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
4909da0
Update Pay-an-invoice.md
Christinadobrzyn e79f049
Update Send-an-invoice.md
Christinadobrzyn 4f988c0
Create Set-up-workflows.md
Christinadobrzyn 8c4e825
Update Pay-an-invoice.md
Christinadobrzyn 96249e1
Update Send-an-invoice.md
Christinadobrzyn 0b6b3c1
Update Set-up-workflows.md
Christinadobrzyn 6c8f6c7
Merge branch 'main' into christina-invoice-images
blimpich f03482f
Update Send-an-invoice.md
Christinadobrzyn 0873bd1
Update Pay-an-invoice.md
Christinadobrzyn c88dad5
Add images to Pay-an-invoice help article
Christinadobrzyn 684affb
Adding image to Pay-an-Invoice help article
Christinadobrzyn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
docs/articles/new-expensify/workspaces/Set-up-workflows.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
title: Workspace Workflows | ||
description: Configure your workspace settings | ||
--- | ||
|
||
Workflows allow you to enable or disable expense approval settings. If you are tracking your personal expenses, you probably don’t need someone to approve those expenses. But if you are tracking employee expenses, you might want extra approval settings for those expenses. | ||
|
||
{% include info.html %} | ||
Workflows are available for Collect and Control workspaces. Additionally, you must be a Workspace Admin to complete this process. | ||
{% include end-info.html %} | ||
|
||
# Enable workflows | ||
|
||
1. Click your profile image or icon in the bottom left menu. | ||
2. Scroll down and click **Workspaces** in the left menu. | ||
3. Select the workspace you want to enable approval settings for. | ||
4. Click **More features** in the left menu. | ||
5. Under the Spend section, enable the Workflows toggle. | ||
|
||
# Select workflows | ||
|
||
You can choose to require additional approvals and/or allow delayed submissions. | ||
|
||
1. Click **Workflows** in the left menu. | ||
2. Enable the toggle for the desired workflow setting: | ||
|
||
- **Add Approvals**: Requires additional approval for an expense before a payment can be authorized. Once enabled, click the Approver field to select an approver. This person must be a workspace admin. The default approver is the workspace owner. | ||
- **Delay Submissions**: Determines when issue-free expenses are automatically submitted. Once enabled, choose a delay frequency: | ||
-- With delayed submission **enabled**, all reimbursable and non-reimbursable expenses will be submitted at a designated frequency. | ||
-- If delay submission is **disabled**, all reimbursable and non-reimbursable expenses are submitted instantly. | ||
|
||
# Set up payment account | ||
|
||
The payments section is where you’ll set up your business bank account for payments of expenses and invoices. | ||
|
||
1. Click **Workflows**. | ||
2. Enable the Payments toggle. | ||
3. Click **Connect Bank Account**. | ||
4. Follow the prompts to [connect your company bank account](https://help.expensify.com/articles/new-expensify/expenses-&-payments/Connect-a-Business-Bank-Account). | ||
5. Once enabled, choose an authorized expense payer. The authorized payer is a workspace admin who has access to the business bank account. They will be the default reimburser/payor for expenses submitted to the workspace. | ||
|
||
{% include faq-begin.md %} | ||
|
||
**If I have delayed submission and an approver, what should I expect with a report?** | ||
|
||
When Add Approver is enabled with Delay Submission, expense reports go from Open > Processing > Approved. If delayed submission is disabled, expense reports go from Processing > Approved. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
You're missing an
{% include faq-end.md %}
at the end of the FAQ. This in turns makes a stray</div>
appear at the end of the page: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.
Thanks @mjasikowski - do I need to approve the change or submit a new PR, I'm not finding that DIV anywhere in the changes
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.
@Christinadobrzyn can you edit this PR to have
{% include faq-end.md %}
on line 93 ofdocs/articles/new-expensify/expenses-&-payments/Send-an-invoice.md
? That's what @mjasikowski is saying that we are missing 👍You added
{% include faq-begin.md %}
on line 65 but if you add that you also need to include a corresponding{% include faq-end.md %}
in order to end the FAQ and have it styled correctly.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.
Ah yes, done! I added {% include faq-end.md %} to the end of both FAQ edits.