com.premiumminds:billy-core-jpa

The JPA implementation for billy core persistence


Keywords
billy, countries, france, hacktoberfest, invoice, invoices, java, maven, portugal, spain
License
LGPL-2.1+

Documentation

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

Maven Central

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

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

Check out sonatype repository for latest snapshots and releases.

Continuous Integration

Java CI with Maven

Javadoc

Module Javadoc
billy-core javadoc
billy-core-jpa javadoc
billy-gin javadoc
billy-portugal javadoc
billy-spain javadoc
billy-france javadoc

Licence

GitHub

Copyright (C) 2013 Premium Minds

Licensed under the GNU Lesser General Public Licence

Demo

There is a demonstration project on how to use billy in premium-minds/billy-demo-app