What is the best way to include custom fields in the invoices? e.g. if we store a system username as a custom field associated with a subscription and want that to show up on the invoice line items.
Yes, this is the method we were currently using. Is there another that is commonly used?
We initially implemented a Ruby plugin that returned a rendered view of the invoice. Using the API calls, we could easily pull all of the required data. The problem with this method is that everything internal such as the notifications and kaui would not be using this copy.
Was referring to the built-in email notifications at https://github.com/killbill/killbill/blob/master/invoice/src/main/java/org/killbill/billing/invoice/notification/EmailInvoiceNotifier.java
It sounds like we either want to:
a) update HtmlInvoiceGenerator to provide the custom fields
or
b) expose an http endpoint that rendered the html invoice in a ruby plugin, then write a notification plugin to handle sending the emails ourselves
--
You received this message because you are subscribed to the Google Groups "Kill Bill users mailing-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-users+unsubscribe@googlegroups.com.
To post to this group, send email to killbilling-users@googlegroups.com.
Visit this group at https://groups.google.com/group/killbilling-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/0d329fc6-7274-4d10-855b-18b2de157111%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
What is the best way to include custom fields in the invoices? e.g. if we store a system username as a custom field associated with a subscription and want that to show up on the invoice line items.
--
You received this message because you are subscribed to the Google Groups "Kill Bill users mailing-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-users+unsubscribe@googlegroups.com.
To post to this group, send email to killbilling-users@googlegroups.com.
Visit this group at https://groups.google.com/group/killbilling-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/605d741c-8e7b-45db-9924-6c9bd556856e%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Kill Bill users mailing-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-users+unsubscribe@googlegroups.com.
To post to this group, send email to killbilling-users@googlegroups.com.
Visit this group at https://groups.google.com/group/killbilling-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/f5df57ca-9a3b-4ebe-9b19-992ca66e162c%40googlegroups.com.