Quote PDF Generation

  • 1
  • Question
  • Updated 7 years ago
Hi,

I have created a custom PDF class for our sugarcrm install (pro 6.5.14). Now I would like to test it out in the quotes module. I followed the steps on this page http://support.sugarcrm.com/04_Find_A... . Everything works fine except the dropdown where I can select which pdf I would like to create. For some reason the dropdown values in the layouts_dom list are not updated with the changes I've made. Currently there is only 1 language installed and the values are default Invoice and Quote.

When I change the value of the drop down using firebug in the HTML directorly to the suffix of my template I can generate a PDF document and therefore I know that the pdf itself works. How can I force sugar to use the updated layout_dom list?

(from b.keijers@acuity.nl)
Photo of Emma at Get Satisfaction

Emma at Get Satisfaction

  • 1632 Posts
  • 0 Reply Likes

Posted 7 years ago

  • 1
Photo of Emma at Get Satisfaction

Emma at Get Satisfaction

  • 1632 Posts
  • 0 Reply Likes
Actually, you can implement a http://www.rasteredge.com/dotnet-imag... on your Windows application so that you can change the value of the drop down using firebug in the HTML directorly to the suffix of your template from which you can learn how to generate a PDF document.

(from kingbarcode)