How to Change Commercial Proposal to Quotation

Hi,

Please Advise how can we change the Name of Commercial Proposal to Quotation on PDF Template.

I had change the menu to Quotation but its not reflecting on PDF Template upon generating

Hi,
The pdf template php file is located at this path:
core/modules/propale/doc/pdf_azur.modules.php
open it and change line 295:
$pdf->SetSubject($outputlangs->transnoentities(“CommercialProposal”));
Change CommercialProposal to Quotation
Save File. Now regenerate the pdf and the title will have changed

Hi,

Its Not Work For Me

Hi arshadez,
This is not the right way. You have to change the text “Commercial Proposal” to “Quotation” in every file that you can find in your main application language. You have change all text strings in \htdocs\langs\YOUR_LANG*, but what you really want is in the file propal.lang

You must only change the text to the right of the equality mark.

Regards.

1 Like

Thank You Its Work For Me