From 2985ff71c62061186509fdd8da41b571945c20c6 Mon Sep 17 00:00:00 2001 From: Daniel Vidal Date: Mon, 23 Oct 2023 16:33:48 -0700 Subject: [PATCH 1/2] Create receipt-breakdown This is an article to give billing owners a breakdown of their receipt that will be included because of the receipts update https://docs.google.com/document/d/1wyqtUndKW7-KTJKOWWVWBZIq-hsHU569IGdOhXMyyDM/edit --- .../receipt-breakdown | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/articles/expensify-classic/billing-and-subscriptions/receipt-breakdown diff --git a/docs/articles/expensify-classic/billing-and-subscriptions/receipt-breakdown b/docs/articles/expensify-classic/billing-and-subscriptions/receipt-breakdown new file mode 100644 index 000000000000..275fb2c93cf0 --- /dev/null +++ b/docs/articles/expensify-classic/billing-and-subscriptions/receipt-breakdown @@ -0,0 +1,49 @@ +--- +title: Receipts Breakdown +description: This article goes over the Expensify receipt for billing owners. +--- + +# Overview +This article will give you (the billing owner) a detailed breakdown of your Expensify bill. + +Your receipt is broken up into multiple sections that include: +1. A high-level summary of your total Expensify bill +2. Ways to reduce your bill and get paid to use Expensify +3. A billing breakdown that covers all activity and discounts +4. An activity breakdown by workspace + +## How-to understand the high-level summary +The top section will show the total amount you paid as the billing owner of Expensify workspaces and give you a breakdown of price per member. Every member of your workspace(s) gets to store data, review data, and access free features like Expensify Chat. Thus, we show the total price and then use all of the members across all of the workspaces you own to calculate the price per member. Further down in the receipt, and in this article, we break down the members who generated billable activity. + +## How-to reduce your bill and get paid to use Expensify +Chances are you can actually get paid to use Expensify with the Expensify Card. In this section of the receipt, we outline how much money you're leaving on the table by not using the Expensify Card. You can click `Get started` to connect with your account manager (if you have one) or Concierge, both of whom can help get you started with the card. + +_Note: Currently, we offer Expensify Cards to companies with USD bank accounts._ + +## How-to understand your billing breakdown +Your receipt will have a detailed breakdown of activity and discounts across all workspaces. Here's a description of items that may appear on your bill: +- [Number of] Inactive workspace members @ $0.00 + - All inactive members from any of your workspaces. +- [Number of] Chat-only members @ $0.00 + - Any workspace members who chatted but didn't generate any other billable activity. Learn more about [chatting for free.](https://help.expensify.com/articles/new-expensify/getting-started/chat/Everything-About-Chat#gsc.tab=0) +- [Number of] Annual Control members @ $18.00 + - Any members included in your annual subscription on the Control plan. +- [Number of] Pay-per-use Control members @ $36.00 + - Any members above your annual subscription size on the Control plan. They're billed at the pay-per-use rate. +- [Number of] Annual Collect members @ $10.00 + - Any members included in your annual subscription on the Collect plan. +- [Number of] Pay-per-use Collect members @ $20.00 + - Any members above your annual subscription size on the Collect plan. These members are billed at the pay-per-use rate. +- [Number of] Free members @ $0.00 + - All members across any of your Free workspaces. +- X% Expensify Card discount with $Y spend + - This shows the % discount you're getting based on total spend across your Expensify Cards. This is only available in the US. +- X% Expensify Card cash back credit for $Y spend + - The amount of cash back you've earned based on total spend across your Expensify Cards. This is only available in the US. +- 50% ExpensifyApproved! partner discount + - If you're part of an accounting firm, you get an additional discount for being our partner. [Learn more about our ExpensifyApproved! accountants program.](https://use.expensify.com/accountants-program) +- Total + - Sum of all the line items above. + +## How-to understand your activity breakdown +This section will list all of your workspaces alongside their IDs and break down the billing for each of them. From 0580425120731722a5e18b2b570f791231c4aa8b Mon Sep 17 00:00:00 2001 From: Daniel Vidal Date: Tue, 24 Oct 2023 15:18:32 -0700 Subject: [PATCH 2/2] Rename receipt-breakdown to Receipt-Breakdown.md Updating the name per Rushat's request: https://github.com/Expensify/App/pull/30221 --- .../{receipt-breakdown => Receipt-Breakdown.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/articles/expensify-classic/billing-and-subscriptions/{receipt-breakdown => Receipt-Breakdown.md} (100%) diff --git a/docs/articles/expensify-classic/billing-and-subscriptions/receipt-breakdown b/docs/articles/expensify-classic/billing-and-subscriptions/Receipt-Breakdown.md similarity index 100% rename from docs/articles/expensify-classic/billing-and-subscriptions/receipt-breakdown rename to docs/articles/expensify-classic/billing-and-subscriptions/Receipt-Breakdown.md