Sha256: 7859161dc8505466cc34cf4783cd7459de088fa7f9b6902e159c9b993d843a21

Contents?: true

Size: 1.26 KB

Versions: 2

Compression:

Stored size: 1.26 KB

Contents

Overview
========

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

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

Kill Bill compatibility
-----------------------

| Deposit UI version | Kill Bill version |
|-------------------:|------------------:|
|              0.0.y |            0.22.z |
|              1.0.y |            0.24.z |

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

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:

```
rails s
```

To run tests:

```
rails t
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
killbill-deposit-0.1.1 README.md
killbill-deposit-1.0.1 README.md