Posts: 4
Threads: 3
Joined: Jun 2017
Reputation:
0
I have PDF maker installed and we use it in main corebos with no issues.
If i click on download pfds (invoices,quotes, etc..) within CUSTOMER PORTAL the template picked up by default is the default corebos and no pdf maker.
how could i select the pdf maker templates on customer portal?
txs
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
The instructions Omar posts above are for the vtiger CRM native customer portal. You are using one of the two supported portals for coreBOS, so those steps do not apply.
Our customer portals did not support PDFMaker because our webservice interface didn't support it. After reading this issue I thought that it was a good idea so I added it. I added the change which Omar indicates, in case anybody wants to use it in the vtiger crm portal and I added it into our webservice with support also for the openoffice PDF generator.
On the latest version you can indicate which system you want to use with the global variable CustomerPortal_PDF and even which template to use for each module.
So, you will need to upgrade to get this functionality
Joe
TSolucio
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
There are two variables that have to be set for this to work. First CustomerPortal_PDF to indicate where you want to get the PDF from, then you have to set the variables:
CustomerPortal_PDFTemplate_Invoice/PurchaseOrder/Quote/SalesOrder
to point to the template ID you want it to use.
Do you have both variables set?
Joe
TSolucio