0.0.8 • Published 6 years ago

canadian-sales-tax v0.0.8

Weekly downloads
24
License
ODBL
Repository
github
Last release
6 years ago

#Canadian sales tax in JSON. This repository contains sales tax information for all the Canadian provinces and territories in JSON format.

##Example

{
    "QC": {
        "name": "Quebec",
        "taxes": [
          {
              "code": "GST",
              "name": "Goods and Services Tax",
              "type": "federal",
              "tax": 0.05
          },
          {
              "code": "QST",
              "name": "Quebec Sales Tax",
              "type": "provincial",
              "tax": 0.09975
          },
        ],
    }
}

How to contribute?

You can simply submit a pull request and I'll gladly review them and merge them if the changes are acceptable.

  • Indent using spaces with a tab width of 4 in the json5 source.
  • Make sure to rebuild the distribution version by executing grunt before submiting a pull request.

Change log

See the change log.

To do

  • All the taxes rates of the provinces and territories of Canada.
  • More formats such as XML, YAML and CSV.

Sources

http://www.canadabusiness.ca/eng/page/2651/

License

See LICENSE.

A Mari Usque Ad Mare

0.0.8

6 years ago

0.0.7

7 years ago

0.0.6

8 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago