<?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>TDN Blog</title>
	<atom:link href="http://tdn.tw/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://tdn.tw/blog</link>
	<description>公司訊息及心得分享</description>
	<lastBuildDate>Thu, 19 Jan 2012 07:29:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Vtiger CRM 5.2.1 安裝紀錄</title>
		<link>http://tdn.tw/blog/?p=8</link>
		<comments>http://tdn.tw/blog/?p=8#comments</comments>
		<pubDate>Thu, 19 Jan 2012 04:40:18 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[Vtiger]]></category>

		<guid isPermaLink="false">http://tdn.tw/blog/?p=8</guid>
		<description><![CDATA[Vtiger CRM是一個適合微型企業的客戶資料管理系統，利用php和mysql可以在一般的主機代管伺服器上面運作。 安裝步驟 建議安裝5.2.1版，雖然目前最新的版本為5.3，但是和5.2.1相差不多，而5.2.1在網路上可以找到比較多的解決辦法。安裝的步驟如下： 將Vtiger解壓縮之後上傳到FTP(vtiger.com下載, 本地下載) 更改以下檔案和目錄的權限，給全部的User有讀寫的權限 config.inc.php tabdata.php install.php parent_tabdata.php cache cache/images/ cache/import/ storage/ install/ user_privileges/ Smarty/cache/ Smarty/templates_c/ modules/Emails/templates/ modules/ cron/modules/ test/vtlib/ backup/ Smarty/templates/modules/ test/wordtemplatedownload/ test/product/ test/user/ test/contact/ test/logo/ logs/ modules/Webmails/tmp/ 瀏覽網址http://你的網址/install.php 依照畫面指示安裝 中文化 繁體中文模組下載，這個版本應該是從簡體中文改出來的，原始下載路徑找不到 安裝完Vtiger之後，在Vtiger的設定-&#62;模組管理員-&#62;客製模組-&#62;輸入模組-&#62;選擇下載的中文化語言模組.zip檔(不用解壓縮) 解決PDF轉檔亂碼問題 網路上有好幾個解決辦法，有的採用把字型檔包進去的方法，但是檔案體積會暴增，因為一個中文字型檔就要6MB，更好的辦法是修改為PDF內建的字型檔。 下載這個檔案(原始下載地址，本地下載) &#8230; <a href="http://tdn.tw/blog/?p=8">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Vtiger CRM是一個適合微型企業的客戶資料管理系統，利用php和mysql可以在一般的主機代管伺服器上面運作。</p>
<h2>安裝步驟</h2>
<p>建議安裝5.2.1版，雖然目前最新的版本為5.3，但是和5.2.1相差不多，而5.2.1在網路上可以找到比較多的解決辦法。安裝的步驟如下：<br />
<span id="more-8"></span></p>
<ol>
<li>將Vtiger解壓縮之後上傳到FTP(<a href="http://www.vtiger.com/vtiger-crm/downloads/">vtiger.com下載</a>, <a href="/vtigercrm/souce/vtigercrm-5.2.1.tar.gz">本地下載</a>)</li>
<li>更改以下檔案和目錄的權限，給全部的User有讀寫的權限</li>
<ul>
<li>config.inc.php</li>
<li>tabdata.php</li>
<li>install.php</li>
<li>parent_tabdata.php</li>
<li>cache</li>
<li>cache/images/</li>
<li>cache/import/</li>
<li>storage/</li>
<li>install/</li>
<li>user_privileges/</li>
<li>Smarty/cache/</li>
<li>Smarty/templates_c/</li>
<li>modules/Emails/templates/</li>
<li>modules/</li>
<li>cron/modules/</li>
<li>test/vtlib/</li>
<li>backup/</li>
<li>Smarty/templates/modules/</li>
<li>test/wordtemplatedownload/</li>
<li>test/product/</li>
<li>test/user/</li>
<li>test/contact/</li>
<li>test/logo/</li>
<li>logs/</li>
<li>modules/Webmails/tmp/</li>
</ul>
<li>瀏覽網址http://你的網址/install.php</li>
<li>依照畫面指示安裝</li>
</ol>
<h2>中文化</h2>
<p><a href="http://vtigercrm/souce/vTiger_zh_tw.zip">繁體中文模組下載</a>，這個版本應該是從簡體中文改出來的，原始下載路徑找不到</p>
<p>安裝完Vtiger之後，在Vtiger的設定-&gt;模組管理員-&gt;客製模組-&gt;輸入模組-&gt;選擇下載的中文化語言模組.zip檔(不用解壓縮)</p>
<h2>解決PDF轉檔亂碼問題</h2>
<p>網路上有好幾個解決辦法，有的採用把字型檔包進去的方法，但是檔案體積會暴增，因為一個中文字型檔就要6MB，更好的辦法是修改為PDF內建的字型檔。</p>
<p>下載這個檔案(<a href="http://blog.kofechem.com/wp-content/plugins/download-monitor/download.php?id=16">原始下載地址</a>，<a href="/vtigercrm/souce/Vtiger-5.2.1-PDF.zip">本地下載</a>)</p>
<p>解壓縮之後會看到幾個有亂碼的資料夾，因為是簡體字，不過繁體中文的PDF也能正常顯示。有兩個資料夾，所產生的PDF檔大小會有不同，我是選擇10K的那一個，把裡面的資料夾覆蓋到相對應的位置。轉出來的PDF只有20K，太棒了!</p>
<h2>參考網站</h2>
<ul>
<li><a href="http://wiki.vtiger.com/index.php/Main_Page#tab=5.2.1_.26_5.2.0.28Latest_Stable_Version.29">Vtiger Wiki</a></li>
<li><a href="http://summer10920.blogspot.com/2011/02/vtiger-crm.html">有點壞壞的邪惡組織</a></li>
<li><a href="http://blog.kofechem.com/archives/179">科菲化学 KOFE CHEMICAL</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tdn.tw/blog/?feed=rss2&#038;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

