How to edit extrafields table in generated PDF?

Hi,

I just want to have the extrafield content show up in a separate column so that the text isn’t aligned left in a messy way.

So just two columns, one for the extrafield label and one for the content. This is for proposals using the azur template.

Hello :grinning:

you can create a new pdf template, see more details using this page in the wiki

to obtain what you want, you can adapt the note_public description using html code
for more information, have a look on this link

Good continuation

you can shoot me an email at maltedrogemullergmail.com if you are not experienced in php, your request is not hard to implement. All you have to do in the azure php file is find the code that generates the comment area and to then use $pdf->line(). Position, height and length of the line can be calculated with the positions of the comment field.

Hi, can someone please tell tell me how to edit the proposal php to achieve this? I just want there to be two columns. One for the extrafield key and one for the actual content of that extrafield.

Hey :grinning:

with the previous link, you might login using demo/demo for account/password
and then you can edit the public note by clicking on the tab “notes”
and then you can view the html content of this note by clicking on the “Source”…

and then you obtain this :

if you want me to do this for you, you can send an email : petitcamionbleu@free.fr

Good continuation