spree-contrib / spree_avatax_certified

Improve your Spree store's sales tax decision automation with Avalara AvaTax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Deprecation notice ⚠️

This extension is deprecated and won't be maintained anymore.

Please migrate to Spree Avatax Official which is a faster, more stable extension which uses Avatax API v2. It's Avatax certified.

Installation

gem 'spree_avatax_certified', github: 'spree-contrib/spree_avatax_certified', branch: 'master'
bundle install
bundle exec rails g spree_avatax_certified:install

Setup

In the Spree Admin site configure the Avalara Setting. avatax_example

Enter the Entity Use Codes that are configured in your Avalara site. If you chose to seed the use codes, these will already be set up for you. avalara_entity_use_codes

Edit Tax Categories configuration settings. If left blank, the tax code will default to P0000000. taxcategories

Edit the Shipping Methods configuration settings, to add Tax Use Code for each type of Shipping Method. The Use code must be matched to a value that is configured in the Avalara site. shipping

Configure specific users to utilize Avalara Entity Use Code, and Exemption number; Customer Code will be the user's id. Exemption Number are sourced from the Avalara site and the Avalara Entity Use code is a searchable drop down that was previously configured in the system. userinfoavalara

Testing

Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.

$ bundle
$ bundle exec rake test_app
$ bundle exec rspec spec

Copyright (c) 2016 Boomer Digital, released under the New BSD License

About

Improve your Spree store's sales tax decision automation with Avalara AvaTax

License:Other


Languages

Language:Ruby 86.6%Language:HTML 11.8%Language:JavaScript 1.6%