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
- Host: GitHub
- URL: https://github.com/killbill/killbill-custom-email-invoice-formatter-plugin
- Owner: killbill
- Created: 2021-06-22T12:47:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T03:24:44.000Z (about 2 years ago)
- Last Synced: 2024-12-28T10:28:59.784Z (over 1 year ago)
- Language: Mustache
- Size: 15.6 KB
- Stars: 1
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=
```