eduo / billy

An opensource invoicing engine --

Home Page:premium-minds.github.io/billy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Billy

Billy is a billing library for applications providing them with ability to create, manage, and store billing artifacts such as invoices and credit notes. It also supports the export of the persisted the persisted data in PDF and SAF-T formats.

Billy was built to be easily extended in order to support additional taxing systems for different countries. Billy's core module was based on the OECD's SAF-T schema, providing a standard module from which one can extend and further develop to support new modules for different countries.

The objective is for all modules to be compliant with the existing regulations for their country. However, we do not in any way intend to provide a certified library, it should be the responsibility of applications that use billy to seek certification for themselves.

Maven projects

Add the following maven dependency to your project pom.xml:

<dependency>
   <groupId>com.premiumminds</groupId>
   <artifactId>billy-portugal</artifactId>
   <version>3.0.0</version>
</dependency>

Check out sonatype repository for latest snapshots and releases.

Continuous Integration

Build Status

CI is hosted by travis-ci.org

Licence

Copyright (C) 2013 Premium Minds

Licensed under the GNU Lesser General Public Licence

About

An opensource invoicing engine --

premium-minds.github.io/billy

License:GNU Lesser General Public License v3.0


Languages

Language:Java 94.8%Language:XSLT 5.2%Language:Shell 0.0%