Skip to content
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

Fixing help articles: Pay invoice, Send invoice, Approve and Pay #48022

Merged
merged 4 commits into from
Aug 28, 2024
Merged
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 @@ -7,6 +7,7 @@ description: Approve, hold, or pay expenses submitted to you
As a workspace admin, you can set an approval workflow for the expenses submitted to you. Expenses can be,

- Instantly submitted without needing approval.

- Submitted at a desired frequency (daily, weekly, monthly) and follow an approval workflow.

**Setting approval workflow and submission frequencies**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Workspace admins can enable invoicing on a workspace to send invoices and receiv

{% include end-option.html %}

{% include end-selector.html %}

# Send an invoice

{% include info.html %}
Expand All @@ -44,6 +46,7 @@ Only workspace admins can send invoices. Invoices can be sent directly from Expe
5. Click **Send**.
{% include end-option.html %}


{% include option.html value="mobile" %}
1. Tap the + icon in the bottom left menu and select **Send Invoice**.
2. Enter the amount due and tap **Next**.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ You can also view all unpaid invoices by searching for the sender’s email or p
4. Tap **Add Bank Account** or **Add debit or credit card** to issue payment.
{% include end-option.html %}

{% include end-selector.html %}

# FAQ

**Can someone else pay an invoice besides the person who received it?**
Expand Down
Loading