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

Add step to record CAD amount #323

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
3 changes: 2 additions & 1 deletion Finance/sending-invoices.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The process for collecting payments from clients is as follows:
* `Qty`
* `Rate (<currency>)`
* `Sales Tax`
* Notify the Finance WG that the invoice data is ready.
* Notify the Finance WG that the invoice data is ready, either via email or the finance channel in Matrix.

> Access to the `Financial Planning` spreadsheet is controlled by the Finance WG.

Expand Down Expand Up @@ -66,6 +66,7 @@ To create an invoice:
7. Click `Preview` and review the information. The calculated total must match the one from the `Financial Planning` spreadsheet.
* If this is the first time the client is being invoiced, the invoice must be reviewed by the project lead before it is sent out.
8. Click `Save and Send` to send the invoice to the client.
9. If the currency is other than CAD, enter the CAD amount from QBO in the `Amount (CAD)` column of the invoice entry in the `Financial Planning spreadsheet`.

## 3. Accounts Receivable on client invoices (Operations Coordinator)

Expand Down