taras2358 / 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

SpreeAvataxCertified

Gitter Circle CI Code Climate

SpreeAvataxCertified is the only officially certified Avatax solution that integrates with SpreeCommerce. With this extension you can add instantaneous sales tax decisions to your store.

From Avalara's own explanation of the certification program:

Relax. It’s certified.

Our “Certified for AvaTax” Program features integrations that perform at the highest level, providing the best possible customer experience.

Avalara’s partners who have created certified integrations for AvaTax have demonstrated that those integrations contain elements which are essential to providing customers with easy-to-use software that gives accurate sales tax calculations. The certification criteria used to demonstrate these elements are based on Avalara’s years of experience integrating into ERP, ecommerce and point-of-sale applications.

Installation

gem 'spree_avatax_certified', github: 'boomerdigital/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

CHANGELOG

See CHANGELOG.md for change history.

About

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

License:Other


Languages

Language:Ruby 84.8%Language:HTML 13.8%Language:JavaScript 1.4%Language:CSS 0.0%