An open API service indexing awesome lists of open source software.

https://github.com/killbill/killbill-custom-email-invoice-formatter-plugin

Example code for a custom invoice formatter
https://github.com/killbill/killbill-custom-email-invoice-formatter-plugin

Last synced: 7 months ago
JSON representation

Example code for a custom invoice formatter

Awesome Lists containing this project

README

          

# killbill-custom-email-invoice-formatter

Example code for a custom email invoice formatter. For a detailed tutorial, please refer to our [docs](https://docs.killbill.io/latest/custom-email-invoice-formatter.html).Note that this plugin requires the [email notification plugin](https://github.com/killbill/killbill-email-notifications-plugin) to be installed.

## Build

```
mvn clean install -DskipTests=true
```

## Installation

Run the following [kpm](https://github.com/killbill/killbill-cloud/blob/master/kpm) command:

```
kpm install_java_plugin 'dev-custom-invoice-formatter' --from-source-file= --destination=
```