Discussions
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
How to Print Additional Fields in Invoice Groups
I have customized an Advanced PDF/HTML Template for Grouped Invoices and I am able to display all the items under each invoice in the PDF but I want to display the Project name of each invoice instead.
I used "${invoice_details.item}" to display items in each invoice but when I tried using "${invoice_details.job}" to pull Project, I'm getting error while saving this PDF template. I also tried using "${invoice_details.job.jobname}" & "${invoice_details.job.altname}" but no luck.
The Error Message I am getting is, "Exception during template merging.com.netledger.templates.TemplateServiceException: Exception during template merging.java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 9".