<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ivan's Technical Blog &#187; crm</title>
	<atom:link href="http://ivan-grace.com/techblog/category/crm/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivan-grace.com/techblog</link>
	<description></description>
	<lastBuildDate>Mon, 06 Apr 2009 03:54:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to add comments in vtigercrm pdf invoice</title>
		<link>http://ivan-grace.com/techblog/2009/04/how-to-add-comments-in-vtigercrm-pdf-invoice/</link>
		<comments>http://ivan-grace.com/techblog/2009/04/how-to-add-comments-in-vtigercrm-pdf-invoice/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 03:54:12 +0000</pubDate>
		<dc:creator>Ivan Guan</dc:creator>
				<category><![CDATA[crm]]></category>
		<category><![CDATA[vtiger]]></category>

		<guid isPermaLink="false">http://ivan-grace.com/techblog/?p=83</guid>
		<description><![CDATA[FILE: vtigercrm_director/modules/Invoice/CreatePDF.php
On line 153  you want to replace this:
$product_name[$i] = $associated_products[$i]['productName'.$i]
with this:
$product_name[$i] = $associated_products[$i]['productName'.$i]."\n-".$associated_products[$i]['comment'.$i];
Source: How to change the PDF layout
]]></description>
			<content:encoded><![CDATA[<p><strong>FILE:</strong> vtigercrm_director/modules/Invoice/CreatePDF.php</p>
<p>On line 153  you want to replace this:</p>
<pre>$product_name[$i] = $associated_products[$i]['productName'.$i]</pre>
<p>with this:</p>
<pre>$product_name[$i] = $associated_products[$i]['productName'.$i]."\n-".$associated_products[$i]['comment'.$i];</pre>
<p>Source: <a href="http://wiki.vtiger.com/index.php/How_to_change_the_PDF_layout">How to change the PDF layout</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ivan-grace.com/techblog/2009/04/how-to-add-comments-in-vtigercrm-pdf-invoice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
