2017 © Pedro Peláez
 

magento2-module module-taxjar

TaxJar Sales Tax Module for Magento 2

image

taxjar/module-taxjar

TaxJar Sales Tax Module for Magento 2

  • Friday, July 20, 2018
  • by fastdivision
  • Repository
  • 7 Watchers
  • 10 Stars
  • 15,788 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 24 Versions
  • 21 % Grown

The README.md

Magento 2 Sales Tax Extension by TaxJar

Simplify your sales tax with live checkout calculations and zip-based backup rates from TaxJar., (*1)

To get started, check out our M2 extension guide!, (*2)

Getting Started

Download the extension as a ZIP file from this repository or install our module with Composer using the following command:, (*3)

composer require taxjar/module-taxjar

If you're installing the extension manually, unzip the archive and upload the files to /app/code/Taxjar/SalesTax. After uploading, run the following Magento CLI commands:, (*4)

bin/magento module:enable Taxjar_SalesTax --clear-static-content
bin/magento setup:upgrade
bin/magento setup:di:compile

These commands will enable the TaxJar extension, perform necessary database updates, and re-compile your Magento store. From there, you'll want to run through the pre-import checklist and set everything up using our extension guide)., (*5)

Tests

To run our integration tests for checkout calculations, clone the repository into your local instance of Magento 2. You'll need an active TaxJar API token (preferably a test account) to run these tests., (*6)

git clone https://github.com/taxjar/taxjar-magento2-extension.git app/code/Taxjar/SalesTax

Backup or rename your existing phpunit.xml under dev/tests/integration. Copy the phpunit.xml file in the TaxJar module under app/code/Taxjar/SalesTax/Test/Integration:, (*7)

cp app/code/Taxjar/SalesTax/Test/Integration/phpunit.xml dev/tests/integration/phpunit.xml

Rename install-config-mysql.php.dist to install-config-mysql.php under dev/tests/integration/etc. Make sure Magento has access to a MySQL database for running integration tests., (*8)

Copy Test/Integration/credentials.php.dist to credentials.php in the same directory and add your TaxJar API token:, (*9)

cp app/code/Taxjar/SalesTax/Test/Integration/credentials.php.dist app/code/Taxjar/SalesTax/Test/Integration/credentials.php

Finally, run the TaxJar test suite using PHPUnit:, (*10)

vendor/bin/phpunit -c ~/OSS/magento2/dev/tests/integration/phpunit.xml --testsuite “Taxjar”

Notice that the configuration flag should include the full path to phpunit.xml., (*11)

License

TaxJar's Magento 2 module is released under the Open Software License 3.0 (OSL-3.0)., (*12)

Support

If you find a bug in our extension, open a new issue right here in GitHub. For general questions about TaxJar or specific issues with your store, please contact us after going through our extension guide., (*13)

The Versions

20/07 2018

dev-develop

dev-develop

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ^100.1.0|^101.0.0

 

20/07 2018

1.0.3

1.0.3.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ^100.1.0|^101.0.0

 

03/07 2018

1.0.2

1.0.2.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ^100.1.0|^101.0.0

 

22/04 2018

1.0.1

1.0.1.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ^100.1.0|^101.0.0

 

20/04 2018

1.0.0

1.0.0.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ^100.1.0|^101.0.0

 

13/03 2018

dev-rounding-calculation-fix

dev-rounding-calculation-fix

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ^100.1.0|^101.0.0

 

12/03 2018

dev-transaction-sync-registry-tweak

dev-transaction-sync-registry-tweak

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ^100.1.0|^101.0.0

 

23/01 2018

dev-multi-store-transaction-sync

dev-multi-store-transaction-sync

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ^100.1.0|^101.0.0

 

05/01 2018

dev-cli-transaction-sync

dev-cli-transaction-sync

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ^100.1.0|^101.0.0

 

14/11 2017

0.7.6

0.7.6.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ^100.1.0|^101.0.0

 

03/10 2017

0.7.5

0.7.5.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ^100.1.0|^101.0.0

 

15/08 2017

0.7.4

0.7.4.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ^100.1.0

 

03/08 2017

0.7.3

0.7.3.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ^100.1.0

 

02/05 2017

0.7.2

0.7.2.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ^100.1.0

 

24/03 2017

0.7.1

0.7.1.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ^100.1.0

 

23/03 2017

0.7.0

0.7.0.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework ^100.0.4

 

17/03 2017

0.6.4

0.6.4.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework ^100.0.4

 

19/11 2016

0.6.3

0.6.3.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework ^100.0.4

 

11/10 2016

0.6.2

0.6.2.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework ^100.0.4

 

08/10 2016

0.6.1

0.6.1.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework ^100.0.4

 

05/10 2016

0.6.0

0.6.0.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework ^100.0.4

 

28/07 2016

0.5.2

0.5.2.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework ^100.0.4

 

14/07 2016

0.5.1

0.5.1.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework ~100.0.4

 

01/07 2016

0.5.0

0.5.0.0

TaxJar Sales Tax Module for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework ~100.0.4