Sha256: 136fd3474867fbc59aa56a434ffcdb4bb25f45fc2b4af07964f75932326be02e

Contents?: true

Size: 1016 Bytes

Versions: 3

Compression:

Stored size: 1016 Bytes

Contents

Overview
========

This Rails mountable engine allows you to manage your Avatax integration in Kill Bill.

* See [killbill/killbill-avatax-plugin](https://github.com/killbill/killbill-avatax-plugin) to get started with the Avatax plugin.
* See [killbill-admin-ui-standalone](https://github.com/killbill/killbill-admin-ui-standalone) to get start with the Kill Bill Admin UI.

Functionality
-------------

This app lets you:

* configure tax codes associated with products in your catalog
* set tax exemption codes on Kill Bill accounts
* configure your Avatax credentials

Getting Started
---------------

You can run this locally by using the test/dummy app provided.

To do so, specify your Kill Bill server url, api key and secret in ```test/dummy/config/initializers/killbill_client.rb```:

```
KillBillClient.url = 'http://127.0.0.1:8080/'
KillBillClient.api_key = 'bob'
KillBillClient.api_secret = 'lazar'
```

Then, simply run:

```
bundle install
export RAILS_ENV=development
cd test/dummy
rails server
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
killbill-avatax-0.0.3 README.md
killbill-avatax-0.0.2 README.md
killbill-avatax-0.0.1 README.md