Si, sencillamente con mi add-on PowerReplacer, pero cuesta dinero.
Si no, puedes intentar en código PHP, busca en
modules/AOS_PDF_Templates/formLetterPdf.php
modules/AOS_PDF_Templates/generatePdf.php
-
formLetterPdf.php is the (old Sugar?) “Print as PDF” button, implemented as an entrypoint called from HTML forms.
-
generatePdf.php is the SalesAgility AOS version of PDF generation. It is called as an entrypoint from several HTML forms (Quotes, Invoices, Contracts, …). It’s the button “Email PDF” and sends emails
To override these, create entryPoint extensions.
Perdona el cambio al inglés, pero es copy-paste de notas que ya tenia escritas.