• SugarPDF getting a foreach inside a table without adding rows

    I have a custom PDF in PDFManager. I need to loop inside a table: <table header> <loop through the rows> <table footer> This works fine but.... <!--START_PRODUCT_LOOP--> < tr > < td > {foreach from=$bundle.products item="product"} </ td > </ tr > < tr…
  • How to generate a quote pdf programmatically

    Hi, I use SugarCRM 7.6 Pro and I want to generate a PDF file of a quote (or another module) with PHP code. As you can see in the below picture, what I want is to replicate the functionality of Download PDF with selected Template. I need to generate the…