====== vtigerCRM ====== ===== Enable HTML-Descriptions in Products ===== under construction ===== Abstract ===== This article should explain how to enable HTML description in products, and display them well formated in your quote (PDF) f.e. . Suported HTML-Tags are bold, italic, unterline and lists. You can enter them user-friendly by FCKEditor. ===== Modifications ===== ==== patching Smarty-Templates to use FCKEditor==== Here we must modify the create- and edit form to give us the FCKEditor. --- vtigercrm_orig/Smarty/templates/Inventory/InventoryCreateView.tpl 2007-05-31 13:52:53.000000000 +0200 +++ vtigercrm/Smarty/templates/Inventory/InventoryCreateView.tpl 2007-10-24 10:18:00.000000000 +0200 @@ -19,7 +19,8 @@ - + + +{if $MODULE == 'Products'} + +{/if} --- vtigercrm_orig/Smarty/templates/Inventory/InventoryEditView.tpl 2007-05-31 13:52:59.000000000 +0200 +++ vtigercrm/Smarty/templates/Inventory/InventoryEditView.tpl 2007-10-24 10:18:00.000000000 +0200 @@ -20,6 +20,7 @@ + + + +{if $MODULE == 'Products'} + +{/if} ===== "html2pdf - convert your XHTML to PDF easily" ===== * Goto [[http://hulan.info/item/html2pdf-convert-your-xhtml-to-pdf-easily|here]] and download [[http://radekhulan.cz/other/html2pdf.zip|html2pdf.zip]] (Thanks to [[http://hulan.cz/|Radek Hulan]]) * unzip the content of the folder //html2pdf// to [vtigercrmroot]include/fpdf * apply the patch {{notizen:htmp2pdf.php_patch.gz|}}