Expose more information to the Mustache engine
See original GitHub issueWe could expose tags and custom fields for the account, invoice and invoice items.
See discussion at https://groups.google.com/d/msgid/killbilling-users/14eaa78c-3bf2-4255-9907-96129a5c876f%40googlegroups.com.
Additionally, we should get rid of DefaultInvoiceTranslator
as the text
object and use a map instead for flexibility (similar to what the email-notifications plugin is doing).
Issue Analytics
- State:
- Created 9 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
The Joy of Mustache: Server Side Templates for the JVM
I want to show you what a neat little tool JMustache is for server side rendering of HTML (or anything else in plain...
Read more >Allow users to write Mustache template syntax in every text ...
Problem/Motivation The Mustache text filter already enables users to write Mustache template syntax within formatted text.
Read more >Using Templates - OpenAPI Generator
If Mustache or the experimental Handlebars engines don't suit your needs, you can define an adapter to your templating engine of choice.
Read more >groue/GRMustache.swift: Flexible Mustache templates for Swift
GRMustache extends the genuine Mustache language with built-in goodies and ... Check TemplateRepository.swift for more information (read on cocoadocs.org).
Read more >How to use Spring Security with Mustache? - Stack Overflow
spring.mustache.expose-request-attributes=true. Then you have access to the _csrf request attribute in your template. Share. Share a link to this answer.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here’s the latest documentation regarding how to customize invoice notification emails: https://docs.killbill.io/latest/custom-email-invoice-formatter.html
The custom formatter is not being maintained. Moreover, I think this would be nice to have in Killbill itself. Is there a plan to include it?