Thanks for the answer. I’ll do it as a custom template for now. Maybe later when i have more time (i will be bored) I will look at the code itself if I can do something
FYI… the way we handle this in v4 is that we check if a custom label has been configured for the field, if it has we prepend it to the value on the PDF.
Hello!
I have the exact same need, is there a simple way to do this with v5?
I am using 5.11.x self-hosted, I checked templating I could not find a way outside of changing the PHP source code in app/Services/PdfMaker/Design.php.
David
Currently, there might not be a direct setting for this, but customizing the invoice template using HTML/CSS could be the best workaround. You can manually add labels like “ID:” and “VAT:” within the template code to ensure clarity. Hopefully, a future update will include a built-in option for this! Has anyone else found an alternative way to handle this? Let’s share insights!
if you like to have this information in the customer block, you can add this same way in the body section (id=“client-details”). Then you must remove this items from the content of the invoice Desing to prevent duplicate display.
Find under Settings - Invoice Desing - Company