Skip to content

ept/invoicing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

acdaf5c · Apr 13, 2015
Aug 19, 2009
Nov 1, 2012
Nov 1, 2012
Nov 1, 2012
Nov 1, 2012
Jan 13, 2009
Nov 1, 2012
Aug 26, 2009
Jan 5, 2009
Nov 1, 2012
Apr 9, 2015
Nov 1, 2012
Apr 20, 2009

Repository files navigation

For a more up-to-date version see code-mancers/invoicing!

Ruby Invoicing Framework

DESCRIPTION

This is a framework for generating and displaying invoices (ideal for commercial Rails apps). It allows for flexible business logic; provides tools for tax handling, commission calculation etc. It aims to be both developer-friendly and accountant-friendly.

The Ruby Invoicing Framework is based on ActiveRecord.

Please see the website for an introduction to using Invoicing, and check the API reference for in-depth details.

If you’re interested in contributing to the invoicing gem itself, please see the file HACKING.md.

FEATURES

  • TODO

REQUIREMENTS

  • ActiveRecord >= 2.1

  • Only MySQL and PostgreSQL databases are currently supported

INSTALL

sudo gem install invoicing

STATUS

So far, the Ruby Invoicing Framework has been tested with ActiveRecord 2.2.2, MySQL 5.0.67 and PostgreSQL 8.3.5. We will be testing it across a wider variety of versions soon.

CREDITS

The Ruby invoicing framework originated as part of the website Bid for Wine, developed by Patrick Dietrich, Conrad Irwin, Michael Arnold and Martin Kleppmann for Ept Computing Ltd. It was extracted from the Bid for Wine codebase and substantially extended by Martin Kleppmann.

LICENSE

Copyright © 2009 Martin Kleppmann, Ept Computing Limited.

This gem is made publicly available under the terms of the MIT license. See LICENSE and/or COPYING for details.