Sales Order Print Format

How can i change format for sales order…
i want to add HTML code init. where i have to put that html code … ???

Hello,

Option 1:

Create Custom HTML Print Format in:

Setup > Print Format > New

Option 2:

Create new Print Format using Print Format Builder. In this print format as well, you can insert custom HTML.

Thank you so much . !!!

how can we fetch data ex. Company name ?
so what is that tag ?? { { doc.name } } is it correct ?

Do you mean your company name? It should be {{ doc.company }}

If you want to pick primary code of a transaction, then {{ doc.name }} will be useful. You can always check Customize Form for the actual field name and enter value in Jinja accordingly.