Overview
This Rails mountable engine allows you to manage your Aviate integration in Kill Bill.
- See killbill-aviate-ui to get started with the Aviate plugin.
- See killbill-admin-ui-standalone to get started with the Kill Bill Admin UI.
Kill Bill compatibility
Aviate UI version | Kill Bill version |
---|---|
0.0.y | 0.24.z (Rails 7) |
Functionality
This app lets you:
- Record and categorize external payments as Cash, Check, Bank Transfer, etc.
- Apply payments to one or multiple invoices.
- Identify invoice line items that are unpaid (e.g. if the customer is disputing a subset of the invoice).
Getting Started
To run tests:
rails t
This plugin is using killbill-assets-ui to load the common assets.
If you want to override the assets you can add it to app/assets/stylesheet/aviate
or app/assets/javascripts/aviate
For integrate run with killbill-admin-ui-standalone, please update the Gemfile to use Aviate locally
# gem 'killbill-aviate'
gem 'killbill-aviate', :path => '../killbill-aviate-ui'