Show invoice line name and description
Hi.
We have purchased the products and invoice plugin.
Is it possible to add in the invoice template the name and description of an added product?
See the screenshot in the attachment. Backend vs PDF.
We have used the following syntax for the custom invoice template:
Hi.
We have purchased the products and invoice plugin.
Is it possible to add in the invoice template the name and description of an added product?
See the screenshot in the following link Backend vs PDF: https://drive.google.com/file/d/1C1OM6tmlltlCmsk2u0Gr9pg9CHnbQ267/view?usp=sharing
We have used the following syntax for the custom invoice template:
{% for item in invoice.lines %} <tr class="item-row" id="row_{{ item.id}}"> <td class="position">{{ item.position }}</td> <td class="description">{{ item.description | multi_line }}</td> <td class="quantity">{{ item.quantity | numeric: 4 }}</td> <td class="price-unit">{{ item.price | currency }}</td> <td class="price">{{ item.total | currency }}</td> </tr> {% endfor %}
Thanks for your help.
Answers (1)
Hello,
Thanks for contacting us.
Further consultation with the developers' team is needed for the solution of this problem. Please contact us at support@redmineup.com for finding out the solution. Thanks.