Giter Site home page Giter Site logo

killbill / killbill-deposit-ui Goto Github PK

View Code? Open in Web Editor NEW
0.0 5.0 6.0 74 KB

Kill Bill UI for the deposit plugin

Home Page: https://killbill.io

License: MIT License

Ruby 81.55% JavaScript 2.76% CSS 2.81% HTML 12.29% Shell 0.59%
payments subscriptions billing killbill

killbill-deposit-ui's Introduction

Overview

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

Kill Bill compatibility

Deposit UI version Kill Bill version
0.0.y 0.22.z (Rails 5)
0.1.y 0.24.z (Rails 6)
1.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

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

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/deposit or app/assets/javascripts/deposit

For integrate run with killbill-admin-ui-standalone, please update the Gemfile to use Deposit locally

# gem 'killbill-deposit'
gem 'killbill-deposit', :path => '../killbill-deposit-ui'

killbill-deposit-ui's People

Contributors

grana-equinix avatar killbillio avatar pierre avatar reshmabidikar avatar tungleduyxyz avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

killbill-deposit-ui's Issues

deposit processing logic - bulk operations

We would like to automate the payment reconciliation with invoices by using a daily transaction file supplied by the bank or merchant account provider. This process would match against the transaction fields [account / subscription / invoice / amount] , reconcile payment amounts against one or more invoices and generate receipts and account credits if needed.

We would like this to be the first module in a larger Kill Bill Operations subsystem that provides support for automating day to day operational activities across one or more account/subscriptions/documents.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.