Hi,all<br>There are same bugs in The following files .<br>Reports/ReportColumnsTotal.php<br>modules/Reports/ReportFilters.php<br>Field labels are not got from mod_strings, just from vtiger_field table.<br>Thanks and regards,
<br>Tim ding<br><br><div><span class="gmail_quote">On 10/10/06, <b class="gmail_sendername">ding jianting</b> &lt;<a href="mailto:dfar2008@gmail.com">dfar2008@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,all<br>Bugs about Report module:<br>ReportColumns.php:<br>line 116<br>From: <br>if(isset($mod_strings[$fieldlable]))<br>To:<br>if(isset($mod_strings[$fieldlabel]))<br><br>Reports.php<br>function getSelectedColumnsList 
<br>
From:<br>$fieldlist = explode(&quot;:&quot;,$fieldcolname);<br>if($fieldcolname != &quot;&quot;)<br>{<br>&nbsp;&nbsp; $shtml .= &quot;&lt;option value=\&quot;&quot;.$fieldcolname.&quot;\&quot;&gt;&quot;.str_replace($modules,&quot; &quot;,$fieldlist[2]).&quot;&lt;/option&gt;&quot;;
<br>}<br>To:<br>$fieldlist = explode(&quot;:&quot;,$fieldcolname);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $fieldlabel_array = explode(&quot;_&quot;,$fieldlist[2]);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $mod_strings = return_module_language($current_language,$fieldlabel_array[0]);
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; //vtiger_contactdetails:firstname:Contacts_First_Name:firstname:V<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if($fieldcolname != &quot;&quot;)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $fieldlabel = trim(str_replace($modules,&quot; &quot;,$fieldlist[2]));
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if(isset($mod_strings[$fieldlabel])) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $shtml .= &quot;&lt;option value=\&quot;&quot;.$fieldcolname.&quot;\&quot;&gt;&quot;.$mod_strings[$fieldlabel].&quot;&lt;/option&gt;&quot;;
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; } else {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $shtml .= &quot;&lt;option value=\&quot;&quot;.$fieldcolname.&quot;\&quot;&gt;&quot;.$fieldlabel.&quot;&lt;/option&gt;&quot;;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br><br>

This patch is useful for non English language.<br>If any problems, pls feel free to let me know.<br>Thanks and regards,<br>Tim Ding<br><br><br><div><div><span class="e" id="q_10e300ea821e989a_1"><span class="gmail_quote">
On 10/10/06, <b class="gmail_sendername">Philip
</b> &lt;<a href="mailto:philip@vtiger.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">philip@vtiger.com</a>&gt; wrote:</span></span></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="e" id="q_10e300ea821e989a_3"><div>
Hi&nbsp;Developers,<br><br>We&nbsp;have&nbsp;updated&nbsp;our&nbsp;online&nbsp;demo&nbsp;<a href="http://en.vtiger.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://en.vtiger.com</a>&nbsp;with&nbsp;vtiger&nbsp;CRM&nbsp;5&nbsp;Patch&nbsp;1,&nbsp;this&nbsp;is&nbsp;due&nbsp;for&nbsp;release
at any moment.<br><br>
We&nbsp;have&nbsp;fixed&nbsp;about&nbsp;71&nbsp;issues&nbsp;after&nbsp;v5.0&nbsp;Release&nbsp;and&nbsp;intergrated&nbsp;code&nbsp;contributions&nbsp;from&nbsp;the&nbsp;community.&nbsp;<br>Please&nbsp;refer&nbsp;our&nbsp;vtiger&nbsp;CRM&nbsp;Bug&nbsp;Tracker&nbsp;<a href="http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=closed&amp;group=owner&amp;milestone=5.0.1&amp;order=priority" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=closed&amp;group=owner&amp;milestone=5.0.1&amp;order=priority</a><br><br>We&nbsp;have&nbsp;added&nbsp;the&nbsp;following&nbsp;code&nbsp;contribution,&nbsp;our&nbsp;thanks&nbsp;are&nbsp;due&nbsp;to&nbsp;the&nbsp;contributors.<br>
<br>
1) To&nbsp;Support&nbsp;UTF&nbsp;-&nbsp;8&nbsp;in&nbsp;vtiger&nbsp;CRM<br><br>2)
JS&nbsp;Calendar&nbsp;Problem&nbsp;in&nbsp;year&nbsp;selection&nbsp;&nbsp;-&nbsp;<a href="http://forums.vtiger.com/viewtopic.php?t=10350" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://forums.vtiger.com/viewtopic.php?t=10350</a><br>

<br>3) Quick&nbsp;fix&nbsp;for&nbsp;Firefox&nbsp;toolbar&nbsp;-&nbsp;&nbsp;_&nbsp;<a href="http://forums.vtiger.com/viewtopic.php?t=10255" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://forums.vtiger.com/viewtopic.php?t=10255</a>
<br>
<br>4) 'All&nbsp;Menu'&nbsp;div&nbsp;issue&nbsp;-&nbsp;<a href="http://forums.vtiger.com/viewtopic.php?t=10351" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://forums.vtiger.com/viewtopic.php?t=10351</a><br><br>5) vtiger_Multi-select&nbsp;combo&nbsp;boxes&nbsp;&nbsp;-&nbsp;
<a href="http://forums.vtiger.com/viewtopic.php?p=34249#34249" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://forums.vtiger.com/viewtopic.php?p=34249#34249</a><br><br>6)
vtiger_Products,&nbsp;Sales&nbsp;Orders,&nbsp;and&nbsp;Vendors&nbsp;broken?&nbsp;-&nbsp;<a href="http://forums.vtiger.com/viewtopic.php?p=34251#34251" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://forums.vtiger.com/viewtopic.php?p=34251#34251
</a><br><br>7) vtiger_Calendar&nbsp;parsing&nbsp;error`in&nbsp;addEventUI.php&nbsp;-&nbsp;<a href="http://forums.vtiger.com/viewtopic.php?p=34253#342" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://forums.vtiger.com/viewtopic.php?p=34253#342
</a><span style="font-style: italic;">53<br>
<br>
</span>We'll be integrating, the rest of the comunity's feedback and contributions our forthcoming patch releases.<br>
<span style="font-style: italic;"><br>
</span>We request you to test our demo site and post your feedbacks. <br>
<br>
We thank all our developers for their continous support&nbsp; to vtiger CRM.<br>
<br>
Regards,<br>
Philip<span style="font-style: italic;"><br>
<br>
</span></div></span></div>
<br>_______________________________________________<br>Reach hundreds of potential candidates - <a href="http://jobs.vtiger.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://jobs.vtiger.com
</a><br><br></blockquote></div><br><br clear="all"><br>-- <br>________________________________________<br>中国开源客户关系管理系统: <a href="http://www.c3crm.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.c3crm.com</a><br>-----------------------------------------------------------------------
</blockquote></div><br><br clear="all"><br>-- <br>________________________________________<br>中国开源客户关系管理系统: <a href="http://www.c3crm.com">http://www.c3crm.com</a><br>-----------------------------------------------------------------------