forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename data/README.md to data/Directory/README.md
- Loading branch information
1 parent
3bd4893
commit b82eefe
Showing
2 changed files
with
102 additions
and
41 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
# Data | ||
|
||
This directory contains data files that are parsed and made available to pages in the `site.data` object. | ||
|
||
--- | ||
title: Adding a sales tax certificate | ||
intro: If you're a customer in the United States with a {% data variables.product.company_short %} Customer Agreement and you're exempt from sales tax, you can upload a certificate to ensure the correct sales tax amount is calculated. | ||
redirect_from: | ||
- /billing/managing-your-github-billing-settings/adding-a-sales-tax-certificate | ||
versions: | ||
feature: us-sales-tax | ||
type: how_to | ||
topics: | ||
- Organizations | ||
- User account | ||
shortTitle: Add a sales tax certificate | ||
--- | ||
|
||
{% data reusables.billing.us-sales-tax-note %} {% ifversion fpt or ghec %}For more information about updating your billing information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method)."{% endif %} | ||
|
||
If you're a {% data variables.product.company_short %} customer in the United States, you need to ensure that your account is set up to calculate sales tax correctly. If you're exempt from sales tax, you can upload a certificate to your account. The format of the certificate you upload must be one of the following: | ||
|
||
* JPEG (`.jpg`, `.jpeg`) | ||
* PNG (`.png`) | ||
* PDF (`.pdf`) | ||
|
||
Your account is marked as tax exempt while your certificate is reviewed. If your certificate is not approved, you will need to upload a new one. | ||
|
||
## Adding a sales tax exemption certificate to your organization account | ||
|
||
You can upload a sales tax exemption certificate to your organization account if your account uses the {% data variables.product.company_short %} Customer Agreement. | ||
|
||
{% ifversion fpt or ghec %} | ||
|
||
> [!NOTE] | ||
> This option is not available for accounts that use the {% data variables.product.company_short %} Standard Terms of Service. For information about updating your organization, see "[AUTOTITLE](/organizations/managing-organization-settings/upgrading-to-the-github-customer-agreement)." | ||
{% endif %} | ||
|
||
{% data reusables.organizations.billing-settings %} | ||
1. At the top of the page, click **Payment information**. | ||
|
||
![Screenshot of the "Billing Summary" section of the settings page. A link, labeled "Payment information," is highlighted with an orange outline.](/assets/images/help/settings/payment-info-link.png) | ||
{% data reusables.billing.verify-address %} | ||
{% data reusables.billing.sales-tax-certificate-upload %} | ||
{% data reusables.billing.remove-sales-tax-certificate %} | ||
|
||
{% ifversion ghec or ghes %} | ||
|
||
## Adding a sales tax exemption certificate to your enterprise account | ||
|
||
Enterprise owners and billing managers can upload a sales tax exemption certificate to an enterprise account if the account uses the {% data variables.product.company_short %} Customer Agreement. | ||
|
||
{% data reusables.enterprise-accounts.access-enterprise %} | ||
{% data reusables.enterprise-accounts.settings-tab %} | ||
{% data reusables.enterprise-accounts.billing-tab %} | ||
1. At the top of the page, click **Payment information**. | ||
|
||
![Screenshot of the "Billing Summary" section of the settings page. A link, labeled "Payment information," is highlighted with an orange outline.](/assets/images/help/settings/payment-info-link.png) | ||
|
||
{% data reusables.billing.verify-address %} | ||
1. At the bottom of the page, in the "Sales Tax" section, click **Upload certificate**, and select the certificate file you want to upload. | ||
{% data reusables.billing.remove-sales-tax-certificate %} | ||
|
||
{% endif %} | ||
All YML and Markdown files in this directory are configured to be translated by default. | ||
|
||
## Features | ||
|
||
Feature files are used for feature-based versioning. See [features/README.md](features/README.md). | ||
|
||
## Glossaries | ||
|
||
We provide a customer-facing glossary on the site. Other glossary files are used by our translation pipeline. See [glossaries/README.md](glossaries/README.md). | ||
|
||
## GraphQL | ||
|
||
GraphQL schema files are kept in sync with `github/github` via scheduled workflows. See [graphql/README.md](graphql/README.md). | ||
|
||
## Reusables | ||
|
||
Reusables are long strings of reusable text. See [reusables/README.md](reusables/README.md). | ||
|
||
## Variables | ||
|
||
Variables are short strings of reusable text. See [variables/README.md](variables/README.md). | ||
|
||
## Webhooks | ||
|
||
Webhook payload JSON files are used in the [`webhook events docs`](../content/developers/webhooks-and-events/webhook-events-and-payloads.md). | ||
|
||
## ui.yml | ||
|
||
`ui.yml` contains localized strings used in layouts. | ||
|
||
## Learning Tracks | ||
|
||
Learning tracks are a collection of articles that help you master a particular subject. See [learning-tracks/README.md](learning-tracks/README.md). | ||
|
||
## Versioning | ||
|
||
Many YAML files in this directory's subdirectories, like [features](features), [glossaries](glossaries), [variables](variables), and [learning tracks](learning-tracks), as well as Markdown files within the [reusables](reusables) directory, can include YAML versioning or Liquid versioning within Markdown strings. See the README.md files in the subdirectories for details. |
This file was deleted.
Oops, something went wrong.