From vtiger-tickets at trac.vtiger.com Wed Oct 1 03:35:36 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 01 Oct 2008 10:35:36 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5376: An actual ticket number(ticket id) is not available in column for generating a report. Message-ID: <041.31d712644eea3a19e0e80a2e666e6f18@trac.vtiger.com> #5376: An actual ticket number(ticket id) is not available in column for generating a report. ------------------------+--------------------------------------------------- Reporter: rashmi | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: Fixed | ------------------------+--------------------------------------------------- To fix that issue make that changes: In modules/Reports/Reports.php line 346 : Replace the line: if($module == 'HelpDesk' && $block = '25') with the following line: if($module == 'HelpDesk' && ((is_string($block) && $block = '25') || (is_array($block) && in_array('25',$block)))) -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Sun Oct 5 17:24:38 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 06 Oct 2008 00:24:38 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5377: Appointment::readAppointment year and minical optimization Message-ID: <044.bf111aef64dcfd847cbd88ad32d6221c@trac.vtiger.com> #5377: Appointment::readAppointment year and minical optimization -------------------------------------+-------------------------------------- Reporter: joebordes | Owner: developer Type: enhancement | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: calendar slow year view | -------------------------------------+-------------------------------------- The Calendar year view and toolbar minical calendar month view can be easily optimized by only extracting one event per day.[[BR]] As the code is now it will extract all events for all days in the range, but, both the year view and the minical don't need to know if there are more than 1 event for a day. They will create the same output if there is only one event on that day. So if we extract from the database only one event per day, the result is the same but we reduce the time needed by a very significant factor.[[BR]] I attach the necessary patch. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 6 05:27:22 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 06 Oct 2008 12:27:22 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5378: Problem creating custom fields with some exisiting labels Message-ID: <042.e496e36bb79fb1031b2ff925d676ed60@trac.vtiger.com> #5378: Problem creating custom fields with some exisiting labels -----------------------+---------------------------------------------------- Reporter: sandeep | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- Creating a new custom field with some existing labels like Product of campaigns module. After creating if we created a custom view such that it shows the newly created custom field, the values are not being shown in list view -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Oct 7 00:17:19 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 07 Oct 2008 07:17:19 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5375: serveral fixes for Import problems In-Reply-To: <039.a859d8483e90aaf4f9d52c97b8e938ab@trac.vtiger.com> References: <039.a859d8483e90aaf4f9d52c97b8e938ab@trac.vtiger.com> Message-ID: <048.63897ab1daae8b4cd03952ab071b059b@trac.vtiger.com> #5375: serveral fixes for Import problems ------------------------+--------------------------------------------------- Reporter: asha | Owner: vamsee Type: patch | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: ------------------------+--------------------------------------------------- Changes (by asha): * owner: developer => vamsee -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Oct 9 05:15:28 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 09 Oct 2008 12:15:28 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5324: Outlook plugin fails with Outlook version v12.0.6300 and above In-Reply-To: <043.3a65e27bd39fe18412bc1bf8aace0556@trac.vtiger.com> References: <043.3a65e27bd39fe18412bc1bf8aace0556@trac.vtiger.com> Message-ID: <052.29041c3f1a0f450474ed93b3e663baa4@trac.vtiger.com> #5324: Outlook plugin fails with Outlook version v12.0.6300 and above ----------------------------+----------------------------------------------- Reporter: frankpie | Owner: developer Type: defect | Status: closed Priority: blocker | Milestone: 5.1.0 Component: outlookplugin | Version: 5.0.4 Resolution: fixed | Keywords: ----------------------------+----------------------------------------------- Changes (by frankpie): * status: new => closed * resolution: => fixed Comment: it seems that these issue is gone with a later MS Outlook update -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Oct 9 05:19:56 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 09 Oct 2008 12:19:56 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5379: Synchronization dletes all notes at Outlook Message-ID: <043.0fb44daec12596abbbe70356275fb75e@trac.vtiger.com> #5379: Synchronization dletes all notes at Outlook ---------------------------+------------------------------------------------ Reporter: frankpie | Owner: developer Type: defect | Status: new Priority: critical | Milestone: 5.1.0 Component: outlookplugin | Version: 5.0.4 Keywords: | ---------------------------+------------------------------------------------ Since the synchronization does not include Outlook notes attached to a contact, the plugin causes seriouse trouble to users who have used the note function at Outlook. These notes gets deleted without any warnings ad the information are lost. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 13 04:00:19 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 13 Oct 2008 11:00:19 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5375: serveral fixes for Import problems In-Reply-To: <039.a859d8483e90aaf4f9d52c97b8e938ab@trac.vtiger.com> References: <039.a859d8483e90aaf4f9d52c97b8e938ab@trac.vtiger.com> Message-ID: <048.fd263a9ddeca50b2e01741c60d9f2244@trac.vtiger.com> #5375: serveral fixes for Import problems ------------------------+--------------------------------------------------- Reporter: asha | Owner: vamsee Type: patch | Status: closed Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: fixed | Keywords: ------------------------+--------------------------------------------------- Changes (by asha): * status: new => closed * resolution: => fixed Comment: Integrated the patch. Refer to the changeset [12125 http://trac.vtiger.com /cgi-bin/trac.cgi/changeset/12125] -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Oct 16 06:17:30 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 16 Oct 2008 13:17:30 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5380: Some modules by default assign to admin only Message-ID: <040.85eacfb6c5849de2c65bd7174d98da99@trac.vtiger.com> #5380: Some modules by default assign to admin only -----------------------+---------------------------------------------------- Reporter: nitin | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- Modules which are not having assign to field by default assign to admin only for them smownerid is 1. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Oct 16 23:38:22 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 17 Oct 2008 06:38:22 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5377: Appointment::readAppointment year and minical optimization In-Reply-To: <044.bf111aef64dcfd847cbd88ad32d6221c@trac.vtiger.com> References: <044.bf111aef64dcfd847cbd88ad32d6221c@trac.vtiger.com> Message-ID: <053.38c7f9ecb996add32dfba597a0177ddf@trac.vtiger.com> #5377: Appointment::readAppointment year and minical optimization --------------------------+------------------------------------------------- Reporter: joebordes | Owner: nitin Type: enhancement | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: calendar slow year view --------------------------+------------------------------------------------- Changes (by asha): * owner: developer => nitin -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Oct 16 23:43:56 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 17 Oct 2008 06:43:56 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5367: Attach files/documents/notes to FAQ In-Reply-To: <044.f689a3f8561eb9cf637b6193e02c62b8@trac.vtiger.com> References: <044.f689a3f8561eb9cf637b6193e02c62b8@trac.vtiger.com> Message-ID: <053.2d27a5d7aaa468cf7633fe4c1e217483@trac.vtiger.com> #5367: Attach files/documents/notes to FAQ --------------------------+------------------------------------------------- Reporter: joebordes | Owner: developer Type: enhancement | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: --------------------------+------------------------------------------------- Changes (by asha): * priority: unassigned => major -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 03:22:46 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 10:22:46 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5381: The Description of notes is not displaying properly in listview Message-ID: <041.0b82bf0f28c8cea437353b1ce2bac296@trac.vtiger.com> #5381: The Description of notes is not displaying properly in listview ------------------------+--------------------------------------------------- Reporter: vamsee | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- When we give the description of a notes in rich text format, it is not displaying the original text in list view. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 06:36:50 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 13:36:50 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5382: nusoap.php Unncessary debug information - Performance Issue Message-ID: <041.e7f36c19b057704d95e04f54f05edbb6@trac.vtiger.com> #5382: nusoap.php Unncessary debug information - Performance Issue ------------------------+--------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- File: include/nusoap/nusoap.php '''function varDump($data)''' is getting called to append the parameters into the debug log. This function tries to convert the give input into string. When plugins like Outlook tries to synchronize hundreds of contact this could result in performance issue. It is better to comment lines in the function and re-enable it only if required. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 06:39:52 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 13:39:52 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5382: nusoap.php Unncessary debug information - Performance Issue In-Reply-To: <041.e7f36c19b057704d95e04f54f05edbb6@trac.vtiger.com> References: <041.e7f36c19b057704d95e04f54f05edbb6@trac.vtiger.com> Message-ID: <050.e38f56a19fbc8958c4e9dd0cac3e2c0c@trac.vtiger.com> #5382: nusoap.php Unncessary debug information - Performance Issue -------------------------+-------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: -------------------------+-------------------------------------------------- Comment (by prasad): This could be one of the fix: {{{ function varDump($data) { /** To increase performance we have commented this. */ /* ob_start(); var_dump($data); $ret_val = ob_get_contents(); ob_end_clean(); return $ret_val; */ return 'varDump'; } }}} -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 07:34:23 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 14:34:23 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5383: Calendar shows wrong week numbers Message-ID: <044.aca191fd02a3ea95edfd3927b976b61c@trac.vtiger.com> #5383: Calendar shows wrong week numbers -----------------------+---------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: Calendar | -----------------------+---------------------------------------------------- Hello In vtiger 5.04 there a two Java Script calendars in use. Both are buggy. Both show wrong week numbers. The international rule for counting weeks is this: The first week in the year is the firt week which has AT LEAST 4 days of the new year. This means if the first of January is friday the week of the first of January is the last week of the last year and the week which follows is week one, because friday, saturday and sunday are not 4 days. One of the calendars shows some mondays in red instead of the saturdays. The week 41 exists TWICE ! I recommend to fix one of the calendars and use the same calendar at all places. See attchment. Elm? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 07:47:36 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 14:47:36 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5384: JavaScript Calendars are buggy Message-ID: <044.e866471caa33bb256be74a41ec95501f@trac.vtiger.com> #5384: JavaScript Calendars are buggy -----------------------+---------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: Calendar | -----------------------+---------------------------------------------------- Hello There are two JavaScript Calendars in use. Both are buggy. Both show wrong week numbers. Additionally one of them shows the week 41 twice and shows mondays in read instead of saturdays. The reason will surely be, that the calendar internally calculates with datetimes of 0:00 o'clock. This is a fatal error, because the day were standard time becomes daylight saving time a day is skipped. Calendars should internally calculate with 12:00 to avoid this problem. In my timezone at 12 of october the summertime begins. You see this in the screenshot. The other calendar calculates week one wrong: The international rule for calculating week numbers is this: Week one is the first week in the year which has at least 4 days. So if the 1st of january is a friday this is NOT week one because friday, saturday, sunday are not 4 days. Elm? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 07:50:54 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 14:50:54 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5385: Trac does not rok correctly Message-ID: <044.a8a839f1b08658c4808fcf0798441d25@trac.vtiger.com> #5385: Trac does not rok correctly -----------------------+---------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: new Priority: blocker | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: Trac | -----------------------+---------------------------------------------------- Hello This trac is bullshit! I posted a bugreport twice and it does neither appear under "My tickets" nor under "All tickets" ! Please fix this URGENTLY !! Elm? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 08:07:07 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 15:07:07 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5385: Trac does not rok correctly In-Reply-To: <044.a8a839f1b08658c4808fcf0798441d25@trac.vtiger.com> References: <044.a8a839f1b08658c4808fcf0798441d25@trac.vtiger.com> Message-ID: <053.72f91c62ff7f911fcf81507c9f799909@trac.vtiger.com> #5385: Trac does not rok correctly ------------------------+--------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: closed Priority: blocker | Milestone: Component: vtigercrm | Version: Resolution: invalid | Keywords: Trac ------------------------+--------------------------------------------------- Changes (by prasad): * status: new => closed * version: 5.0.4 => * resolution: => invalid * milestone: 5.1.0 => Comment: Your tickets 5383 and 5384 has been recorded on trac. To check recent activities look at Timeline, http://trac.vtiger.com/cgi- bin/trac.cgi/timeline As it not related to vtiger CRM issue, I'm closing this ticket. Regards, Prasad vtiger Team -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 12:01:27 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 19:01:27 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5386: Missing SQL time log information - PearDatabase.php Message-ID: <041.6e7ff32ef2e3f90d38e541a14483f823@trac.vtiger.com> #5386: Missing SQL time log information - PearDatabase.php ------------------------+--------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- File: include/database/PearDatabase.php function query is missing the log statements to record the query execution time. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 12:03:36 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 19:03:36 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5386: Missing SQL time log information - PearDatabase.php In-Reply-To: <041.6e7ff32ef2e3f90d38e541a14483f823@trac.vtiger.com> References: <041.6e7ff32ef2e3f90d38e541a14483f823@trac.vtiger.com> Message-ID: <050.a87de47ab4366f9e6c4d60d04411415d@trac.vtiger.com> #5386: Missing SQL time log information - PearDatabase.php -------------------------+-------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: -------------------------+-------------------------------------------------- Comment (by prasad): Log statements added to function query is given below: {{{ function query($sql, $dieOnError=false, $msg='') { global $log, $default_charset; //$this->println("ADODB query ".$sql); $log->debug('query being executed : '.$sql); $this->checkConnection(); if(strtoupper($default_charset) == 'UTF-8') $this->database->Execute("SET NAMES utf8"); global $logsqltm; $sql_start_time = microtime(); $result = & $this->database->Execute($sql); $sql_end_time = microtime(); // Specifically for timing the SQL execution, you need to enable DEBUG in log4php.properties if($logsqltm->isDebugEnabled()){ $sql_start_time = explode(" ", $sql_start_time); $sql_end_time = explode(" ", $sql_end_time); $sql_start_time = ((float)$sql_start_time[0] + (float)$sql_start_time[1]); $sql_end_time = ((float)$sql_end_time[0] + (float)$sql_end_time[1]); $logsqltm->debug("SQL: " . $sql); if($params != null && count($params) > 0) $logsqltm->debug("PARAMS: [" . implode(",", $params) . "]"); $logsqltm->debug("EXEC: " . ($sql_end_time - $sql_start_time) ." micros [START=$sql_start_time, END=$sql_end_time]"); $logsqltm->debug(""); } $this->lastmysqlrow = -1; if(!$result)$this->checkError($msg.' Query Failed:' . $sql . '::', $dieOnError); return $result; } }}} -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 20:06:02 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 21 Oct 2008 03:06:02 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5383: Calendar shows wrong week numbers In-Reply-To: <044.aca191fd02a3ea95edfd3927b976b61c@trac.vtiger.com> References: <044.aca191fd02a3ea95edfd3927b976b61c@trac.vtiger.com> Message-ID: <053.cbd150c9452cd92abd10b6d37250cc25@trac.vtiger.com> #5383: Calendar shows wrong week numbers ------------------------+--------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: closed Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: duplicate | Keywords: Calendar ------------------------+--------------------------------------------------- Changes (by elmue.gmx): * status: new => closed * resolution: => duplicate Comment: Hello This can be closed. I posted it again 5384 because this Trac is buggy. It does not show the posted Tickets. So this post is twice. Elm? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Oct 21 07:54:43 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 21 Oct 2008 14:54:43 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5384: JavaScript Calendars are buggy In-Reply-To: <044.e866471caa33bb256be74a41ec95501f@trac.vtiger.com> References: <044.e866471caa33bb256be74a41ec95501f@trac.vtiger.com> Message-ID: <053.2582a8b9ac60dd04b5011ac04d006017@trac.vtiger.com> #5384: JavaScript Calendars are buggy ------------------------+--------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: Calendar ------------------------+--------------------------------------------------- Comment (by elmue.gmx): Hello I fixed one of the two Java Script calendars now. First I checked the latest version of the JavaScript calendar which is 1.0. http://sourceforge.net/project/downloading.php?groupname=jscalendar&filename=jscalendar-1.0.zip&use_mirror=ufpr But this still has the same bug. Incredible that this calendar exists since 2002 and nobody fixed this bug! The solution is simple: File: htdocs\vtiger\jscalendar\calendar.js Line: 1048 Old code: {{{ Calendar.prototype._init = function (firstDayOfWeek, date) { var today = new Date(); this.table.style.visibility = "hidden"; }}} New code: {{{ Calendar.prototype._init = function (firstDayOfWeek, date) { date.setHours(12); // Bugfix: Required for daylight saving!!! var today = new Date(); this.table.style.visibility = "hidden"; }}} -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Oct 21 13:42:17 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 21 Oct 2008 20:42:17 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5387: Bug in Year Calendar Message-ID: <044.5844178b7240d604ae2a89b5dca3cb26@trac.vtiger.com> #5387: Bug in Year Calendar -----------------------+---------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: new Priority: trivial | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: Calendar | -----------------------+---------------------------------------------------- Hello While fixing the other calendar bug (5384) I discovered oanother bug. See screenshot. Elm? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Oct 21 14:11:31 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 21 Oct 2008 21:11:31 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5387: Bug in Year Calendar In-Reply-To: <044.5844178b7240d604ae2a89b5dca3cb26@trac.vtiger.com> References: <044.5844178b7240d604ae2a89b5dca3cb26@trac.vtiger.com> Message-ID: <053.51bce426687a5d589dd0e9e5dc49172a@trac.vtiger.com> #5387: Bug in Year Calendar ------------------------+--------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: new Priority: trivial | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: Calendar ------------------------+--------------------------------------------------- Comment (by elmue.gmx): Is this a bug or afeature ? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Wed Oct 22 00:55:17 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 22 Oct 2008 07:55:17 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5388: Multiple contacts associated with a Potential doesn't show up in Notes Message-ID: <041.330067d99c3c04a6344d4d5386a7bd3b@trac.vtiger.com> #5388: Multiple contacts associated with a Potential doesn't show up in Notes -----------------------+---------------------------------------------------- Reporter: rashmi | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- 1. I have multiple Contacts associated with a Potential and these Contacts may or may not be belong to Same Account. 2. From related list of Potentials module, when I try to add a Note, Potential value is pre-filled. 3. Now when I try to relate to Contact to this Notes, a popup is shown which is showing only One Contact. This Contact may or may not belong to the same account as that of the Potential. One of the Contacts from the list of contacts associated with the Potential is randomly picked and shown in the Popup. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Wed Oct 22 02:58:45 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 22 Oct 2008 09:58:45 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5389: After setting outgoing server details emails were not be sent. Message-ID: <040.f5cfb5a038ddbc23be2ba88371cda746@trac.vtiger.com> #5389: After setting outgoing server details emails were not be sent. -----------------------+---------------------------------------------------- Reporter: vikas | Owner: vikas Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- After Setting the outgoing server details it display the test email could not be sent to admin.Even if the admin receives the test email he is not able to compose email from vtiger and sent it to any valid email address.He receivies an error 'check if the email address is valid address'. Solution:The smtp Timeout has been set to 10s in /modules/Emails/class.phpmailer.php,increasing may solve this issue. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Wed Oct 22 03:00:33 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 22 Oct 2008 10:00:33 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5389: After setting outgoing server details emails are not sent. In-Reply-To: <040.f5cfb5a038ddbc23be2ba88371cda746@trac.vtiger.com> References: <040.f5cfb5a038ddbc23be2ba88371cda746@trac.vtiger.com> Message-ID: <049.13adc55f625f8bda236e00eb98cbf27c@trac.vtiger.com> #5389: After setting outgoing server details emails are not sent. ------------------------+--------------------------------------------------- Reporter: vikas | Owner: vikas Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: ------------------------+--------------------------------------------------- Changes (by vikas): * summary: After setting outgoing server details emails were not be sent. => After setting outgoing server details emails are not sent. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Oct 23 04:04:27 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 23 Oct 2008 11:04:27 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5390: Firefox v.3.0.3 breackages for email Message-ID: <043.641dcf0ddbde2e526f2f20b1c661df57@trac.vtiger.com> #5390: Firefox v.3.0.3 breackages for email -----------------------+---------------------------------------------------- Reporter: frankpie | Owner: developer Type: defect | Status: new Priority: blocker | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- It seems that some of the webmail function do not work anymore with the latest Browser release: - qualify button: qualify button disappears (due to not working handling of the js variable showQualify) - attachement button: inactive for same reason - download attachments: does not work anymore for PDF and DOC files, code instead of the attachment is downloaded -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Oct 23 08:42:29 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 23 Oct 2008 15:42:29 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5384: JavaScript Calendars are buggy In-Reply-To: <044.e866471caa33bb256be74a41ec95501f@trac.vtiger.com> References: <044.e866471caa33bb256be74a41ec95501f@trac.vtiger.com> Message-ID: <053.02ca88c0354317cbac327fe2fe3772b9@trac.vtiger.com> #5384: JavaScript Calendars are buggy ------------------------+--------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: patch | Status: closed Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: fixed | Keywords: Calendar ------------------------+--------------------------------------------------- Changes (by elmue.gmx): * status: new => closed * type: defect => patch * resolution: => fixed Comment: Hello I wrote an entire package which fixes the above bugs and additionally adds a new feature: Now the admin can chose if Monday or Sunday is the first day of the week. Download here: http://forums.vtiger.com/viewtopic.php?p=72267#72267 Elm? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Sat Oct 25 02:29:15 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Sat, 25 Oct 2008 09:29:15 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5306: Not all emails being sent to the contacts in a campaign, In-Reply-To: <048.742a06dc02da239936438c75caee720b@trac.vtiger.com> References: <048.742a06dc02da239936438c75caee720b@trac.vtiger.com> Message-ID: <057.4c66f75cbfbaaea66e5e5e1a432affaa@trac.vtiger.com> #5306: Not all emails being sent to the contacts in a campaign, ----------------------------+----------------------------------------------- Reporter: Ed.Grysiewicz | Owner: developer Type: defect | Status: new Priority: blocker | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: campaign, email ----------------------------+----------------------------------------------- Changes (by frankpie): * priority: critical => blocker Comment: Additional observation (checked on the engl. vtiger demo): If you have more than 20 (or whatever is configured at config.inc.php) leads you want to send an email from campaign and you goto the page# 1 and you send an email to all, everything in the TO: field works ok. If you goto to the second page and try to send an email the TO: field contains the email addresses of page #2 + the email addresses of page #1. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Sat Oct 25 02:59:11 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Sat, 25 Oct 2008 09:59:11 -0000 Subject: [Vtigercrm-commits] [vtiger development] #2285: campaigns>email In-Reply-To: <048.5fdbd50720f685f2b359dfaed6759233@trac.vtiger.com> References: <048.5fdbd50720f685f2b359dfaed6759233@trac.vtiger.com> Message-ID: <057.b1de2b2bd380ea638e9fda124468c8e5@trac.vtiger.com> #2285: campaigns>email ----------------------------+----------------------------------------------- Reporter: nithyachandar | Owner: developer Type: defect | Status: closed Priority: major | Milestone: 5.0.4 Component: vtigercrm | Version: 5.0.0 Resolution: fixed | Keywords: ----------------------------+----------------------------------------------- Changes (by frankpie): * type: enhancement => defect Comment: this does not work properly, see http://trac.vtiger.com/cgi- bin/trac.cgi/ticket/5306 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Sat Oct 25 02:59:28 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Sat, 25 Oct 2008 09:59:28 -0000 Subject: [Vtigercrm-commits] [vtiger development] #2285: campaigns>email In-Reply-To: <048.5fdbd50720f685f2b359dfaed6759233@trac.vtiger.com> References: <048.5fdbd50720f685f2b359dfaed6759233@trac.vtiger.com> Message-ID: <057.482d5b1194d4c592d23d7b7293b3785d@trac.vtiger.com> #2285: campaigns>email ----------------------------+----------------------------------------------- Reporter: nithyachandar | Owner: developer Type: defect | Status: reopened Priority: major | Milestone: 5.0.4 Component: vtigercrm | Version: 5.0.0 Resolution: | Keywords: ----------------------------+----------------------------------------------- Changes (by frankpie): * status: closed => reopened * resolution: fixed => -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Oct 30 15:17:08 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 30 Oct 2008 22:17:08 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5391: Invalid display of amount value Message-ID: <044.4f7113daf994eb059ce0e5e62bd529e9@trac.vtiger.com> #5391: Invalid display of amount value -----------------------+---------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- Hello In the Potential module the user can enter an amount. If this exceeds a value of a million it is displayed as 1.2E+6. When you try to save any change in the Potentials view like SalesStage, NextStep or any other field, vtiger complains about an invalid value in the amount field. This is an annoying error! I entered Amount = 1200000 and the next time I open the Potential vtiger displays: Amount = 1.2E+6 and complains about the value which I have never entered! Bugfix: File: include\utils\CommonUtils.php Function: convertFromDollar() Modify the last line from return $amount * $crate; into return number_format($amount * $crate, 0, ",", ""); {{{ function convertFromDollar($amount,$crate) { global $log; $log->debug("Entering convertFromDollar(".$amount.",".$crate.") method ..."); $log->debug("Exiting convertFromDollar method ..."); return number_format($amount * $crate, 0, ",", ""); } }}} and it works as it should! Elm? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Oct 30 15:18:22 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 30 Oct 2008 22:18:22 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5391: Invalid display of amount value In-Reply-To: <044.4f7113daf994eb059ce0e5e62bd529e9@trac.vtiger.com> References: <044.4f7113daf994eb059ce0e5e62bd529e9@trac.vtiger.com> Message-ID: <053.68d369abfe90e0a6df056aa5c60fe1a5@trac.vtiger.com> #5391: Invalid display of amount value ------------------------+--------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: closed Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: fixed | Keywords: ------------------------+--------------------------------------------------- Changes (by elmue.gmx): * status: new => closed * resolution: => fixed -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Wed Oct 1 06:35:36 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 01 Oct 2008 10:35:36 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5376: An actual ticket number(ticket id) is not available in column for generating a report. Message-ID: <041.31d712644eea3a19e0e80a2e666e6f18@trac.vtiger.com> #5376: An actual ticket number(ticket id) is not available in column for generating a report. ------------------------+--------------------------------------------------- Reporter: rashmi | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: Fixed | ------------------------+--------------------------------------------------- To fix that issue make that changes: In modules/Reports/Reports.php line 346 : Replace the line: if($module == 'HelpDesk' && $block = '25') with the following line: if($module == 'HelpDesk' && ((is_string($block) && $block = '25') || (is_array($block) && in_array('25',$block)))) -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Sun Oct 5 20:24:38 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 06 Oct 2008 00:24:38 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5377: Appointment::readAppointment year and minical optimization Message-ID: <044.bf111aef64dcfd847cbd88ad32d6221c@trac.vtiger.com> #5377: Appointment::readAppointment year and minical optimization -------------------------------------+-------------------------------------- Reporter: joebordes | Owner: developer Type: enhancement | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: calendar slow year view | -------------------------------------+-------------------------------------- The Calendar year view and toolbar minical calendar month view can be easily optimized by only extracting one event per day.[[BR]] As the code is now it will extract all events for all days in the range, but, both the year view and the minical don't need to know if there are more than 1 event for a day. They will create the same output if there is only one event on that day. So if we extract from the database only one event per day, the result is the same but we reduce the time needed by a very significant factor.[[BR]] I attach the necessary patch. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 6 08:27:22 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 06 Oct 2008 12:27:22 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5378: Problem creating custom fields with some exisiting labels Message-ID: <042.e496e36bb79fb1031b2ff925d676ed60@trac.vtiger.com> #5378: Problem creating custom fields with some exisiting labels -----------------------+---------------------------------------------------- Reporter: sandeep | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- Creating a new custom field with some existing labels like Product of campaigns module. After creating if we created a custom view such that it shows the newly created custom field, the values are not being shown in list view -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Oct 7 03:17:19 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 07 Oct 2008 07:17:19 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5375: serveral fixes for Import problems In-Reply-To: <039.a859d8483e90aaf4f9d52c97b8e938ab@trac.vtiger.com> References: <039.a859d8483e90aaf4f9d52c97b8e938ab@trac.vtiger.com> Message-ID: <048.63897ab1daae8b4cd03952ab071b059b@trac.vtiger.com> #5375: serveral fixes for Import problems ------------------------+--------------------------------------------------- Reporter: asha | Owner: vamsee Type: patch | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: ------------------------+--------------------------------------------------- Changes (by asha): * owner: developer => vamsee -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Oct 9 08:15:28 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 09 Oct 2008 12:15:28 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5324: Outlook plugin fails with Outlook version v12.0.6300 and above In-Reply-To: <043.3a65e27bd39fe18412bc1bf8aace0556@trac.vtiger.com> References: <043.3a65e27bd39fe18412bc1bf8aace0556@trac.vtiger.com> Message-ID: <052.29041c3f1a0f450474ed93b3e663baa4@trac.vtiger.com> #5324: Outlook plugin fails with Outlook version v12.0.6300 and above ----------------------------+----------------------------------------------- Reporter: frankpie | Owner: developer Type: defect | Status: closed Priority: blocker | Milestone: 5.1.0 Component: outlookplugin | Version: 5.0.4 Resolution: fixed | Keywords: ----------------------------+----------------------------------------------- Changes (by frankpie): * status: new => closed * resolution: => fixed Comment: it seems that these issue is gone with a later MS Outlook update -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Oct 9 08:19:56 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 09 Oct 2008 12:19:56 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5379: Synchronization dletes all notes at Outlook Message-ID: <043.0fb44daec12596abbbe70356275fb75e@trac.vtiger.com> #5379: Synchronization dletes all notes at Outlook ---------------------------+------------------------------------------------ Reporter: frankpie | Owner: developer Type: defect | Status: new Priority: critical | Milestone: 5.1.0 Component: outlookplugin | Version: 5.0.4 Keywords: | ---------------------------+------------------------------------------------ Since the synchronization does not include Outlook notes attached to a contact, the plugin causes seriouse trouble to users who have used the note function at Outlook. These notes gets deleted without any warnings ad the information are lost. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 13 07:00:19 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 13 Oct 2008 11:00:19 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5375: serveral fixes for Import problems In-Reply-To: <039.a859d8483e90aaf4f9d52c97b8e938ab@trac.vtiger.com> References: <039.a859d8483e90aaf4f9d52c97b8e938ab@trac.vtiger.com> Message-ID: <048.fd263a9ddeca50b2e01741c60d9f2244@trac.vtiger.com> #5375: serveral fixes for Import problems ------------------------+--------------------------------------------------- Reporter: asha | Owner: vamsee Type: patch | Status: closed Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: fixed | Keywords: ------------------------+--------------------------------------------------- Changes (by asha): * status: new => closed * resolution: => fixed Comment: Integrated the patch. Refer to the changeset [12125 http://trac.vtiger.com /cgi-bin/trac.cgi/changeset/12125] -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Oct 16 09:17:30 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 16 Oct 2008 13:17:30 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5380: Some modules by default assign to admin only Message-ID: <040.85eacfb6c5849de2c65bd7174d98da99@trac.vtiger.com> #5380: Some modules by default assign to admin only -----------------------+---------------------------------------------------- Reporter: nitin | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- Modules which are not having assign to field by default assign to admin only for them smownerid is 1. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Oct 17 02:38:22 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 17 Oct 2008 06:38:22 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5377: Appointment::readAppointment year and minical optimization In-Reply-To: <044.bf111aef64dcfd847cbd88ad32d6221c@trac.vtiger.com> References: <044.bf111aef64dcfd847cbd88ad32d6221c@trac.vtiger.com> Message-ID: <053.38c7f9ecb996add32dfba597a0177ddf@trac.vtiger.com> #5377: Appointment::readAppointment year and minical optimization --------------------------+------------------------------------------------- Reporter: joebordes | Owner: nitin Type: enhancement | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: calendar slow year view --------------------------+------------------------------------------------- Changes (by asha): * owner: developer => nitin -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Oct 17 02:43:56 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 17 Oct 2008 06:43:56 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5367: Attach files/documents/notes to FAQ In-Reply-To: <044.f689a3f8561eb9cf637b6193e02c62b8@trac.vtiger.com> References: <044.f689a3f8561eb9cf637b6193e02c62b8@trac.vtiger.com> Message-ID: <053.2d27a5d7aaa468cf7633fe4c1e217483@trac.vtiger.com> #5367: Attach files/documents/notes to FAQ --------------------------+------------------------------------------------- Reporter: joebordes | Owner: developer Type: enhancement | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: --------------------------+------------------------------------------------- Changes (by asha): * priority: unassigned => major -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 06:22:46 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 10:22:46 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5381: The Description of notes is not displaying properly in listview Message-ID: <041.0b82bf0f28c8cea437353b1ce2bac296@trac.vtiger.com> #5381: The Description of notes is not displaying properly in listview ------------------------+--------------------------------------------------- Reporter: vamsee | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- When we give the description of a notes in rich text format, it is not displaying the original text in list view. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 09:36:50 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 13:36:50 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5382: nusoap.php Unncessary debug information - Performance Issue Message-ID: <041.e7f36c19b057704d95e04f54f05edbb6@trac.vtiger.com> #5382: nusoap.php Unncessary debug information - Performance Issue ------------------------+--------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- File: include/nusoap/nusoap.php '''function varDump($data)''' is getting called to append the parameters into the debug log. This function tries to convert the give input into string. When plugins like Outlook tries to synchronize hundreds of contact this could result in performance issue. It is better to comment lines in the function and re-enable it only if required. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 09:39:52 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 13:39:52 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5382: nusoap.php Unncessary debug information - Performance Issue In-Reply-To: <041.e7f36c19b057704d95e04f54f05edbb6@trac.vtiger.com> References: <041.e7f36c19b057704d95e04f54f05edbb6@trac.vtiger.com> Message-ID: <050.e38f56a19fbc8958c4e9dd0cac3e2c0c@trac.vtiger.com> #5382: nusoap.php Unncessary debug information - Performance Issue -------------------------+-------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: -------------------------+-------------------------------------------------- Comment (by prasad): This could be one of the fix: {{{ function varDump($data) { /** To increase performance we have commented this. */ /* ob_start(); var_dump($data); $ret_val = ob_get_contents(); ob_end_clean(); return $ret_val; */ return 'varDump'; } }}} -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 10:34:23 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 14:34:23 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5383: Calendar shows wrong week numbers Message-ID: <044.aca191fd02a3ea95edfd3927b976b61c@trac.vtiger.com> #5383: Calendar shows wrong week numbers -----------------------+---------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: Calendar | -----------------------+---------------------------------------------------- Hello In vtiger 5.04 there a two Java Script calendars in use. Both are buggy. Both show wrong week numbers. The international rule for counting weeks is this: The first week in the year is the firt week which has AT LEAST 4 days of the new year. This means if the first of January is friday the week of the first of January is the last week of the last year and the week which follows is week one, because friday, saturday and sunday are not 4 days. One of the calendars shows some mondays in red instead of the saturdays. The week 41 exists TWICE ! I recommend to fix one of the calendars and use the same calendar at all places. See attchment. Elm? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 10:47:36 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 14:47:36 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5384: JavaScript Calendars are buggy Message-ID: <044.e866471caa33bb256be74a41ec95501f@trac.vtiger.com> #5384: JavaScript Calendars are buggy -----------------------+---------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: Calendar | -----------------------+---------------------------------------------------- Hello There are two JavaScript Calendars in use. Both are buggy. Both show wrong week numbers. Additionally one of them shows the week 41 twice and shows mondays in read instead of saturdays. The reason will surely be, that the calendar internally calculates with datetimes of 0:00 o'clock. This is a fatal error, because the day were standard time becomes daylight saving time a day is skipped. Calendars should internally calculate with 12:00 to avoid this problem. In my timezone at 12 of october the summertime begins. You see this in the screenshot. The other calendar calculates week one wrong: The international rule for calculating week numbers is this: Week one is the first week in the year which has at least 4 days. So if the 1st of january is a friday this is NOT week one because friday, saturday, sunday are not 4 days. Elm? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 10:50:54 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 14:50:54 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5385: Trac does not rok correctly Message-ID: <044.a8a839f1b08658c4808fcf0798441d25@trac.vtiger.com> #5385: Trac does not rok correctly -----------------------+---------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: new Priority: blocker | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: Trac | -----------------------+---------------------------------------------------- Hello This trac is bullshit! I posted a bugreport twice and it does neither appear under "My tickets" nor under "All tickets" ! Please fix this URGENTLY !! Elm? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 11:07:07 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 15:07:07 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5385: Trac does not rok correctly In-Reply-To: <044.a8a839f1b08658c4808fcf0798441d25@trac.vtiger.com> References: <044.a8a839f1b08658c4808fcf0798441d25@trac.vtiger.com> Message-ID: <053.72f91c62ff7f911fcf81507c9f799909@trac.vtiger.com> #5385: Trac does not rok correctly ------------------------+--------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: closed Priority: blocker | Milestone: Component: vtigercrm | Version: Resolution: invalid | Keywords: Trac ------------------------+--------------------------------------------------- Changes (by prasad): * status: new => closed * version: 5.0.4 => * resolution: => invalid * milestone: 5.1.0 => Comment: Your tickets 5383 and 5384 has been recorded on trac. To check recent activities look at Timeline, http://trac.vtiger.com/cgi- bin/trac.cgi/timeline As it not related to vtiger CRM issue, I'm closing this ticket. Regards, Prasad vtiger Team -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 15:01:27 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 19:01:27 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5386: Missing SQL time log information - PearDatabase.php Message-ID: <041.6e7ff32ef2e3f90d38e541a14483f823@trac.vtiger.com> #5386: Missing SQL time log information - PearDatabase.php ------------------------+--------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- File: include/database/PearDatabase.php function query is missing the log statements to record the query execution time. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 15:03:36 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 20 Oct 2008 19:03:36 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5386: Missing SQL time log information - PearDatabase.php In-Reply-To: <041.6e7ff32ef2e3f90d38e541a14483f823@trac.vtiger.com> References: <041.6e7ff32ef2e3f90d38e541a14483f823@trac.vtiger.com> Message-ID: <050.a87de47ab4366f9e6c4d60d04411415d@trac.vtiger.com> #5386: Missing SQL time log information - PearDatabase.php -------------------------+-------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: -------------------------+-------------------------------------------------- Comment (by prasad): Log statements added to function query is given below: {{{ function query($sql, $dieOnError=false, $msg='') { global $log, $default_charset; //$this->println("ADODB query ".$sql); $log->debug('query being executed : '.$sql); $this->checkConnection(); if(strtoupper($default_charset) == 'UTF-8') $this->database->Execute("SET NAMES utf8"); global $logsqltm; $sql_start_time = microtime(); $result = & $this->database->Execute($sql); $sql_end_time = microtime(); // Specifically for timing the SQL execution, you need to enable DEBUG in log4php.properties if($logsqltm->isDebugEnabled()){ $sql_start_time = explode(" ", $sql_start_time); $sql_end_time = explode(" ", $sql_end_time); $sql_start_time = ((float)$sql_start_time[0] + (float)$sql_start_time[1]); $sql_end_time = ((float)$sql_end_time[0] + (float)$sql_end_time[1]); $logsqltm->debug("SQL: " . $sql); if($params != null && count($params) > 0) $logsqltm->debug("PARAMS: [" . implode(",", $params) . "]"); $logsqltm->debug("EXEC: " . ($sql_end_time - $sql_start_time) ." micros [START=$sql_start_time, END=$sql_end_time]"); $logsqltm->debug(""); } $this->lastmysqlrow = -1; if(!$result)$this->checkError($msg.' Query Failed:' . $sql . '::', $dieOnError); return $result; } }}} -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Oct 20 23:06:02 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 21 Oct 2008 03:06:02 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5383: Calendar shows wrong week numbers In-Reply-To: <044.aca191fd02a3ea95edfd3927b976b61c@trac.vtiger.com> References: <044.aca191fd02a3ea95edfd3927b976b61c@trac.vtiger.com> Message-ID: <053.cbd150c9452cd92abd10b6d37250cc25@trac.vtiger.com> #5383: Calendar shows wrong week numbers ------------------------+--------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: closed Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: duplicate | Keywords: Calendar ------------------------+--------------------------------------------------- Changes (by elmue.gmx): * status: new => closed * resolution: => duplicate Comment: Hello This can be closed. I posted it again 5384 because this Trac is buggy. It does not show the posted Tickets. So this post is twice. Elm? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Oct 21 10:54:43 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 21 Oct 2008 14:54:43 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5384: JavaScript Calendars are buggy In-Reply-To: <044.e866471caa33bb256be74a41ec95501f@trac.vtiger.com> References: <044.e866471caa33bb256be74a41ec95501f@trac.vtiger.com> Message-ID: <053.2582a8b9ac60dd04b5011ac04d006017@trac.vtiger.com> #5384: JavaScript Calendars are buggy ------------------------+--------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: Calendar ------------------------+--------------------------------------------------- Comment (by elmue.gmx): Hello I fixed one of the two Java Script calendars now. First I checked the latest version of the JavaScript calendar which is 1.0. http://sourceforge.net/project/downloading.php?groupname=jscalendar&filename=jscalendar-1.0.zip&use_mirror=ufpr But this still has the same bug. Incredible that this calendar exists since 2002 and nobody fixed this bug! The solution is simple: File: htdocs\vtiger\jscalendar\calendar.js Line: 1048 Old code: {{{ Calendar.prototype._init = function (firstDayOfWeek, date) { var today = new Date(); this.table.style.visibility = "hidden"; }}} New code: {{{ Calendar.prototype._init = function (firstDayOfWeek, date) { date.setHours(12); // Bugfix: Required for daylight saving!!! var today = new Date(); this.table.style.visibility = "hidden"; }}} -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Oct 21 16:42:17 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 21 Oct 2008 20:42:17 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5387: Bug in Year Calendar Message-ID: <044.5844178b7240d604ae2a89b5dca3cb26@trac.vtiger.com> #5387: Bug in Year Calendar -----------------------+---------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: new Priority: trivial | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: Calendar | -----------------------+---------------------------------------------------- Hello While fixing the other calendar bug (5384) I discovered oanother bug. See screenshot. Elm? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Oct 21 17:11:31 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 21 Oct 2008 21:11:31 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5387: Bug in Year Calendar In-Reply-To: <044.5844178b7240d604ae2a89b5dca3cb26@trac.vtiger.com> References: <044.5844178b7240d604ae2a89b5dca3cb26@trac.vtiger.com> Message-ID: <053.51bce426687a5d589dd0e9e5dc49172a@trac.vtiger.com> #5387: Bug in Year Calendar ------------------------+--------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: new Priority: trivial | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: Calendar ------------------------+--------------------------------------------------- Comment (by elmue.gmx): Is this a bug or afeature ? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Wed Oct 22 03:55:17 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 22 Oct 2008 07:55:17 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5388: Multiple contacts associated with a Potential doesn't show up in Notes Message-ID: <041.330067d99c3c04a6344d4d5386a7bd3b@trac.vtiger.com> #5388: Multiple contacts associated with a Potential doesn't show up in Notes -----------------------+---------------------------------------------------- Reporter: rashmi | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- 1. I have multiple Contacts associated with a Potential and these Contacts may or may not be belong to Same Account. 2. From related list of Potentials module, when I try to add a Note, Potential value is pre-filled. 3. Now when I try to relate to Contact to this Notes, a popup is shown which is showing only One Contact. This Contact may or may not belong to the same account as that of the Potential. One of the Contacts from the list of contacts associated with the Potential is randomly picked and shown in the Popup. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Wed Oct 22 05:58:45 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 22 Oct 2008 09:58:45 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5389: After setting outgoing server details emails were not be sent. Message-ID: <040.f5cfb5a038ddbc23be2ba88371cda746@trac.vtiger.com> #5389: After setting outgoing server details emails were not be sent. -----------------------+---------------------------------------------------- Reporter: vikas | Owner: vikas Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- After Setting the outgoing server details it display the test email could not be sent to admin.Even if the admin receives the test email he is not able to compose email from vtiger and sent it to any valid email address.He receivies an error 'check if the email address is valid address'. Solution:The smtp Timeout has been set to 10s in /modules/Emails/class.phpmailer.php,increasing may solve this issue. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Wed Oct 22 06:00:33 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 22 Oct 2008 10:00:33 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5389: After setting outgoing server details emails are not sent. In-Reply-To: <040.f5cfb5a038ddbc23be2ba88371cda746@trac.vtiger.com> References: <040.f5cfb5a038ddbc23be2ba88371cda746@trac.vtiger.com> Message-ID: <049.13adc55f625f8bda236e00eb98cbf27c@trac.vtiger.com> #5389: After setting outgoing server details emails are not sent. ------------------------+--------------------------------------------------- Reporter: vikas | Owner: vikas Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: ------------------------+--------------------------------------------------- Changes (by vikas): * summary: After setting outgoing server details emails were not be sent. => After setting outgoing server details emails are not sent. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Oct 23 07:04:27 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 23 Oct 2008 11:04:27 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5390: Firefox v.3.0.3 breackages for email Message-ID: <043.641dcf0ddbde2e526f2f20b1c661df57@trac.vtiger.com> #5390: Firefox v.3.0.3 breackages for email -----------------------+---------------------------------------------------- Reporter: frankpie | Owner: developer Type: defect | Status: new Priority: blocker | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- It seems that some of the webmail function do not work anymore with the latest Browser release: - qualify button: qualify button disappears (due to not working handling of the js variable showQualify) - attachement button: inactive for same reason - download attachments: does not work anymore for PDF and DOC files, code instead of the attachment is downloaded -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Oct 23 11:42:29 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 23 Oct 2008 15:42:29 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5384: JavaScript Calendars are buggy In-Reply-To: <044.e866471caa33bb256be74a41ec95501f@trac.vtiger.com> References: <044.e866471caa33bb256be74a41ec95501f@trac.vtiger.com> Message-ID: <053.02ca88c0354317cbac327fe2fe3772b9@trac.vtiger.com> #5384: JavaScript Calendars are buggy ------------------------+--------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: patch | Status: closed Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: fixed | Keywords: Calendar ------------------------+--------------------------------------------------- Changes (by elmue.gmx): * status: new => closed * type: defect => patch * resolution: => fixed Comment: Hello I wrote an entire package which fixes the above bugs and additionally adds a new feature: Now the admin can chose if Monday or Sunday is the first day of the week. Download here: http://forums.vtiger.com/viewtopic.php?p=72267#72267 Elm? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Sat Oct 25 05:29:15 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Sat, 25 Oct 2008 09:29:15 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5306: Not all emails being sent to the contacts in a campaign, In-Reply-To: <048.742a06dc02da239936438c75caee720b@trac.vtiger.com> References: <048.742a06dc02da239936438c75caee720b@trac.vtiger.com> Message-ID: <057.4c66f75cbfbaaea66e5e5e1a432affaa@trac.vtiger.com> #5306: Not all emails being sent to the contacts in a campaign, ----------------------------+----------------------------------------------- Reporter: Ed.Grysiewicz | Owner: developer Type: defect | Status: new Priority: blocker | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: campaign, email ----------------------------+----------------------------------------------- Changes (by frankpie): * priority: critical => blocker Comment: Additional observation (checked on the engl. vtiger demo): If you have more than 20 (or whatever is configured at config.inc.php) leads you want to send an email from campaign and you goto the page# 1 and you send an email to all, everything in the TO: field works ok. If you goto to the second page and try to send an email the TO: field contains the email addresses of page #2 + the email addresses of page #1. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Sat Oct 25 05:59:11 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Sat, 25 Oct 2008 09:59:11 -0000 Subject: [Vtigercrm-commits] [vtiger development] #2285: campaigns>email In-Reply-To: <048.5fdbd50720f685f2b359dfaed6759233@trac.vtiger.com> References: <048.5fdbd50720f685f2b359dfaed6759233@trac.vtiger.com> Message-ID: <057.b1de2b2bd380ea638e9fda124468c8e5@trac.vtiger.com> #2285: campaigns>email ----------------------------+----------------------------------------------- Reporter: nithyachandar | Owner: developer Type: defect | Status: closed Priority: major | Milestone: 5.0.4 Component: vtigercrm | Version: 5.0.0 Resolution: fixed | Keywords: ----------------------------+----------------------------------------------- Changes (by frankpie): * type: enhancement => defect Comment: this does not work properly, see http://trac.vtiger.com/cgi- bin/trac.cgi/ticket/5306 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Sat Oct 25 05:59:28 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Sat, 25 Oct 2008 09:59:28 -0000 Subject: [Vtigercrm-commits] [vtiger development] #2285: campaigns>email In-Reply-To: <048.5fdbd50720f685f2b359dfaed6759233@trac.vtiger.com> References: <048.5fdbd50720f685f2b359dfaed6759233@trac.vtiger.com> Message-ID: <057.482d5b1194d4c592d23d7b7293b3785d@trac.vtiger.com> #2285: campaigns>email ----------------------------+----------------------------------------------- Reporter: nithyachandar | Owner: developer Type: defect | Status: reopened Priority: major | Milestone: 5.0.4 Component: vtigercrm | Version: 5.0.0 Resolution: | Keywords: ----------------------------+----------------------------------------------- Changes (by frankpie): * status: closed => reopened * resolution: fixed => -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Oct 30 18:17:08 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 30 Oct 2008 22:17:08 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5391: Invalid display of amount value Message-ID: <044.4f7113daf994eb059ce0e5e62bd529e9@trac.vtiger.com> #5391: Invalid display of amount value -----------------------+---------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- Hello In the Potential module the user can enter an amount. If this exceeds a value of a million it is displayed as 1.2E+6. When you try to save any change in the Potentials view like SalesStage, NextStep or any other field, vtiger complains about an invalid value in the amount field. This is an annoying error! I entered Amount = 1200000 and the next time I open the Potential vtiger displays: Amount = 1.2E+6 and complains about the value which I have never entered! Bugfix: File: include\utils\CommonUtils.php Function: convertFromDollar() Modify the last line from return $amount * $crate; into return number_format($amount * $crate, 0, ",", ""); {{{ function convertFromDollar($amount,$crate) { global $log; $log->debug("Entering convertFromDollar(".$amount.",".$crate.") method ..."); $log->debug("Exiting convertFromDollar method ..."); return number_format($amount * $crate, 0, ",", ""); } }}} and it works as it should! Elm? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Oct 30 18:18:22 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 30 Oct 2008 22:18:22 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5391: Invalid display of amount value In-Reply-To: <044.4f7113daf994eb059ce0e5e62bd529e9@trac.vtiger.com> References: <044.4f7113daf994eb059ce0e5e62bd529e9@trac.vtiger.com> Message-ID: <053.68d369abfe90e0a6df056aa5c60fe1a5@trac.vtiger.com> #5391: Invalid display of amount value ------------------------+--------------------------------------------------- Reporter: elmue.gmx | Owner: developer Type: defect | Status: closed Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: fixed | Keywords: ------------------------+--------------------------------------------------- Changes (by elmue.gmx): * status: new => closed * resolution: => fixed -- Ticket URL: vtiger development vtigerCRM