{"id":18716330,"url":"https://github.com/killbill/killbill-avatax-ui","last_synced_at":"2026-03-18T01:35:02.984Z","repository":{"id":51091880,"uuid":"44279533","full_name":"killbill/killbill-avatax-ui","owner":"killbill","description":"Kill Bill UI for the AvaTax plugin","archived":false,"fork":false,"pushed_at":"2026-03-10T08:35:43.000Z","size":102,"stargazers_count":0,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-03-10T15:20:58.244Z","etag":null,"topics":["billing","killbill","payments","subscriptions"],"latest_commit_sha":null,"homepage":"https://killbill.io","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/killbill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["killbill"]}},"created_at":"2015-10-14T22:17:57.000Z","updated_at":"2026-03-10T08:35:47.000Z","dependencies_parsed_at":"2024-01-15T04:44:15.127Z","dependency_job_id":"2e86a962-a31d-451f-8d88-d1cfb41f2a6b","html_url":"https://github.com/killbill/killbill-avatax-ui","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/killbill/killbill-avatax-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killbill%2Fkillbill-avatax-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killbill%2Fkillbill-avatax-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killbill%2Fkillbill-avatax-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killbill%2Fkillbill-avatax-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/killbill","download_url":"https://codeload.github.com/killbill/killbill-avatax-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killbill%2Fkillbill-avatax-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30640244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-18T00:09:27.587Z","status":"ssl_error","status_checked_at":"2026-03-18T00:09:26.123Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["billing","killbill","payments","subscriptions"],"created_at":"2024-11-07T13:12:19.194Z","updated_at":"2026-03-18T01:35:02.963Z","avatar_url":"https://github.com/killbill.png","language":"Ruby","funding_links":["https://github.com/sponsors/killbill"],"categories":[],"sub_categories":[],"readme":"\nOverview\n========\n\nThis Rails mountable engine allows you to manage your Avatax integration in Kill Bill.\n\n* See [killbill-avatax-plugin](https://github.com/killbill/killbill-avatax-plugin) to get started with the Avatax plugin.\n* See [killbill-admin-ui-standalone](https://github.com/killbill/killbill-admin-ui-standalone) to get started with the Kill Bill Admin UI.\n\nKill Bill compatibility\n-----------------------\n\n| Avatax UI version | Kill Bill version |\n|------------------:|------------------:|\n|             0.0.y |            0.16.z |\n|             0.1.y |  0.18.z (Rails 4) |\n|             0.2.y |  0.18.z (Rails 5) |\n|             1.x.y |  0.20.z (Rails 5) |\n|             2.1.y |  0.22.z (Rails 5) |\n|             2.2.y |  0.24.z (Rails 6) |\n|             3.x.y |  0.24.z (Rails 7) |\n\nFunctionality\n-------------\n\nThis app lets you:\n\n* configure tax codes associated with products in your catalog\n* set tax exemption codes on Kill Bill accounts\n* configure your Avatax credentials\n\nGetting Started\n---------------\n\nYou can run this locally by using the test/dummy app provided.\n\nTo do so, specify your Kill Bill server url, api key and secret in ```test/dummy/config/initializers/killbill_client.rb```:\n\n```\nKillBillClient.url = 'http://127.0.0.1:8080/'\nKillBillClient.api_key = 'bob'\nKillBillClient.api_secret = 'lazar'\n```\n\nThen, simply run:\n\n```\nrails s\n```\n\n\nTo run tests:\n\n```\nrails t\n```\nThis plugin is using [killbill-assets-ui](https://github.com/killbill/killbill-assets-ui) to load the common assets.\nIf you want to override the assets you can add it to ```app/assets/stylesheet/avatax``` or ```app/assets/stylesheet/avatax```\n\nFor integrate run with [killbill-admin-ui-standalone](https://github.com/killbill/killbill-admin-ui-standalone), please update the Gemfile to use Avatax locally\n\n```\n# gem 'killbill-avatax'\ngem 'killbill-avatax', :path =\u003e '../killbill-avatax-ui'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkillbill%2Fkillbill-avatax-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkillbill%2Fkillbill-avatax-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkillbill%2Fkillbill-avatax-ui/lists"}