From prasad at vtiger.com Mon May 5 00:10:07 2008 From: prasad at vtiger.com (Prasad) Date: Mon, 5 May 2008 12:40:07 +0530 Subject: [Vtigercrm-developers] vtiger 5.0.4 iCal Extension Message-ID: <39d18b250805050010r2bf08414gd9cd6ff34e7c47c3@mail.gmail.com> Dear community, vical version 1.0 is now released. This adds support for exporting calendar events in ical format (for vtiger 5.0.4) This work is based on contribution made by JonathanB, http://forums.vtiger.com/viewtopic.php?t=15467 Project URL: http://forge.vtiger.com/projects/vical/ Download URL: http://forge.vtiger.com/frs/?group_id=157 Check it out today and send us the feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080505/8798e1fa/attachment.htm From tzenk at gmx.net Mon May 5 18:30:09 2008 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 06 May 2008 03:30:09 +0200 Subject: [Vtigercrm-developers] Changing the colors of the graphs within the cockpit In-Reply-To: <11371646698.2753085964067173159.8633905062536464143@vtiger.com> References: <4681B77D.3010209@gmx.net> <11371646698.2753085964067173159.8633905062536464143@vtiger.com> Message-ID: <481FB4A1.9000208@gmx.net> Hi all, I have two questions about the dashboard-images generated by the ImageGraph on the first page as default . Two things bother me there as you can see here http://www.open-consult.net/vtiger_graph_error.png 1. the square everywhere before the numbers. I don?t have any idea where to get rid of these. Does anyone have a clue? 2. the date below. Where is that generated, i need to change it to european format 04-2008 instead of 2008-04. Where do i have to search? Thanks in advance Torsten Zenk Minnie schrieb: > Dear Tzenk, > > To change the bar color in horizontal bargraph, kindly try > to change the following line in > modules/Dashboard/horizontal_bargraph.php(line no : 111) > > $fill =& Image_Graph::factory('gradient', > array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*blue*', 'white')); > Eg : $fill =& Image_Graph::factory('gradient', > array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*green*', 'white')); > > For vertical graph, do the same changes in > modules/Dashboard/vertical_bargraph.php(line no : 114) > > I hope this is the fix for your problem. > > Thanks & Regards, > Minnie. > > > > > > ----tzenk at gmx.net wrote ---- > > Hi all, > i don??t get any answer from the forum on this, so maybe someone > from the > list can help me with this question: > > Hi all, > i have gone through http://pear.veggerby.dk/forum and > http://wiki.vtiger.com/index.php/ImageGraph_-_General and all the > files > in my vtiger install vtigerCRM/Image to get an answer on this. I have > studied here > http://pear.php.net/package/Image_Graph/docs/latest/li_Image_Graph.html > but i just can??t find the place in the code where to do a simple(?) > change of the blue bars on the startpage. > > In include/utils/GraphUtils.php line 65 -72 it says > > /**This function is used to generate the n colors. > * Param $count - number of colors to generate > * Param $start - value of first color > * Param $step - color increment to apply > * Return type array - array of n colors values > */ > > But when i change the colors within > > function color_generator($count = 1, $start = '33CCFF', $step = > '221133') > > which is a light blue (33CCFF) and almost black (221133) > > nothing changes. > > When i change the color in /Image/Canvas/GD/PNG.php on line 64 > > $transparent = '#123ABD'; > > nothing changes. > > Trying changes within all files that have entries related to colors > NOTHING CHANGES. > > Doing almost 50 changes within over 20 files in the IMAGE folder in > vtiger root just one thing really made a change and changed the > backgroundcolor of the Cockpit in /Image/Canvas/GD/PNG.php on line 88 > > 'fill' => 'white', > > if i change the 'white' to anything listed within /ImageColor.php on > line 502 > this is really changing the color. BUT THAT IS NOT WHAT I NEED!!! > > I just want to change the "blue bars" to "green bars". That??s > all. There > are a lot of descriptions on the above sites and even a lot of > comments > within the vtiger files, but when i make changes , save the file i > changed, empty the browser cache and reload still absolutely nothing > changes. > > So i am really at the end of my research and still couldn??t find any > solution. I am doing something wrong, i am sure, but i don??t know > what. > Did someone of you ever managed to change the color of the Cockpit > bars??? > > TIA > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080505/72c434a0/attachment.htm From tzenk at gmx.net Mon May 5 18:59:07 2008 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 06 May 2008 03:59:07 +0200 Subject: [Vtigercrm-developers] Changing the colors of the graphs within the cockpit In-Reply-To: <481FB4A1.9000208@gmx.net> References: <4681B77D.3010209@gmx.net> <11371646698.2753085964067173159.8633905062536464143@vtiger.com> <481FB4A1.9000208@gmx.net> Message-ID: <481FBB6B.3010503@gmx.net> Hi again, this seems to be because of the missing currency-symbol. I use the ? symbol set up in the settings. So somewhere i have to change this, but i can?t find the place where. Just found out that the amount shown for potentials for example within the graph is generated in Potentials/Charts.php Line 302 where it says $valueproc =& Image_Graph::factory('Image_Graph_DataPreprocessor_Formatted', $current_user->currency_symbol."%d"); the %d stands for the amount, but i can?t find the file where the currency symbol comes in. Can some on help? Regards Torsten Zenk Torsten Zenk schrieb: > Hi all, > > I have two questions about the dashboard-images generated by the > ImageGraph on the first page as default . > Two things bother me there as you can see here > http://www.open-consult.net/vtiger_graph_error.png > 1. the square everywhere before the numbers. I don??t have any idea > where to get rid of these. Does anyone have a clue? > 2. the date below. Where is that generated, i need to change it to > european format 04-2008 instead of 2008-04. Where do i have to search? > > Thanks in advance > Torsten Zenk > > Minnie schrieb: >> Dear Tzenk, >> >> ? ? ? ? ? To change the bar color in horizontal bargraph, kindly >> try to change the following line in >> modules/Dashboard/horizontal_bargraph.php(line no : 111) >> >> $fill =& Image_Graph::factory('gradient', >> array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*blue*', 'white')); >> Eg : $fill =& Image_Graph::factory('gradient', >> array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*green*', 'white')); >> >> For vertical graph, do the same changes in >> modules/Dashboard/vertical_bargraph.php(line no : 114) >> >> I hope this is the fix for your problem. >> >> Thanks & Regards, >> Minnie. >> >> >> >> >> >> ----tzenk at gmx.net wrote ---- >> >> Hi all, >> i don????t get any answer from the forum on this, so maybe >> someone from the >> list can help me with this question: >> >> Hi all, >> i have gone through http://pear.veggerby.dk/forum and >> http://wiki.vtiger.com/index.php/ImageGraph_-_General and all the >> files >> in my vtiger install vtigerCRM/Image to get an answer on this. I >> have >> studied here >> http://pear.php.net/package/Image_Graph/docs/latest/li_Image_Graph.html >> but i just can????t find the place in the code where to do a >> simple(?) >> change of the blue bars on the startpage. >> >> In include/utils/GraphUtils.php line 65 -72 it says >> >> /**This function is used to generate the n colors. >> * Param $count - number of colors to generate >> * Param $start - value of first color >> * Param $step - color increment to apply >> * Return type array - array of n colors values >> */ >> >> But when i change the colors within >> >> function color_generator($count = 1, $start = '33CCFF', $step = >> '221133') >> >> which is a light blue (33CCFF) and almost black (221133) >> >> nothing changes. >> >> When i change the color in /Image/Canvas/GD/PNG.php on line 64 >> >> $transparent = '#123ABD'; >> >> nothing changes. >> >> Trying changes within all files that have entries related to colors >> NOTHING CHANGES. >> >> Doing almost 50 changes within over 20 files in the IMAGE folder in >> vtiger root just one thing really made a change and changed the >> backgroundcolor of the Cockpit in /Image/Canvas/GD/PNG.php on line 88 >> >> 'fill' => 'white', >> >> if i change the 'white' to anything listed within /ImageColor.php on >> line 502 >> this is really changing the color. BUT THAT IS NOT WHAT I NEED!!! >> >> I just want to change the "blue bars" to "green bars". That????s >> all. There >> are a lot of descriptions on the above sites and even a lot of >> comments >> within the vtiger files, but when i make changes , save the file i >> changed, empty the browser cache and reload still absolutely nothing >> changes. >> >> So i am really at the end of my research and still couldn????t >> find any >> solution. I am doing something wrong, i am sure, but i don????t >> know what. >> Did someone of you ever managed to change the color of the >> Cockpit bars??? >> >> TIA >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080505/15e389c8/attachment-0001.htm From joe at tsolucio.com Mon May 5 23:11:36 2008 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 06 May 2008 08:11:36 +0200 Subject: [Vtigercrm-developers] Changing the colors of the graphs within the cockpit In-Reply-To: <481FBB6B.3010503@gmx.net> References: <4681B77D.3010209@gmx.net> <11371646698.2753085964067173159.8633905062536464143@vtiger.com> <481FB4A1.9000208@gmx.net> <481FBB6B.3010503@gmx.net> Message-ID: <481FF698.1000508@tsolucio.com> Hi, The currency can be changed via the Settings section and it is saved in the database table: vtiger_currency_info Joe TSolucio Torsten Zenk escribi?: > Hi again, this seems to be because of the missing currency-symbol. I > use the ? symbol set up in the settings. So somewhere i have to change > this, but i can?t find the place where. Just found out that the amount > shown for potentials for example within the graph is generated in > Potentials/Charts.php Line 302 where it says > $valueproc =& > Image_Graph::factory('Image_Graph_DataPreprocessor_Formatted', > $current_user->currency_symbol."%d"); > the %d stands for the amount, but i can?t find the file where the > currency symbol comes in. Can some on help? > > Regards > Torsten Zenk > > Torsten Zenk schrieb: >> Hi all, >> >> I have two questions about the dashboard-images generated by the >> ImageGraph on the first page as default . >> Two things bother me there as you can see here >> http://www.open-consult.net/vtiger_graph_error.png >> 1. the square everywhere before the numbers. I don??t have any idea >> where to get rid of these. Does anyone have a clue? >> 2. the date below. Where is that generated, i need to change it to >> european format 04-2008 instead of 2008-04. Where do i have to search? >> >> Thanks in advance >> Torsten Zenk >> >> Minnie schrieb: >>> Dear Tzenk, >>> >>> ? ? ? ? ? To change the bar color in horizontal bargraph, >>> kindly try to change the following line in >>> modules/Dashboard/horizontal_bargraph.php(line no : 111) >>> >>> $fill =& Image_Graph::factory('gradient', >>> array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*blue*', 'white')); >>> Eg : $fill =& Image_Graph::factory('gradient', >>> array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*green*', 'white')); >>> >>> For vertical graph, do the same changes in >>> modules/Dashboard/vertical_bargraph.php(line no : 114) >>> >>> I hope this is the fix for your problem. >>> >>> Thanks & Regards, >>> Minnie. >>> >>> >>> >>> >>> >>> ----tzenk at gmx.net wrote ---- >>> >>> Hi all, >>> i don????t get any answer from the forum on this, so maybe >>> someone from the >>> list can help me with this question: >>> >>> Hi all, >>> i have gone through http://pear.veggerby.dk/forum and >>> http://wiki.vtiger.com/index.php/ImageGraph_-_General and all >>> the files >>> in my vtiger install vtigerCRM/Image to get an answer on this. I >>> have >>> studied here >>> http://pear.php.net/package/Image_Graph/docs/latest/li_Image_Graph.html >>> but i just can????t find the place in the code where to do a >>> simple(?) >>> change of the blue bars on the startpage. >>> >>> In include/utils/GraphUtils.php line 65 -72 it says >>> >>> /**This function is used to generate the n colors. >>> * Param $count - number of colors to generate >>> * Param $start - value of first color >>> * Param $step - color increment to apply >>> * Return type array - array of n colors values >>> */ >>> >>> But when i change the colors within >>> >>> function color_generator($count = 1, $start = '33CCFF', $step = >>> '221133') >>> >>> which is a light blue (33CCFF) and almost black (221133) >>> >>> nothing changes. >>> >>> When i change the color in /Image/Canvas/GD/PNG.php on line 64 >>> >>> $transparent = '#123ABD'; >>> >>> nothing changes. >>> >>> Trying changes within all files that have entries related to colors >>> NOTHING CHANGES. >>> >>> Doing almost 50 changes within over 20 files in the IMAGE folder in >>> vtiger root just one thing really made a change and changed the >>> backgroundcolor of the Cockpit in /Image/Canvas/GD/PNG.php on >>> line 88 >>> >>> 'fill' => 'white', >>> >>> if i change the 'white' to anything listed within >>> /ImageColor.php on >>> line 502 >>> this is really changing the color. BUT THAT IS NOT WHAT I NEED!!! >>> >>> I just want to change the "blue bars" to "green bars". That????s >>> all. There >>> are a lot of descriptions on the above sites and even a lot of >>> comments >>> within the vtiger files, but when i make changes , save the file i >>> changed, empty the browser cache and reload still absolutely >>> nothing >>> changes. >>> >>> So i am really at the end of my research and still couldn????t >>> find any >>> solution. I am doing something wrong, i am sure, but i don????t >>> know what. >>> Did someone of you ever managed to change the color of the >>> Cockpit bars??? >>> >>> TIA >>> _______________________________________________ >>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080505/0029b199/attachment.htm From Andreas.Reiche at LGN.Niedersachsen.de Mon May 5 23:34:32 2008 From: Andreas.Reiche at LGN.Niedersachsen.de (Reiche, Andreas) Date: Tue, 6 May 2008 08:34:32 +0200 Subject: [Vtigercrm-developers] =?utf-8?q?Changing_the_colors_of_the_graph?= =?utf-8?q?s_within_the=09cockpit?= Message-ID: Hi Thorsten, as Joe stated the symbol is saved in the db table vtiger_currency_info. From there it is read by the file /modules/users/user.php. I remember that i had problems in showing up the Euro Symbol on the charts. It was fixed when i changed my setup (5.0.3) to UTF8. Hope this helps Andreas Hi, The currency can be changed via the Settings section and it is saved in the database table: vtiger_currency_info Joe TSolucio Torsten Zenk escribi?: Hi again, this seems to be because of the missing currency-symbol. I use the ? symbol set up in the settings. So somewhere i have to change this, but i can?t find the place where. Just found out that the amount shown for potentials for example within the graph is generated in Potentials/Charts.php Line 302 where it says $valueproc =& Image_Graph::factory('Image_Graph_DataPreprocessor_Formatted', $current_user->currency_symbol."%d"); the %d stands for the amount, but i can?t find the file where the currency symbol comes in. Can some on help? Regards Torsten Zenk Torsten Zenk schrieb: Hi all, I have two questions about the dashboard-images generated by the ImageGraph on the first page as default . Two things bother me there as you can see here http://www.open-consult.net/vtiger_graph_error.png 1. the square everywhere before the numbers. I don??t have any idea where to get rid of these. Does anyone have a clue? 2. the date below. Where is that generated, i need to change it to european format 04-2008 instead of 2008-04. Where do i have to search? Thanks in advance Torsten Zenk Minnie schrieb: Dear Tzenk, ? ? ? ? ? To change the bar color in horizontal bargraph, kindly try to change the following line in modules/Dashboard/horizontal_bargraph.php(line no : 111) $fill =& Image_Graph::factory('gradient', array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, 'blue', 'white')); Eg : $fill =& Image_Graph::factory('gradient', array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, 'green', 'white')); For vertical graph, do the same changes in modules/Dashboard/vertical_bargraph.php(line no : 114) I hope this is the fix for your problem. Thanks & Regards, Minnie. ----tzenk at gmx.net wrote ---- Hi all, i don????t get any answer from the forum on this, so maybe someone from the list can help me with this question: Hi all, i have gone through http://pear.veggerby.dk/forum and http://wiki.vtiger.com/index.php/ImageGraph_-_General and all the files in my vtiger install vtigerCRM/Image to get an answer on this. I have studied here http://pear.php.net/package/Image_Graph/docs/latest/li_Image_Graph.html but i just can????t find the place in the code where to do a simple(?) change of the blue bars on the startpage. In include/utils/GraphUtils.php line 65 -72 it says /**This function is used to generate the n colors. * Param $count - number of colors to generate * Param $start - value of first color * Param $step - color increment to apply * Return type array - array of n colors values */ But when i change the colors within function color_generator($count = 1, $start = '33CCFF', $step = '221133') which is a light blue (33CCFF) and almost black (221133) nothing changes. When i change the color in /Image/Canvas/GD/PNG.php on line 64 $transparent = '#123ABD'; nothing changes. Trying changes within all files that have entries related to colors NOTHING CHANGES. Doing almost 50 changes within over 20 files in the IMAGE folder in vtiger root just one thing really made a change and changed the backgroundcolor of the Cockpit in /Image/Canvas/GD/PNG.php on line 88 'fill' => 'white', if i change the 'white' to anything listed within /ImageColor.php on line 502 this is really changing the color. BUT THAT IS NOT WHAT I NEED!!! I just want to change the "blue bars" to "green bars". That????s all. There are a lot of descriptions on the above sites and even a lot of comments within the vtiger files, but when i make changes , save the file i changed, empty the browser cache and reload still absolutely nothing changes. So i am really at the end of my research and still couldn????t find any solution. I am doing something wrong, i am sure, but i don????t know what. Did someone of you ever managed to change the color of the Cockpit bars??? TIA _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com ________________________________ _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com ________________________________ _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From prasad at vtiger.com Tue May 6 04:37:51 2008 From: prasad at vtiger.com (Prasad) Date: Tue, 6 May 2008 17:07:51 +0530 Subject: [Vtigercrm-developers] vtiger 5.0.4 iCal Extension In-Reply-To: <39d18b250805050010r2bf08414gd9cd6ff34e7c47c3@mail.gmail.com> References: <39d18b250805050010r2bf08414gd9cd6ff34e7c47c3@mail.gmail.com> Message-ID: <39d18b250805060437i58f81883k654f71f6bc3edd5c@mail.gmail.com> Dear community, vical version 1.1 is released now. Details of Fix: * Start Time and End Time of Events was not exported properly in version 1.0. This is fixed now. Project URL: http://forge.vtiger.com/projects/vical/ Download URL: http://forge.vtiger.com/frs/?group_id=157 Check it out today and send us the feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/2a4c94c5/attachment.htm From kiange at gmail.com Tue May 6 08:44:37 2008 From: kiange at gmail.com (Finjon Kiang) Date: Tue, 6 May 2008 23:44:37 +0800 Subject: [Vtigercrm-developers] Modified version of STS(Translating tool) for 5.0.4 Message-ID: Topic: http://forums.vtiger.com/viewtopic.php?p=65106 About STS: http://www.sugarcrm.com/forums/showthread.php?t=8938 Download the one for vtigerCRM 5.0.4: http://code.google.com/p/twpug/downloads/detail?name=sts_for_vtigercrm.zip -- Finjon Kiang -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/5cfc2002/attachment.htm From prasad at vtiger.com Tue May 6 22:35:58 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 7 May 2008 11:05:58 +0530 Subject: [Vtigercrm-developers] Modified version of STS(Translating tool) for 5.0.4 In-Reply-To: References: Message-ID: <39d18b250805062235tfddd2f8v305645f627d2859b@mail.gmail.com> Hi Finjon, Thanks for the update. Regards, Prasad vtiger Team On 5/6/08, Finjon Kiang wrote: > > Topic: > http://forums.vtiger.com/viewtopic.php?p=65106 > > About STS: > http://www.sugarcrm.com/forums/showthread.php?t=8938 > > Download the one for vtigerCRM 5.0.4: > http://code.google.com/p/twpug/downloads/detail?name=sts_for_vtigercrm.zip > > -- > Finjon Kiang > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/759e30fd/attachment-0001.htm From lee at leev.net Thu May 8 19:15:44 2008 From: lee at leev.net (Lee Valentine) Date: Fri, 9 May 2008 12:15:44 +1000 Subject: [Vtigercrm-developers] displaytype in vtiger_field Message-ID: Hi Guys, I just had a question relating to the displaytype field in vtiger_field. I understand what 1, 2 and 4 mean, but 3? I see the field salutation on leads is a 3 and this field is then tied to the firstname field when creating/editing/viewing the lead. Is there a mapping to say somewhere that the salutation is linked to the firstname field or how is this achieved? Also, the typeofdata field includes whether the field is mandatory or optional, however the uitype also does this? Which one is the master or do they serve different purposes? Thanks, Lee From scott at centritechsolutions.com Fri May 9 18:19:00 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 9 May 2008 21:19:00 -0400 Subject: [Vtigercrm-developers] Lead Status Message-ID: <004e01c8b23b$db754750$0202fea9@scottlaptop> All, I'm trying to use the change status button on the leads list. The list that it gives me doesn't have any of the custom status that I put in there. It only shows me the default status. How do I change the code in the leads module to read my custom settings that I put in the picklist editor? Thank you for your help. Centritech Solutions Logo Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080509/c2cb1725/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 2190 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080509/c2cb1725/attachment.jpeg From ddfire at gmail.com Fri May 9 20:06:12 2008 From: ddfire at gmail.com (David fire) Date: Sat, 10 May 2008 00:06:12 -0300 Subject: [Vtigercrm-developers] please a decent module howto Message-ID: hi i managed to create my own fields type including a textbox wich validate a credit card i asked where i can upload it and i didnt gent any answer. but i cant make my own module please any good pdf or any think that i can read to learn. i want to colaborate with the project but i havent any info. thanks David -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080509/59d07028/attachment.htm From joe at tsolucio.com Sat May 10 01:18:52 2008 From: joe at tsolucio.com (Joe Bordes) Date: Sat, 10 May 2008 10:18:52 +0200 Subject: [Vtigercrm-developers] Lead Status In-Reply-To: <004e01c8b23b$db754750$0202fea9@scottlaptop> References: <004e01c8b23b$db754750$0202fea9@scottlaptop> Message-ID: <48255A6C.4070708@tsolucio.com> Hi Scott, I tried this on my test install and it works correctly. Are you sure you have added your status to the correct rol? You have to add the status to the lowest rol or to all those that can see it. Joe TSolucio PD: How did the TTTimecard install turn out? Scott Brown escribi?: > > All, > > > > I?m trying to use the change status button on the leads list. The > list that it gives me doesn?t have any of the custom status that I put > in there. It only shows me the default status. > > > > > > How do I change the code in the leads module to read my custom > settings that I put in the picklist editor? > > > > > > Thank you for your help. > > > > Centritech Solutions Logo > Scott Brown > Operations Manager > Main: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > > http://www.CentriTechSolutions.com > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/f65a7603/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 2190 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/f65a7603/attachment-0001.jpeg From scott at centritechsolutions.com Sat May 10 06:00:19 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Sat, 10 May 2008 09:00:19 -0400 Subject: [Vtigercrm-developers] Lead Status In-Reply-To: <48255A6C.4070708@tsolucio.com> References: <004e01c8b23b$db754750$0202fea9@scottlaptop> <48255A6C.4070708@tsolucio.com> Message-ID: <00da01c8b29d$d459e590$0202fea9@scottlaptop> Thanks Joe. I?m not sure if I understand the way the roles work in regards to the pick list, I think I have it on the highest role, thinking that would be a universal thing. I?ll try adding to the lowest rol. Also, Timecards are working fine. I had to change my php safemode setting and after that it seemed to correct the issue I had with running the reports. Thanks for the great addons! Centritech Solutions Logo Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _____ From: Joe Bordes [mailto:joe at tsolucio.com] Sent: Saturday, May 10, 2008 4:19 AM To: scott at centritechsolutions.com; vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Lead Status Hi Scott, I tried this on my test install and it works correctly. Are you sure you have added your status to the correct rol? You have to add the status to the lowest rol or to all those that can see it. Joe TSolucio PD: How did the TTTimecard install turn out? Scott Brown escribi?: All, I?m trying to use the change status button on the leads list. The list that it gives me doesn?t have any of the custom status that I put in there. It only shows me the default status. How do I change the code in the leads module to read my custom settings that I put in the picklist editor? Thank you for your help. Centritech Solutions Logo Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _____ _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/1edc67a5/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 2190 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/1edc67a5/attachment.jpeg From jnmutuku at gmail.com Sun May 18 05:18:31 2008 From: jnmutuku at gmail.com (James Mutuku) Date: Sun, 18 May 2008 15:18:31 +0300 Subject: [Vtigercrm-developers] vtiger customization for insurance / insurance brokerage industry Message-ID: <48301E97.7070404@gmail.com> Hi, I want to customize vtiger for the insurance. I have been looking for documentation on where to start but I cant' get anything. Anyone who knows where I can get this information? Any one who has customized vtiger before? James -------------- next part -------------- A non-text attachment was scrubbed... Name: jnmutuku.vcf Type: text/x-vcard Size: 293 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080518/4dd58b27/jnmutuku.vcf From ddfire at gmail.com Sun May 18 10:47:49 2008 From: ddfire at gmail.com (David fire) Date: Sun, 18 May 2008 14:47:49 -0300 Subject: [Vtigercrm-developers] vtiger customization for insurance / insurance brokerage industry In-Reply-To: <48301E97.7070404@gmail.com> References: <48301E97.7070404@gmail.com> Message-ID: hi i got the same problem your best shoot is to make a new module but the problem is out there isnt any serius module how-to and no one in this email list or vtiger foum want to tell how to do a new module. i have asked for it many many times. David. 2008/5/18 James Mutuku : > Hi, > I want to customize vtiger for the insurance. I have been looking for > documentation on where to start but I cant' get anything. Anyone who knows > where I can get this information? Any one who has customized vtiger before? > > James > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080518/1df18213/attachment.htm From brett.hooker at roarz.com Sun May 18 13:28:57 2008 From: brett.hooker at roarz.com (Brett Hooker) Date: Sun, 18 May 2008 16:28:57 -0400 (EDT) Subject: [Vtigercrm-developers] vtiger customization for insurance / insurance brokerage industry Message-ID: <31828101.121161211142537858.JavaMail.root@zim002.roarzhost.com> The current architecture makes custom modules quite laborius. Core team and community are working towards an extensible architecture. In the meantime, check out the custom modules in the developer forge area for patterns for making a module. ----- Brett Hooker Sent via Treo 750 smartphone -----Original Message----- From: David fire Sent: Monday, 19 May 2008 2:51 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vtiger customization for insurance / insurance brokerage industry hi i got the same problem your best shoot is to make a new module but the problem is out there isnt any serius module how-to and no one in this email list or vtiger foum want to tell how to do a new module. i have asked for it many many times. David. 2008/5/18 James Mutuku : > Hi, > I want to customize vtiger for the insurance. I have been looking for > documentation on where to start but I cant' get anything. Anyone who knows > where I can get this information? Any one who has customized vtiger before? > > James > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. From andrea at gedameurope.com Tue May 20 08:12:31 2008 From: andrea at gedameurope.com (Andrea Cristofanini) Date: Tue, 20 May 2008 17:12:31 +0200 Subject: [Vtigercrm-developers] Vtigercrm-developers] vtiger customization for mandatory field into new incoice Message-ID: <4832EA5F.4070609@gedameurope.com> Dear all where i have to modify the code for have the javascript controll that check for Date into new invocie ? Regards From ddfire at gmail.com Tue May 20 08:20:02 2008 From: ddfire at gmail.com (David fire) Date: Tue, 20 May 2008 12:20:02 -0300 Subject: [Vtigercrm-developers] Vtigercrm-developers] vtiger customization for mandatory field into new incoice In-Reply-To: <4832EA5F.4070609@gedameurope.com> References: <4832EA5F.4070609@gedameurope.com> Message-ID: hi the easy way is to touch the sql database in the fields table (vtiger_field) look for your field and you will see one field has a strange format like numbers letters and a "~" ok the las letter is O (optional) M (mandatory) change there. David 2008/5/20 Andrea Cristofanini : > Dear all > where i have to modify the code for have the javascript controll that > check for Date into new invocie ? > > Regards > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080520/8b2079f1/attachment.htm From andrea at gedameurope.com Tue May 20 09:01:30 2008 From: andrea at gedameurope.com (Andrea Cristofanini) Date: Tue, 20 May 2008 18:01:30 +0200 Subject: [Vtigercrm-developers] Vtigercrm-developers] vtiger customization for mandatory field into new incoice In-Reply-To: References: <4832EA5F.4070609@gedameurope.com> Message-ID: <4832F5DA.3050503@gedameurope.com> Thanks Man you a gem !!! Regards Andrea David fire ha scritto: > hi > the easy way is to touch the sql database > in the fields table (vtiger_field) look for your field and you will > see one field has a strange format like numbers letters and a "~" ok > the las letter is O (optional) M (mandatory) change there. > David > > 2008/5/20 Andrea Cristofanini >: > > Dear all > where i have to modify the code for have the javascript controll that > check for Date into new invocie ? > > Regards > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > -- > (\__/) > (='.'=)This is Bunny. Copy and paste bunny into your > (")_(")signature to help him gain world domination. > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From chazarra.clement at gmail.com Thu May 22 07:24:48 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 22 May 2008 15:24:48 +0100 Subject: [Vtigercrm-developers] Webmail in 5.0.4 Message-ID: Hello everybody! I have migrated one of my customers system to 5.0.4, and I was amazed how smoothly it did go!! Well done vTiger team, well done community. I would like today to share my concerns about the webmail module, so I have a couple of questions for you guys: 1. Have you got good performances using the webmail module in vTiger? In my case, small inbox works fine, quick enough, but if I test it on large inbox(more than 4000 emails), it just get terribly slow, and unworkable. 2. Has anybody some tips to share to get better performances? So far I think mutliple email sending can be enhanced by setting the send_delay value on the config file in webmail module 3. In a technical point of view, how is structured the webmail? I am trying to analyse the way vTiger deals with webmails, and it seems that any action you intend on the ajax interface will just reload the entire inbox, is it the case? 4. How other webmail solutions (like squirrelmail) deal with this loading issue? Is it about caching? Some insights from you guys could help me and others to draw a big picture and then focus on the problems and solutions concerning emails handling. Hope to hear from you soon, Bye Clem -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080522/dfd68019/attachment.htm From prasad at vtiger.com Thu May 22 21:34:58 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 23 May 2008 10:04:58 +0530 Subject: [Vtigercrm-developers] vgcal - vtiger Google Calendar Integration Message-ID: <39d18b250805222134i18e3a49cm5ef5869d8290fe46@mail.gmail.com> Dear vtigers, vgcal provides the integration between your vtiger CRM and Google Calendar now. You can add/update vtiger calendar events on to your Google Calendar with a click of a button. To know more about it, check out: http://forge.vtiger.com/frs/download.php/547/vgcal-v1.0.pdf Download now and give it a shot: http://forge.vtiger.com/frs/download.php/546/vgcal-1.0.zip Please read the documentation first. Project URL: http://forge.vtiger.com/projects/vgcal/ Kindly update us with your feedback on this forum post: http://forums.vtiger.com/viewtopic.php?t=19810 Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080522/eb5b5b01/attachment.htm From prasad at vtiger.com Thu May 22 21:39:48 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 23 May 2008 10:09:48 +0530 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: References: Message-ID: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> Hi Clem, Thank you for updating us with your experience of migration vtiger to 5.0.4 Could you please give some details on the Webmail configuration which will help us in identifying the root cause of the performance issues with during our validation. Are you using ssl enabled Webmail? We will keep you updated if we find a solution. Community feedback and fix on this is most welcome. Regards, Prasad vtiger Team On 5/22/08, clement chazarra wrote: > > Hello everybody! > > I have migrated one of my customers system to 5.0.4, and I was amazed how > smoothly it did go!! Well done vTiger team, well done community. > > I would like today to share my concerns about the webmail module, so I have > a couple of questions for you guys: > > 1. Have you got good performances using the webmail module in vTiger? > In my case, small inbox works fine, quick enough, but if I test it on large > inbox(more than 4000 emails), it just get terribly slow, and unworkable. > > 2. Has anybody some tips to share to get better performances? > So far I think mutliple email sending can be enhanced by setting the > send_delay value on the config file in webmail module > > 3. In a technical point of view, how is structured the webmail? > I am trying to analyse the way vTiger deals with webmails, and it seems > that any action you intend on the ajax interface will just reload the entire > inbox, is it the case? > > 4. How other webmail solutions (like squirrelmail) deal with this loading > issue? Is it about caching? > > Some insights from you guys could help me and others to draw a big picture > and then focus on the problems and solutions concerning emails handling. > > Hope to hear from you soon, > > Bye > Clem > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080522/ec006b40/attachment.htm From prasad at vtiger.com Wed May 28 17:15:22 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 29 May 2008 05:45:22 +0530 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 Message-ID: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Dear vtigers, We would like to keep you informed about our next milestone vtiger CRM 5.1. Our goal is to release 5.1 version during September. We are currently focused on integrating the following features: 1. Multi Currency Support 2. Recycle Bin 3. Duplicate Record Merging 4. Calendar Popup Reminder 5. More to be listed shortly... (we are working closely with partners and development community members to integrate some of their contributions) We will also continue to address open issues on trac. You can look at 5.1 development build demo here: http://en.vtiger.com/wip Provide give it a try and provide your feedback to us. One of the important areas is multi-currency support. Please view this document ( http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) for more details. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080528/4219885c/attachment.htm From davidv.net at gmail.com Wed May 28 17:28:40 2008 From: davidv.net at gmail.com (David V.) Date: Wed, 28 May 2008 20:28:40 -0400 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: Prasad, Thank you for the annoncement. Is plugin support (being able to install a new module without touching the core files) a planned feature for the vtiger CRM 5.1 ? David V. On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: > Dear vtigers, > > We would like to keep you informed about our next milestone vtiger CRM 5.1. > Our goal is to release 5.1 version during September. > > We are currently focused on integrating the following features: > > 1. Multi Currency Support > 2. Recycle Bin > 3. Duplicate Record Merging > 4. Calendar Popup Reminder > 5. More to be listed shortly... (we are working closely with partners and > development community members to integrate some of their contributions) > > We will also continue to address open issues on trac. > > You can look at 5.1 development build demo here: http://en.vtiger.com/wip > > Provide give it a try and provide your feedback to us. One of the important > areas is multi-currency support. Please view this document ( > http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) > for more details. > > Regards, > Prasad > vtiger Team > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080528/6a48f11b/attachment-0001.htm From ddfire at gmail.com Wed May 28 18:22:37 2008 From: ddfire at gmail.com (David fire) Date: Wed, 28 May 2008 22:22:37 -0300 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: hi a very useful feature will be "readonly" fields for some access levels. and of course plugin support!!!. and i made a credit card field which using ajax validate a credit card i want to give it to the proyect where? it is very simple, is a filed for Smarty. David 2008/5/28 David V. : > Prasad, > > Thank you for the annoncement. > Is plugin support (being able to install a new module without touching the > core files) a planned feature for the vtiger CRM 5.1 ? > > David V. > > On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: > >> Dear vtigers, >> >> We would like to keep you informed about our next milestone vtiger CRM >> 5.1. Our goal is to release 5.1 version during September. >> >> We are currently focused on integrating the following features: >> >> 1. Multi Currency Support >> 2. Recycle Bin >> 3. Duplicate Record Merging >> 4. Calendar Popup Reminder >> 5. More to be listed shortly... (we are working closely with partners and >> development community members to integrate some of their contributions) >> >> We will also continue to address open issues on trac. >> >> You can look at 5.1 development build demo here: http://en.vtiger.com/wip >> >> Provide give it a try and provide your feedback to us. One of the >> important areas is multi-currency support. Please view this document ( >> http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) >> for more details. >> >> Regards, >> Prasad >> vtiger Team >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080528/3b02cbf0/attachment.htm From svk at vtiger.com Wed May 28 18:45:24 2008 From: svk at vtiger.com (Sreenivas Kanumuru) Date: Wed, 28 May 2008 18:45:24 -0700 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: <370368f40805281845v6d15e69bwde405b7d30ec243f@mail.gmail.com> Hi DavidV, David, Thanks for the feedback. We are planning on architectural improvements to improve modularization and simplify plug-in development and installation process. This is the main goal for 6.0 release (no timetable yet). There were quite a few feature enhancement contributions that were available which we didn't want to hold on until the 6.0 release. We are working to get these into the 5.1 release. David: You may submit contributions (such as credit card field) on Trac. It will be helpful if you can also provide some screenshots along with it. thanks, Sreenivas -- Sreenivas Kanumuru vtiger Team Location: Sunnyvale, California Office: +1 (408) 716-8592 Cell: +1 (408) 836-5810 Skype: skanumuru On Wed, May 28, 2008 at 6:22 PM, David fire wrote: > hi > a very useful feature will be "readonly" fields for some access levels. > and of course plugin support!!!. > and i made a credit card field which using ajax validate a credit card i > want to give it to the proyect where? > it is very simple, is a filed for Smarty. > David > > 2008/5/28 David V. : > > Prasad, >> >> Thank you for the annoncement. >> Is plugin support (being able to install a new module without touching the >> core files) a planned feature for the vtiger CRM 5.1 ? >> >> David V. >> >> On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: >> >>> Dear vtigers, >>> >>> We would like to keep you informed about our next milestone vtiger CRM >>> 5.1. Our goal is to release 5.1 version during September. >>> >>> We are currently focused on integrating the following features: >>> >>> 1. Multi Currency Support >>> 2. Recycle Bin >>> 3. Duplicate Record Merging >>> 4. Calendar Popup Reminder >>> 5. More to be listed shortly... (we are working closely with partners and >>> development community members to integrate some of their contributions) >>> >>> We will also continue to address open issues on trac. >>> >>> You can look at 5.1 development build demo here: >>> http://en.vtiger.com/wip >>> >>> Provide give it a try and provide your feedback to us. One of the >>> important areas is multi-currency support. Please view this document ( >>> http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) >>> for more details. >>> >>> Regards, >>> Prasad >>> vtiger Team >>> >>> _______________________________________________ >>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>> >> >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > > -- > (\__/) > (='.'=)This is Bunny. Copy and paste bunny into your > (")_(")signature to help him gain world domination. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080528/c609b634/attachment.htm From ddfire at gmail.com Wed May 28 19:18:44 2008 From: ddfire at gmail.com (David fire) Date: Wed, 28 May 2008 23:18:44 -0300 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <370368f40805281845v6d15e69bwde405b7d30ec243f@mail.gmail.com> References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> <370368f40805281845v6d15e69bwde405b7d30ec243f@mail.gmail.com> Message-ID: sorry but where do i find Trac??? 2008/5/28 Sreenivas Kanumuru : > Hi DavidV, David, > > Thanks for the feedback. > > We are planning on architectural improvements to improve modularization > and simplify plug-in development and installation process. This is the main > goal for 6.0 release (no timetable yet). There were quite a few feature > enhancement contributions that were available which we didn't want to hold > on until the 6.0 release. We are working to get these into the 5.1 release. > > David: You may submit contributions (such as credit card field) on Trac. It > will be helpful if you can also provide some screenshots along with it. > > thanks, > Sreenivas > > -- > Sreenivas Kanumuru > vtiger Team > > Location: > Sunnyvale, California > > Office: +1 (408) 716-8592 > Cell: +1 (408) 836-5810 > Skype: skanumuru > > > On Wed, May 28, 2008 at 6:22 PM, David fire wrote: > >> hi >> a very useful feature will be "readonly" fields for some access levels. >> and of course plugin support!!!. >> and i made a credit card field which using ajax validate a credit card i >> want to give it to the proyect where? >> it is very simple, is a filed for Smarty. >> David >> >> 2008/5/28 David V. : >> >> Prasad, >>> >>> Thank you for the annoncement. >>> Is plugin support (being able to install a new module without touching >>> the core files) a planned feature for the vtiger CRM 5.1 ? >>> >>> David V. >>> >>> On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: >>> >>>> Dear vtigers, >>>> >>>> We would like to keep you informed about our next milestone vtiger CRM >>>> 5.1. Our goal is to release 5.1 version during September. >>>> >>>> We are currently focused on integrating the following features: >>>> >>>> 1. Multi Currency Support >>>> 2. Recycle Bin >>>> 3. Duplicate Record Merging >>>> 4. Calendar Popup Reminder >>>> 5. More to be listed shortly... (we are working closely with partners >>>> and development community members to integrate some of their contributions) >>>> >>>> We will also continue to address open issues on trac. >>>> >>>> You can look at 5.1 development build demo here: >>>> http://en.vtiger.com/wip >>>> >>>> Provide give it a try and provide your feedback to us. One of the >>>> important areas is multi-currency support. Please view this document ( >>>> http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) >>>> for more details. >>>> >>>> Regards, >>>> Prasad >>>> vtiger Team >>>> >>>> _______________________________________________ >>>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>>> >>> >>> >>> _______________________________________________ >>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>> >> >> >> >> -- >> (\__/) >> (='.'=)This is Bunny. Copy and paste bunny into your >> (")_(")signature to help him gain world domination. >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080528/62008eed/attachment.htm From dome at tel.co.th Wed May 28 20:26:43 2008 From: dome at tel.co.th (Dome Charoenyost) Date: Thu, 29 May 2008 10:26:43 +0700 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: <8ccbff060805282026t5f82a6c6v2bb80482af27e5ca@mail.gmail.com> Postgresql Please :) Dome C. On Thu, May 29, 2008 at 7:15 AM, Prasad wrote: > Dear vtigers, > > We would like to keep you informed about our next milestone vtiger CRM 5.1. > Our goal is to release 5.1 version during September. > > We are currently focused on integrating the following features: > > 1. Multi Currency Support > 2. Recycle Bin > 3. Duplicate Record Merging > 4. Calendar Popup Reminder > 5. More to be listed shortly... (we are working closely with partners and > development community members to integrate some of their contributions) > > We will also continue to address open issues on trac. > > You can look at 5.1 development build demo here: http://en.vtiger.com/wip > > Provide give it a try and provide your feedback to us. One of the important > areas is multi-currency support. Please view this document > (http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) > for more details. > > Regards, > Prasad > vtiger Team > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From johnmessingham at hotmail.com Thu May 29 00:31:40 2008 From: johnmessingham at hotmail.com (johnmessingham@hotmail.com) Date: Thu, 29 May 2008 08:31:40 +0100 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: Hi, Are there any plans to allow quotes to be created for service companies? I think if you could add items to quotes by typing in the service details rather than having to create a product for each service (which is usually different for each client) the system would be more appealing to a wider range of users. I provide vtiger support and integration for clients but have never been able to actually use the system for my own business which has been a real shame. John Messingham http://www.jmds.co.uk From: Prasad Sent: Thursday, May 29, 2008 1:15 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 Dear vtigers, We would like to keep you informed about our next milestone vtiger CRM 5.1. Our goal is to release 5.1 version during September. We are currently focused on integrating the following features: 1. Multi Currency Support 2. Recycle Bin 3. Duplicate Record Merging 4. Calendar Popup Reminder 5. More to be listed shortly... (we are working closely with partners and development community members to integrate some of their contributions) We will also continue to address open issues on trac. You can look at 5.1 development build demo here: http://en.vtiger.com/wip Provide give it a try and provide your feedback to us. One of the important areas is multi-currency support. Please view this document (http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) for more details. Regards, Prasad vtiger Team -------------------------------------------------------------------------------- _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/e0614c8f/attachment.htm From alanslists at gmail.com Thu May 29 01:07:16 2008 From: alanslists at gmail.com (Alan Lord) Date: Thu, 29 May 2008 09:07:16 +0100 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: johnmessingham at hotmail.com wrote: > Hi, > > Are there any plans to allow quotes to be created for service companies? > I think if you could add items to quotes by typing in the service > details rather than having to create a product for each service (which > is usually different for each client) the system would be more appealing > to a wider range of users. I provide vtiger support and integration for > clients but have never been able to actually use the system for my own > business which has been a real shame. > > John Messingham > http://www.jmds.co.uk Hi John, I would like to add support to this request. It's something that has bugged me for a while now. Alan (Strange that I'm another brit too!) -- The way out is open! http://www.theopensourcerer.com From asha at vtiger.com Thu May 29 04:13:05 2008 From: asha at vtiger.com (Asha) Date: Thu, 29 May 2008 16:43:05 +0530 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> <370368f40805281845v6d15e69bwde405b7d30ec243f@mail.gmail.com> Message-ID: Hi David, As Sreenivas pointed out, you can submit your contributions at trac ( http://trac.vtiger.com/) as a ticket and type of the defect as patch. We will mail you soon the login account for trac. On 5/29/08, David fire wrote: > > sorry but where do i find Trac??? > > > 2008/5/28 Sreenivas Kanumuru : > >> Hi DavidV, David, >> >> Thanks for the feedback. >> >> We are planning on architectural improvements to improve modularization >> and simplify plug-in development and installation process. This is the main >> goal for 6.0 release (no timetable yet). There were quite a few feature >> enhancement contributions that were available which we didn't want to hold >> on until the 6.0 release. We are working to get these into the 5.1 release. >> >> David: You may submit contributions (such as credit card field) on Trac. >> It will be helpful if you can also provide some screenshots along with it. >> >> thanks, >> Sreenivas >> >> -- >> Sreenivas Kanumuru >> vtiger Team >> >> Location: >> Sunnyvale, California >> >> Office: +1 (408) 716-8592 >> Cell: +1 (408) 836-5810 >> Skype: skanumuru >> >> >> On Wed, May 28, 2008 at 6:22 PM, David fire wrote: >> >>> hi >>> a very useful feature will be "readonly" fields for some access levels. >>> and of course plugin support!!!. >>> and i made a credit card field which using ajax validate a credit card i >>> want to give it to the proyect where? >>> it is very simple, is a filed for Smarty. >>> David >>> >>> 2008/5/28 David V. : >>> >>> Prasad, >>>> >>>> Thank you for the annoncement. >>>> Is plugin support (being able to install a new module without touching >>>> the core files) a planned feature for the vtiger CRM 5.1 ? >>>> >>>> David V. >>>> >>>> On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: >>>> >>>>> Dear vtigers, >>>>> >>>>> We would like to keep you informed about our next milestone vtiger CRM >>>>> 5.1. Our goal is to release 5.1 version during September. >>>>> >>>>> We are currently focused on integrating the following features: >>>>> >>>>> 1. Multi Currency Support >>>>> 2. Recycle Bin >>>>> 3. Duplicate Record Merging >>>>> 4. Calendar Popup Reminder >>>>> 5. More to be listed shortly... (we are working closely with partners >>>>> and development community members to integrate some of their contributions) >>>>> >>>>> We will also continue to address open issues on trac. >>>>> >>>>> You can look at 5.1 development build demo here: >>>>> http://en.vtiger.com/wip >>>>> >>>>> Provide give it a try and provide your feedback to us. One of the >>>>> important areas is multi-currency support. Please view this document ( >>>>> http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) >>>>> for more details. >>>>> >>>>> Regards, >>>>> Prasad >>>>> vtiger Team >>>>> >>>>> _______________________________________________ >>>>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>>>> >>>> >>>> >>>> _______________________________________________ >>>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>>> >>> >>> >>> >>> -- >>> (\__/) >>> (='.'=)This is Bunny. Copy and paste bunny into your >>> (")_(")signature to help him gain world domination. >>> >>> _______________________________________________ >>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>> >> >> >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > > -- > (\__/) > (='.'=)This is Bunny. Copy and paste bunny into your > (")_(")signature to help him gain world domination. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- Regards, Asha vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/2b939699/attachment.htm From chazarra.clement at gmail.com Thu May 29 05:25:09 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 29 May 2008 13:25:09 +0100 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> References: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> Message-ID: Hi Prasad, Thanks for the quick reply. My webmail hasn't any special configuration, in the "incoming mail server settings" I tried different configurations, imap2/4, ssl, not ssl, tls etc. : I get an error when the details are wrong. With the configurations successfully connecting , the period to retrieve emails is too long when there is a large inbox and shorter with a smaller one, fair enough.. But still, how to make the webmail module behave more quickly? I have been searching and working on it for some d and found out a couple of critical piece of code: Webmail module, ListView.php line 315: *imap_mailboxmsginfo* function is slowing down the whole process, we may be able to replace it by *imap_status *? What do you think? Webmail module, MailBox.php, function fullMailList(): Each time the MailBox method is called, this method is executed On Fri, May 23, 2008 at 5:39 AM, Prasad wrote: > Hi Clem, > > Thank you for updating us with your experience of migration vtiger to 5.0.4 > > Could you please give some details on the Webmail configuration which will > help us in identifying the root cause > of the performance issues with during our validation. > > Are you using ssl enabled Webmail? > > We will keep you updated if we find a solution. > > Community feedback and fix on this is most welcome. > > Regards, > Prasad > vtiger Team > > On 5/22/08, clement chazarra wrote: > >> Hello everybody! >> >> I have migrated one of my customers system to 5.0.4, and I was amazed how >> smoothly it did go!! Well done vTiger team, well done community. >> >> I would like today to share my concerns about the webmail module, so I >> have a couple of questions for you guys: >> >> 1. Have you got good performances using the webmail module in vTiger? >> In my case, small inbox works fine, quick enough, but if I test it on >> large inbox(more than 4000 emails), it just get terribly slow, and >> unworkable. >> >> 2. Has anybody some tips to share to get better performances? >> So far I think mutliple email sending can be enhanced by setting the >> send_delay value on the config file in webmail module >> >> 3. In a technical point of view, how is structured the webmail? >> I am trying to analyse the way vTiger deals with webmails, and it seems >> that any action you intend on the ajax interface will just reload the entire >> inbox, is it the case? >> >> 4. How other webmail solutions (like squirrelmail) deal with this loading >> issue? Is it about caching? >> >> Some insights from you guys could help me and others to draw a big picture >> and then focus on the problems and solutions concerning emails handling. >> >> Hope to hear from you soon, >> >> Bye >> Clem >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/24f43a80/attachment-0001.htm From fp at crm-now.de Thu May 29 05:50:43 2008 From: fp at crm-now.de (Frank Piepiorra) Date: Thu, 29 May 2008 14:50:43 +0200 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 29, Issue 7 In-Reply-To: References: Message-ID: <002801c8c18a$9b910800$d2b31800$@de> John, you may try our different PDF generator posted at the vtiger forge (see http://forums.vtiger.com/viewtopic.php?t=19823). This lets you add as much text as needed for every product/service entry. For instance, you could create product entry called "customer service" add a short generic description (which will be included in the PDF quote) and add the text for the specific customer at the quote (description and comments). Regards, Frank > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > > Are there any plans to allow quotes to be created for service > companies? I think if you could add items to quotes by typing in the > service details rather than having to create a product for each service > (which is usually different for each client) the system would be more > appealing to a wider range of users. I provide vtiger support and > integration for clients but have never been able to actually use the > system for my own business which has been a real shame. > > John Messingham > http://www.jmds.co.uk > From chazarra.clement at gmail.com Thu May 29 06:03:39 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 29 May 2008 14:03:39 +0100 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: References: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> Message-ID: Sorry for the last incomplete email, I slip on the send button ;) I have been searching and working on the webmail matter for some days and found a couple of quick tricks: In Webmails, modify Listview.php line 317 and ListViewAjax.php line 121: $info = imap_mailboxmsginfo($MailBox->mbox); $unread_msgs = $info->Unread; *Must be replaced by* $info = imap_status($MailBox->mbox, "{".$MailBox->imapServerAddress."}".$key, SA_ALL); $unread_msgs = $info->unseen; It should increase the performances significantly on large inbox. I am also on the way to modify how email list is retrieved, so far so good, I have achieve to get the same delay (about 8 sec) to retrieve emails from inbox of 400 and inbox of 4000. To do so I only retrieve the mails from the page to be seen and not the whole list. For exemple if I have set my emails per page to 5, the webmail query will only retrieve 5 emails and not all of them. I could release those modifications but I am still missing a big bit concerning the search functionality: The problem about search is that it will retrieve the whole search list without multiple pages, and if your search get more than 500 results for exemple, you will have to wait quite long. My idea was to do the search, as doing the normal list, with paging functionalitie. It may sounds simple but search is handled differently and enabling the multi page search is much bigger task than I expected.. I believe that I am not far from getting the search working but I need a little help guys, When I input a keyword and press find, I can display my list of results and create the multi page buttons, but once I click on the next page button, the ajax list doesn't take in account that the search field is set. More specificaly in listviewajax.php line 128: if(isset($_REQUEST["search"]) && trim($_REQUEST["search_input"]) != '') { whatever } The above condition doesn't see that a string is in the search field.. I have a couple of questions: Why the same condition works from the listview and not in listviewajax? I believe that the $_REQUEST["search"] and $_REQUEST["search_input"] are not set through the ajax. How could I set and get thoses values when I am in the ajax form? Where to declare them? I am not an ajax specialist, and I need a hint on how vtiger deal with passing variables between forms, ajax forms as _REQUEST. If I can figure out the way to make my ajax form to retrieve the value of the search field when set, I may be able to release a nice patch quite soon ;) The hardest bit has been done, and what took me more than 60 sec to retrieve, now comes in 8 sec, depending of the number of mails per page. I hope to get some reply guys, so I can release an alpha of the patch on monday. Thanks for your concerns, Clem -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/f76db266/attachment.htm From jnmutuku at gmail.com Thu May 29 06:37:35 2008 From: jnmutuku at gmail.com (James Mutuku) Date: Thu, 29 May 2008 16:37:35 +0300 Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations Message-ID: <483EB19F.1080605@gmail.com> Hi, Is there a complete document on creating new vtiger modules other than http://wiki.vtiger.com/index.php/Creating_New_Module? Also is there a guide on customizing the existing modules. Thanks James From andres.mujica at seaq.com.co Thu May 29 07:35:26 2008 From: andres.mujica at seaq.com.co (Andres Mauricio Mujica Zalamea) Date: Thu, 29 May 2008 09:35:26 -0500 (COT) Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 Message-ID: <41401.190.25.98.107.1212071726.squirrel@webmail.seaq.com.co> Hi according to the get together meeting, held a few months ago one of the purposes was an email based ticketing system.. is this possible or planned to 5.1? or it's been delayed? I understand the multiple constraints in the vtiger's development but i truly believe that making the MODULAR PLUGIN system shoud be a NUMBER ONE priority, is the basis for the real grown of vtiger. (anyone has seen othercrm's forge?? ) Anyway thanks a lot for keep us posted. -- Andr?s Mauricio Mujica Zalamea Consultor Linux RHCE #804005093216652 SEAQ SERVICIOS CIA LTDA Tel: (57) 1 6559800 Fax: (57) 1 6559802 www.seaq.com.co Brindamos soluciones en el ?rea de Servidores, Sistemas de Seguridad de Internet (Internet Security Appliance), Telefon?a IP, y Migraci?n a Linux. Somos su aliado en soluciones Linux. --- CONFIDENCIAL. La informaci?n contenida en este e-mail es confidencial y s?lo puede ser utilizada por el individuo o la compa??a a la cual est? dirigido. Si no es usted el destinatario autorizado, cualquier retenci?n, difusi?n, distribuci?n o copia de este mensaje est? prohibida y es sancionada por la ley. Si por error recibe este mensaje, favor reenviar y borrar el mensaje recibido inmediatamente. CONFIDENTIAL. The information on this e-mail is intended to be confidential and only for the use of the individual or entity to whom it is addressed. If you are not the intended recipient, any retention, dissemination, distribution or copying of this message is strictly prohibited and sanctioned by law. If you receive this mail in error, please immediately send back and delete the message received From chazarra.clement at gmail.com Thu May 29 07:43:12 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 29 May 2008 15:43:12 +0100 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <41401.190.25.98.107.1212071726.squirrel@webmail.seaq.com.co> References: <41401.190.25.98.107.1212071726.squirrel@webmail.seaq.com.co> Message-ID: Cannot agree more ;) On Thu, May 29, 2008 at 3:35 PM, Andres Mauricio Mujica Zalamea < andres.mujica at seaq.com.co> wrote: > Hi according to the get together meeting, held a few months ago one of the > purposes was an email based ticketing system.. is this possible or planned > to 5.1? or it's been delayed? > > I understand the multiple constraints in the vtiger's development but i > truly believe that making the MODULAR PLUGIN system shoud be a NUMBER ONE > priority, is the basis for the real grown of vtiger. (anyone has seen > othercrm's forge?? ) > > Anyway thanks a lot for keep us posted. > > -- > Andr?s Mauricio Mujica Zalamea > Consultor Linux RHCE #804005093216652 > SEAQ SERVICIOS CIA LTDA > Tel: (57) 1 6559800 > Fax: (57) 1 6559802 > www.seaq.com.co > > Brindamos soluciones en el ?rea de Servidores, Sistemas de Seguridad de > Internet (Internet Security Appliance), Telefon?a IP, y Migraci?n a Linux. > > Somos su aliado en soluciones Linux. > > --- > > CONFIDENCIAL. La informaci?n contenida en este e-mail es confidencial y > s?lo > puede ser utilizada por el individuo o la compa??a a la cual est? dirigido. > Si no es usted el destinatario autorizado, cualquier retenci?n, difusi?n, > distribuci?n o copia de este mensaje est? prohibida y es sancionada por la > ley. Si por error recibe este mensaje, favor reenviar y borrar el mensaje > recibido inmediatamente. > > CONFIDENTIAL. The information on this e-mail is intended to be confidential > and only for the use of the individual or entity to whom it is addressed. > If > you are not the intended recipient, any retention, dissemination, > distribution or copying of this message is strictly prohibited and > sanctioned > by law. If you receive this mail in error, please immediately send back and > delete the message received > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/b00822f9/attachment.htm From ddfire at gmail.com Thu May 29 07:48:44 2008 From: ddfire at gmail.com (David fire) Date: Thu, 29 May 2008 11:48:44 -0300 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <41401.190.25.98.107.1212071726.squirrel@webmail.seaq.com.co> Message-ID: agree!!!!!!!!!!! 2008/5/29 clement chazarra : > Cannot agree more ;) > > > On Thu, May 29, 2008 at 3:35 PM, Andres Mauricio Mujica Zalamea < > andres.mujica at seaq.com.co> wrote: > >> Hi according to the get together meeting, held a few months ago one of the >> purposes was an email based ticketing system.. is this possible or planned >> to 5.1? or it's been delayed? >> >> I understand the multiple constraints in the vtiger's development but i >> truly believe that making the MODULAR PLUGIN system shoud be a NUMBER ONE >> priority, is the basis for the real grown of vtiger. (anyone has seen >> othercrm's forge?? ) >> >> Anyway thanks a lot for keep us posted. >> >> -- >> Andr?s Mauricio Mujica Zalamea >> Consultor Linux RHCE #804005093216652 >> SEAQ SERVICIOS CIA LTDA >> Tel: (57) 1 6559800 >> Fax: (57) 1 6559802 >> www.seaq.com.co >> >> Brindamos soluciones en el ?rea de Servidores, Sistemas de Seguridad de >> Internet (Internet Security Appliance), Telefon?a IP, y Migraci?n a Linux. >> >> Somos su aliado en soluciones Linux. >> >> --- >> >> CONFIDENCIAL. La informaci?n contenida en este e-mail es confidencial y >> s?lo >> puede ser utilizada por el individuo o la compa??a a la cual est? >> dirigido. >> Si no es usted el destinatario autorizado, cualquier retenci?n, difusi?n, >> distribuci?n o copia de este mensaje est? prohibida y es sancionada por la >> ley. Si por error recibe este mensaje, favor reenviar y borrar el mensaje >> recibido inmediatamente. >> >> CONFIDENTIAL. The information on this e-mail is intended to be >> confidential >> and only for the use of the individual or entity to whom it is addressed. >> If >> you are not the intended recipient, any retention, dissemination, >> distribution or copying of this message is strictly prohibited and >> sanctioned >> by law. If you receive this mail in error, please immediately send back >> and >> delete the message received >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/fd96bfb0/attachment-0001.htm From johnmessingham at hotmail.com Fri May 30 02:50:52 2008 From: johnmessingham at hotmail.com (johnmessingham@hotmail.com) Date: Fri, 30 May 2008 10:50:52 +0100 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 29, Issue 7 In-Reply-To: <002801c8c18a$9b910800$d2b31800$@de> References: <002801c8c18a$9b910800$d2b31800$@de> Message-ID: Thanks for that Frank, I will check it out. John -------------------------------------------------- From: "Frank Piepiorra" Sent: Thursday, May 29, 2008 1:50 PM To: Subject: Re: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 29,Issue 7 > John, you may try our different PDF generator posted at the vtiger forge > (see http://forums.vtiger.com/viewtopic.php?t=19823). > This lets you add as much text as needed for every product/service entry. > For instance, you could create product entry called "customer service" add > a > short generic description (which will be included in the PDF quote) and > add > the text for the specific customer at the quote (description and > comments). > > Regards, > Frank > >> Content-Type: text/plain; charset="iso-8859-1" >> >> Hi, >> >> Are there any plans to allow quotes to be created for service >> companies? I think if you could add items to quotes by typing in the >> service details rather than having to create a product for each service >> (which is usually different for each client) the system would be more >> appealing to a wider range of users. I provide vtiger support and >> integration for clients but have never been able to actually use the >> system for my own business which has been a real shame. >> >> John Messingham >> http://www.jmds.co.uk >> > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From prasad at vtiger.com Fri May 30 09:35:10 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 30 May 2008 22:05:10 +0530 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: References: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> Message-ID: <39d18b250805300935i49f457a2v49e3f1e10dd7f61f@mail.gmail.com> Hi Clem, Thank you for sharing some interesting pointers on the performance of Webmail. We will watch it closely and continue the improvement. Regards, Prasad vtiger Team On 5/29/08, clement chazarra wrote: > > Sorry for the last incomplete email, I slip on the send button ;) > > I have been searching and working on the webmail matter for some days and > found a couple of quick tricks: > > In Webmails, modify Listview.php line 317 and ListViewAjax.php line 121: > > $info = imap_mailboxmsginfo($MailBox->mbox); > $unread_msgs = $info->Unread; > > *Must be replaced by* > > $info = imap_status($MailBox->mbox, > "{".$MailBox->imapServerAddress."}".$key, SA_ALL); > $unread_msgs = $info->unseen; > > It should increase the performances significantly on large inbox. > > I am also on the way to modify how email list is retrieved, so far so good, > I have achieve to get the same delay (about 8 sec) to retrieve emails from > inbox of 400 and inbox of 4000. To do so I only retrieve the mails from the > page to be seen and not the whole list. For exemple if I have set my emails > per page to 5, the webmail query will only retrieve 5 emails and not all of > them. > I could release those modifications but I am still missing a big bit > concerning the search functionality: > > The problem about search is that it will retrieve the whole search list > without multiple pages, and if your search get more than 500 results for > exemple, you will have to wait quite long. My idea was to do the search, as > doing the normal list, with paging functionalitie. > It may sounds simple but search is handled differently and enabling the > multi page search is much bigger task than I expected.. > > I believe that I am not far from getting the search working but I need a > little help guys, > When I input a keyword and press find, I can display my list of results and > create the multi page buttons, but once I click on the next page button, the > ajax list doesn't take in account that the search field is set. > > More specificaly in listviewajax.php line 128: > if(isset($_REQUEST["search"]) && trim($_REQUEST["search_input"]) != '') { > whatever } > The above condition doesn't see that a string is in the search field.. > > I have a couple of questions: > > Why the same condition works from the listview and not in listviewajax? > I believe that the $_REQUEST["search"] and $_REQUEST["search_input"] are > not set through the ajax. > > How could I set and get thoses values when I am in the ajax form? Where to > declare them? > > I am not an ajax specialist, and I need a hint on how vtiger deal with > passing variables between forms, ajax forms as _REQUEST. > > If I can figure out the way to make my ajax form to retrieve the value of > the search field when set, I may be able to release a nice patch quite soon > ;) The hardest bit has been done, and what took me more than 60 sec to > retrieve, now comes in 8 sec, depending of the number of mails per page. > > I hope to get some reply guys, so I can release an alpha of the patch on > monday. > > Thanks for your concerns, > Clem > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080530/f3437520/attachment.htm From chazarra.clement at gmail.com Fri May 30 11:40:10 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Fri, 30 May 2008 19:40:10 +0100 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: <39d18b250805300935i49f457a2v49e3f1e10dd7f61f@mail.gmail.com> References: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> <39d18b250805300935i49f457a2v49e3f1e10dd7f61f@mail.gmail.com> Message-ID: Thanks for your concern.. I was expecting a little help on the ajax matter but I finally figured it out..... I have finish my patch and now need people to test it (especially on large mailbox) and see if we find bugs: Have a look here http://creadev.net/Webmails-vTiger504, At the bottom of the page there is a compressed file to download, you just need to replace existing files from webmails module with those ones. You can also find on the web page install instructions and detailed step by step changes. I published a forum post on vTiger http://forums.vtiger.com/viewtopic.php?p=66012#66012 and here http://creadev.net/forum/5. Feedbacks appreciated ;) Bye On Fri, May 30, 2008 at 5:35 PM, Prasad wrote: > Hi Clem, > > Thank you for sharing some interesting pointers on the performance of > Webmail. > > We will watch it closely and continue the improvement. > > Regards, > Prasad > vtiger Team > > On 5/29/08, clement chazarra wrote: > >> Sorry for the last incomplete email, I slip on the send button ;) >> >> I have been searching and working on the webmail matter for some days and >> found a couple of quick tricks: >> >> In Webmails, modify Listview.php line 317 and ListViewAjax.php line 121: >> >> $info = imap_mailboxmsginfo($MailBox->mbox); >> $unread_msgs = $info->Unread; >> >> *Must be replaced by* >> >> $info = imap_status($MailBox->mbox, >> "{".$MailBox->imapServerAddress."}".$key, SA_ALL); >> $unread_msgs = $info->unseen; >> >> It should increase the performances significantly on large inbox. >> >> I am also on the way to modify how email list is retrieved, so far so >> good, I have achieve to get the same delay (about 8 sec) to retrieve emails >> from inbox of 400 and inbox of 4000. To do so I only retrieve the mails from >> the page to be seen and not the whole list. For exemple if I have set my >> emails per page to 5, the webmail query will only retrieve 5 emails and not >> all of them. >> I could release those modifications but I am still missing a big bit >> concerning the search functionality: >> >> The problem about search is that it will retrieve the whole search list >> without multiple pages, and if your search get more than 500 results for >> exemple, you will have to wait quite long. My idea was to do the search, as >> doing the normal list, with paging functionalitie. >> It may sounds simple but search is handled differently and enabling the >> multi page search is much bigger task than I expected.. >> >> I believe that I am not far from getting the search working but I need a >> little help guys, >> When I input a keyword and press find, I can display my list of results >> and create the multi page buttons, but once I click on the next page button, >> the ajax list doesn't take in account that the search field is set. >> >> More specificaly in listviewajax.php line 128: >> if(isset($_REQUEST["search"]) && trim($_REQUEST["search_input"]) != '') { >> whatever } >> The above condition doesn't see that a string is in the search field.. >> >> I have a couple of questions: >> >> Why the same condition works from the listview and not in listviewajax? >> I believe that the $_REQUEST["search"] and $_REQUEST["search_input"] are >> not set through the ajax. >> >> How could I set and get thoses values when I am in the ajax form? Where to >> declare them? >> >> I am not an ajax specialist, and I need a hint on how vtiger deal with >> passing variables between forms, ajax forms as _REQUEST. >> >> If I can figure out the way to make my ajax form to retrieve the value of >> the search field when set, I may be able to release a nice patch quite soon >> ;) The hardest bit has been done, and what took me more than 60 sec to >> retrieve, now comes in 8 sec, depending of the number of mails per page. >> >> I hope to get some reply guys, so I can release an alpha of the patch on >> monday. >> >> Thanks for your concerns, >> Clem >> >> >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080530/cff32ad6/attachment.htm From prasad at vtiger.com Mon May 5 03:10:07 2008 From: prasad at vtiger.com (Prasad) Date: Mon, 5 May 2008 12:40:07 +0530 Subject: [Vtigercrm-developers] vtiger 5.0.4 iCal Extension Message-ID: <39d18b250805050010r2bf08414gd9cd6ff34e7c47c3@mail.gmail.com> Dear community, vical version 1.0 is now released. This adds support for exporting calendar events in ical format (for vtiger 5.0.4) This work is based on contribution made by JonathanB, http://forums.vtiger.com/viewtopic.php?t=15467 Project URL: http://forge.vtiger.com/projects/vical/ Download URL: http://forge.vtiger.com/frs/?group_id=157 Check it out today and send us the feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080505/8798e1fa/attachment.html From tzenk at gmx.net Mon May 5 21:30:09 2008 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 06 May 2008 03:30:09 +0200 Subject: [Vtigercrm-developers] Changing the colors of the graphs within the cockpit In-Reply-To: <11371646698.2753085964067173159.8633905062536464143@vtiger.com> References: <4681B77D.3010209@gmx.net> <11371646698.2753085964067173159.8633905062536464143@vtiger.com> Message-ID: <481FB4A1.9000208@gmx.net> Hi all, I have two questions about the dashboard-images generated by the ImageGraph on the first page as default . Two things bother me there as you can see here http://www.open-consult.net/vtiger_graph_error.png 1. the square everywhere before the numbers. I don?t have any idea where to get rid of these. Does anyone have a clue? 2. the date below. Where is that generated, i need to change it to european format 04-2008 instead of 2008-04. Where do i have to search? Thanks in advance Torsten Zenk Minnie schrieb: > Dear Tzenk, > > To change the bar color in horizontal bargraph, kindly try > to change the following line in > modules/Dashboard/horizontal_bargraph.php(line no : 111) > > $fill =& Image_Graph::factory('gradient', > array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*blue*', 'white')); > Eg : $fill =& Image_Graph::factory('gradient', > array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*green*', 'white')); > > For vertical graph, do the same changes in > modules/Dashboard/vertical_bargraph.php(line no : 114) > > I hope this is the fix for your problem. > > Thanks & Regards, > Minnie. > > > > > > ----tzenk at gmx.net wrote ---- > > Hi all, > i don??t get any answer from the forum on this, so maybe someone > from the > list can help me with this question: > > Hi all, > i have gone through http://pear.veggerby.dk/forum and > http://wiki.vtiger.com/index.php/ImageGraph_-_General and all the > files > in my vtiger install vtigerCRM/Image to get an answer on this. I have > studied here > http://pear.php.net/package/Image_Graph/docs/latest/li_Image_Graph.html > but i just can??t find the place in the code where to do a simple(?) > change of the blue bars on the startpage. > > In include/utils/GraphUtils.php line 65 -72 it says > > /**This function is used to generate the n colors. > * Param $count - number of colors to generate > * Param $start - value of first color > * Param $step - color increment to apply > * Return type array - array of n colors values > */ > > But when i change the colors within > > function color_generator($count = 1, $start = '33CCFF', $step = > '221133') > > which is a light blue (33CCFF) and almost black (221133) > > nothing changes. > > When i change the color in /Image/Canvas/GD/PNG.php on line 64 > > $transparent = '#123ABD'; > > nothing changes. > > Trying changes within all files that have entries related to colors > NOTHING CHANGES. > > Doing almost 50 changes within over 20 files in the IMAGE folder in > vtiger root just one thing really made a change and changed the > backgroundcolor of the Cockpit in /Image/Canvas/GD/PNG.php on line 88 > > 'fill' => 'white', > > if i change the 'white' to anything listed within /ImageColor.php on > line 502 > this is really changing the color. BUT THAT IS NOT WHAT I NEED!!! > > I just want to change the "blue bars" to "green bars". That??s > all. There > are a lot of descriptions on the above sites and even a lot of > comments > within the vtiger files, but when i make changes , save the file i > changed, empty the browser cache and reload still absolutely nothing > changes. > > So i am really at the end of my research and still couldn??t find any > solution. I am doing something wrong, i am sure, but i don??t know > what. > Did someone of you ever managed to change the color of the Cockpit > bars??? > > TIA > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/72c434a0/attachment.html From tzenk at gmx.net Mon May 5 21:59:07 2008 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 06 May 2008 03:59:07 +0200 Subject: [Vtigercrm-developers] Changing the colors of the graphs within the cockpit In-Reply-To: <481FB4A1.9000208@gmx.net> References: <4681B77D.3010209@gmx.net> <11371646698.2753085964067173159.8633905062536464143@vtiger.com> <481FB4A1.9000208@gmx.net> Message-ID: <481FBB6B.3010503@gmx.net> Hi again, this seems to be because of the missing currency-symbol. I use the ? symbol set up in the settings. So somewhere i have to change this, but i can?t find the place where. Just found out that the amount shown for potentials for example within the graph is generated in Potentials/Charts.php Line 302 where it says $valueproc =& Image_Graph::factory('Image_Graph_DataPreprocessor_Formatted', $current_user->currency_symbol."%d"); the %d stands for the amount, but i can?t find the file where the currency symbol comes in. Can some on help? Regards Torsten Zenk Torsten Zenk schrieb: > Hi all, > > I have two questions about the dashboard-images generated by the > ImageGraph on the first page as default . > Two things bother me there as you can see here > http://www.open-consult.net/vtiger_graph_error.png > 1. the square everywhere before the numbers. I don??t have any idea > where to get rid of these. Does anyone have a clue? > 2. the date below. Where is that generated, i need to change it to > european format 04-2008 instead of 2008-04. Where do i have to search? > > Thanks in advance > Torsten Zenk > > Minnie schrieb: >> Dear Tzenk, >> >> ? ? ? ? ? To change the bar color in horizontal bargraph, kindly >> try to change the following line in >> modules/Dashboard/horizontal_bargraph.php(line no : 111) >> >> $fill =& Image_Graph::factory('gradient', >> array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*blue*', 'white')); >> Eg : $fill =& Image_Graph::factory('gradient', >> array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*green*', 'white')); >> >> For vertical graph, do the same changes in >> modules/Dashboard/vertical_bargraph.php(line no : 114) >> >> I hope this is the fix for your problem. >> >> Thanks & Regards, >> Minnie. >> >> >> >> >> >> ----tzenk at gmx.net wrote ---- >> >> Hi all, >> i don????t get any answer from the forum on this, so maybe >> someone from the >> list can help me with this question: >> >> Hi all, >> i have gone through http://pear.veggerby.dk/forum and >> http://wiki.vtiger.com/index.php/ImageGraph_-_General and all the >> files >> in my vtiger install vtigerCRM/Image to get an answer on this. I >> have >> studied here >> http://pear.php.net/package/Image_Graph/docs/latest/li_Image_Graph.html >> but i just can????t find the place in the code where to do a >> simple(?) >> change of the blue bars on the startpage. >> >> In include/utils/GraphUtils.php line 65 -72 it says >> >> /**This function is used to generate the n colors. >> * Param $count - number of colors to generate >> * Param $start - value of first color >> * Param $step - color increment to apply >> * Return type array - array of n colors values >> */ >> >> But when i change the colors within >> >> function color_generator($count = 1, $start = '33CCFF', $step = >> '221133') >> >> which is a light blue (33CCFF) and almost black (221133) >> >> nothing changes. >> >> When i change the color in /Image/Canvas/GD/PNG.php on line 64 >> >> $transparent = '#123ABD'; >> >> nothing changes. >> >> Trying changes within all files that have entries related to colors >> NOTHING CHANGES. >> >> Doing almost 50 changes within over 20 files in the IMAGE folder in >> vtiger root just one thing really made a change and changed the >> backgroundcolor of the Cockpit in /Image/Canvas/GD/PNG.php on line 88 >> >> 'fill' => 'white', >> >> if i change the 'white' to anything listed within /ImageColor.php on >> line 502 >> this is really changing the color. BUT THAT IS NOT WHAT I NEED!!! >> >> I just want to change the "blue bars" to "green bars". That????s >> all. There >> are a lot of descriptions on the above sites and even a lot of >> comments >> within the vtiger files, but when i make changes , save the file i >> changed, empty the browser cache and reload still absolutely nothing >> changes. >> >> So i am really at the end of my research and still couldn????t >> find any >> solution. I am doing something wrong, i am sure, but i don????t >> know what. >> Did someone of you ever managed to change the color of the >> Cockpit bars??? >> >> TIA >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/15e389c8/attachment.html From joe at tsolucio.com Tue May 6 02:11:36 2008 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 06 May 2008 08:11:36 +0200 Subject: [Vtigercrm-developers] Changing the colors of the graphs within the cockpit In-Reply-To: <481FBB6B.3010503@gmx.net> References: <4681B77D.3010209@gmx.net> <11371646698.2753085964067173159.8633905062536464143@vtiger.com> <481FB4A1.9000208@gmx.net> <481FBB6B.3010503@gmx.net> Message-ID: <481FF698.1000508@tsolucio.com> Hi, The currency can be changed via the Settings section and it is saved in the database table: vtiger_currency_info Joe TSolucio Torsten Zenk escribi?: > Hi again, this seems to be because of the missing currency-symbol. I > use the ? symbol set up in the settings. So somewhere i have to change > this, but i can?t find the place where. Just found out that the amount > shown for potentials for example within the graph is generated in > Potentials/Charts.php Line 302 where it says > $valueproc =& > Image_Graph::factory('Image_Graph_DataPreprocessor_Formatted', > $current_user->currency_symbol."%d"); > the %d stands for the amount, but i can?t find the file where the > currency symbol comes in. Can some on help? > > Regards > Torsten Zenk > > Torsten Zenk schrieb: >> Hi all, >> >> I have two questions about the dashboard-images generated by the >> ImageGraph on the first page as default . >> Two things bother me there as you can see here >> http://www.open-consult.net/vtiger_graph_error.png >> 1. the square everywhere before the numbers. I don??t have any idea >> where to get rid of these. Does anyone have a clue? >> 2. the date below. Where is that generated, i need to change it to >> european format 04-2008 instead of 2008-04. Where do i have to search? >> >> Thanks in advance >> Torsten Zenk >> >> Minnie schrieb: >>> Dear Tzenk, >>> >>> ? ? ? ? ? To change the bar color in horizontal bargraph, >>> kindly try to change the following line in >>> modules/Dashboard/horizontal_bargraph.php(line no : 111) >>> >>> $fill =& Image_Graph::factory('gradient', >>> array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*blue*', 'white')); >>> Eg : $fill =& Image_Graph::factory('gradient', >>> array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*green*', 'white')); >>> >>> For vertical graph, do the same changes in >>> modules/Dashboard/vertical_bargraph.php(line no : 114) >>> >>> I hope this is the fix for your problem. >>> >>> Thanks & Regards, >>> Minnie. >>> >>> >>> >>> >>> >>> ----tzenk at gmx.net wrote ---- >>> >>> Hi all, >>> i don????t get any answer from the forum on this, so maybe >>> someone from the >>> list can help me with this question: >>> >>> Hi all, >>> i have gone through http://pear.veggerby.dk/forum and >>> http://wiki.vtiger.com/index.php/ImageGraph_-_General and all >>> the files >>> in my vtiger install vtigerCRM/Image to get an answer on this. I >>> have >>> studied here >>> http://pear.php.net/package/Image_Graph/docs/latest/li_Image_Graph.html >>> but i just can????t find the place in the code where to do a >>> simple(?) >>> change of the blue bars on the startpage. >>> >>> In include/utils/GraphUtils.php line 65 -72 it says >>> >>> /**This function is used to generate the n colors. >>> * Param $count - number of colors to generate >>> * Param $start - value of first color >>> * Param $step - color increment to apply >>> * Return type array - array of n colors values >>> */ >>> >>> But when i change the colors within >>> >>> function color_generator($count = 1, $start = '33CCFF', $step = >>> '221133') >>> >>> which is a light blue (33CCFF) and almost black (221133) >>> >>> nothing changes. >>> >>> When i change the color in /Image/Canvas/GD/PNG.php on line 64 >>> >>> $transparent = '#123ABD'; >>> >>> nothing changes. >>> >>> Trying changes within all files that have entries related to colors >>> NOTHING CHANGES. >>> >>> Doing almost 50 changes within over 20 files in the IMAGE folder in >>> vtiger root just one thing really made a change and changed the >>> backgroundcolor of the Cockpit in /Image/Canvas/GD/PNG.php on >>> line 88 >>> >>> 'fill' => 'white', >>> >>> if i change the 'white' to anything listed within >>> /ImageColor.php on >>> line 502 >>> this is really changing the color. BUT THAT IS NOT WHAT I NEED!!! >>> >>> I just want to change the "blue bars" to "green bars". That????s >>> all. There >>> are a lot of descriptions on the above sites and even a lot of >>> comments >>> within the vtiger files, but when i make changes , save the file i >>> changed, empty the browser cache and reload still absolutely >>> nothing >>> changes. >>> >>> So i am really at the end of my research and still couldn????t >>> find any >>> solution. I am doing something wrong, i am sure, but i don????t >>> know what. >>> Did someone of you ever managed to change the color of the >>> Cockpit bars??? >>> >>> TIA >>> _______________________________________________ >>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/0029b199/attachment.html From Andreas.Reiche at LGN.Niedersachsen.de Tue May 6 02:34:32 2008 From: Andreas.Reiche at LGN.Niedersachsen.de (Reiche, Andreas) Date: Tue, 6 May 2008 08:34:32 +0200 Subject: [Vtigercrm-developers] =?utf-8?q?Changing_the_colors_of_the_graph?= =?utf-8?q?s_within_the=09cockpit?= Message-ID: Hi Thorsten, as Joe stated the symbol is saved in the db table vtiger_currency_info. From there it is read by the file /modules/users/user.php. I remember that i had problems in showing up the Euro Symbol on the charts. It was fixed when i changed my setup (5.0.3) to UTF8. Hope this helps Andreas Hi, The currency can be changed via the Settings section and it is saved in the database table: vtiger_currency_info Joe TSolucio Torsten Zenk escribi?: Hi again, this seems to be because of the missing currency-symbol. I use the ? symbol set up in the settings. So somewhere i have to change this, but i can?t find the place where. Just found out that the amount shown for potentials for example within the graph is generated in Potentials/Charts.php Line 302 where it says $valueproc =& Image_Graph::factory('Image_Graph_DataPreprocessor_Formatted', $current_user->currency_symbol."%d"); the %d stands for the amount, but i can?t find the file where the currency symbol comes in. Can some on help? Regards Torsten Zenk Torsten Zenk schrieb: Hi all, I have two questions about the dashboard-images generated by the ImageGraph on the first page as default . Two things bother me there as you can see here http://www.open-consult.net/vtiger_graph_error.png 1. the square everywhere before the numbers. I don??t have any idea where to get rid of these. Does anyone have a clue? 2. the date below. Where is that generated, i need to change it to european format 04-2008 instead of 2008-04. Where do i have to search? Thanks in advance Torsten Zenk Minnie schrieb: Dear Tzenk, ? ? ? ? ? To change the bar color in horizontal bargraph, kindly try to change the following line in modules/Dashboard/horizontal_bargraph.php(line no : 111) $fill =& Image_Graph::factory('gradient', array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, 'blue', 'white')); Eg : $fill =& Image_Graph::factory('gradient', array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, 'green', 'white')); For vertical graph, do the same changes in modules/Dashboard/vertical_bargraph.php(line no : 114) I hope this is the fix for your problem. Thanks & Regards, Minnie. ----tzenk at gmx.net wrote ---- Hi all, i don????t get any answer from the forum on this, so maybe someone from the list can help me with this question: Hi all, i have gone through http://pear.veggerby.dk/forum and http://wiki.vtiger.com/index.php/ImageGraph_-_General and all the files in my vtiger install vtigerCRM/Image to get an answer on this. I have studied here http://pear.php.net/package/Image_Graph/docs/latest/li_Image_Graph.html but i just can????t find the place in the code where to do a simple(?) change of the blue bars on the startpage. In include/utils/GraphUtils.php line 65 -72 it says /**This function is used to generate the n colors. * Param $count - number of colors to generate * Param $start - value of first color * Param $step - color increment to apply * Return type array - array of n colors values */ But when i change the colors within function color_generator($count = 1, $start = '33CCFF', $step = '221133') which is a light blue (33CCFF) and almost black (221133) nothing changes. When i change the color in /Image/Canvas/GD/PNG.php on line 64 $transparent = '#123ABD'; nothing changes. Trying changes within all files that have entries related to colors NOTHING CHANGES. Doing almost 50 changes within over 20 files in the IMAGE folder in vtiger root just one thing really made a change and changed the backgroundcolor of the Cockpit in /Image/Canvas/GD/PNG.php on line 88 'fill' => 'white', if i change the 'white' to anything listed within /ImageColor.php on line 502 this is really changing the color. BUT THAT IS NOT WHAT I NEED!!! I just want to change the "blue bars" to "green bars". That????s all. There are a lot of descriptions on the above sites and even a lot of comments within the vtiger files, but when i make changes , save the file i changed, empty the browser cache and reload still absolutely nothing changes. So i am really at the end of my research and still couldn????t find any solution. I am doing something wrong, i am sure, but i don????t know what. Did someone of you ever managed to change the color of the Cockpit bars??? TIA _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com ________________________________ _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com ________________________________ _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From prasad at vtiger.com Tue May 6 07:37:51 2008 From: prasad at vtiger.com (Prasad) Date: Tue, 6 May 2008 17:07:51 +0530 Subject: [Vtigercrm-developers] vtiger 5.0.4 iCal Extension In-Reply-To: <39d18b250805050010r2bf08414gd9cd6ff34e7c47c3@mail.gmail.com> References: <39d18b250805050010r2bf08414gd9cd6ff34e7c47c3@mail.gmail.com> Message-ID: <39d18b250805060437i58f81883k654f71f6bc3edd5c@mail.gmail.com> Dear community, vical version 1.1 is released now. Details of Fix: * Start Time and End Time of Events was not exported properly in version 1.0. This is fixed now. Project URL: http://forge.vtiger.com/projects/vical/ Download URL: http://forge.vtiger.com/frs/?group_id=157 Check it out today and send us the feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/2a4c94c5/attachment.html From kiange at gmail.com Tue May 6 11:44:37 2008 From: kiange at gmail.com (Finjon Kiang) Date: Tue, 6 May 2008 23:44:37 +0800 Subject: [Vtigercrm-developers] Modified version of STS(Translating tool) for 5.0.4 Message-ID: Topic: http://forums.vtiger.com/viewtopic.php?p=65106 About STS: http://www.sugarcrm.com/forums/showthread.php?t=8938 Download the one for vtigerCRM 5.0.4: http://code.google.com/p/twpug/downloads/detail?name=sts_for_vtigercrm.zip -- Finjon Kiang -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/5cfc2002/attachment.html From prasad at vtiger.com Wed May 7 01:35:58 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 7 May 2008 11:05:58 +0530 Subject: [Vtigercrm-developers] Modified version of STS(Translating tool) for 5.0.4 In-Reply-To: References: Message-ID: <39d18b250805062235tfddd2f8v305645f627d2859b@mail.gmail.com> Hi Finjon, Thanks for the update. Regards, Prasad vtiger Team On 5/6/08, Finjon Kiang wrote: > > Topic: > http://forums.vtiger.com/viewtopic.php?p=65106 > > About STS: > http://www.sugarcrm.com/forums/showthread.php?t=8938 > > Download the one for vtigerCRM 5.0.4: > http://code.google.com/p/twpug/downloads/detail?name=sts_for_vtigercrm.zip > > -- > Finjon Kiang > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080507/759e30fd/attachment.html From lee at leev.net Thu May 8 22:15:44 2008 From: lee at leev.net (Lee Valentine) Date: Fri, 9 May 2008 12:15:44 +1000 Subject: [Vtigercrm-developers] displaytype in vtiger_field Message-ID: Hi Guys, I just had a question relating to the displaytype field in vtiger_field. I understand what 1, 2 and 4 mean, but 3? I see the field salutation on leads is a 3 and this field is then tied to the firstname field when creating/editing/viewing the lead. Is there a mapping to say somewhere that the salutation is linked to the firstname field or how is this achieved? Also, the typeofdata field includes whether the field is mandatory or optional, however the uitype also does this? Which one is the master or do they serve different purposes? Thanks, Lee From scott at centritechsolutions.com Fri May 9 21:19:00 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 9 May 2008 21:19:00 -0400 Subject: [Vtigercrm-developers] Lead Status Message-ID: <004e01c8b23b$db754750$0202fea9@scottlaptop> All, I'm trying to use the change status button on the leads list. The list that it gives me doesn't have any of the custom status that I put in there. It only shows me the default status. How do I change the code in the leads module to read my custom settings that I put in the picklist editor? Thank you for your help. Centritech Solutions Logo Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080509/c2cb1725/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 2190 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080509/c2cb1725/attachment.jpe From ddfire at gmail.com Fri May 9 23:06:12 2008 From: ddfire at gmail.com (David fire) Date: Sat, 10 May 2008 00:06:12 -0300 Subject: [Vtigercrm-developers] please a decent module howto Message-ID: hi i managed to create my own fields type including a textbox wich validate a credit card i asked where i can upload it and i didnt gent any answer. but i cant make my own module please any good pdf or any think that i can read to learn. i want to colaborate with the project but i havent any info. thanks David -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/59d07028/attachment.html From joe at tsolucio.com Sat May 10 04:18:52 2008 From: joe at tsolucio.com (Joe Bordes) Date: Sat, 10 May 2008 10:18:52 +0200 Subject: [Vtigercrm-developers] Lead Status In-Reply-To: <004e01c8b23b$db754750$0202fea9@scottlaptop> References: <004e01c8b23b$db754750$0202fea9@scottlaptop> Message-ID: <48255A6C.4070708@tsolucio.com> Hi Scott, I tried this on my test install and it works correctly. Are you sure you have added your status to the correct rol? You have to add the status to the lowest rol or to all those that can see it. Joe TSolucio PD: How did the TTTimecard install turn out? Scott Brown escribi?: > > All, > > > > I?m trying to use the change status button on the leads list. The > list that it gives me doesn?t have any of the custom status that I put > in there. It only shows me the default status. > > > > > > How do I change the code in the leads module to read my custom > settings that I put in the picklist editor? > > > > > > Thank you for your help. > > > > Centritech Solutions Logo > Scott Brown > Operations Manager > Main: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > > http://www.CentriTechSolutions.com > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/f65a7603/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 2190 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/f65a7603/attachment.jpe From scott at centritechsolutions.com Sat May 10 09:00:19 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Sat, 10 May 2008 09:00:19 -0400 Subject: [Vtigercrm-developers] Lead Status In-Reply-To: <48255A6C.4070708@tsolucio.com> References: <004e01c8b23b$db754750$0202fea9@scottlaptop> <48255A6C.4070708@tsolucio.com> Message-ID: <00da01c8b29d$d459e590$0202fea9@scottlaptop> Thanks Joe. I?m not sure if I understand the way the roles work in regards to the pick list, I think I have it on the highest role, thinking that would be a universal thing. I?ll try adding to the lowest rol. Also, Timecards are working fine. I had to change my php safemode setting and after that it seemed to correct the issue I had with running the reports. Thanks for the great addons! Centritech Solutions Logo Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _____ From: Joe Bordes [mailto:joe at tsolucio.com] Sent: Saturday, May 10, 2008 4:19 AM To: scott at centritechsolutions.com; vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Lead Status Hi Scott, I tried this on my test install and it works correctly. Are you sure you have added your status to the correct rol? You have to add the status to the lowest rol or to all those that can see it. Joe TSolucio PD: How did the TTTimecard install turn out? Scott Brown escribi?: All, I?m trying to use the change status button on the leads list. The list that it gives me doesn?t have any of the custom status that I put in there. It only shows me the default status. How do I change the code in the leads module to read my custom settings that I put in the picklist editor? Thank you for your help. Centritech Solutions Logo Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _____ _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/1edc67a5/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 2190 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/1edc67a5/attachment.jpe From jnmutuku at gmail.com Sun May 18 08:18:31 2008 From: jnmutuku at gmail.com (James Mutuku) Date: Sun, 18 May 2008 15:18:31 +0300 Subject: [Vtigercrm-developers] vtiger customization for insurance / insurance brokerage industry Message-ID: <48301E97.7070404@gmail.com> Hi, I want to customize vtiger for the insurance. I have been looking for documentation on where to start but I cant' get anything. Anyone who knows where I can get this information? Any one who has customized vtiger before? James -------------- next part -------------- A non-text attachment was scrubbed... Name: jnmutuku.vcf Type: text/x-vcard Size: 293 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080518/4dd58b27/attachment.vcf From ddfire at gmail.com Sun May 18 13:47:49 2008 From: ddfire at gmail.com (David fire) Date: Sun, 18 May 2008 14:47:49 -0300 Subject: [Vtigercrm-developers] vtiger customization for insurance / insurance brokerage industry In-Reply-To: <48301E97.7070404@gmail.com> References: <48301E97.7070404@gmail.com> Message-ID: hi i got the same problem your best shoot is to make a new module but the problem is out there isnt any serius module how-to and no one in this email list or vtiger foum want to tell how to do a new module. i have asked for it many many times. David. 2008/5/18 James Mutuku : > Hi, > I want to customize vtiger for the insurance. I have been looking for > documentation on where to start but I cant' get anything. Anyone who knows > where I can get this information? Any one who has customized vtiger before? > > James > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080518/1df18213/attachment.html From brett.hooker at roarz.com Sun May 18 16:28:57 2008 From: brett.hooker at roarz.com (Brett Hooker) Date: Sun, 18 May 2008 16:28:57 -0400 (EDT) Subject: [Vtigercrm-developers] vtiger customization for insurance / insurance brokerage industry Message-ID: <31828101.121161211142537858.JavaMail.root@zim002.roarzhost.com> The current architecture makes custom modules quite laborius. Core team and community are working towards an extensible architecture. In the meantime, check out the custom modules in the developer forge area for patterns for making a module. ----- Brett Hooker Sent via Treo 750 smartphone -----Original Message----- From: David fire Sent: Monday, 19 May 2008 2:51 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vtiger customization for insurance / insurance brokerage industry hi i got the same problem your best shoot is to make a new module but the problem is out there isnt any serius module how-to and no one in this email list or vtiger foum want to tell how to do a new module. i have asked for it many many times. David. 2008/5/18 James Mutuku : > Hi, > I want to customize vtiger for the insurance. I have been looking for > documentation on where to start but I cant' get anything. Anyone who knows > where I can get this information? Any one who has customized vtiger before? > > James > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. From andrea at gedameurope.com Tue May 20 11:12:31 2008 From: andrea at gedameurope.com (Andrea Cristofanini) Date: Tue, 20 May 2008 17:12:31 +0200 Subject: [Vtigercrm-developers] Vtigercrm-developers] vtiger customization for mandatory field into new incoice Message-ID: <4832EA5F.4070609@gedameurope.com> Dear all where i have to modify the code for have the javascript controll that check for Date into new invocie ? Regards From ddfire at gmail.com Tue May 20 11:20:02 2008 From: ddfire at gmail.com (David fire) Date: Tue, 20 May 2008 12:20:02 -0300 Subject: [Vtigercrm-developers] Vtigercrm-developers] vtiger customization for mandatory field into new incoice In-Reply-To: <4832EA5F.4070609@gedameurope.com> References: <4832EA5F.4070609@gedameurope.com> Message-ID: hi the easy way is to touch the sql database in the fields table (vtiger_field) look for your field and you will see one field has a strange format like numbers letters and a "~" ok the las letter is O (optional) M (mandatory) change there. David 2008/5/20 Andrea Cristofanini : > Dear all > where i have to modify the code for have the javascript controll that > check for Date into new invocie ? > > Regards > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080520/8b2079f1/attachment.html From andrea at gedameurope.com Tue May 20 12:01:30 2008 From: andrea at gedameurope.com (Andrea Cristofanini) Date: Tue, 20 May 2008 18:01:30 +0200 Subject: [Vtigercrm-developers] Vtigercrm-developers] vtiger customization for mandatory field into new incoice In-Reply-To: References: <4832EA5F.4070609@gedameurope.com> Message-ID: <4832F5DA.3050503@gedameurope.com> Thanks Man you a gem !!! Regards Andrea David fire ha scritto: > hi > the easy way is to touch the sql database > in the fields table (vtiger_field) look for your field and you will > see one field has a strange format like numbers letters and a "~" ok > the las letter is O (optional) M (mandatory) change there. > David > > 2008/5/20 Andrea Cristofanini >: > > Dear all > where i have to modify the code for have the javascript controll that > check for Date into new invocie ? > > Regards > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > -- > (\__/) > (='.'=)This is Bunny. Copy and paste bunny into your > (")_(")signature to help him gain world domination. > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From chazarra.clement at gmail.com Thu May 22 10:24:48 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 22 May 2008 15:24:48 +0100 Subject: [Vtigercrm-developers] Webmail in 5.0.4 Message-ID: Hello everybody! I have migrated one of my customers system to 5.0.4, and I was amazed how smoothly it did go!! Well done vTiger team, well done community. I would like today to share my concerns about the webmail module, so I have a couple of questions for you guys: 1. Have you got good performances using the webmail module in vTiger? In my case, small inbox works fine, quick enough, but if I test it on large inbox(more than 4000 emails), it just get terribly slow, and unworkable. 2. Has anybody some tips to share to get better performances? So far I think mutliple email sending can be enhanced by setting the send_delay value on the config file in webmail module 3. In a technical point of view, how is structured the webmail? I am trying to analyse the way vTiger deals with webmails, and it seems that any action you intend on the ajax interface will just reload the entire inbox, is it the case? 4. How other webmail solutions (like squirrelmail) deal with this loading issue? Is it about caching? Some insights from you guys could help me and others to draw a big picture and then focus on the problems and solutions concerning emails handling. Hope to hear from you soon, Bye Clem -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080522/dfd68019/attachment.html From prasad at vtiger.com Fri May 23 00:34:58 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 23 May 2008 10:04:58 +0530 Subject: [Vtigercrm-developers] vgcal - vtiger Google Calendar Integration Message-ID: <39d18b250805222134i18e3a49cm5ef5869d8290fe46@mail.gmail.com> Dear vtigers, vgcal provides the integration between your vtiger CRM and Google Calendar now. You can add/update vtiger calendar events on to your Google Calendar with a click of a button. To know more about it, check out: http://forge.vtiger.com/frs/download.php/547/vgcal-v1.0.pdf Download now and give it a shot: http://forge.vtiger.com/frs/download.php/546/vgcal-1.0.zip Please read the documentation first. Project URL: http://forge.vtiger.com/projects/vgcal/ Kindly update us with your feedback on this forum post: http://forums.vtiger.com/viewtopic.php?t=19810 Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080523/eb5b5b01/attachment.html From prasad at vtiger.com Fri May 23 00:39:48 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 23 May 2008 10:09:48 +0530 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: References: Message-ID: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> Hi Clem, Thank you for updating us with your experience of migration vtiger to 5.0.4 Could you please give some details on the Webmail configuration which will help us in identifying the root cause of the performance issues with during our validation. Are you using ssl enabled Webmail? We will keep you updated if we find a solution. Community feedback and fix on this is most welcome. Regards, Prasad vtiger Team On 5/22/08, clement chazarra wrote: > > Hello everybody! > > I have migrated one of my customers system to 5.0.4, and I was amazed how > smoothly it did go!! Well done vTiger team, well done community. > > I would like today to share my concerns about the webmail module, so I have > a couple of questions for you guys: > > 1. Have you got good performances using the webmail module in vTiger? > In my case, small inbox works fine, quick enough, but if I test it on large > inbox(more than 4000 emails), it just get terribly slow, and unworkable. > > 2. Has anybody some tips to share to get better performances? > So far I think mutliple email sending can be enhanced by setting the > send_delay value on the config file in webmail module > > 3. In a technical point of view, how is structured the webmail? > I am trying to analyse the way vTiger deals with webmails, and it seems > that any action you intend on the ajax interface will just reload the entire > inbox, is it the case? > > 4. How other webmail solutions (like squirrelmail) deal with this loading > issue? Is it about caching? > > Some insights from you guys could help me and others to draw a big picture > and then focus on the problems and solutions concerning emails handling. > > Hope to hear from you soon, > > Bye > Clem > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080523/ec006b40/attachment.html From prasad at vtiger.com Wed May 28 20:15:22 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 29 May 2008 05:45:22 +0530 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 Message-ID: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Dear vtigers, We would like to keep you informed about our next milestone vtiger CRM 5.1. Our goal is to release 5.1 version during September. We are currently focused on integrating the following features: 1. Multi Currency Support 2. Recycle Bin 3. Duplicate Record Merging 4. Calendar Popup Reminder 5. More to be listed shortly... (we are working closely with partners and development community members to integrate some of their contributions) We will also continue to address open issues on trac. You can look at 5.1 development build demo here: http://en.vtiger.com/wip Provide give it a try and provide your feedback to us. One of the important areas is multi-currency support. Please view this document ( http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) for more details. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/4219885c/attachment.html From davidv.net at gmail.com Wed May 28 20:28:40 2008 From: davidv.net at gmail.com (David V.) Date: Wed, 28 May 2008 20:28:40 -0400 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: Prasad, Thank you for the annoncement. Is plugin support (being able to install a new module without touching the core files) a planned feature for the vtiger CRM 5.1 ? David V. On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: > Dear vtigers, > > We would like to keep you informed about our next milestone vtiger CRM 5.1. > Our goal is to release 5.1 version during September. > > We are currently focused on integrating the following features: > > 1. Multi Currency Support > 2. Recycle Bin > 3. Duplicate Record Merging > 4. Calendar Popup Reminder > 5. More to be listed shortly... (we are working closely with partners and > development community members to integrate some of their contributions) > > We will also continue to address open issues on trac. > > You can look at 5.1 development build demo here: http://en.vtiger.com/wip > > Provide give it a try and provide your feedback to us. One of the important > areas is multi-currency support. Please view this document ( > http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) > for more details. > > Regards, > Prasad > vtiger Team > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080528/6a48f11b/attachment.html From ddfire at gmail.com Wed May 28 21:22:37 2008 From: ddfire at gmail.com (David fire) Date: Wed, 28 May 2008 22:22:37 -0300 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: hi a very useful feature will be "readonly" fields for some access levels. and of course plugin support!!!. and i made a credit card field which using ajax validate a credit card i want to give it to the proyect where? it is very simple, is a filed for Smarty. David 2008/5/28 David V. : > Prasad, > > Thank you for the annoncement. > Is plugin support (being able to install a new module without touching the > core files) a planned feature for the vtiger CRM 5.1 ? > > David V. > > On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: > >> Dear vtigers, >> >> We would like to keep you informed about our next milestone vtiger CRM >> 5.1. Our goal is to release 5.1 version during September. >> >> We are currently focused on integrating the following features: >> >> 1. Multi Currency Support >> 2. Recycle Bin >> 3. Duplicate Record Merging >> 4. Calendar Popup Reminder >> 5. More to be listed shortly... (we are working closely with partners and >> development community members to integrate some of their contributions) >> >> We will also continue to address open issues on trac. >> >> You can look at 5.1 development build demo here: http://en.vtiger.com/wip >> >> Provide give it a try and provide your feedback to us. One of the >> important areas is multi-currency support. Please view this document ( >> http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) >> for more details. >> >> Regards, >> Prasad >> vtiger Team >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080528/3b02cbf0/attachment.html From svk at vtiger.com Wed May 28 21:45:24 2008 From: svk at vtiger.com (Sreenivas Kanumuru) Date: Wed, 28 May 2008 18:45:24 -0700 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: <370368f40805281845v6d15e69bwde405b7d30ec243f@mail.gmail.com> Hi DavidV, David, Thanks for the feedback. We are planning on architectural improvements to improve modularization and simplify plug-in development and installation process. This is the main goal for 6.0 release (no timetable yet). There were quite a few feature enhancement contributions that were available which we didn't want to hold on until the 6.0 release. We are working to get these into the 5.1 release. David: You may submit contributions (such as credit card field) on Trac. It will be helpful if you can also provide some screenshots along with it. thanks, Sreenivas -- Sreenivas Kanumuru vtiger Team Location: Sunnyvale, California Office: +1 (408) 716-8592 Cell: +1 (408) 836-5810 Skype: skanumuru On Wed, May 28, 2008 at 6:22 PM, David fire wrote: > hi > a very useful feature will be "readonly" fields for some access levels. > and of course plugin support!!!. > and i made a credit card field which using ajax validate a credit card i > want to give it to the proyect where? > it is very simple, is a filed for Smarty. > David > > 2008/5/28 David V. : > > Prasad, >> >> Thank you for the annoncement. >> Is plugin support (being able to install a new module without touching the >> core files) a planned feature for the vtiger CRM 5.1 ? >> >> David V. >> >> On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: >> >>> Dear vtigers, >>> >>> We would like to keep you informed about our next milestone vtiger CRM >>> 5.1. Our goal is to release 5.1 version during September. >>> >>> We are currently focused on integrating the following features: >>> >>> 1. Multi Currency Support >>> 2. Recycle Bin >>> 3. Duplicate Record Merging >>> 4. Calendar Popup Reminder >>> 5. More to be listed shortly... (we are working closely with partners and >>> development community members to integrate some of their contributions) >>> >>> We will also continue to address open issues on trac. >>> >>> You can look at 5.1 development build demo here: >>> http://en.vtiger.com/wip >>> >>> Provide give it a try and provide your feedback to us. One of the >>> important areas is multi-currency support. Please view this document ( >>> http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) >>> for more details. >>> >>> Regards, >>> Prasad >>> vtiger Team >>> >>> _______________________________________________ >>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>> >> >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > > -- > (\__/) > (='.'=)This is Bunny. Copy and paste bunny into your > (")_(")signature to help him gain world domination. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080528/c609b634/attachment.html From ddfire at gmail.com Wed May 28 22:18:44 2008 From: ddfire at gmail.com (David fire) Date: Wed, 28 May 2008 23:18:44 -0300 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <370368f40805281845v6d15e69bwde405b7d30ec243f@mail.gmail.com> References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> <370368f40805281845v6d15e69bwde405b7d30ec243f@mail.gmail.com> Message-ID: sorry but where do i find Trac??? 2008/5/28 Sreenivas Kanumuru : > Hi DavidV, David, > > Thanks for the feedback. > > We are planning on architectural improvements to improve modularization > and simplify plug-in development and installation process. This is the main > goal for 6.0 release (no timetable yet). There were quite a few feature > enhancement contributions that were available which we didn't want to hold > on until the 6.0 release. We are working to get these into the 5.1 release. > > David: You may submit contributions (such as credit card field) on Trac. It > will be helpful if you can also provide some screenshots along with it. > > thanks, > Sreenivas > > -- > Sreenivas Kanumuru > vtiger Team > > Location: > Sunnyvale, California > > Office: +1 (408) 716-8592 > Cell: +1 (408) 836-5810 > Skype: skanumuru > > > On Wed, May 28, 2008 at 6:22 PM, David fire wrote: > >> hi >> a very useful feature will be "readonly" fields for some access levels. >> and of course plugin support!!!. >> and i made a credit card field which using ajax validate a credit card i >> want to give it to the proyect where? >> it is very simple, is a filed for Smarty. >> David >> >> 2008/5/28 David V. : >> >> Prasad, >>> >>> Thank you for the annoncement. >>> Is plugin support (being able to install a new module without touching >>> the core files) a planned feature for the vtiger CRM 5.1 ? >>> >>> David V. >>> >>> On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: >>> >>>> Dear vtigers, >>>> >>>> We would like to keep you informed about our next milestone vtiger CRM >>>> 5.1. Our goal is to release 5.1 version during September. >>>> >>>> We are currently focused on integrating the following features: >>>> >>>> 1. Multi Currency Support >>>> 2. Recycle Bin >>>> 3. Duplicate Record Merging >>>> 4. Calendar Popup Reminder >>>> 5. More to be listed shortly... (we are working closely with partners >>>> and development community members to integrate some of their contributions) >>>> >>>> We will also continue to address open issues on trac. >>>> >>>> You can look at 5.1 development build demo here: >>>> http://en.vtiger.com/wip >>>> >>>> Provide give it a try and provide your feedback to us. One of the >>>> important areas is multi-currency support. Please view this document ( >>>> http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) >>>> for more details. >>>> >>>> Regards, >>>> Prasad >>>> vtiger Team >>>> >>>> _______________________________________________ >>>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>>> >>> >>> >>> _______________________________________________ >>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>> >> >> >> >> -- >> (\__/) >> (='.'=)This is Bunny. Copy and paste bunny into your >> (")_(")signature to help him gain world domination. >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080528/62008eed/attachment.html From dome at tel.co.th Wed May 28 23:26:43 2008 From: dome at tel.co.th (Dome Charoenyost) Date: Thu, 29 May 2008 10:26:43 +0700 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: <8ccbff060805282026t5f82a6c6v2bb80482af27e5ca@mail.gmail.com> Postgresql Please :) Dome C. On Thu, May 29, 2008 at 7:15 AM, Prasad wrote: > Dear vtigers, > > We would like to keep you informed about our next milestone vtiger CRM 5.1. > Our goal is to release 5.1 version during September. > > We are currently focused on integrating the following features: > > 1. Multi Currency Support > 2. Recycle Bin > 3. Duplicate Record Merging > 4. Calendar Popup Reminder > 5. More to be listed shortly... (we are working closely with partners and > development community members to integrate some of their contributions) > > We will also continue to address open issues on trac. > > You can look at 5.1 development build demo here: http://en.vtiger.com/wip > > Provide give it a try and provide your feedback to us. One of the important > areas is multi-currency support. Please view this document > (http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) > for more details. > > Regards, > Prasad > vtiger Team > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From johnmessingham at hotmail.com Thu May 29 03:31:40 2008 From: johnmessingham at hotmail.com (johnmessingham at hotmail.com) Date: Thu, 29 May 2008 08:31:40 +0100 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: Hi, Are there any plans to allow quotes to be created for service companies? I think if you could add items to quotes by typing in the service details rather than having to create a product for each service (which is usually different for each client) the system would be more appealing to a wider range of users. I provide vtiger support and integration for clients but have never been able to actually use the system for my own business which has been a real shame. John Messingham http://www.jmds.co.uk From: Prasad Sent: Thursday, May 29, 2008 1:15 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 Dear vtigers, We would like to keep you informed about our next milestone vtiger CRM 5.1. Our goal is to release 5.1 version during September. We are currently focused on integrating the following features: 1. Multi Currency Support 2. Recycle Bin 3. Duplicate Record Merging 4. Calendar Popup Reminder 5. More to be listed shortly... (we are working closely with partners and development community members to integrate some of their contributions) We will also continue to address open issues on trac. You can look at 5.1 development build demo here: http://en.vtiger.com/wip Provide give it a try and provide your feedback to us. One of the important areas is multi-currency support. Please view this document (http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) for more details. Regards, Prasad vtiger Team -------------------------------------------------------------------------------- _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/e0614c8f/attachment.html From alanslists at gmail.com Thu May 29 04:07:16 2008 From: alanslists at gmail.com (Alan Lord) Date: Thu, 29 May 2008 09:07:16 +0100 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: johnmessingham at hotmail.com wrote: > Hi, > > Are there any plans to allow quotes to be created for service companies? > I think if you could add items to quotes by typing in the service > details rather than having to create a product for each service (which > is usually different for each client) the system would be more appealing > to a wider range of users. I provide vtiger support and integration for > clients but have never been able to actually use the system for my own > business which has been a real shame. > > John Messingham > http://www.jmds.co.uk Hi John, I would like to add support to this request. It's something that has bugged me for a while now. Alan (Strange that I'm another brit too!) -- The way out is open! http://www.theopensourcerer.com From asha at vtiger.com Thu May 29 07:13:05 2008 From: asha at vtiger.com (Asha) Date: Thu, 29 May 2008 16:43:05 +0530 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> <370368f40805281845v6d15e69bwde405b7d30ec243f@mail.gmail.com> Message-ID: Hi David, As Sreenivas pointed out, you can submit your contributions at trac ( http://trac.vtiger.com/) as a ticket and type of the defect as patch. We will mail you soon the login account for trac. On 5/29/08, David fire wrote: > > sorry but where do i find Trac??? > > > 2008/5/28 Sreenivas Kanumuru : > >> Hi DavidV, David, >> >> Thanks for the feedback. >> >> We are planning on architectural improvements to improve modularization >> and simplify plug-in development and installation process. This is the main >> goal for 6.0 release (no timetable yet). There were quite a few feature >> enhancement contributions that were available which we didn't want to hold >> on until the 6.0 release. We are working to get these into the 5.1 release. >> >> David: You may submit contributions (such as credit card field) on Trac. >> It will be helpful if you can also provide some screenshots along with it. >> >> thanks, >> Sreenivas >> >> -- >> Sreenivas Kanumuru >> vtiger Team >> >> Location: >> Sunnyvale, California >> >> Office: +1 (408) 716-8592 >> Cell: +1 (408) 836-5810 >> Skype: skanumuru >> >> >> On Wed, May 28, 2008 at 6:22 PM, David fire wrote: >> >>> hi >>> a very useful feature will be "readonly" fields for some access levels. >>> and of course plugin support!!!. >>> and i made a credit card field which using ajax validate a credit card i >>> want to give it to the proyect where? >>> it is very simple, is a filed for Smarty. >>> David >>> >>> 2008/5/28 David V. : >>> >>> Prasad, >>>> >>>> Thank you for the annoncement. >>>> Is plugin support (being able to install a new module without touching >>>> the core files) a planned feature for the vtiger CRM 5.1 ? >>>> >>>> David V. >>>> >>>> On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: >>>> >>>>> Dear vtigers, >>>>> >>>>> We would like to keep you informed about our next milestone vtiger CRM >>>>> 5.1. Our goal is to release 5.1 version during September. >>>>> >>>>> We are currently focused on integrating the following features: >>>>> >>>>> 1. Multi Currency Support >>>>> 2. Recycle Bin >>>>> 3. Duplicate Record Merging >>>>> 4. Calendar Popup Reminder >>>>> 5. More to be listed shortly... (we are working closely with partners >>>>> and development community members to integrate some of their contributions) >>>>> >>>>> We will also continue to address open issues on trac. >>>>> >>>>> You can look at 5.1 development build demo here: >>>>> http://en.vtiger.com/wip >>>>> >>>>> Provide give it a try and provide your feedback to us. One of the >>>>> important areas is multi-currency support. Please view this document ( >>>>> http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) >>>>> for more details. >>>>> >>>>> Regards, >>>>> Prasad >>>>> vtiger Team >>>>> >>>>> _______________________________________________ >>>>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>>>> >>>> >>>> >>>> _______________________________________________ >>>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>>> >>> >>> >>> >>> -- >>> (\__/) >>> (='.'=)This is Bunny. Copy and paste bunny into your >>> (")_(")signature to help him gain world domination. >>> >>> _______________________________________________ >>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>> >> >> >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > > -- > (\__/) > (='.'=)This is Bunny. Copy and paste bunny into your > (")_(")signature to help him gain world domination. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- Regards, Asha vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/2b939699/attachment.html From chazarra.clement at gmail.com Thu May 29 08:25:09 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 29 May 2008 13:25:09 +0100 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> References: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> Message-ID: Hi Prasad, Thanks for the quick reply. My webmail hasn't any special configuration, in the "incoming mail server settings" I tried different configurations, imap2/4, ssl, not ssl, tls etc. : I get an error when the details are wrong. With the configurations successfully connecting , the period to retrieve emails is too long when there is a large inbox and shorter with a smaller one, fair enough.. But still, how to make the webmail module behave more quickly? I have been searching and working on it for some d and found out a couple of critical piece of code: Webmail module, ListView.php line 315: *imap_mailboxmsginfo* function is slowing down the whole process, we may be able to replace it by *imap_status *? What do you think? Webmail module, MailBox.php, function fullMailList(): Each time the MailBox method is called, this method is executed On Fri, May 23, 2008 at 5:39 AM, Prasad wrote: > Hi Clem, > > Thank you for updating us with your experience of migration vtiger to 5.0.4 > > Could you please give some details on the Webmail configuration which will > help us in identifying the root cause > of the performance issues with during our validation. > > Are you using ssl enabled Webmail? > > We will keep you updated if we find a solution. > > Community feedback and fix on this is most welcome. > > Regards, > Prasad > vtiger Team > > On 5/22/08, clement chazarra wrote: > >> Hello everybody! >> >> I have migrated one of my customers system to 5.0.4, and I was amazed how >> smoothly it did go!! Well done vTiger team, well done community. >> >> I would like today to share my concerns about the webmail module, so I >> have a couple of questions for you guys: >> >> 1. Have you got good performances using the webmail module in vTiger? >> In my case, small inbox works fine, quick enough, but if I test it on >> large inbox(more than 4000 emails), it just get terribly slow, and >> unworkable. >> >> 2. Has anybody some tips to share to get better performances? >> So far I think mutliple email sending can be enhanced by setting the >> send_delay value on the config file in webmail module >> >> 3. In a technical point of view, how is structured the webmail? >> I am trying to analyse the way vTiger deals with webmails, and it seems >> that any action you intend on the ajax interface will just reload the entire >> inbox, is it the case? >> >> 4. How other webmail solutions (like squirrelmail) deal with this loading >> issue? Is it about caching? >> >> Some insights from you guys could help me and others to draw a big picture >> and then focus on the problems and solutions concerning emails handling. >> >> Hope to hear from you soon, >> >> Bye >> Clem >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/24f43a80/attachment.html From fp at crm-now.de Thu May 29 08:50:43 2008 From: fp at crm-now.de (Frank Piepiorra) Date: Thu, 29 May 2008 14:50:43 +0200 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 29, Issue 7 In-Reply-To: References: Message-ID: <002801c8c18a$9b910800$d2b31800$@de> John, you may try our different PDF generator posted at the vtiger forge (see http://forums.vtiger.com/viewtopic.php?t=19823). This lets you add as much text as needed for every product/service entry. For instance, you could create product entry called "customer service" add a short generic description (which will be included in the PDF quote) and add the text for the specific customer at the quote (description and comments). Regards, Frank > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > > Are there any plans to allow quotes to be created for service > companies? I think if you could add items to quotes by typing in the > service details rather than having to create a product for each service > (which is usually different for each client) the system would be more > appealing to a wider range of users. I provide vtiger support and > integration for clients but have never been able to actually use the > system for my own business which has been a real shame. > > John Messingham > http://www.jmds.co.uk > From chazarra.clement at gmail.com Thu May 29 09:03:39 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 29 May 2008 14:03:39 +0100 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: References: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> Message-ID: Sorry for the last incomplete email, I slip on the send button ;) I have been searching and working on the webmail matter for some days and found a couple of quick tricks: In Webmails, modify Listview.php line 317 and ListViewAjax.php line 121: $info = imap_mailboxmsginfo($MailBox->mbox); $unread_msgs = $info->Unread; *Must be replaced by* $info = imap_status($MailBox->mbox, "{".$MailBox->imapServerAddress."}".$key, SA_ALL); $unread_msgs = $info->unseen; It should increase the performances significantly on large inbox. I am also on the way to modify how email list is retrieved, so far so good, I have achieve to get the same delay (about 8 sec) to retrieve emails from inbox of 400 and inbox of 4000. To do so I only retrieve the mails from the page to be seen and not the whole list. For exemple if I have set my emails per page to 5, the webmail query will only retrieve 5 emails and not all of them. I could release those modifications but I am still missing a big bit concerning the search functionality: The problem about search is that it will retrieve the whole search list without multiple pages, and if your search get more than 500 results for exemple, you will have to wait quite long. My idea was to do the search, as doing the normal list, with paging functionalitie. It may sounds simple but search is handled differently and enabling the multi page search is much bigger task than I expected.. I believe that I am not far from getting the search working but I need a little help guys, When I input a keyword and press find, I can display my list of results and create the multi page buttons, but once I click on the next page button, the ajax list doesn't take in account that the search field is set. More specificaly in listviewajax.php line 128: if(isset($_REQUEST["search"]) && trim($_REQUEST["search_input"]) != '') { whatever } The above condition doesn't see that a string is in the search field.. I have a couple of questions: Why the same condition works from the listview and not in listviewajax? I believe that the $_REQUEST["search"] and $_REQUEST["search_input"] are not set through the ajax. How could I set and get thoses values when I am in the ajax form? Where to declare them? I am not an ajax specialist, and I need a hint on how vtiger deal with passing variables between forms, ajax forms as _REQUEST. If I can figure out the way to make my ajax form to retrieve the value of the search field when set, I may be able to release a nice patch quite soon ;) The hardest bit has been done, and what took me more than 60 sec to retrieve, now comes in 8 sec, depending of the number of mails per page. I hope to get some reply guys, so I can release an alpha of the patch on monday. Thanks for your concerns, Clem -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/f76db266/attachment.html From jnmutuku at gmail.com Thu May 29 09:37:35 2008 From: jnmutuku at gmail.com (James Mutuku) Date: Thu, 29 May 2008 16:37:35 +0300 Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations Message-ID: <483EB19F.1080605@gmail.com> Hi, Is there a complete document on creating new vtiger modules other than http://wiki.vtiger.com/index.php/Creating_New_Module? Also is there a guide on customizing the existing modules. Thanks James From andres.mujica at seaq.com.co Thu May 29 10:35:26 2008 From: andres.mujica at seaq.com.co (Andres Mauricio Mujica Zalamea) Date: Thu, 29 May 2008 09:35:26 -0500 (COT) Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 Message-ID: <41401.190.25.98.107.1212071726.squirrel@webmail.seaq.com.co> Hi according to the get together meeting, held a few months ago one of the purposes was an email based ticketing system.. is this possible or planned to 5.1? or it's been delayed? I understand the multiple constraints in the vtiger's development but i truly believe that making the MODULAR PLUGIN system shoud be a NUMBER ONE priority, is the basis for the real grown of vtiger. (anyone has seen othercrm's forge?? ) Anyway thanks a lot for keep us posted. -- Andr?s Mauricio Mujica Zalamea Consultor Linux RHCE #804005093216652 SEAQ SERVICIOS CIA LTDA Tel: (57) 1 6559800 Fax: (57) 1 6559802 www.seaq.com.co Brindamos soluciones en el ?rea de Servidores, Sistemas de Seguridad de Internet (Internet Security Appliance), Telefon?a IP, y Migraci?n a Linux. Somos su aliado en soluciones Linux. --- CONFIDENCIAL. La informaci?n contenida en este e-mail es confidencial y s?lo puede ser utilizada por el individuo o la compa??a a la cual est? dirigido. Si no es usted el destinatario autorizado, cualquier retenci?n, difusi?n, distribuci?n o copia de este mensaje est? prohibida y es sancionada por la ley. Si por error recibe este mensaje, favor reenviar y borrar el mensaje recibido inmediatamente. CONFIDENTIAL. The information on this e-mail is intended to be confidential and only for the use of the individual or entity to whom it is addressed. If you are not the intended recipient, any retention, dissemination, distribution or copying of this message is strictly prohibited and sanctioned by law. If you receive this mail in error, please immediately send back and delete the message received From chazarra.clement at gmail.com Thu May 29 10:43:12 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 29 May 2008 15:43:12 +0100 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <41401.190.25.98.107.1212071726.squirrel@webmail.seaq.com.co> References: <41401.190.25.98.107.1212071726.squirrel@webmail.seaq.com.co> Message-ID: Cannot agree more ;) On Thu, May 29, 2008 at 3:35 PM, Andres Mauricio Mujica Zalamea < andres.mujica at seaq.com.co> wrote: > Hi according to the get together meeting, held a few months ago one of the > purposes was an email based ticketing system.. is this possible or planned > to 5.1? or it's been delayed? > > I understand the multiple constraints in the vtiger's development but i > truly believe that making the MODULAR PLUGIN system shoud be a NUMBER ONE > priority, is the basis for the real grown of vtiger. (anyone has seen > othercrm's forge?? ) > > Anyway thanks a lot for keep us posted. > > -- > Andr?s Mauricio Mujica Zalamea > Consultor Linux RHCE #804005093216652 > SEAQ SERVICIOS CIA LTDA > Tel: (57) 1 6559800 > Fax: (57) 1 6559802 > www.seaq.com.co > > Brindamos soluciones en el ?rea de Servidores, Sistemas de Seguridad de > Internet (Internet Security Appliance), Telefon?a IP, y Migraci?n a Linux. > > Somos su aliado en soluciones Linux. > > --- > > CONFIDENCIAL. La informaci?n contenida en este e-mail es confidencial y > s?lo > puede ser utilizada por el individuo o la compa??a a la cual est? dirigido. > Si no es usted el destinatario autorizado, cualquier retenci?n, difusi?n, > distribuci?n o copia de este mensaje est? prohibida y es sancionada por la > ley. Si por error recibe este mensaje, favor reenviar y borrar el mensaje > recibido inmediatamente. > > CONFIDENTIAL. The information on this e-mail is intended to be confidential > and only for the use of the individual or entity to whom it is addressed. > If > you are not the intended recipient, any retention, dissemination, > distribution or copying of this message is strictly prohibited and > sanctioned > by law. If you receive this mail in error, please immediately send back and > delete the message received > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/b00822f9/attachment.html From ddfire at gmail.com Thu May 29 10:48:44 2008 From: ddfire at gmail.com (David fire) Date: Thu, 29 May 2008 11:48:44 -0300 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <41401.190.25.98.107.1212071726.squirrel@webmail.seaq.com.co> Message-ID: agree!!!!!!!!!!! 2008/5/29 clement chazarra : > Cannot agree more ;) > > > On Thu, May 29, 2008 at 3:35 PM, Andres Mauricio Mujica Zalamea < > andres.mujica at seaq.com.co> wrote: > >> Hi according to the get together meeting, held a few months ago one of the >> purposes was an email based ticketing system.. is this possible or planned >> to 5.1? or it's been delayed? >> >> I understand the multiple constraints in the vtiger's development but i >> truly believe that making the MODULAR PLUGIN system shoud be a NUMBER ONE >> priority, is the basis for the real grown of vtiger. (anyone has seen >> othercrm's forge?? ) >> >> Anyway thanks a lot for keep us posted. >> >> -- >> Andr?s Mauricio Mujica Zalamea >> Consultor Linux RHCE #804005093216652 >> SEAQ SERVICIOS CIA LTDA >> Tel: (57) 1 6559800 >> Fax: (57) 1 6559802 >> www.seaq.com.co >> >> Brindamos soluciones en el ?rea de Servidores, Sistemas de Seguridad de >> Internet (Internet Security Appliance), Telefon?a IP, y Migraci?n a Linux. >> >> Somos su aliado en soluciones Linux. >> >> --- >> >> CONFIDENCIAL. La informaci?n contenida en este e-mail es confidencial y >> s?lo >> puede ser utilizada por el individuo o la compa??a a la cual est? >> dirigido. >> Si no es usted el destinatario autorizado, cualquier retenci?n, difusi?n, >> distribuci?n o copia de este mensaje est? prohibida y es sancionada por la >> ley. Si por error recibe este mensaje, favor reenviar y borrar el mensaje >> recibido inmediatamente. >> >> CONFIDENTIAL. The information on this e-mail is intended to be >> confidential >> and only for the use of the individual or entity to whom it is addressed. >> If >> you are not the intended recipient, any retention, dissemination, >> distribution or copying of this message is strictly prohibited and >> sanctioned >> by law. If you receive this mail in error, please immediately send back >> and >> delete the message received >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/fd96bfb0/attachment.html From johnmessingham at hotmail.com Fri May 30 05:50:52 2008 From: johnmessingham at hotmail.com (johnmessingham at hotmail.com) Date: Fri, 30 May 2008 10:50:52 +0100 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 29, Issue 7 In-Reply-To: <002801c8c18a$9b910800$d2b31800$@de> References: <002801c8c18a$9b910800$d2b31800$@de> Message-ID: Thanks for that Frank, I will check it out. John -------------------------------------------------- From: "Frank Piepiorra" Sent: Thursday, May 29, 2008 1:50 PM To: Subject: Re: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 29,Issue 7 > John, you may try our different PDF generator posted at the vtiger forge > (see http://forums.vtiger.com/viewtopic.php?t=19823). > This lets you add as much text as needed for every product/service entry. > For instance, you could create product entry called "customer service" add > a > short generic description (which will be included in the PDF quote) and > add > the text for the specific customer at the quote (description and > comments). > > Regards, > Frank > >> Content-Type: text/plain; charset="iso-8859-1" >> >> Hi, >> >> Are there any plans to allow quotes to be created for service >> companies? I think if you could add items to quotes by typing in the >> service details rather than having to create a product for each service >> (which is usually different for each client) the system would be more >> appealing to a wider range of users. I provide vtiger support and >> integration for clients but have never been able to actually use the >> system for my own business which has been a real shame. >> >> John Messingham >> http://www.jmds.co.uk >> > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From prasad at vtiger.com Fri May 30 12:35:10 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 30 May 2008 22:05:10 +0530 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: References: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> Message-ID: <39d18b250805300935i49f457a2v49e3f1e10dd7f61f@mail.gmail.com> Hi Clem, Thank you for sharing some interesting pointers on the performance of Webmail. We will watch it closely and continue the improvement. Regards, Prasad vtiger Team On 5/29/08, clement chazarra wrote: > > Sorry for the last incomplete email, I slip on the send button ;) > > I have been searching and working on the webmail matter for some days and > found a couple of quick tricks: > > In Webmails, modify Listview.php line 317 and ListViewAjax.php line 121: > > $info = imap_mailboxmsginfo($MailBox->mbox); > $unread_msgs = $info->Unread; > > *Must be replaced by* > > $info = imap_status($MailBox->mbox, > "{".$MailBox->imapServerAddress."}".$key, SA_ALL); > $unread_msgs = $info->unseen; > > It should increase the performances significantly on large inbox. > > I am also on the way to modify how email list is retrieved, so far so good, > I have achieve to get the same delay (about 8 sec) to retrieve emails from > inbox of 400 and inbox of 4000. To do so I only retrieve the mails from the > page to be seen and not the whole list. For exemple if I have set my emails > per page to 5, the webmail query will only retrieve 5 emails and not all of > them. > I could release those modifications but I am still missing a big bit > concerning the search functionality: > > The problem about search is that it will retrieve the whole search list > without multiple pages, and if your search get more than 500 results for > exemple, you will have to wait quite long. My idea was to do the search, as > doing the normal list, with paging functionalitie. > It may sounds simple but search is handled differently and enabling the > multi page search is much bigger task than I expected.. > > I believe that I am not far from getting the search working but I need a > little help guys, > When I input a keyword and press find, I can display my list of results and > create the multi page buttons, but once I click on the next page button, the > ajax list doesn't take in account that the search field is set. > > More specificaly in listviewajax.php line 128: > if(isset($_REQUEST["search"]) && trim($_REQUEST["search_input"]) != '') { > whatever } > The above condition doesn't see that a string is in the search field.. > > I have a couple of questions: > > Why the same condition works from the listview and not in listviewajax? > I believe that the $_REQUEST["search"] and $_REQUEST["search_input"] are > not set through the ajax. > > How could I set and get thoses values when I am in the ajax form? Where to > declare them? > > I am not an ajax specialist, and I need a hint on how vtiger deal with > passing variables between forms, ajax forms as _REQUEST. > > If I can figure out the way to make my ajax form to retrieve the value of > the search field when set, I may be able to release a nice patch quite soon > ;) The hardest bit has been done, and what took me more than 60 sec to > retrieve, now comes in 8 sec, depending of the number of mails per page. > > I hope to get some reply guys, so I can release an alpha of the patch on > monday. > > Thanks for your concerns, > Clem > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080530/f3437520/attachment.html From chazarra.clement at gmail.com Fri May 30 14:40:10 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Fri, 30 May 2008 19:40:10 +0100 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: <39d18b250805300935i49f457a2v49e3f1e10dd7f61f@mail.gmail.com> References: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> <39d18b250805300935i49f457a2v49e3f1e10dd7f61f@mail.gmail.com> Message-ID: Thanks for your concern.. I was expecting a little help on the ajax matter but I finally figured it out..... I have finish my patch and now need people to test it (especially on large mailbox) and see if we find bugs: Have a look here http://creadev.net/Webmails-vTiger504, At the bottom of the page there is a compressed file to download, you just need to replace existing files from webmails module with those ones. You can also find on the web page install instructions and detailed step by step changes. I published a forum post on vTiger http://forums.vtiger.com/viewtopic.php?p=66012#66012 and here http://creadev.net/forum/5. Feedbacks appreciated ;) Bye On Fri, May 30, 2008 at 5:35 PM, Prasad wrote: > Hi Clem, > > Thank you for sharing some interesting pointers on the performance of > Webmail. > > We will watch it closely and continue the improvement. > > Regards, > Prasad > vtiger Team > > On 5/29/08, clement chazarra wrote: > >> Sorry for the last incomplete email, I slip on the send button ;) >> >> I have been searching and working on the webmail matter for some days and >> found a couple of quick tricks: >> >> In Webmails, modify Listview.php line 317 and ListViewAjax.php line 121: >> >> $info = imap_mailboxmsginfo($MailBox->mbox); >> $unread_msgs = $info->Unread; >> >> *Must be replaced by* >> >> $info = imap_status($MailBox->mbox, >> "{".$MailBox->imapServerAddress."}".$key, SA_ALL); >> $unread_msgs = $info->unseen; >> >> It should increase the performances significantly on large inbox. >> >> I am also on the way to modify how email list is retrieved, so far so >> good, I have achieve to get the same delay (about 8 sec) to retrieve emails >> from inbox of 400 and inbox of 4000. To do so I only retrieve the mails from >> the page to be seen and not the whole list. For exemple if I have set my >> emails per page to 5, the webmail query will only retrieve 5 emails and not >> all of them. >> I could release those modifications but I am still missing a big bit >> concerning the search functionality: >> >> The problem about search is that it will retrieve the whole search list >> without multiple pages, and if your search get more than 500 results for >> exemple, you will have to wait quite long. My idea was to do the search, as >> doing the normal list, with paging functionalitie. >> It may sounds simple but search is handled differently and enabling the >> multi page search is much bigger task than I expected.. >> >> I believe that I am not far from getting the search working but I need a >> little help guys, >> When I input a keyword and press find, I can display my list of results >> and create the multi page buttons, but once I click on the next page button, >> the ajax list doesn't take in account that the search field is set. >> >> More specificaly in listviewajax.php line 128: >> if(isset($_REQUEST["search"]) && trim($_REQUEST["search_input"]) != '') { >> whatever } >> The above condition doesn't see that a string is in the search field.. >> >> I have a couple of questions: >> >> Why the same condition works from the listview and not in listviewajax? >> I believe that the $_REQUEST["search"] and $_REQUEST["search_input"] are >> not set through the ajax. >> >> How could I set and get thoses values when I am in the ajax form? Where to >> declare them? >> >> I am not an ajax specialist, and I need a hint on how vtiger deal with >> passing variables between forms, ajax forms as _REQUEST. >> >> If I can figure out the way to make my ajax form to retrieve the value of >> the search field when set, I may be able to release a nice patch quite soon >> ;) The hardest bit has been done, and what took me more than 60 sec to >> retrieve, now comes in 8 sec, depending of the number of mails per page. >> >> I hope to get some reply guys, so I can release an alpha of the patch on >> monday. >> >> Thanks for your concerns, >> Clem >> >> >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080530/cff32ad6/attachment.html From prasad at vtiger.com Mon May 5 03:10:07 2008 From: prasad at vtiger.com (Prasad) Date: Mon, 5 May 2008 12:40:07 +0530 Subject: [Vtigercrm-developers] vtiger 5.0.4 iCal Extension Message-ID: <39d18b250805050010r2bf08414gd9cd6ff34e7c47c3@mail.gmail.com> Dear community, vical version 1.0 is now released. This adds support for exporting calendar events in ical format (for vtiger 5.0.4) This work is based on contribution made by JonathanB, http://forums.vtiger.com/viewtopic.php?t=15467 Project URL: http://forge.vtiger.com/projects/vical/ Download URL: http://forge.vtiger.com/frs/?group_id=157 Check it out today and send us the feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080505/8798e1fa/attachment-0001.html From tzenk at gmx.net Mon May 5 21:30:09 2008 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 06 May 2008 03:30:09 +0200 Subject: [Vtigercrm-developers] Changing the colors of the graphs within the cockpit In-Reply-To: <11371646698.2753085964067173159.8633905062536464143@vtiger.com> References: <4681B77D.3010209@gmx.net> <11371646698.2753085964067173159.8633905062536464143@vtiger.com> Message-ID: <481FB4A1.9000208@gmx.net> Hi all, I have two questions about the dashboard-images generated by the ImageGraph on the first page as default . Two things bother me there as you can see here http://www.open-consult.net/vtiger_graph_error.png 1. the square everywhere before the numbers. I don?t have any idea where to get rid of these. Does anyone have a clue? 2. the date below. Where is that generated, i need to change it to european format 04-2008 instead of 2008-04. Where do i have to search? Thanks in advance Torsten Zenk Minnie schrieb: > Dear Tzenk, > > To change the bar color in horizontal bargraph, kindly try > to change the following line in > modules/Dashboard/horizontal_bargraph.php(line no : 111) > > $fill =& Image_Graph::factory('gradient', > array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*blue*', 'white')); > Eg : $fill =& Image_Graph::factory('gradient', > array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*green*', 'white')); > > For vertical graph, do the same changes in > modules/Dashboard/vertical_bargraph.php(line no : 114) > > I hope this is the fix for your problem. > > Thanks & Regards, > Minnie. > > > > > > ----tzenk at gmx.net wrote ---- > > Hi all, > i don??t get any answer from the forum on this, so maybe someone > from the > list can help me with this question: > > Hi all, > i have gone through http://pear.veggerby.dk/forum and > http://wiki.vtiger.com/index.php/ImageGraph_-_General and all the > files > in my vtiger install vtigerCRM/Image to get an answer on this. I have > studied here > http://pear.php.net/package/Image_Graph/docs/latest/li_Image_Graph.html > but i just can??t find the place in the code where to do a simple(?) > change of the blue bars on the startpage. > > In include/utils/GraphUtils.php line 65 -72 it says > > /**This function is used to generate the n colors. > * Param $count - number of colors to generate > * Param $start - value of first color > * Param $step - color increment to apply > * Return type array - array of n colors values > */ > > But when i change the colors within > > function color_generator($count = 1, $start = '33CCFF', $step = > '221133') > > which is a light blue (33CCFF) and almost black (221133) > > nothing changes. > > When i change the color in /Image/Canvas/GD/PNG.php on line 64 > > $transparent = '#123ABD'; > > nothing changes. > > Trying changes within all files that have entries related to colors > NOTHING CHANGES. > > Doing almost 50 changes within over 20 files in the IMAGE folder in > vtiger root just one thing really made a change and changed the > backgroundcolor of the Cockpit in /Image/Canvas/GD/PNG.php on line 88 > > 'fill' => 'white', > > if i change the 'white' to anything listed within /ImageColor.php on > line 502 > this is really changing the color. BUT THAT IS NOT WHAT I NEED!!! > > I just want to change the "blue bars" to "green bars". That??s > all. There > are a lot of descriptions on the above sites and even a lot of > comments > within the vtiger files, but when i make changes , save the file i > changed, empty the browser cache and reload still absolutely nothing > changes. > > So i am really at the end of my research and still couldn??t find any > solution. I am doing something wrong, i am sure, but i don??t know > what. > Did someone of you ever managed to change the color of the Cockpit > bars??? > > TIA > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/72c434a0/attachment-0001.html From tzenk at gmx.net Mon May 5 21:59:07 2008 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 06 May 2008 03:59:07 +0200 Subject: [Vtigercrm-developers] Changing the colors of the graphs within the cockpit In-Reply-To: <481FB4A1.9000208@gmx.net> References: <4681B77D.3010209@gmx.net> <11371646698.2753085964067173159.8633905062536464143@vtiger.com> <481FB4A1.9000208@gmx.net> Message-ID: <481FBB6B.3010503@gmx.net> Hi again, this seems to be because of the missing currency-symbol. I use the ? symbol set up in the settings. So somewhere i have to change this, but i can?t find the place where. Just found out that the amount shown for potentials for example within the graph is generated in Potentials/Charts.php Line 302 where it says $valueproc =& Image_Graph::factory('Image_Graph_DataPreprocessor_Formatted', $current_user->currency_symbol."%d"); the %d stands for the amount, but i can?t find the file where the currency symbol comes in. Can some on help? Regards Torsten Zenk Torsten Zenk schrieb: > Hi all, > > I have two questions about the dashboard-images generated by the > ImageGraph on the first page as default . > Two things bother me there as you can see here > http://www.open-consult.net/vtiger_graph_error.png > 1. the square everywhere before the numbers. I don??t have any idea > where to get rid of these. Does anyone have a clue? > 2. the date below. Where is that generated, i need to change it to > european format 04-2008 instead of 2008-04. Where do i have to search? > > Thanks in advance > Torsten Zenk > > Minnie schrieb: >> Dear Tzenk, >> >> ? ? ? ? ? To change the bar color in horizontal bargraph, kindly >> try to change the following line in >> modules/Dashboard/horizontal_bargraph.php(line no : 111) >> >> $fill =& Image_Graph::factory('gradient', >> array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*blue*', 'white')); >> Eg : $fill =& Image_Graph::factory('gradient', >> array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*green*', 'white')); >> >> For vertical graph, do the same changes in >> modules/Dashboard/vertical_bargraph.php(line no : 114) >> >> I hope this is the fix for your problem. >> >> Thanks & Regards, >> Minnie. >> >> >> >> >> >> ----tzenk at gmx.net wrote ---- >> >> Hi all, >> i don????t get any answer from the forum on this, so maybe >> someone from the >> list can help me with this question: >> >> Hi all, >> i have gone through http://pear.veggerby.dk/forum and >> http://wiki.vtiger.com/index.php/ImageGraph_-_General and all the >> files >> in my vtiger install vtigerCRM/Image to get an answer on this. I >> have >> studied here >> http://pear.php.net/package/Image_Graph/docs/latest/li_Image_Graph.html >> but i just can????t find the place in the code where to do a >> simple(?) >> change of the blue bars on the startpage. >> >> In include/utils/GraphUtils.php line 65 -72 it says >> >> /**This function is used to generate the n colors. >> * Param $count - number of colors to generate >> * Param $start - value of first color >> * Param $step - color increment to apply >> * Return type array - array of n colors values >> */ >> >> But when i change the colors within >> >> function color_generator($count = 1, $start = '33CCFF', $step = >> '221133') >> >> which is a light blue (33CCFF) and almost black (221133) >> >> nothing changes. >> >> When i change the color in /Image/Canvas/GD/PNG.php on line 64 >> >> $transparent = '#123ABD'; >> >> nothing changes. >> >> Trying changes within all files that have entries related to colors >> NOTHING CHANGES. >> >> Doing almost 50 changes within over 20 files in the IMAGE folder in >> vtiger root just one thing really made a change and changed the >> backgroundcolor of the Cockpit in /Image/Canvas/GD/PNG.php on line 88 >> >> 'fill' => 'white', >> >> if i change the 'white' to anything listed within /ImageColor.php on >> line 502 >> this is really changing the color. BUT THAT IS NOT WHAT I NEED!!! >> >> I just want to change the "blue bars" to "green bars". That????s >> all. There >> are a lot of descriptions on the above sites and even a lot of >> comments >> within the vtiger files, but when i make changes , save the file i >> changed, empty the browser cache and reload still absolutely nothing >> changes. >> >> So i am really at the end of my research and still couldn????t >> find any >> solution. I am doing something wrong, i am sure, but i don????t >> know what. >> Did someone of you ever managed to change the color of the >> Cockpit bars??? >> >> TIA >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/15e389c8/attachment-0001.html From joe at tsolucio.com Tue May 6 02:11:36 2008 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 06 May 2008 08:11:36 +0200 Subject: [Vtigercrm-developers] Changing the colors of the graphs within the cockpit In-Reply-To: <481FBB6B.3010503@gmx.net> References: <4681B77D.3010209@gmx.net> <11371646698.2753085964067173159.8633905062536464143@vtiger.com> <481FB4A1.9000208@gmx.net> <481FBB6B.3010503@gmx.net> Message-ID: <481FF698.1000508@tsolucio.com> Hi, The currency can be changed via the Settings section and it is saved in the database table: vtiger_currency_info Joe TSolucio Torsten Zenk escribi?: > Hi again, this seems to be because of the missing currency-symbol. I > use the ? symbol set up in the settings. So somewhere i have to change > this, but i can?t find the place where. Just found out that the amount > shown for potentials for example within the graph is generated in > Potentials/Charts.php Line 302 where it says > $valueproc =& > Image_Graph::factory('Image_Graph_DataPreprocessor_Formatted', > $current_user->currency_symbol."%d"); > the %d stands for the amount, but i can?t find the file where the > currency symbol comes in. Can some on help? > > Regards > Torsten Zenk > > Torsten Zenk schrieb: >> Hi all, >> >> I have two questions about the dashboard-images generated by the >> ImageGraph on the first page as default . >> Two things bother me there as you can see here >> http://www.open-consult.net/vtiger_graph_error.png >> 1. the square everywhere before the numbers. I don??t have any idea >> where to get rid of these. Does anyone have a clue? >> 2. the date below. Where is that generated, i need to change it to >> european format 04-2008 instead of 2008-04. Where do i have to search? >> >> Thanks in advance >> Torsten Zenk >> >> Minnie schrieb: >>> Dear Tzenk, >>> >>> ? ? ? ? ? To change the bar color in horizontal bargraph, >>> kindly try to change the following line in >>> modules/Dashboard/horizontal_bargraph.php(line no : 111) >>> >>> $fill =& Image_Graph::factory('gradient', >>> array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*blue*', 'white')); >>> Eg : $fill =& Image_Graph::factory('gradient', >>> array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*green*', 'white')); >>> >>> For vertical graph, do the same changes in >>> modules/Dashboard/vertical_bargraph.php(line no : 114) >>> >>> I hope this is the fix for your problem. >>> >>> Thanks & Regards, >>> Minnie. >>> >>> >>> >>> >>> >>> ----tzenk at gmx.net wrote ---- >>> >>> Hi all, >>> i don????t get any answer from the forum on this, so maybe >>> someone from the >>> list can help me with this question: >>> >>> Hi all, >>> i have gone through http://pear.veggerby.dk/forum and >>> http://wiki.vtiger.com/index.php/ImageGraph_-_General and all >>> the files >>> in my vtiger install vtigerCRM/Image to get an answer on this. I >>> have >>> studied here >>> http://pear.php.net/package/Image_Graph/docs/latest/li_Image_Graph.html >>> but i just can????t find the place in the code where to do a >>> simple(?) >>> change of the blue bars on the startpage. >>> >>> In include/utils/GraphUtils.php line 65 -72 it says >>> >>> /**This function is used to generate the n colors. >>> * Param $count - number of colors to generate >>> * Param $start - value of first color >>> * Param $step - color increment to apply >>> * Return type array - array of n colors values >>> */ >>> >>> But when i change the colors within >>> >>> function color_generator($count = 1, $start = '33CCFF', $step = >>> '221133') >>> >>> which is a light blue (33CCFF) and almost black (221133) >>> >>> nothing changes. >>> >>> When i change the color in /Image/Canvas/GD/PNG.php on line 64 >>> >>> $transparent = '#123ABD'; >>> >>> nothing changes. >>> >>> Trying changes within all files that have entries related to colors >>> NOTHING CHANGES. >>> >>> Doing almost 50 changes within over 20 files in the IMAGE folder in >>> vtiger root just one thing really made a change and changed the >>> backgroundcolor of the Cockpit in /Image/Canvas/GD/PNG.php on >>> line 88 >>> >>> 'fill' => 'white', >>> >>> if i change the 'white' to anything listed within >>> /ImageColor.php on >>> line 502 >>> this is really changing the color. BUT THAT IS NOT WHAT I NEED!!! >>> >>> I just want to change the "blue bars" to "green bars". That????s >>> all. There >>> are a lot of descriptions on the above sites and even a lot of >>> comments >>> within the vtiger files, but when i make changes , save the file i >>> changed, empty the browser cache and reload still absolutely >>> nothing >>> changes. >>> >>> So i am really at the end of my research and still couldn????t >>> find any >>> solution. I am doing something wrong, i am sure, but i don????t >>> know what. >>> Did someone of you ever managed to change the color of the >>> Cockpit bars??? >>> >>> TIA >>> _______________________________________________ >>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/0029b199/attachment-0001.html From Andreas.Reiche at LGN.Niedersachsen.de Tue May 6 02:34:32 2008 From: Andreas.Reiche at LGN.Niedersachsen.de (Reiche, Andreas) Date: Tue, 6 May 2008 08:34:32 +0200 Subject: [Vtigercrm-developers] =?utf-8?q?Changing_the_colors_of_the_graph?= =?utf-8?q?s_within_the=09cockpit?= Message-ID: Hi Thorsten, as Joe stated the symbol is saved in the db table vtiger_currency_info. From there it is read by the file /modules/users/user.php. I remember that i had problems in showing up the Euro Symbol on the charts. It was fixed when i changed my setup (5.0.3) to UTF8. Hope this helps Andreas Hi, The currency can be changed via the Settings section and it is saved in the database table: vtiger_currency_info Joe TSolucio Torsten Zenk escribi?: Hi again, this seems to be because of the missing currency-symbol. I use the ? symbol set up in the settings. So somewhere i have to change this, but i can?t find the place where. Just found out that the amount shown for potentials for example within the graph is generated in Potentials/Charts.php Line 302 where it says $valueproc =& Image_Graph::factory('Image_Graph_DataPreprocessor_Formatted', $current_user->currency_symbol."%d"); the %d stands for the amount, but i can?t find the file where the currency symbol comes in. Can some on help? Regards Torsten Zenk Torsten Zenk schrieb: Hi all, I have two questions about the dashboard-images generated by the ImageGraph on the first page as default . Two things bother me there as you can see here http://www.open-consult.net/vtiger_graph_error.png 1. the square everywhere before the numbers. I don??t have any idea where to get rid of these. Does anyone have a clue? 2. the date below. Where is that generated, i need to change it to european format 04-2008 instead of 2008-04. Where do i have to search? Thanks in advance Torsten Zenk Minnie schrieb: Dear Tzenk, ? ? ? ? ? To change the bar color in horizontal bargraph, kindly try to change the following line in modules/Dashboard/horizontal_bargraph.php(line no : 111) $fill =& Image_Graph::factory('gradient', array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, 'blue', 'white')); Eg : $fill =& Image_Graph::factory('gradient', array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, 'green', 'white')); For vertical graph, do the same changes in modules/Dashboard/vertical_bargraph.php(line no : 114) I hope this is the fix for your problem. Thanks & Regards, Minnie. ----tzenk at gmx.net wrote ---- Hi all, i don????t get any answer from the forum on this, so maybe someone from the list can help me with this question: Hi all, i have gone through http://pear.veggerby.dk/forum and http://wiki.vtiger.com/index.php/ImageGraph_-_General and all the files in my vtiger install vtigerCRM/Image to get an answer on this. I have studied here http://pear.php.net/package/Image_Graph/docs/latest/li_Image_Graph.html but i just can????t find the place in the code where to do a simple(?) change of the blue bars on the startpage. In include/utils/GraphUtils.php line 65 -72 it says /**This function is used to generate the n colors. * Param $count - number of colors to generate * Param $start - value of first color * Param $step - color increment to apply * Return type array - array of n colors values */ But when i change the colors within function color_generator($count = 1, $start = '33CCFF', $step = '221133') which is a light blue (33CCFF) and almost black (221133) nothing changes. When i change the color in /Image/Canvas/GD/PNG.php on line 64 $transparent = '#123ABD'; nothing changes. Trying changes within all files that have entries related to colors NOTHING CHANGES. Doing almost 50 changes within over 20 files in the IMAGE folder in vtiger root just one thing really made a change and changed the backgroundcolor of the Cockpit in /Image/Canvas/GD/PNG.php on line 88 'fill' => 'white', if i change the 'white' to anything listed within /ImageColor.php on line 502 this is really changing the color. BUT THAT IS NOT WHAT I NEED!!! I just want to change the "blue bars" to "green bars". That????s all. There are a lot of descriptions on the above sites and even a lot of comments within the vtiger files, but when i make changes , save the file i changed, empty the browser cache and reload still absolutely nothing changes. So i am really at the end of my research and still couldn????t find any solution. I am doing something wrong, i am sure, but i don????t know what. Did someone of you ever managed to change the color of the Cockpit bars??? TIA _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com ________________________________ _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com ________________________________ _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From prasad at vtiger.com Tue May 6 07:37:51 2008 From: prasad at vtiger.com (Prasad) Date: Tue, 6 May 2008 17:07:51 +0530 Subject: [Vtigercrm-developers] vtiger 5.0.4 iCal Extension In-Reply-To: <39d18b250805050010r2bf08414gd9cd6ff34e7c47c3@mail.gmail.com> References: <39d18b250805050010r2bf08414gd9cd6ff34e7c47c3@mail.gmail.com> Message-ID: <39d18b250805060437i58f81883k654f71f6bc3edd5c@mail.gmail.com> Dear community, vical version 1.1 is released now. Details of Fix: * Start Time and End Time of Events was not exported properly in version 1.0. This is fixed now. Project URL: http://forge.vtiger.com/projects/vical/ Download URL: http://forge.vtiger.com/frs/?group_id=157 Check it out today and send us the feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/2a4c94c5/attachment-0001.html From kiange at gmail.com Tue May 6 11:44:37 2008 From: kiange at gmail.com (Finjon Kiang) Date: Tue, 6 May 2008 23:44:37 +0800 Subject: [Vtigercrm-developers] Modified version of STS(Translating tool) for 5.0.4 Message-ID: Topic: http://forums.vtiger.com/viewtopic.php?p=65106 About STS: http://www.sugarcrm.com/forums/showthread.php?t=8938 Download the one for vtigerCRM 5.0.4: http://code.google.com/p/twpug/downloads/detail?name=sts_for_vtigercrm.zip -- Finjon Kiang -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/5cfc2002/attachment-0001.html From prasad at vtiger.com Wed May 7 01:35:58 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 7 May 2008 11:05:58 +0530 Subject: [Vtigercrm-developers] Modified version of STS(Translating tool) for 5.0.4 In-Reply-To: References: Message-ID: <39d18b250805062235tfddd2f8v305645f627d2859b@mail.gmail.com> Hi Finjon, Thanks for the update. Regards, Prasad vtiger Team On 5/6/08, Finjon Kiang wrote: > > Topic: > http://forums.vtiger.com/viewtopic.php?p=65106 > > About STS: > http://www.sugarcrm.com/forums/showthread.php?t=8938 > > Download the one for vtigerCRM 5.0.4: > http://code.google.com/p/twpug/downloads/detail?name=sts_for_vtigercrm.zip > > -- > Finjon Kiang > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080507/759e30fd/attachment-0001.html From lee at leev.net Thu May 8 22:15:44 2008 From: lee at leev.net (Lee Valentine) Date: Fri, 9 May 2008 12:15:44 +1000 Subject: [Vtigercrm-developers] displaytype in vtiger_field Message-ID: Hi Guys, I just had a question relating to the displaytype field in vtiger_field. I understand what 1, 2 and 4 mean, but 3? I see the field salutation on leads is a 3 and this field is then tied to the firstname field when creating/editing/viewing the lead. Is there a mapping to say somewhere that the salutation is linked to the firstname field or how is this achieved? Also, the typeofdata field includes whether the field is mandatory or optional, however the uitype also does this? Which one is the master or do they serve different purposes? Thanks, Lee From scott at centritechsolutions.com Fri May 9 21:19:00 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 9 May 2008 21:19:00 -0400 Subject: [Vtigercrm-developers] Lead Status Message-ID: <004e01c8b23b$db754750$0202fea9@scottlaptop> All, I'm trying to use the change status button on the leads list. The list that it gives me doesn't have any of the custom status that I put in there. It only shows me the default status. How do I change the code in the leads module to read my custom settings that I put in the picklist editor? Thank you for your help. Centritech Solutions Logo Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080509/c2cb1725/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 2190 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080509/c2cb1725/attachment-0001.jpe From ddfire at gmail.com Fri May 9 23:06:12 2008 From: ddfire at gmail.com (David fire) Date: Sat, 10 May 2008 00:06:12 -0300 Subject: [Vtigercrm-developers] please a decent module howto Message-ID: hi i managed to create my own fields type including a textbox wich validate a credit card i asked where i can upload it and i didnt gent any answer. but i cant make my own module please any good pdf or any think that i can read to learn. i want to colaborate with the project but i havent any info. thanks David -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/59d07028/attachment-0001.html From joe at tsolucio.com Sat May 10 04:18:52 2008 From: joe at tsolucio.com (Joe Bordes) Date: Sat, 10 May 2008 10:18:52 +0200 Subject: [Vtigercrm-developers] Lead Status In-Reply-To: <004e01c8b23b$db754750$0202fea9@scottlaptop> References: <004e01c8b23b$db754750$0202fea9@scottlaptop> Message-ID: <48255A6C.4070708@tsolucio.com> Hi Scott, I tried this on my test install and it works correctly. Are you sure you have added your status to the correct rol? You have to add the status to the lowest rol or to all those that can see it. Joe TSolucio PD: How did the TTTimecard install turn out? Scott Brown escribi?: > > All, > > > > I?m trying to use the change status button on the leads list. The > list that it gives me doesn?t have any of the custom status that I put > in there. It only shows me the default status. > > > > > > How do I change the code in the leads module to read my custom > settings that I put in the picklist editor? > > > > > > Thank you for your help. > > > > Centritech Solutions Logo > Scott Brown > Operations Manager > Main: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > > http://www.CentriTechSolutions.com > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/f65a7603/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 2190 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/f65a7603/attachment-0001.jpe From scott at centritechsolutions.com Sat May 10 09:00:19 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Sat, 10 May 2008 09:00:19 -0400 Subject: [Vtigercrm-developers] Lead Status In-Reply-To: <48255A6C.4070708@tsolucio.com> References: <004e01c8b23b$db754750$0202fea9@scottlaptop> <48255A6C.4070708@tsolucio.com> Message-ID: <00da01c8b29d$d459e590$0202fea9@scottlaptop> Thanks Joe. I?m not sure if I understand the way the roles work in regards to the pick list, I think I have it on the highest role, thinking that would be a universal thing. I?ll try adding to the lowest rol. Also, Timecards are working fine. I had to change my php safemode setting and after that it seemed to correct the issue I had with running the reports. Thanks for the great addons! Centritech Solutions Logo Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _____ From: Joe Bordes [mailto:joe at tsolucio.com] Sent: Saturday, May 10, 2008 4:19 AM To: scott at centritechsolutions.com; vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Lead Status Hi Scott, I tried this on my test install and it works correctly. Are you sure you have added your status to the correct rol? You have to add the status to the lowest rol or to all those that can see it. Joe TSolucio PD: How did the TTTimecard install turn out? Scott Brown escribi?: All, I?m trying to use the change status button on the leads list. The list that it gives me doesn?t have any of the custom status that I put in there. It only shows me the default status. How do I change the code in the leads module to read my custom settings that I put in the picklist editor? Thank you for your help. Centritech Solutions Logo Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _____ _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/1edc67a5/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 2190 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/1edc67a5/attachment-0001.jpe From jnmutuku at gmail.com Sun May 18 08:18:31 2008 From: jnmutuku at gmail.com (James Mutuku) Date: Sun, 18 May 2008 15:18:31 +0300 Subject: [Vtigercrm-developers] vtiger customization for insurance / insurance brokerage industry Message-ID: <48301E97.7070404@gmail.com> Hi, I want to customize vtiger for the insurance. I have been looking for documentation on where to start but I cant' get anything. Anyone who knows where I can get this information? Any one who has customized vtiger before? James -------------- next part -------------- A non-text attachment was scrubbed... Name: jnmutuku.vcf Type: text/x-vcard Size: 293 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080518/4dd58b27/attachment-0001.vcf From ddfire at gmail.com Sun May 18 13:47:49 2008 From: ddfire at gmail.com (David fire) Date: Sun, 18 May 2008 14:47:49 -0300 Subject: [Vtigercrm-developers] vtiger customization for insurance / insurance brokerage industry In-Reply-To: <48301E97.7070404@gmail.com> References: <48301E97.7070404@gmail.com> Message-ID: hi i got the same problem your best shoot is to make a new module but the problem is out there isnt any serius module how-to and no one in this email list or vtiger foum want to tell how to do a new module. i have asked for it many many times. David. 2008/5/18 James Mutuku : > Hi, > I want to customize vtiger for the insurance. I have been looking for > documentation on where to start but I cant' get anything. Anyone who knows > where I can get this information? Any one who has customized vtiger before? > > James > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080518/1df18213/attachment-0001.html From brett.hooker at roarz.com Sun May 18 16:28:57 2008 From: brett.hooker at roarz.com (Brett Hooker) Date: Sun, 18 May 2008 16:28:57 -0400 (EDT) Subject: [Vtigercrm-developers] vtiger customization for insurance / insurance brokerage industry Message-ID: <31828101.121161211142537858.JavaMail.root@zim002.roarzhost.com> The current architecture makes custom modules quite laborius. Core team and community are working towards an extensible architecture. In the meantime, check out the custom modules in the developer forge area for patterns for making a module. ----- Brett Hooker Sent via Treo 750 smartphone -----Original Message----- From: David fire Sent: Monday, 19 May 2008 2:51 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vtiger customization for insurance / insurance brokerage industry hi i got the same problem your best shoot is to make a new module but the problem is out there isnt any serius module how-to and no one in this email list or vtiger foum want to tell how to do a new module. i have asked for it many many times. David. 2008/5/18 James Mutuku : > Hi, > I want to customize vtiger for the insurance. I have been looking for > documentation on where to start but I cant' get anything. Anyone who knows > where I can get this information? Any one who has customized vtiger before? > > James > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. From andrea at gedameurope.com Tue May 20 11:12:31 2008 From: andrea at gedameurope.com (Andrea Cristofanini) Date: Tue, 20 May 2008 17:12:31 +0200 Subject: [Vtigercrm-developers] Vtigercrm-developers] vtiger customization for mandatory field into new incoice Message-ID: <4832EA5F.4070609@gedameurope.com> Dear all where i have to modify the code for have the javascript controll that check for Date into new invocie ? Regards From ddfire at gmail.com Tue May 20 11:20:02 2008 From: ddfire at gmail.com (David fire) Date: Tue, 20 May 2008 12:20:02 -0300 Subject: [Vtigercrm-developers] Vtigercrm-developers] vtiger customization for mandatory field into new incoice In-Reply-To: <4832EA5F.4070609@gedameurope.com> References: <4832EA5F.4070609@gedameurope.com> Message-ID: hi the easy way is to touch the sql database in the fields table (vtiger_field) look for your field and you will see one field has a strange format like numbers letters and a "~" ok the las letter is O (optional) M (mandatory) change there. David 2008/5/20 Andrea Cristofanini : > Dear all > where i have to modify the code for have the javascript controll that > check for Date into new invocie ? > > Regards > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080520/8b2079f1/attachment-0001.html From andrea at gedameurope.com Tue May 20 12:01:30 2008 From: andrea at gedameurope.com (Andrea Cristofanini) Date: Tue, 20 May 2008 18:01:30 +0200 Subject: [Vtigercrm-developers] Vtigercrm-developers] vtiger customization for mandatory field into new incoice In-Reply-To: References: <4832EA5F.4070609@gedameurope.com> Message-ID: <4832F5DA.3050503@gedameurope.com> Thanks Man you a gem !!! Regards Andrea David fire ha scritto: > hi > the easy way is to touch the sql database > in the fields table (vtiger_field) look for your field and you will > see one field has a strange format like numbers letters and a "~" ok > the las letter is O (optional) M (mandatory) change there. > David > > 2008/5/20 Andrea Cristofanini >: > > Dear all > where i have to modify the code for have the javascript controll that > check for Date into new invocie ? > > Regards > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > -- > (\__/) > (='.'=)This is Bunny. Copy and paste bunny into your > (")_(")signature to help him gain world domination. > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From chazarra.clement at gmail.com Thu May 22 10:24:48 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 22 May 2008 15:24:48 +0100 Subject: [Vtigercrm-developers] Webmail in 5.0.4 Message-ID: Hello everybody! I have migrated one of my customers system to 5.0.4, and I was amazed how smoothly it did go!! Well done vTiger team, well done community. I would like today to share my concerns about the webmail module, so I have a couple of questions for you guys: 1. Have you got good performances using the webmail module in vTiger? In my case, small inbox works fine, quick enough, but if I test it on large inbox(more than 4000 emails), it just get terribly slow, and unworkable. 2. Has anybody some tips to share to get better performances? So far I think mutliple email sending can be enhanced by setting the send_delay value on the config file in webmail module 3. In a technical point of view, how is structured the webmail? I am trying to analyse the way vTiger deals with webmails, and it seems that any action you intend on the ajax interface will just reload the entire inbox, is it the case? 4. How other webmail solutions (like squirrelmail) deal with this loading issue? Is it about caching? Some insights from you guys could help me and others to draw a big picture and then focus on the problems and solutions concerning emails handling. Hope to hear from you soon, Bye Clem -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080522/dfd68019/attachment-0001.html From prasad at vtiger.com Fri May 23 00:34:58 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 23 May 2008 10:04:58 +0530 Subject: [Vtigercrm-developers] vgcal - vtiger Google Calendar Integration Message-ID: <39d18b250805222134i18e3a49cm5ef5869d8290fe46@mail.gmail.com> Dear vtigers, vgcal provides the integration between your vtiger CRM and Google Calendar now. You can add/update vtiger calendar events on to your Google Calendar with a click of a button. To know more about it, check out: http://forge.vtiger.com/frs/download.php/547/vgcal-v1.0.pdf Download now and give it a shot: http://forge.vtiger.com/frs/download.php/546/vgcal-1.0.zip Please read the documentation first. Project URL: http://forge.vtiger.com/projects/vgcal/ Kindly update us with your feedback on this forum post: http://forums.vtiger.com/viewtopic.php?t=19810 Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080523/eb5b5b01/attachment-0001.html From prasad at vtiger.com Fri May 23 00:39:48 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 23 May 2008 10:09:48 +0530 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: References: Message-ID: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> Hi Clem, Thank you for updating us with your experience of migration vtiger to 5.0.4 Could you please give some details on the Webmail configuration which will help us in identifying the root cause of the performance issues with during our validation. Are you using ssl enabled Webmail? We will keep you updated if we find a solution. Community feedback and fix on this is most welcome. Regards, Prasad vtiger Team On 5/22/08, clement chazarra wrote: > > Hello everybody! > > I have migrated one of my customers system to 5.0.4, and I was amazed how > smoothly it did go!! Well done vTiger team, well done community. > > I would like today to share my concerns about the webmail module, so I have > a couple of questions for you guys: > > 1. Have you got good performances using the webmail module in vTiger? > In my case, small inbox works fine, quick enough, but if I test it on large > inbox(more than 4000 emails), it just get terribly slow, and unworkable. > > 2. Has anybody some tips to share to get better performances? > So far I think mutliple email sending can be enhanced by setting the > send_delay value on the config file in webmail module > > 3. In a technical point of view, how is structured the webmail? > I am trying to analyse the way vTiger deals with webmails, and it seems > that any action you intend on the ajax interface will just reload the entire > inbox, is it the case? > > 4. How other webmail solutions (like squirrelmail) deal with this loading > issue? Is it about caching? > > Some insights from you guys could help me and others to draw a big picture > and then focus on the problems and solutions concerning emails handling. > > Hope to hear from you soon, > > Bye > Clem > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080523/ec006b40/attachment-0001.html From prasad at vtiger.com Wed May 28 20:15:22 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 29 May 2008 05:45:22 +0530 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 Message-ID: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Dear vtigers, We would like to keep you informed about our next milestone vtiger CRM 5.1. Our goal is to release 5.1 version during September. We are currently focused on integrating the following features: 1. Multi Currency Support 2. Recycle Bin 3. Duplicate Record Merging 4. Calendar Popup Reminder 5. More to be listed shortly... (we are working closely with partners and development community members to integrate some of their contributions) We will also continue to address open issues on trac. You can look at 5.1 development build demo here: http://en.vtiger.com/wip Provide give it a try and provide your feedback to us. One of the important areas is multi-currency support. Please view this document ( http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) for more details. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/4219885c/attachment-0001.html From davidv.net at gmail.com Wed May 28 20:28:40 2008 From: davidv.net at gmail.com (David V.) Date: Wed, 28 May 2008 20:28:40 -0400 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: Prasad, Thank you for the annoncement. Is plugin support (being able to install a new module without touching the core files) a planned feature for the vtiger CRM 5.1 ? David V. On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: > Dear vtigers, > > We would like to keep you informed about our next milestone vtiger CRM 5.1. > Our goal is to release 5.1 version during September. > > We are currently focused on integrating the following features: > > 1. Multi Currency Support > 2. Recycle Bin > 3. Duplicate Record Merging > 4. Calendar Popup Reminder > 5. More to be listed shortly... (we are working closely with partners and > development community members to integrate some of their contributions) > > We will also continue to address open issues on trac. > > You can look at 5.1 development build demo here: http://en.vtiger.com/wip > > Provide give it a try and provide your feedback to us. One of the important > areas is multi-currency support. Please view this document ( > http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) > for more details. > > Regards, > Prasad > vtiger Team > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080528/6a48f11b/attachment-0001.html From ddfire at gmail.com Wed May 28 21:22:37 2008 From: ddfire at gmail.com (David fire) Date: Wed, 28 May 2008 22:22:37 -0300 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: hi a very useful feature will be "readonly" fields for some access levels. and of course plugin support!!!. and i made a credit card field which using ajax validate a credit card i want to give it to the proyect where? it is very simple, is a filed for Smarty. David 2008/5/28 David V. : > Prasad, > > Thank you for the annoncement. > Is plugin support (being able to install a new module without touching the > core files) a planned feature for the vtiger CRM 5.1 ? > > David V. > > On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: > >> Dear vtigers, >> >> We would like to keep you informed about our next milestone vtiger CRM >> 5.1. Our goal is to release 5.1 version during September. >> >> We are currently focused on integrating the following features: >> >> 1. Multi Currency Support >> 2. Recycle Bin >> 3. Duplicate Record Merging >> 4. Calendar Popup Reminder >> 5. More to be listed shortly... (we are working closely with partners and >> development community members to integrate some of their contributions) >> >> We will also continue to address open issues on trac. >> >> You can look at 5.1 development build demo here: http://en.vtiger.com/wip >> >> Provide give it a try and provide your feedback to us. One of the >> important areas is multi-currency support. Please view this document ( >> http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) >> for more details. >> >> Regards, >> Prasad >> vtiger Team >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080528/3b02cbf0/attachment-0001.html From svk at vtiger.com Wed May 28 21:45:24 2008 From: svk at vtiger.com (Sreenivas Kanumuru) Date: Wed, 28 May 2008 18:45:24 -0700 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: <370368f40805281845v6d15e69bwde405b7d30ec243f@mail.gmail.com> Hi DavidV, David, Thanks for the feedback. We are planning on architectural improvements to improve modularization and simplify plug-in development and installation process. This is the main goal for 6.0 release (no timetable yet). There were quite a few feature enhancement contributions that were available which we didn't want to hold on until the 6.0 release. We are working to get these into the 5.1 release. David: You may submit contributions (such as credit card field) on Trac. It will be helpful if you can also provide some screenshots along with it. thanks, Sreenivas -- Sreenivas Kanumuru vtiger Team Location: Sunnyvale, California Office: +1 (408) 716-8592 Cell: +1 (408) 836-5810 Skype: skanumuru On Wed, May 28, 2008 at 6:22 PM, David fire wrote: > hi > a very useful feature will be "readonly" fields for some access levels. > and of course plugin support!!!. > and i made a credit card field which using ajax validate a credit card i > want to give it to the proyect where? > it is very simple, is a filed for Smarty. > David > > 2008/5/28 David V. : > > Prasad, >> >> Thank you for the annoncement. >> Is plugin support (being able to install a new module without touching the >> core files) a planned feature for the vtiger CRM 5.1 ? >> >> David V. >> >> On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: >> >>> Dear vtigers, >>> >>> We would like to keep you informed about our next milestone vtiger CRM >>> 5.1. Our goal is to release 5.1 version during September. >>> >>> We are currently focused on integrating the following features: >>> >>> 1. Multi Currency Support >>> 2. Recycle Bin >>> 3. Duplicate Record Merging >>> 4. Calendar Popup Reminder >>> 5. More to be listed shortly... (we are working closely with partners and >>> development community members to integrate some of their contributions) >>> >>> We will also continue to address open issues on trac. >>> >>> You can look at 5.1 development build demo here: >>> http://en.vtiger.com/wip >>> >>> Provide give it a try and provide your feedback to us. One of the >>> important areas is multi-currency support. Please view this document ( >>> http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) >>> for more details. >>> >>> Regards, >>> Prasad >>> vtiger Team >>> >>> _______________________________________________ >>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>> >> >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > > -- > (\__/) > (='.'=)This is Bunny. Copy and paste bunny into your > (")_(")signature to help him gain world domination. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080528/c609b634/attachment-0001.html From ddfire at gmail.com Wed May 28 22:18:44 2008 From: ddfire at gmail.com (David fire) Date: Wed, 28 May 2008 23:18:44 -0300 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <370368f40805281845v6d15e69bwde405b7d30ec243f@mail.gmail.com> References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> <370368f40805281845v6d15e69bwde405b7d30ec243f@mail.gmail.com> Message-ID: sorry but where do i find Trac??? 2008/5/28 Sreenivas Kanumuru : > Hi DavidV, David, > > Thanks for the feedback. > > We are planning on architectural improvements to improve modularization > and simplify plug-in development and installation process. This is the main > goal for 6.0 release (no timetable yet). There were quite a few feature > enhancement contributions that were available which we didn't want to hold > on until the 6.0 release. We are working to get these into the 5.1 release. > > David: You may submit contributions (such as credit card field) on Trac. It > will be helpful if you can also provide some screenshots along with it. > > thanks, > Sreenivas > > -- > Sreenivas Kanumuru > vtiger Team > > Location: > Sunnyvale, California > > Office: +1 (408) 716-8592 > Cell: +1 (408) 836-5810 > Skype: skanumuru > > > On Wed, May 28, 2008 at 6:22 PM, David fire wrote: > >> hi >> a very useful feature will be "readonly" fields for some access levels. >> and of course plugin support!!!. >> and i made a credit card field which using ajax validate a credit card i >> want to give it to the proyect where? >> it is very simple, is a filed for Smarty. >> David >> >> 2008/5/28 David V. : >> >> Prasad, >>> >>> Thank you for the annoncement. >>> Is plugin support (being able to install a new module without touching >>> the core files) a planned feature for the vtiger CRM 5.1 ? >>> >>> David V. >>> >>> On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: >>> >>>> Dear vtigers, >>>> >>>> We would like to keep you informed about our next milestone vtiger CRM >>>> 5.1. Our goal is to release 5.1 version during September. >>>> >>>> We are currently focused on integrating the following features: >>>> >>>> 1. Multi Currency Support >>>> 2. Recycle Bin >>>> 3. Duplicate Record Merging >>>> 4. Calendar Popup Reminder >>>> 5. More to be listed shortly... (we are working closely with partners >>>> and development community members to integrate some of their contributions) >>>> >>>> We will also continue to address open issues on trac. >>>> >>>> You can look at 5.1 development build demo here: >>>> http://en.vtiger.com/wip >>>> >>>> Provide give it a try and provide your feedback to us. One of the >>>> important areas is multi-currency support. Please view this document ( >>>> http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) >>>> for more details. >>>> >>>> Regards, >>>> Prasad >>>> vtiger Team >>>> >>>> _______________________________________________ >>>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>>> >>> >>> >>> _______________________________________________ >>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>> >> >> >> >> -- >> (\__/) >> (='.'=)This is Bunny. Copy and paste bunny into your >> (")_(")signature to help him gain world domination. >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080528/62008eed/attachment-0001.html From dome at tel.co.th Wed May 28 23:26:43 2008 From: dome at tel.co.th (Dome Charoenyost) Date: Thu, 29 May 2008 10:26:43 +0700 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: <8ccbff060805282026t5f82a6c6v2bb80482af27e5ca@mail.gmail.com> Postgresql Please :) Dome C. On Thu, May 29, 2008 at 7:15 AM, Prasad wrote: > Dear vtigers, > > We would like to keep you informed about our next milestone vtiger CRM 5.1. > Our goal is to release 5.1 version during September. > > We are currently focused on integrating the following features: > > 1. Multi Currency Support > 2. Recycle Bin > 3. Duplicate Record Merging > 4. Calendar Popup Reminder > 5. More to be listed shortly... (we are working closely with partners and > development community members to integrate some of their contributions) > > We will also continue to address open issues on trac. > > You can look at 5.1 development build demo here: http://en.vtiger.com/wip > > Provide give it a try and provide your feedback to us. One of the important > areas is multi-currency support. Please view this document > (http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) > for more details. > > Regards, > Prasad > vtiger Team > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From johnmessingham at hotmail.com Thu May 29 03:31:40 2008 From: johnmessingham at hotmail.com (johnmessingham at hotmail.com) Date: Thu, 29 May 2008 08:31:40 +0100 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: Hi, Are there any plans to allow quotes to be created for service companies? I think if you could add items to quotes by typing in the service details rather than having to create a product for each service (which is usually different for each client) the system would be more appealing to a wider range of users. I provide vtiger support and integration for clients but have never been able to actually use the system for my own business which has been a real shame. John Messingham http://www.jmds.co.uk From: Prasad Sent: Thursday, May 29, 2008 1:15 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 Dear vtigers, We would like to keep you informed about our next milestone vtiger CRM 5.1. Our goal is to release 5.1 version during September. We are currently focused on integrating the following features: 1. Multi Currency Support 2. Recycle Bin 3. Duplicate Record Merging 4. Calendar Popup Reminder 5. More to be listed shortly... (we are working closely with partners and development community members to integrate some of their contributions) We will also continue to address open issues on trac. You can look at 5.1 development build demo here: http://en.vtiger.com/wip Provide give it a try and provide your feedback to us. One of the important areas is multi-currency support. Please view this document (http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) for more details. Regards, Prasad vtiger Team -------------------------------------------------------------------------------- _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/e0614c8f/attachment-0001.html From alanslists at gmail.com Thu May 29 04:07:16 2008 From: alanslists at gmail.com (Alan Lord) Date: Thu, 29 May 2008 09:07:16 +0100 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: johnmessingham at hotmail.com wrote: > Hi, > > Are there any plans to allow quotes to be created for service companies? > I think if you could add items to quotes by typing in the service > details rather than having to create a product for each service (which > is usually different for each client) the system would be more appealing > to a wider range of users. I provide vtiger support and integration for > clients but have never been able to actually use the system for my own > business which has been a real shame. > > John Messingham > http://www.jmds.co.uk Hi John, I would like to add support to this request. It's something that has bugged me for a while now. Alan (Strange that I'm another brit too!) -- The way out is open! http://www.theopensourcerer.com From asha at vtiger.com Thu May 29 07:13:05 2008 From: asha at vtiger.com (Asha) Date: Thu, 29 May 2008 16:43:05 +0530 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> <370368f40805281845v6d15e69bwde405b7d30ec243f@mail.gmail.com> Message-ID: Hi David, As Sreenivas pointed out, you can submit your contributions at trac ( http://trac.vtiger.com/) as a ticket and type of the defect as patch. We will mail you soon the login account for trac. On 5/29/08, David fire wrote: > > sorry but where do i find Trac??? > > > 2008/5/28 Sreenivas Kanumuru : > >> Hi DavidV, David, >> >> Thanks for the feedback. >> >> We are planning on architectural improvements to improve modularization >> and simplify plug-in development and installation process. This is the main >> goal for 6.0 release (no timetable yet). There were quite a few feature >> enhancement contributions that were available which we didn't want to hold >> on until the 6.0 release. We are working to get these into the 5.1 release. >> >> David: You may submit contributions (such as credit card field) on Trac. >> It will be helpful if you can also provide some screenshots along with it. >> >> thanks, >> Sreenivas >> >> -- >> Sreenivas Kanumuru >> vtiger Team >> >> Location: >> Sunnyvale, California >> >> Office: +1 (408) 716-8592 >> Cell: +1 (408) 836-5810 >> Skype: skanumuru >> >> >> On Wed, May 28, 2008 at 6:22 PM, David fire wrote: >> >>> hi >>> a very useful feature will be "readonly" fields for some access levels. >>> and of course plugin support!!!. >>> and i made a credit card field which using ajax validate a credit card i >>> want to give it to the proyect where? >>> it is very simple, is a filed for Smarty. >>> David >>> >>> 2008/5/28 David V. : >>> >>> Prasad, >>>> >>>> Thank you for the annoncement. >>>> Is plugin support (being able to install a new module without touching >>>> the core files) a planned feature for the vtiger CRM 5.1 ? >>>> >>>> David V. >>>> >>>> On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: >>>> >>>>> Dear vtigers, >>>>> >>>>> We would like to keep you informed about our next milestone vtiger CRM >>>>> 5.1. Our goal is to release 5.1 version during September. >>>>> >>>>> We are currently focused on integrating the following features: >>>>> >>>>> 1. Multi Currency Support >>>>> 2. Recycle Bin >>>>> 3. Duplicate Record Merging >>>>> 4. Calendar Popup Reminder >>>>> 5. More to be listed shortly... (we are working closely with partners >>>>> and development community members to integrate some of their contributions) >>>>> >>>>> We will also continue to address open issues on trac. >>>>> >>>>> You can look at 5.1 development build demo here: >>>>> http://en.vtiger.com/wip >>>>> >>>>> Provide give it a try and provide your feedback to us. One of the >>>>> important areas is multi-currency support. Please view this document ( >>>>> http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) >>>>> for more details. >>>>> >>>>> Regards, >>>>> Prasad >>>>> vtiger Team >>>>> >>>>> _______________________________________________ >>>>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>>>> >>>> >>>> >>>> _______________________________________________ >>>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>>> >>> >>> >>> >>> -- >>> (\__/) >>> (='.'=)This is Bunny. Copy and paste bunny into your >>> (")_(")signature to help him gain world domination. >>> >>> _______________________________________________ >>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>> >> >> >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > > -- > (\__/) > (='.'=)This is Bunny. Copy and paste bunny into your > (")_(")signature to help him gain world domination. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- Regards, Asha vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/2b939699/attachment-0001.html From chazarra.clement at gmail.com Thu May 29 08:25:09 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 29 May 2008 13:25:09 +0100 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> References: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> Message-ID: Hi Prasad, Thanks for the quick reply. My webmail hasn't any special configuration, in the "incoming mail server settings" I tried different configurations, imap2/4, ssl, not ssl, tls etc. : I get an error when the details are wrong. With the configurations successfully connecting , the period to retrieve emails is too long when there is a large inbox and shorter with a smaller one, fair enough.. But still, how to make the webmail module behave more quickly? I have been searching and working on it for some d and found out a couple of critical piece of code: Webmail module, ListView.php line 315: *imap_mailboxmsginfo* function is slowing down the whole process, we may be able to replace it by *imap_status *? What do you think? Webmail module, MailBox.php, function fullMailList(): Each time the MailBox method is called, this method is executed On Fri, May 23, 2008 at 5:39 AM, Prasad wrote: > Hi Clem, > > Thank you for updating us with your experience of migration vtiger to 5.0.4 > > Could you please give some details on the Webmail configuration which will > help us in identifying the root cause > of the performance issues with during our validation. > > Are you using ssl enabled Webmail? > > We will keep you updated if we find a solution. > > Community feedback and fix on this is most welcome. > > Regards, > Prasad > vtiger Team > > On 5/22/08, clement chazarra wrote: > >> Hello everybody! >> >> I have migrated one of my customers system to 5.0.4, and I was amazed how >> smoothly it did go!! Well done vTiger team, well done community. >> >> I would like today to share my concerns about the webmail module, so I >> have a couple of questions for you guys: >> >> 1. Have you got good performances using the webmail module in vTiger? >> In my case, small inbox works fine, quick enough, but if I test it on >> large inbox(more than 4000 emails), it just get terribly slow, and >> unworkable. >> >> 2. Has anybody some tips to share to get better performances? >> So far I think mutliple email sending can be enhanced by setting the >> send_delay value on the config file in webmail module >> >> 3. In a technical point of view, how is structured the webmail? >> I am trying to analyse the way vTiger deals with webmails, and it seems >> that any action you intend on the ajax interface will just reload the entire >> inbox, is it the case? >> >> 4. How other webmail solutions (like squirrelmail) deal with this loading >> issue? Is it about caching? >> >> Some insights from you guys could help me and others to draw a big picture >> and then focus on the problems and solutions concerning emails handling. >> >> Hope to hear from you soon, >> >> Bye >> Clem >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/24f43a80/attachment-0001.html From fp at crm-now.de Thu May 29 08:50:43 2008 From: fp at crm-now.de (Frank Piepiorra) Date: Thu, 29 May 2008 14:50:43 +0200 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 29, Issue 7 In-Reply-To: References: Message-ID: <002801c8c18a$9b910800$d2b31800$@de> John, you may try our different PDF generator posted at the vtiger forge (see http://forums.vtiger.com/viewtopic.php?t=19823). This lets you add as much text as needed for every product/service entry. For instance, you could create product entry called "customer service" add a short generic description (which will be included in the PDF quote) and add the text for the specific customer at the quote (description and comments). Regards, Frank > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > > Are there any plans to allow quotes to be created for service > companies? I think if you could add items to quotes by typing in the > service details rather than having to create a product for each service > (which is usually different for each client) the system would be more > appealing to a wider range of users. I provide vtiger support and > integration for clients but have never been able to actually use the > system for my own business which has been a real shame. > > John Messingham > http://www.jmds.co.uk > From chazarra.clement at gmail.com Thu May 29 09:03:39 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 29 May 2008 14:03:39 +0100 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: References: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> Message-ID: Sorry for the last incomplete email, I slip on the send button ;) I have been searching and working on the webmail matter for some days and found a couple of quick tricks: In Webmails, modify Listview.php line 317 and ListViewAjax.php line 121: $info = imap_mailboxmsginfo($MailBox->mbox); $unread_msgs = $info->Unread; *Must be replaced by* $info = imap_status($MailBox->mbox, "{".$MailBox->imapServerAddress."}".$key, SA_ALL); $unread_msgs = $info->unseen; It should increase the performances significantly on large inbox. I am also on the way to modify how email list is retrieved, so far so good, I have achieve to get the same delay (about 8 sec) to retrieve emails from inbox of 400 and inbox of 4000. To do so I only retrieve the mails from the page to be seen and not the whole list. For exemple if I have set my emails per page to 5, the webmail query will only retrieve 5 emails and not all of them. I could release those modifications but I am still missing a big bit concerning the search functionality: The problem about search is that it will retrieve the whole search list without multiple pages, and if your search get more than 500 results for exemple, you will have to wait quite long. My idea was to do the search, as doing the normal list, with paging functionalitie. It may sounds simple but search is handled differently and enabling the multi page search is much bigger task than I expected.. I believe that I am not far from getting the search working but I need a little help guys, When I input a keyword and press find, I can display my list of results and create the multi page buttons, but once I click on the next page button, the ajax list doesn't take in account that the search field is set. More specificaly in listviewajax.php line 128: if(isset($_REQUEST["search"]) && trim($_REQUEST["search_input"]) != '') { whatever } The above condition doesn't see that a string is in the search field.. I have a couple of questions: Why the same condition works from the listview and not in listviewajax? I believe that the $_REQUEST["search"] and $_REQUEST["search_input"] are not set through the ajax. How could I set and get thoses values when I am in the ajax form? Where to declare them? I am not an ajax specialist, and I need a hint on how vtiger deal with passing variables between forms, ajax forms as _REQUEST. If I can figure out the way to make my ajax form to retrieve the value of the search field when set, I may be able to release a nice patch quite soon ;) The hardest bit has been done, and what took me more than 60 sec to retrieve, now comes in 8 sec, depending of the number of mails per page. I hope to get some reply guys, so I can release an alpha of the patch on monday. Thanks for your concerns, Clem -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/f76db266/attachment-0001.html From jnmutuku at gmail.com Thu May 29 09:37:35 2008 From: jnmutuku at gmail.com (James Mutuku) Date: Thu, 29 May 2008 16:37:35 +0300 Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations Message-ID: <483EB19F.1080605@gmail.com> Hi, Is there a complete document on creating new vtiger modules other than http://wiki.vtiger.com/index.php/Creating_New_Module? Also is there a guide on customizing the existing modules. Thanks James From andres.mujica at seaq.com.co Thu May 29 10:35:26 2008 From: andres.mujica at seaq.com.co (Andres Mauricio Mujica Zalamea) Date: Thu, 29 May 2008 09:35:26 -0500 (COT) Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 Message-ID: <41401.190.25.98.107.1212071726.squirrel@webmail.seaq.com.co> Hi according to the get together meeting, held a few months ago one of the purposes was an email based ticketing system.. is this possible or planned to 5.1? or it's been delayed? I understand the multiple constraints in the vtiger's development but i truly believe that making the MODULAR PLUGIN system shoud be a NUMBER ONE priority, is the basis for the real grown of vtiger. (anyone has seen othercrm's forge?? ) Anyway thanks a lot for keep us posted. -- Andr?s Mauricio Mujica Zalamea Consultor Linux RHCE #804005093216652 SEAQ SERVICIOS CIA LTDA Tel: (57) 1 6559800 Fax: (57) 1 6559802 www.seaq.com.co Brindamos soluciones en el ?rea de Servidores, Sistemas de Seguridad de Internet (Internet Security Appliance), Telefon?a IP, y Migraci?n a Linux. Somos su aliado en soluciones Linux. --- CONFIDENCIAL. La informaci?n contenida en este e-mail es confidencial y s?lo puede ser utilizada por el individuo o la compa??a a la cual est? dirigido. Si no es usted el destinatario autorizado, cualquier retenci?n, difusi?n, distribuci?n o copia de este mensaje est? prohibida y es sancionada por la ley. Si por error recibe este mensaje, favor reenviar y borrar el mensaje recibido inmediatamente. CONFIDENTIAL. The information on this e-mail is intended to be confidential and only for the use of the individual or entity to whom it is addressed. If you are not the intended recipient, any retention, dissemination, distribution or copying of this message is strictly prohibited and sanctioned by law. If you receive this mail in error, please immediately send back and delete the message received From chazarra.clement at gmail.com Thu May 29 10:43:12 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 29 May 2008 15:43:12 +0100 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <41401.190.25.98.107.1212071726.squirrel@webmail.seaq.com.co> References: <41401.190.25.98.107.1212071726.squirrel@webmail.seaq.com.co> Message-ID: Cannot agree more ;) On Thu, May 29, 2008 at 3:35 PM, Andres Mauricio Mujica Zalamea < andres.mujica at seaq.com.co> wrote: > Hi according to the get together meeting, held a few months ago one of the > purposes was an email based ticketing system.. is this possible or planned > to 5.1? or it's been delayed? > > I understand the multiple constraints in the vtiger's development but i > truly believe that making the MODULAR PLUGIN system shoud be a NUMBER ONE > priority, is the basis for the real grown of vtiger. (anyone has seen > othercrm's forge?? ) > > Anyway thanks a lot for keep us posted. > > -- > Andr?s Mauricio Mujica Zalamea > Consultor Linux RHCE #804005093216652 > SEAQ SERVICIOS CIA LTDA > Tel: (57) 1 6559800 > Fax: (57) 1 6559802 > www.seaq.com.co > > Brindamos soluciones en el ?rea de Servidores, Sistemas de Seguridad de > Internet (Internet Security Appliance), Telefon?a IP, y Migraci?n a Linux. > > Somos su aliado en soluciones Linux. > > --- > > CONFIDENCIAL. La informaci?n contenida en este e-mail es confidencial y > s?lo > puede ser utilizada por el individuo o la compa??a a la cual est? dirigido. > Si no es usted el destinatario autorizado, cualquier retenci?n, difusi?n, > distribuci?n o copia de este mensaje est? prohibida y es sancionada por la > ley. Si por error recibe este mensaje, favor reenviar y borrar el mensaje > recibido inmediatamente. > > CONFIDENTIAL. The information on this e-mail is intended to be confidential > and only for the use of the individual or entity to whom it is addressed. > If > you are not the intended recipient, any retention, dissemination, > distribution or copying of this message is strictly prohibited and > sanctioned > by law. If you receive this mail in error, please immediately send back and > delete the message received > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/b00822f9/attachment-0001.html From ddfire at gmail.com Thu May 29 10:48:44 2008 From: ddfire at gmail.com (David fire) Date: Thu, 29 May 2008 11:48:44 -0300 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <41401.190.25.98.107.1212071726.squirrel@webmail.seaq.com.co> Message-ID: agree!!!!!!!!!!! 2008/5/29 clement chazarra : > Cannot agree more ;) > > > On Thu, May 29, 2008 at 3:35 PM, Andres Mauricio Mujica Zalamea < > andres.mujica at seaq.com.co> wrote: > >> Hi according to the get together meeting, held a few months ago one of the >> purposes was an email based ticketing system.. is this possible or planned >> to 5.1? or it's been delayed? >> >> I understand the multiple constraints in the vtiger's development but i >> truly believe that making the MODULAR PLUGIN system shoud be a NUMBER ONE >> priority, is the basis for the real grown of vtiger. (anyone has seen >> othercrm's forge?? ) >> >> Anyway thanks a lot for keep us posted. >> >> -- >> Andr?s Mauricio Mujica Zalamea >> Consultor Linux RHCE #804005093216652 >> SEAQ SERVICIOS CIA LTDA >> Tel: (57) 1 6559800 >> Fax: (57) 1 6559802 >> www.seaq.com.co >> >> Brindamos soluciones en el ?rea de Servidores, Sistemas de Seguridad de >> Internet (Internet Security Appliance), Telefon?a IP, y Migraci?n a Linux. >> >> Somos su aliado en soluciones Linux. >> >> --- >> >> CONFIDENCIAL. La informaci?n contenida en este e-mail es confidencial y >> s?lo >> puede ser utilizada por el individuo o la compa??a a la cual est? >> dirigido. >> Si no es usted el destinatario autorizado, cualquier retenci?n, difusi?n, >> distribuci?n o copia de este mensaje est? prohibida y es sancionada por la >> ley. Si por error recibe este mensaje, favor reenviar y borrar el mensaje >> recibido inmediatamente. >> >> CONFIDENTIAL. The information on this e-mail is intended to be >> confidential >> and only for the use of the individual or entity to whom it is addressed. >> If >> you are not the intended recipient, any retention, dissemination, >> distribution or copying of this message is strictly prohibited and >> sanctioned >> by law. If you receive this mail in error, please immediately send back >> and >> delete the message received >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/fd96bfb0/attachment-0001.html From johnmessingham at hotmail.com Fri May 30 05:50:52 2008 From: johnmessingham at hotmail.com (johnmessingham at hotmail.com) Date: Fri, 30 May 2008 10:50:52 +0100 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 29, Issue 7 In-Reply-To: <002801c8c18a$9b910800$d2b31800$@de> References: <002801c8c18a$9b910800$d2b31800$@de> Message-ID: Thanks for that Frank, I will check it out. John -------------------------------------------------- From: "Frank Piepiorra" Sent: Thursday, May 29, 2008 1:50 PM To: Subject: Re: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 29,Issue 7 > John, you may try our different PDF generator posted at the vtiger forge > (see http://forums.vtiger.com/viewtopic.php?t=19823). > This lets you add as much text as needed for every product/service entry. > For instance, you could create product entry called "customer service" add > a > short generic description (which will be included in the PDF quote) and > add > the text for the specific customer at the quote (description and > comments). > > Regards, > Frank > >> Content-Type: text/plain; charset="iso-8859-1" >> >> Hi, >> >> Are there any plans to allow quotes to be created for service >> companies? I think if you could add items to quotes by typing in the >> service details rather than having to create a product for each service >> (which is usually different for each client) the system would be more >> appealing to a wider range of users. I provide vtiger support and >> integration for clients but have never been able to actually use the >> system for my own business which has been a real shame. >> >> John Messingham >> http://www.jmds.co.uk >> > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From prasad at vtiger.com Fri May 30 12:35:10 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 30 May 2008 22:05:10 +0530 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: References: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> Message-ID: <39d18b250805300935i49f457a2v49e3f1e10dd7f61f@mail.gmail.com> Hi Clem, Thank you for sharing some interesting pointers on the performance of Webmail. We will watch it closely and continue the improvement. Regards, Prasad vtiger Team On 5/29/08, clement chazarra wrote: > > Sorry for the last incomplete email, I slip on the send button ;) > > I have been searching and working on the webmail matter for some days and > found a couple of quick tricks: > > In Webmails, modify Listview.php line 317 and ListViewAjax.php line 121: > > $info = imap_mailboxmsginfo($MailBox->mbox); > $unread_msgs = $info->Unread; > > *Must be replaced by* > > $info = imap_status($MailBox->mbox, > "{".$MailBox->imapServerAddress."}".$key, SA_ALL); > $unread_msgs = $info->unseen; > > It should increase the performances significantly on large inbox. > > I am also on the way to modify how email list is retrieved, so far so good, > I have achieve to get the same delay (about 8 sec) to retrieve emails from > inbox of 400 and inbox of 4000. To do so I only retrieve the mails from the > page to be seen and not the whole list. For exemple if I have set my emails > per page to 5, the webmail query will only retrieve 5 emails and not all of > them. > I could release those modifications but I am still missing a big bit > concerning the search functionality: > > The problem about search is that it will retrieve the whole search list > without multiple pages, and if your search get more than 500 results for > exemple, you will have to wait quite long. My idea was to do the search, as > doing the normal list, with paging functionalitie. > It may sounds simple but search is handled differently and enabling the > multi page search is much bigger task than I expected.. > > I believe that I am not far from getting the search working but I need a > little help guys, > When I input a keyword and press find, I can display my list of results and > create the multi page buttons, but once I click on the next page button, the > ajax list doesn't take in account that the search field is set. > > More specificaly in listviewajax.php line 128: > if(isset($_REQUEST["search"]) && trim($_REQUEST["search_input"]) != '') { > whatever } > The above condition doesn't see that a string is in the search field.. > > I have a couple of questions: > > Why the same condition works from the listview and not in listviewajax? > I believe that the $_REQUEST["search"] and $_REQUEST["search_input"] are > not set through the ajax. > > How could I set and get thoses values when I am in the ajax form? Where to > declare them? > > I am not an ajax specialist, and I need a hint on how vtiger deal with > passing variables between forms, ajax forms as _REQUEST. > > If I can figure out the way to make my ajax form to retrieve the value of > the search field when set, I may be able to release a nice patch quite soon > ;) The hardest bit has been done, and what took me more than 60 sec to > retrieve, now comes in 8 sec, depending of the number of mails per page. > > I hope to get some reply guys, so I can release an alpha of the patch on > monday. > > Thanks for your concerns, > Clem > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080530/f3437520/attachment-0001.html From chazarra.clement at gmail.com Fri May 30 14:40:10 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Fri, 30 May 2008 19:40:10 +0100 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: <39d18b250805300935i49f457a2v49e3f1e10dd7f61f@mail.gmail.com> References: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> <39d18b250805300935i49f457a2v49e3f1e10dd7f61f@mail.gmail.com> Message-ID: Thanks for your concern.. I was expecting a little help on the ajax matter but I finally figured it out..... I have finish my patch and now need people to test it (especially on large mailbox) and see if we find bugs: Have a look here http://creadev.net/Webmails-vTiger504, At the bottom of the page there is a compressed file to download, you just need to replace existing files from webmails module with those ones. You can also find on the web page install instructions and detailed step by step changes. I published a forum post on vTiger http://forums.vtiger.com/viewtopic.php?p=66012#66012 and here http://creadev.net/forum/5. Feedbacks appreciated ;) Bye On Fri, May 30, 2008 at 5:35 PM, Prasad wrote: > Hi Clem, > > Thank you for sharing some interesting pointers on the performance of > Webmail. > > We will watch it closely and continue the improvement. > > Regards, > Prasad > vtiger Team > > On 5/29/08, clement chazarra wrote: > >> Sorry for the last incomplete email, I slip on the send button ;) >> >> I have been searching and working on the webmail matter for some days and >> found a couple of quick tricks: >> >> In Webmails, modify Listview.php line 317 and ListViewAjax.php line 121: >> >> $info = imap_mailboxmsginfo($MailBox->mbox); >> $unread_msgs = $info->Unread; >> >> *Must be replaced by* >> >> $info = imap_status($MailBox->mbox, >> "{".$MailBox->imapServerAddress."}".$key, SA_ALL); >> $unread_msgs = $info->unseen; >> >> It should increase the performances significantly on large inbox. >> >> I am also on the way to modify how email list is retrieved, so far so >> good, I have achieve to get the same delay (about 8 sec) to retrieve emails >> from inbox of 400 and inbox of 4000. To do so I only retrieve the mails from >> the page to be seen and not the whole list. For exemple if I have set my >> emails per page to 5, the webmail query will only retrieve 5 emails and not >> all of them. >> I could release those modifications but I am still missing a big bit >> concerning the search functionality: >> >> The problem about search is that it will retrieve the whole search list >> without multiple pages, and if your search get more than 500 results for >> exemple, you will have to wait quite long. My idea was to do the search, as >> doing the normal list, with paging functionalitie. >> It may sounds simple but search is handled differently and enabling the >> multi page search is much bigger task than I expected.. >> >> I believe that I am not far from getting the search working but I need a >> little help guys, >> When I input a keyword and press find, I can display my list of results >> and create the multi page buttons, but once I click on the next page button, >> the ajax list doesn't take in account that the search field is set. >> >> More specificaly in listviewajax.php line 128: >> if(isset($_REQUEST["search"]) && trim($_REQUEST["search_input"]) != '') { >> whatever } >> The above condition doesn't see that a string is in the search field.. >> >> I have a couple of questions: >> >> Why the same condition works from the listview and not in listviewajax? >> I believe that the $_REQUEST["search"] and $_REQUEST["search_input"] are >> not set through the ajax. >> >> How could I set and get thoses values when I am in the ajax form? Where to >> declare them? >> >> I am not an ajax specialist, and I need a hint on how vtiger deal with >> passing variables between forms, ajax forms as _REQUEST. >> >> If I can figure out the way to make my ajax form to retrieve the value of >> the search field when set, I may be able to release a nice patch quite soon >> ;) The hardest bit has been done, and what took me more than 60 sec to >> retrieve, now comes in 8 sec, depending of the number of mails per page. >> >> I hope to get some reply guys, so I can release an alpha of the patch on >> monday. >> >> Thanks for your concerns, >> Clem >> >> >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080530/cff32ad6/attachment-0001.html From prasad at vtiger.com Mon May 5 03:10:07 2008 From: prasad at vtiger.com (Prasad) Date: Mon, 5 May 2008 12:40:07 +0530 Subject: [Vtigercrm-developers] vtiger 5.0.4 iCal Extension Message-ID: <39d18b250805050010r2bf08414gd9cd6ff34e7c47c3@mail.gmail.com> Dear community, vical version 1.0 is now released. This adds support for exporting calendar events in ical format (for vtiger 5.0.4) This work is based on contribution made by JonathanB, http://forums.vtiger.com/viewtopic.php?t=15467 Project URL: http://forge.vtiger.com/projects/vical/ Download URL: http://forge.vtiger.com/frs/?group_id=157 Check it out today and send us the feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080505/8798e1fa/attachment-0002.html From tzenk at gmx.net Mon May 5 21:30:09 2008 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 06 May 2008 03:30:09 +0200 Subject: [Vtigercrm-developers] Changing the colors of the graphs within the cockpit In-Reply-To: <11371646698.2753085964067173159.8633905062536464143@vtiger.com> References: <4681B77D.3010209@gmx.net> <11371646698.2753085964067173159.8633905062536464143@vtiger.com> Message-ID: <481FB4A1.9000208@gmx.net> Hi all, I have two questions about the dashboard-images generated by the ImageGraph on the first page as default . Two things bother me there as you can see here http://www.open-consult.net/vtiger_graph_error.png 1. the square everywhere before the numbers. I don?t have any idea where to get rid of these. Does anyone have a clue? 2. the date below. Where is that generated, i need to change it to european format 04-2008 instead of 2008-04. Where do i have to search? Thanks in advance Torsten Zenk Minnie schrieb: > Dear Tzenk, > > To change the bar color in horizontal bargraph, kindly try > to change the following line in > modules/Dashboard/horizontal_bargraph.php(line no : 111) > > $fill =& Image_Graph::factory('gradient', > array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*blue*', 'white')); > Eg : $fill =& Image_Graph::factory('gradient', > array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*green*', 'white')); > > For vertical graph, do the same changes in > modules/Dashboard/vertical_bargraph.php(line no : 114) > > I hope this is the fix for your problem. > > Thanks & Regards, > Minnie. > > > > > > ----tzenk at gmx.net wrote ---- > > Hi all, > i don??t get any answer from the forum on this, so maybe someone > from the > list can help me with this question: > > Hi all, > i have gone through http://pear.veggerby.dk/forum and > http://wiki.vtiger.com/index.php/ImageGraph_-_General and all the > files > in my vtiger install vtigerCRM/Image to get an answer on this. I have > studied here > http://pear.php.net/package/Image_Graph/docs/latest/li_Image_Graph.html > but i just can??t find the place in the code where to do a simple(?) > change of the blue bars on the startpage. > > In include/utils/GraphUtils.php line 65 -72 it says > > /**This function is used to generate the n colors. > * Param $count - number of colors to generate > * Param $start - value of first color > * Param $step - color increment to apply > * Return type array - array of n colors values > */ > > But when i change the colors within > > function color_generator($count = 1, $start = '33CCFF', $step = > '221133') > > which is a light blue (33CCFF) and almost black (221133) > > nothing changes. > > When i change the color in /Image/Canvas/GD/PNG.php on line 64 > > $transparent = '#123ABD'; > > nothing changes. > > Trying changes within all files that have entries related to colors > NOTHING CHANGES. > > Doing almost 50 changes within over 20 files in the IMAGE folder in > vtiger root just one thing really made a change and changed the > backgroundcolor of the Cockpit in /Image/Canvas/GD/PNG.php on line 88 > > 'fill' => 'white', > > if i change the 'white' to anything listed within /ImageColor.php on > line 502 > this is really changing the color. BUT THAT IS NOT WHAT I NEED!!! > > I just want to change the "blue bars" to "green bars". That??s > all. There > are a lot of descriptions on the above sites and even a lot of > comments > within the vtiger files, but when i make changes , save the file i > changed, empty the browser cache and reload still absolutely nothing > changes. > > So i am really at the end of my research and still couldn??t find any > solution. I am doing something wrong, i am sure, but i don??t know > what. > Did someone of you ever managed to change the color of the Cockpit > bars??? > > TIA > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/72c434a0/attachment-0002.html From tzenk at gmx.net Mon May 5 21:59:07 2008 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 06 May 2008 03:59:07 +0200 Subject: [Vtigercrm-developers] Changing the colors of the graphs within the cockpit In-Reply-To: <481FB4A1.9000208@gmx.net> References: <4681B77D.3010209@gmx.net> <11371646698.2753085964067173159.8633905062536464143@vtiger.com> <481FB4A1.9000208@gmx.net> Message-ID: <481FBB6B.3010503@gmx.net> Hi again, this seems to be because of the missing currency-symbol. I use the ? symbol set up in the settings. So somewhere i have to change this, but i can?t find the place where. Just found out that the amount shown for potentials for example within the graph is generated in Potentials/Charts.php Line 302 where it says $valueproc =& Image_Graph::factory('Image_Graph_DataPreprocessor_Formatted', $current_user->currency_symbol."%d"); the %d stands for the amount, but i can?t find the file where the currency symbol comes in. Can some on help? Regards Torsten Zenk Torsten Zenk schrieb: > Hi all, > > I have two questions about the dashboard-images generated by the > ImageGraph on the first page as default . > Two things bother me there as you can see here > http://www.open-consult.net/vtiger_graph_error.png > 1. the square everywhere before the numbers. I don??t have any idea > where to get rid of these. Does anyone have a clue? > 2. the date below. Where is that generated, i need to change it to > european format 04-2008 instead of 2008-04. Where do i have to search? > > Thanks in advance > Torsten Zenk > > Minnie schrieb: >> Dear Tzenk, >> >> ? ? ? ? ? To change the bar color in horizontal bargraph, kindly >> try to change the following line in >> modules/Dashboard/horizontal_bargraph.php(line no : 111) >> >> $fill =& Image_Graph::factory('gradient', >> array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*blue*', 'white')); >> Eg : $fill =& Image_Graph::factory('gradient', >> array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*green*', 'white')); >> >> For vertical graph, do the same changes in >> modules/Dashboard/vertical_bargraph.php(line no : 114) >> >> I hope this is the fix for your problem. >> >> Thanks & Regards, >> Minnie. >> >> >> >> >> >> ----tzenk at gmx.net wrote ---- >> >> Hi all, >> i don????t get any answer from the forum on this, so maybe >> someone from the >> list can help me with this question: >> >> Hi all, >> i have gone through http://pear.veggerby.dk/forum and >> http://wiki.vtiger.com/index.php/ImageGraph_-_General and all the >> files >> in my vtiger install vtigerCRM/Image to get an answer on this. I >> have >> studied here >> http://pear.php.net/package/Image_Graph/docs/latest/li_Image_Graph.html >> but i just can????t find the place in the code where to do a >> simple(?) >> change of the blue bars on the startpage. >> >> In include/utils/GraphUtils.php line 65 -72 it says >> >> /**This function is used to generate the n colors. >> * Param $count - number of colors to generate >> * Param $start - value of first color >> * Param $step - color increment to apply >> * Return type array - array of n colors values >> */ >> >> But when i change the colors within >> >> function color_generator($count = 1, $start = '33CCFF', $step = >> '221133') >> >> which is a light blue (33CCFF) and almost black (221133) >> >> nothing changes. >> >> When i change the color in /Image/Canvas/GD/PNG.php on line 64 >> >> $transparent = '#123ABD'; >> >> nothing changes. >> >> Trying changes within all files that have entries related to colors >> NOTHING CHANGES. >> >> Doing almost 50 changes within over 20 files in the IMAGE folder in >> vtiger root just one thing really made a change and changed the >> backgroundcolor of the Cockpit in /Image/Canvas/GD/PNG.php on line 88 >> >> 'fill' => 'white', >> >> if i change the 'white' to anything listed within /ImageColor.php on >> line 502 >> this is really changing the color. BUT THAT IS NOT WHAT I NEED!!! >> >> I just want to change the "blue bars" to "green bars". That????s >> all. There >> are a lot of descriptions on the above sites and even a lot of >> comments >> within the vtiger files, but when i make changes , save the file i >> changed, empty the browser cache and reload still absolutely nothing >> changes. >> >> So i am really at the end of my research and still couldn????t >> find any >> solution. I am doing something wrong, i am sure, but i don????t >> know what. >> Did someone of you ever managed to change the color of the >> Cockpit bars??? >> >> TIA >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/15e389c8/attachment-0002.html From joe at tsolucio.com Tue May 6 02:11:36 2008 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 06 May 2008 08:11:36 +0200 Subject: [Vtigercrm-developers] Changing the colors of the graphs within the cockpit In-Reply-To: <481FBB6B.3010503@gmx.net> References: <4681B77D.3010209@gmx.net> <11371646698.2753085964067173159.8633905062536464143@vtiger.com> <481FB4A1.9000208@gmx.net> <481FBB6B.3010503@gmx.net> Message-ID: <481FF698.1000508@tsolucio.com> Hi, The currency can be changed via the Settings section and it is saved in the database table: vtiger_currency_info Joe TSolucio Torsten Zenk escribi?: > Hi again, this seems to be because of the missing currency-symbol. I > use the ? symbol set up in the settings. So somewhere i have to change > this, but i can?t find the place where. Just found out that the amount > shown for potentials for example within the graph is generated in > Potentials/Charts.php Line 302 where it says > $valueproc =& > Image_Graph::factory('Image_Graph_DataPreprocessor_Formatted', > $current_user->currency_symbol."%d"); > the %d stands for the amount, but i can?t find the file where the > currency symbol comes in. Can some on help? > > Regards > Torsten Zenk > > Torsten Zenk schrieb: >> Hi all, >> >> I have two questions about the dashboard-images generated by the >> ImageGraph on the first page as default . >> Two things bother me there as you can see here >> http://www.open-consult.net/vtiger_graph_error.png >> 1. the square everywhere before the numbers. I don??t have any idea >> where to get rid of these. Does anyone have a clue? >> 2. the date below. Where is that generated, i need to change it to >> european format 04-2008 instead of 2008-04. Where do i have to search? >> >> Thanks in advance >> Torsten Zenk >> >> Minnie schrieb: >>> Dear Tzenk, >>> >>> ? ? ? ? ? To change the bar color in horizontal bargraph, >>> kindly try to change the following line in >>> modules/Dashboard/horizontal_bargraph.php(line no : 111) >>> >>> $fill =& Image_Graph::factory('gradient', >>> array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*blue*', 'white')); >>> Eg : $fill =& Image_Graph::factory('gradient', >>> array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, '*green*', 'white')); >>> >>> For vertical graph, do the same changes in >>> modules/Dashboard/vertical_bargraph.php(line no : 114) >>> >>> I hope this is the fix for your problem. >>> >>> Thanks & Regards, >>> Minnie. >>> >>> >>> >>> >>> >>> ----tzenk at gmx.net wrote ---- >>> >>> Hi all, >>> i don????t get any answer from the forum on this, so maybe >>> someone from the >>> list can help me with this question: >>> >>> Hi all, >>> i have gone through http://pear.veggerby.dk/forum and >>> http://wiki.vtiger.com/index.php/ImageGraph_-_General and all >>> the files >>> in my vtiger install vtigerCRM/Image to get an answer on this. I >>> have >>> studied here >>> http://pear.php.net/package/Image_Graph/docs/latest/li_Image_Graph.html >>> but i just can????t find the place in the code where to do a >>> simple(?) >>> change of the blue bars on the startpage. >>> >>> In include/utils/GraphUtils.php line 65 -72 it says >>> >>> /**This function is used to generate the n colors. >>> * Param $count - number of colors to generate >>> * Param $start - value of first color >>> * Param $step - color increment to apply >>> * Return type array - array of n colors values >>> */ >>> >>> But when i change the colors within >>> >>> function color_generator($count = 1, $start = '33CCFF', $step = >>> '221133') >>> >>> which is a light blue (33CCFF) and almost black (221133) >>> >>> nothing changes. >>> >>> When i change the color in /Image/Canvas/GD/PNG.php on line 64 >>> >>> $transparent = '#123ABD'; >>> >>> nothing changes. >>> >>> Trying changes within all files that have entries related to colors >>> NOTHING CHANGES. >>> >>> Doing almost 50 changes within over 20 files in the IMAGE folder in >>> vtiger root just one thing really made a change and changed the >>> backgroundcolor of the Cockpit in /Image/Canvas/GD/PNG.php on >>> line 88 >>> >>> 'fill' => 'white', >>> >>> if i change the 'white' to anything listed within >>> /ImageColor.php on >>> line 502 >>> this is really changing the color. BUT THAT IS NOT WHAT I NEED!!! >>> >>> I just want to change the "blue bars" to "green bars". That????s >>> all. There >>> are a lot of descriptions on the above sites and even a lot of >>> comments >>> within the vtiger files, but when i make changes , save the file i >>> changed, empty the browser cache and reload still absolutely >>> nothing >>> changes. >>> >>> So i am really at the end of my research and still couldn????t >>> find any >>> solution. I am doing something wrong, i am sure, but i don????t >>> know what. >>> Did someone of you ever managed to change the color of the >>> Cockpit bars??? >>> >>> TIA >>> _______________________________________________ >>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/0029b199/attachment-0002.html From Andreas.Reiche at LGN.Niedersachsen.de Tue May 6 02:34:32 2008 From: Andreas.Reiche at LGN.Niedersachsen.de (Reiche, Andreas) Date: Tue, 6 May 2008 08:34:32 +0200 Subject: [Vtigercrm-developers] =?utf-8?q?Changing_the_colors_of_the_graph?= =?utf-8?q?s_within_the=09cockpit?= Message-ID: Hi Thorsten, as Joe stated the symbol is saved in the db table vtiger_currency_info. From there it is read by the file /modules/users/user.php. I remember that i had problems in showing up the Euro Symbol on the charts. It was fixed when i changed my setup (5.0.3) to UTF8. Hope this helps Andreas Hi, The currency can be changed via the Settings section and it is saved in the database table: vtiger_currency_info Joe TSolucio Torsten Zenk escribi?: Hi again, this seems to be because of the missing currency-symbol. I use the ? symbol set up in the settings. So somewhere i have to change this, but i can?t find the place where. Just found out that the amount shown for potentials for example within the graph is generated in Potentials/Charts.php Line 302 where it says $valueproc =& Image_Graph::factory('Image_Graph_DataPreprocessor_Formatted', $current_user->currency_symbol."%d"); the %d stands for the amount, but i can?t find the file where the currency symbol comes in. Can some on help? Regards Torsten Zenk Torsten Zenk schrieb: Hi all, I have two questions about the dashboard-images generated by the ImageGraph on the first page as default . Two things bother me there as you can see here http://www.open-consult.net/vtiger_graph_error.png 1. the square everywhere before the numbers. I don??t have any idea where to get rid of these. Does anyone have a clue? 2. the date below. Where is that generated, i need to change it to european format 04-2008 instead of 2008-04. Where do i have to search? Thanks in advance Torsten Zenk Minnie schrieb: Dear Tzenk, ? ? ? ? ? To change the bar color in horizontal bargraph, kindly try to change the following line in modules/Dashboard/horizontal_bargraph.php(line no : 111) $fill =& Image_Graph::factory('gradient', array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, 'blue', 'white')); Eg : $fill =& Image_Graph::factory('gradient', array(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED, 'green', 'white')); For vertical graph, do the same changes in modules/Dashboard/vertical_bargraph.php(line no : 114) I hope this is the fix for your problem. Thanks & Regards, Minnie. ----tzenk at gmx.net wrote ---- Hi all, i don????t get any answer from the forum on this, so maybe someone from the list can help me with this question: Hi all, i have gone through http://pear.veggerby.dk/forum and http://wiki.vtiger.com/index.php/ImageGraph_-_General and all the files in my vtiger install vtigerCRM/Image to get an answer on this. I have studied here http://pear.php.net/package/Image_Graph/docs/latest/li_Image_Graph.html but i just can????t find the place in the code where to do a simple(?) change of the blue bars on the startpage. In include/utils/GraphUtils.php line 65 -72 it says /**This function is used to generate the n colors. * Param $count - number of colors to generate * Param $start - value of first color * Param $step - color increment to apply * Return type array - array of n colors values */ But when i change the colors within function color_generator($count = 1, $start = '33CCFF', $step = '221133') which is a light blue (33CCFF) and almost black (221133) nothing changes. When i change the color in /Image/Canvas/GD/PNG.php on line 64 $transparent = '#123ABD'; nothing changes. Trying changes within all files that have entries related to colors NOTHING CHANGES. Doing almost 50 changes within over 20 files in the IMAGE folder in vtiger root just one thing really made a change and changed the backgroundcolor of the Cockpit in /Image/Canvas/GD/PNG.php on line 88 'fill' => 'white', if i change the 'white' to anything listed within /ImageColor.php on line 502 this is really changing the color. BUT THAT IS NOT WHAT I NEED!!! I just want to change the "blue bars" to "green bars". That????s all. There are a lot of descriptions on the above sites and even a lot of comments within the vtiger files, but when i make changes , save the file i changed, empty the browser cache and reload still absolutely nothing changes. So i am really at the end of my research and still couldn????t find any solution. I am doing something wrong, i am sure, but i don????t know what. Did someone of you ever managed to change the color of the Cockpit bars??? TIA _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com ________________________________ _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com ________________________________ _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From prasad at vtiger.com Tue May 6 07:37:51 2008 From: prasad at vtiger.com (Prasad) Date: Tue, 6 May 2008 17:07:51 +0530 Subject: [Vtigercrm-developers] vtiger 5.0.4 iCal Extension In-Reply-To: <39d18b250805050010r2bf08414gd9cd6ff34e7c47c3@mail.gmail.com> References: <39d18b250805050010r2bf08414gd9cd6ff34e7c47c3@mail.gmail.com> Message-ID: <39d18b250805060437i58f81883k654f71f6bc3edd5c@mail.gmail.com> Dear community, vical version 1.1 is released now. Details of Fix: * Start Time and End Time of Events was not exported properly in version 1.0. This is fixed now. Project URL: http://forge.vtiger.com/projects/vical/ Download URL: http://forge.vtiger.com/frs/?group_id=157 Check it out today and send us the feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/2a4c94c5/attachment-0002.html From kiange at gmail.com Tue May 6 11:44:37 2008 From: kiange at gmail.com (Finjon Kiang) Date: Tue, 6 May 2008 23:44:37 +0800 Subject: [Vtigercrm-developers] Modified version of STS(Translating tool) for 5.0.4 Message-ID: Topic: http://forums.vtiger.com/viewtopic.php?p=65106 About STS: http://www.sugarcrm.com/forums/showthread.php?t=8938 Download the one for vtigerCRM 5.0.4: http://code.google.com/p/twpug/downloads/detail?name=sts_for_vtigercrm.zip -- Finjon Kiang -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080506/5cfc2002/attachment-0002.html From prasad at vtiger.com Wed May 7 01:35:58 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 7 May 2008 11:05:58 +0530 Subject: [Vtigercrm-developers] Modified version of STS(Translating tool) for 5.0.4 In-Reply-To: References: Message-ID: <39d18b250805062235tfddd2f8v305645f627d2859b@mail.gmail.com> Hi Finjon, Thanks for the update. Regards, Prasad vtiger Team On 5/6/08, Finjon Kiang wrote: > > Topic: > http://forums.vtiger.com/viewtopic.php?p=65106 > > About STS: > http://www.sugarcrm.com/forums/showthread.php?t=8938 > > Download the one for vtigerCRM 5.0.4: > http://code.google.com/p/twpug/downloads/detail?name=sts_for_vtigercrm.zip > > -- > Finjon Kiang > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080507/759e30fd/attachment-0002.html From lee at leev.net Thu May 8 22:15:44 2008 From: lee at leev.net (Lee Valentine) Date: Fri, 9 May 2008 12:15:44 +1000 Subject: [Vtigercrm-developers] displaytype in vtiger_field Message-ID: Hi Guys, I just had a question relating to the displaytype field in vtiger_field. I understand what 1, 2 and 4 mean, but 3? I see the field salutation on leads is a 3 and this field is then tied to the firstname field when creating/editing/viewing the lead. Is there a mapping to say somewhere that the salutation is linked to the firstname field or how is this achieved? Also, the typeofdata field includes whether the field is mandatory or optional, however the uitype also does this? Which one is the master or do they serve different purposes? Thanks, Lee From scott at centritechsolutions.com Fri May 9 21:19:00 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 9 May 2008 21:19:00 -0400 Subject: [Vtigercrm-developers] Lead Status Message-ID: <004e01c8b23b$db754750$0202fea9@scottlaptop> All, I'm trying to use the change status button on the leads list. The list that it gives me doesn't have any of the custom status that I put in there. It only shows me the default status. How do I change the code in the leads module to read my custom settings that I put in the picklist editor? Thank you for your help. Centritech Solutions Logo Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080509/c2cb1725/attachment-0002.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 2190 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080509/c2cb1725/attachment-0002.jpe From ddfire at gmail.com Fri May 9 23:06:12 2008 From: ddfire at gmail.com (David fire) Date: Sat, 10 May 2008 00:06:12 -0300 Subject: [Vtigercrm-developers] please a decent module howto Message-ID: hi i managed to create my own fields type including a textbox wich validate a credit card i asked where i can upload it and i didnt gent any answer. but i cant make my own module please any good pdf or any think that i can read to learn. i want to colaborate with the project but i havent any info. thanks David -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/59d07028/attachment-0002.html From joe at tsolucio.com Sat May 10 04:18:52 2008 From: joe at tsolucio.com (Joe Bordes) Date: Sat, 10 May 2008 10:18:52 +0200 Subject: [Vtigercrm-developers] Lead Status In-Reply-To: <004e01c8b23b$db754750$0202fea9@scottlaptop> References: <004e01c8b23b$db754750$0202fea9@scottlaptop> Message-ID: <48255A6C.4070708@tsolucio.com> Hi Scott, I tried this on my test install and it works correctly. Are you sure you have added your status to the correct rol? You have to add the status to the lowest rol or to all those that can see it. Joe TSolucio PD: How did the TTTimecard install turn out? Scott Brown escribi?: > > All, > > > > I?m trying to use the change status button on the leads list. The > list that it gives me doesn?t have any of the custom status that I put > in there. It only shows me the default status. > > > > > > How do I change the code in the leads module to read my custom > settings that I put in the picklist editor? > > > > > > Thank you for your help. > > > > Centritech Solutions Logo > Scott Brown > Operations Manager > Main: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > > http://www.CentriTechSolutions.com > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/f65a7603/attachment-0002.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 2190 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/f65a7603/attachment-0002.jpe From scott at centritechsolutions.com Sat May 10 09:00:19 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Sat, 10 May 2008 09:00:19 -0400 Subject: [Vtigercrm-developers] Lead Status In-Reply-To: <48255A6C.4070708@tsolucio.com> References: <004e01c8b23b$db754750$0202fea9@scottlaptop> <48255A6C.4070708@tsolucio.com> Message-ID: <00da01c8b29d$d459e590$0202fea9@scottlaptop> Thanks Joe. I?m not sure if I understand the way the roles work in regards to the pick list, I think I have it on the highest role, thinking that would be a universal thing. I?ll try adding to the lowest rol. Also, Timecards are working fine. I had to change my php safemode setting and after that it seemed to correct the issue I had with running the reports. Thanks for the great addons! Centritech Solutions Logo Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _____ From: Joe Bordes [mailto:joe at tsolucio.com] Sent: Saturday, May 10, 2008 4:19 AM To: scott at centritechsolutions.com; vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Lead Status Hi Scott, I tried this on my test install and it works correctly. Are you sure you have added your status to the correct rol? You have to add the status to the lowest rol or to all those that can see it. Joe TSolucio PD: How did the TTTimecard install turn out? Scott Brown escribi?: All, I?m trying to use the change status button on the leads list. The list that it gives me doesn?t have any of the custom status that I put in there. It only shows me the default status. How do I change the code in the leads module to read my custom settings that I put in the picklist editor? Thank you for your help. Centritech Solutions Logo Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _____ _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/1edc67a5/attachment-0002.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 2190 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080510/1edc67a5/attachment-0002.jpe From jnmutuku at gmail.com Sun May 18 08:18:31 2008 From: jnmutuku at gmail.com (James Mutuku) Date: Sun, 18 May 2008 15:18:31 +0300 Subject: [Vtigercrm-developers] vtiger customization for insurance / insurance brokerage industry Message-ID: <48301E97.7070404@gmail.com> Hi, I want to customize vtiger for the insurance. I have been looking for documentation on where to start but I cant' get anything. Anyone who knows where I can get this information? Any one who has customized vtiger before? James -------------- next part -------------- A non-text attachment was scrubbed... Name: jnmutuku.vcf Type: text/x-vcard Size: 293 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080518/4dd58b27/attachment-0002.vcf From ddfire at gmail.com Sun May 18 13:47:49 2008 From: ddfire at gmail.com (David fire) Date: Sun, 18 May 2008 14:47:49 -0300 Subject: [Vtigercrm-developers] vtiger customization for insurance / insurance brokerage industry In-Reply-To: <48301E97.7070404@gmail.com> References: <48301E97.7070404@gmail.com> Message-ID: hi i got the same problem your best shoot is to make a new module but the problem is out there isnt any serius module how-to and no one in this email list or vtiger foum want to tell how to do a new module. i have asked for it many many times. David. 2008/5/18 James Mutuku : > Hi, > I want to customize vtiger for the insurance. I have been looking for > documentation on where to start but I cant' get anything. Anyone who knows > where I can get this information? Any one who has customized vtiger before? > > James > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080518/1df18213/attachment-0002.html From brett.hooker at roarz.com Sun May 18 16:28:57 2008 From: brett.hooker at roarz.com (Brett Hooker) Date: Sun, 18 May 2008 16:28:57 -0400 (EDT) Subject: [Vtigercrm-developers] vtiger customization for insurance / insurance brokerage industry Message-ID: <31828101.121161211142537858.JavaMail.root@zim002.roarzhost.com> The current architecture makes custom modules quite laborius. Core team and community are working towards an extensible architecture. In the meantime, check out the custom modules in the developer forge area for patterns for making a module. ----- Brett Hooker Sent via Treo 750 smartphone -----Original Message----- From: David fire Sent: Monday, 19 May 2008 2:51 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vtiger customization for insurance / insurance brokerage industry hi i got the same problem your best shoot is to make a new module but the problem is out there isnt any serius module how-to and no one in this email list or vtiger foum want to tell how to do a new module. i have asked for it many many times. David. 2008/5/18 James Mutuku : > Hi, > I want to customize vtiger for the insurance. I have been looking for > documentation on where to start but I cant' get anything. Anyone who knows > where I can get this information? Any one who has customized vtiger before? > > James > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. From andrea at gedameurope.com Tue May 20 11:12:31 2008 From: andrea at gedameurope.com (Andrea Cristofanini) Date: Tue, 20 May 2008 17:12:31 +0200 Subject: [Vtigercrm-developers] Vtigercrm-developers] vtiger customization for mandatory field into new incoice Message-ID: <4832EA5F.4070609@gedameurope.com> Dear all where i have to modify the code for have the javascript controll that check for Date into new invocie ? Regards From ddfire at gmail.com Tue May 20 11:20:02 2008 From: ddfire at gmail.com (David fire) Date: Tue, 20 May 2008 12:20:02 -0300 Subject: [Vtigercrm-developers] Vtigercrm-developers] vtiger customization for mandatory field into new incoice In-Reply-To: <4832EA5F.4070609@gedameurope.com> References: <4832EA5F.4070609@gedameurope.com> Message-ID: hi the easy way is to touch the sql database in the fields table (vtiger_field) look for your field and you will see one field has a strange format like numbers letters and a "~" ok the las letter is O (optional) M (mandatory) change there. David 2008/5/20 Andrea Cristofanini : > Dear all > where i have to modify the code for have the javascript controll that > check for Date into new invocie ? > > Regards > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080520/8b2079f1/attachment-0002.html From andrea at gedameurope.com Tue May 20 12:01:30 2008 From: andrea at gedameurope.com (Andrea Cristofanini) Date: Tue, 20 May 2008 18:01:30 +0200 Subject: [Vtigercrm-developers] Vtigercrm-developers] vtiger customization for mandatory field into new incoice In-Reply-To: References: <4832EA5F.4070609@gedameurope.com> Message-ID: <4832F5DA.3050503@gedameurope.com> Thanks Man you a gem !!! Regards Andrea David fire ha scritto: > hi > the easy way is to touch the sql database > in the fields table (vtiger_field) look for your field and you will > see one field has a strange format like numbers letters and a "~" ok > the las letter is O (optional) M (mandatory) change there. > David > > 2008/5/20 Andrea Cristofanini >: > > Dear all > where i have to modify the code for have the javascript controll that > check for Date into new invocie ? > > Regards > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > -- > (\__/) > (='.'=)This is Bunny. Copy and paste bunny into your > (")_(")signature to help him gain world domination. > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From chazarra.clement at gmail.com Thu May 22 10:24:48 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 22 May 2008 15:24:48 +0100 Subject: [Vtigercrm-developers] Webmail in 5.0.4 Message-ID: Hello everybody! I have migrated one of my customers system to 5.0.4, and I was amazed how smoothly it did go!! Well done vTiger team, well done community. I would like today to share my concerns about the webmail module, so I have a couple of questions for you guys: 1. Have you got good performances using the webmail module in vTiger? In my case, small inbox works fine, quick enough, but if I test it on large inbox(more than 4000 emails), it just get terribly slow, and unworkable. 2. Has anybody some tips to share to get better performances? So far I think mutliple email sending can be enhanced by setting the send_delay value on the config file in webmail module 3. In a technical point of view, how is structured the webmail? I am trying to analyse the way vTiger deals with webmails, and it seems that any action you intend on the ajax interface will just reload the entire inbox, is it the case? 4. How other webmail solutions (like squirrelmail) deal with this loading issue? Is it about caching? Some insights from you guys could help me and others to draw a big picture and then focus on the problems and solutions concerning emails handling. Hope to hear from you soon, Bye Clem -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080522/dfd68019/attachment-0002.html From prasad at vtiger.com Fri May 23 00:34:58 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 23 May 2008 10:04:58 +0530 Subject: [Vtigercrm-developers] vgcal - vtiger Google Calendar Integration Message-ID: <39d18b250805222134i18e3a49cm5ef5869d8290fe46@mail.gmail.com> Dear vtigers, vgcal provides the integration between your vtiger CRM and Google Calendar now. You can add/update vtiger calendar events on to your Google Calendar with a click of a button. To know more about it, check out: http://forge.vtiger.com/frs/download.php/547/vgcal-v1.0.pdf Download now and give it a shot: http://forge.vtiger.com/frs/download.php/546/vgcal-1.0.zip Please read the documentation first. Project URL: http://forge.vtiger.com/projects/vgcal/ Kindly update us with your feedback on this forum post: http://forums.vtiger.com/viewtopic.php?t=19810 Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080523/eb5b5b01/attachment-0002.html From prasad at vtiger.com Fri May 23 00:39:48 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 23 May 2008 10:09:48 +0530 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: References: Message-ID: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> Hi Clem, Thank you for updating us with your experience of migration vtiger to 5.0.4 Could you please give some details on the Webmail configuration which will help us in identifying the root cause of the performance issues with during our validation. Are you using ssl enabled Webmail? We will keep you updated if we find a solution. Community feedback and fix on this is most welcome. Regards, Prasad vtiger Team On 5/22/08, clement chazarra wrote: > > Hello everybody! > > I have migrated one of my customers system to 5.0.4, and I was amazed how > smoothly it did go!! Well done vTiger team, well done community. > > I would like today to share my concerns about the webmail module, so I have > a couple of questions for you guys: > > 1. Have you got good performances using the webmail module in vTiger? > In my case, small inbox works fine, quick enough, but if I test it on large > inbox(more than 4000 emails), it just get terribly slow, and unworkable. > > 2. Has anybody some tips to share to get better performances? > So far I think mutliple email sending can be enhanced by setting the > send_delay value on the config file in webmail module > > 3. In a technical point of view, how is structured the webmail? > I am trying to analyse the way vTiger deals with webmails, and it seems > that any action you intend on the ajax interface will just reload the entire > inbox, is it the case? > > 4. How other webmail solutions (like squirrelmail) deal with this loading > issue? Is it about caching? > > Some insights from you guys could help me and others to draw a big picture > and then focus on the problems and solutions concerning emails handling. > > Hope to hear from you soon, > > Bye > Clem > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080523/ec006b40/attachment-0002.html From prasad at vtiger.com Wed May 28 20:15:22 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 29 May 2008 05:45:22 +0530 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 Message-ID: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Dear vtigers, We would like to keep you informed about our next milestone vtiger CRM 5.1. Our goal is to release 5.1 version during September. We are currently focused on integrating the following features: 1. Multi Currency Support 2. Recycle Bin 3. Duplicate Record Merging 4. Calendar Popup Reminder 5. More to be listed shortly... (we are working closely with partners and development community members to integrate some of their contributions) We will also continue to address open issues on trac. You can look at 5.1 development build demo here: http://en.vtiger.com/wip Provide give it a try and provide your feedback to us. One of the important areas is multi-currency support. Please view this document ( http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) for more details. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/4219885c/attachment-0002.html From davidv.net at gmail.com Wed May 28 20:28:40 2008 From: davidv.net at gmail.com (David V.) Date: Wed, 28 May 2008 20:28:40 -0400 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: Prasad, Thank you for the annoncement. Is plugin support (being able to install a new module without touching the core files) a planned feature for the vtiger CRM 5.1 ? David V. On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: > Dear vtigers, > > We would like to keep you informed about our next milestone vtiger CRM 5.1. > Our goal is to release 5.1 version during September. > > We are currently focused on integrating the following features: > > 1. Multi Currency Support > 2. Recycle Bin > 3. Duplicate Record Merging > 4. Calendar Popup Reminder > 5. More to be listed shortly... (we are working closely with partners and > development community members to integrate some of their contributions) > > We will also continue to address open issues on trac. > > You can look at 5.1 development build demo here: http://en.vtiger.com/wip > > Provide give it a try and provide your feedback to us. One of the important > areas is multi-currency support. Please view this document ( > http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) > for more details. > > Regards, > Prasad > vtiger Team > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080528/6a48f11b/attachment-0002.html From ddfire at gmail.com Wed May 28 21:22:37 2008 From: ddfire at gmail.com (David fire) Date: Wed, 28 May 2008 22:22:37 -0300 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: hi a very useful feature will be "readonly" fields for some access levels. and of course plugin support!!!. and i made a credit card field which using ajax validate a credit card i want to give it to the proyect where? it is very simple, is a filed for Smarty. David 2008/5/28 David V. : > Prasad, > > Thank you for the annoncement. > Is plugin support (being able to install a new module without touching the > core files) a planned feature for the vtiger CRM 5.1 ? > > David V. > > On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: > >> Dear vtigers, >> >> We would like to keep you informed about our next milestone vtiger CRM >> 5.1. Our goal is to release 5.1 version during September. >> >> We are currently focused on integrating the following features: >> >> 1. Multi Currency Support >> 2. Recycle Bin >> 3. Duplicate Record Merging >> 4. Calendar Popup Reminder >> 5. More to be listed shortly... (we are working closely with partners and >> development community members to integrate some of their contributions) >> >> We will also continue to address open issues on trac. >> >> You can look at 5.1 development build demo here: http://en.vtiger.com/wip >> >> Provide give it a try and provide your feedback to us. One of the >> important areas is multi-currency support. Please view this document ( >> http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) >> for more details. >> >> Regards, >> Prasad >> vtiger Team >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080528/3b02cbf0/attachment-0002.html From svk at vtiger.com Wed May 28 21:45:24 2008 From: svk at vtiger.com (Sreenivas Kanumuru) Date: Wed, 28 May 2008 18:45:24 -0700 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: <370368f40805281845v6d15e69bwde405b7d30ec243f@mail.gmail.com> Hi DavidV, David, Thanks for the feedback. We are planning on architectural improvements to improve modularization and simplify plug-in development and installation process. This is the main goal for 6.0 release (no timetable yet). There were quite a few feature enhancement contributions that were available which we didn't want to hold on until the 6.0 release. We are working to get these into the 5.1 release. David: You may submit contributions (such as credit card field) on Trac. It will be helpful if you can also provide some screenshots along with it. thanks, Sreenivas -- Sreenivas Kanumuru vtiger Team Location: Sunnyvale, California Office: +1 (408) 716-8592 Cell: +1 (408) 836-5810 Skype: skanumuru On Wed, May 28, 2008 at 6:22 PM, David fire wrote: > hi > a very useful feature will be "readonly" fields for some access levels. > and of course plugin support!!!. > and i made a credit card field which using ajax validate a credit card i > want to give it to the proyect where? > it is very simple, is a filed for Smarty. > David > > 2008/5/28 David V. : > > Prasad, >> >> Thank you for the annoncement. >> Is plugin support (being able to install a new module without touching the >> core files) a planned feature for the vtiger CRM 5.1 ? >> >> David V. >> >> On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: >> >>> Dear vtigers, >>> >>> We would like to keep you informed about our next milestone vtiger CRM >>> 5.1. Our goal is to release 5.1 version during September. >>> >>> We are currently focused on integrating the following features: >>> >>> 1. Multi Currency Support >>> 2. Recycle Bin >>> 3. Duplicate Record Merging >>> 4. Calendar Popup Reminder >>> 5. More to be listed shortly... (we are working closely with partners and >>> development community members to integrate some of their contributions) >>> >>> We will also continue to address open issues on trac. >>> >>> You can look at 5.1 development build demo here: >>> http://en.vtiger.com/wip >>> >>> Provide give it a try and provide your feedback to us. One of the >>> important areas is multi-currency support. Please view this document ( >>> http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) >>> for more details. >>> >>> Regards, >>> Prasad >>> vtiger Team >>> >>> _______________________________________________ >>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>> >> >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > > -- > (\__/) > (='.'=)This is Bunny. Copy and paste bunny into your > (")_(")signature to help him gain world domination. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080528/c609b634/attachment-0002.html From ddfire at gmail.com Wed May 28 22:18:44 2008 From: ddfire at gmail.com (David fire) Date: Wed, 28 May 2008 23:18:44 -0300 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <370368f40805281845v6d15e69bwde405b7d30ec243f@mail.gmail.com> References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> <370368f40805281845v6d15e69bwde405b7d30ec243f@mail.gmail.com> Message-ID: sorry but where do i find Trac??? 2008/5/28 Sreenivas Kanumuru : > Hi DavidV, David, > > Thanks for the feedback. > > We are planning on architectural improvements to improve modularization > and simplify plug-in development and installation process. This is the main > goal for 6.0 release (no timetable yet). There were quite a few feature > enhancement contributions that were available which we didn't want to hold > on until the 6.0 release. We are working to get these into the 5.1 release. > > David: You may submit contributions (such as credit card field) on Trac. It > will be helpful if you can also provide some screenshots along with it. > > thanks, > Sreenivas > > -- > Sreenivas Kanumuru > vtiger Team > > Location: > Sunnyvale, California > > Office: +1 (408) 716-8592 > Cell: +1 (408) 836-5810 > Skype: skanumuru > > > On Wed, May 28, 2008 at 6:22 PM, David fire wrote: > >> hi >> a very useful feature will be "readonly" fields for some access levels. >> and of course plugin support!!!. >> and i made a credit card field which using ajax validate a credit card i >> want to give it to the proyect where? >> it is very simple, is a filed for Smarty. >> David >> >> 2008/5/28 David V. : >> >> Prasad, >>> >>> Thank you for the annoncement. >>> Is plugin support (being able to install a new module without touching >>> the core files) a planned feature for the vtiger CRM 5.1 ? >>> >>> David V. >>> >>> On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: >>> >>>> Dear vtigers, >>>> >>>> We would like to keep you informed about our next milestone vtiger CRM >>>> 5.1. Our goal is to release 5.1 version during September. >>>> >>>> We are currently focused on integrating the following features: >>>> >>>> 1. Multi Currency Support >>>> 2. Recycle Bin >>>> 3. Duplicate Record Merging >>>> 4. Calendar Popup Reminder >>>> 5. More to be listed shortly... (we are working closely with partners >>>> and development community members to integrate some of their contributions) >>>> >>>> We will also continue to address open issues on trac. >>>> >>>> You can look at 5.1 development build demo here: >>>> http://en.vtiger.com/wip >>>> >>>> Provide give it a try and provide your feedback to us. One of the >>>> important areas is multi-currency support. Please view this document ( >>>> http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) >>>> for more details. >>>> >>>> Regards, >>>> Prasad >>>> vtiger Team >>>> >>>> _______________________________________________ >>>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>>> >>> >>> >>> _______________________________________________ >>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>> >> >> >> >> -- >> (\__/) >> (='.'=)This is Bunny. Copy and paste bunny into your >> (")_(")signature to help him gain world domination. >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080528/62008eed/attachment-0002.html From dome at tel.co.th Wed May 28 23:26:43 2008 From: dome at tel.co.th (Dome Charoenyost) Date: Thu, 29 May 2008 10:26:43 +0700 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: <8ccbff060805282026t5f82a6c6v2bb80482af27e5ca@mail.gmail.com> Postgresql Please :) Dome C. On Thu, May 29, 2008 at 7:15 AM, Prasad wrote: > Dear vtigers, > > We would like to keep you informed about our next milestone vtiger CRM 5.1. > Our goal is to release 5.1 version during September. > > We are currently focused on integrating the following features: > > 1. Multi Currency Support > 2. Recycle Bin > 3. Duplicate Record Merging > 4. Calendar Popup Reminder > 5. More to be listed shortly... (we are working closely with partners and > development community members to integrate some of their contributions) > > We will also continue to address open issues on trac. > > You can look at 5.1 development build demo here: http://en.vtiger.com/wip > > Provide give it a try and provide your feedback to us. One of the important > areas is multi-currency support. Please view this document > (http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) > for more details. > > Regards, > Prasad > vtiger Team > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From johnmessingham at hotmail.com Thu May 29 03:31:40 2008 From: johnmessingham at hotmail.com (johnmessingham at hotmail.com) Date: Thu, 29 May 2008 08:31:40 +0100 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: Hi, Are there any plans to allow quotes to be created for service companies? I think if you could add items to quotes by typing in the service details rather than having to create a product for each service (which is usually different for each client) the system would be more appealing to a wider range of users. I provide vtiger support and integration for clients but have never been able to actually use the system for my own business which has been a real shame. John Messingham http://www.jmds.co.uk From: Prasad Sent: Thursday, May 29, 2008 1:15 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 Dear vtigers, We would like to keep you informed about our next milestone vtiger CRM 5.1. Our goal is to release 5.1 version during September. We are currently focused on integrating the following features: 1. Multi Currency Support 2. Recycle Bin 3. Duplicate Record Merging 4. Calendar Popup Reminder 5. More to be listed shortly... (we are working closely with partners and development community members to integrate some of their contributions) We will also continue to address open issues on trac. You can look at 5.1 development build demo here: http://en.vtiger.com/wip Provide give it a try and provide your feedback to us. One of the important areas is multi-currency support. Please view this document (http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) for more details. Regards, Prasad vtiger Team -------------------------------------------------------------------------------- _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/e0614c8f/attachment-0002.html From alanslists at gmail.com Thu May 29 04:07:16 2008 From: alanslists at gmail.com (Alan Lord) Date: Thu, 29 May 2008 09:07:16 +0100 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> Message-ID: johnmessingham at hotmail.com wrote: > Hi, > > Are there any plans to allow quotes to be created for service companies? > I think if you could add items to quotes by typing in the service > details rather than having to create a product for each service (which > is usually different for each client) the system would be more appealing > to a wider range of users. I provide vtiger support and integration for > clients but have never been able to actually use the system for my own > business which has been a real shame. > > John Messingham > http://www.jmds.co.uk Hi John, I would like to add support to this request. It's something that has bugged me for a while now. Alan (Strange that I'm another brit too!) -- The way out is open! http://www.theopensourcerer.com From asha at vtiger.com Thu May 29 07:13:05 2008 From: asha at vtiger.com (Asha) Date: Thu, 29 May 2008 16:43:05 +0530 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <39d18b250805281715h733b22f1o6966698eb977322e@mail.gmail.com> <370368f40805281845v6d15e69bwde405b7d30ec243f@mail.gmail.com> Message-ID: Hi David, As Sreenivas pointed out, you can submit your contributions at trac ( http://trac.vtiger.com/) as a ticket and type of the defect as patch. We will mail you soon the login account for trac. On 5/29/08, David fire wrote: > > sorry but where do i find Trac??? > > > 2008/5/28 Sreenivas Kanumuru : > >> Hi DavidV, David, >> >> Thanks for the feedback. >> >> We are planning on architectural improvements to improve modularization >> and simplify plug-in development and installation process. This is the main >> goal for 6.0 release (no timetable yet). There were quite a few feature >> enhancement contributions that were available which we didn't want to hold >> on until the 6.0 release. We are working to get these into the 5.1 release. >> >> David: You may submit contributions (such as credit card field) on Trac. >> It will be helpful if you can also provide some screenshots along with it. >> >> thanks, >> Sreenivas >> >> -- >> Sreenivas Kanumuru >> vtiger Team >> >> Location: >> Sunnyvale, California >> >> Office: +1 (408) 716-8592 >> Cell: +1 (408) 836-5810 >> Skype: skanumuru >> >> >> On Wed, May 28, 2008 at 6:22 PM, David fire wrote: >> >>> hi >>> a very useful feature will be "readonly" fields for some access levels. >>> and of course plugin support!!!. >>> and i made a credit card field which using ajax validate a credit card i >>> want to give it to the proyect where? >>> it is very simple, is a filed for Smarty. >>> David >>> >>> 2008/5/28 David V. : >>> >>> Prasad, >>>> >>>> Thank you for the annoncement. >>>> Is plugin support (being able to install a new module without touching >>>> the core files) a planned feature for the vtiger CRM 5.1 ? >>>> >>>> David V. >>>> >>>> On Wed, May 28, 2008 at 8:15 PM, Prasad wrote: >>>> >>>>> Dear vtigers, >>>>> >>>>> We would like to keep you informed about our next milestone vtiger CRM >>>>> 5.1. Our goal is to release 5.1 version during September. >>>>> >>>>> We are currently focused on integrating the following features: >>>>> >>>>> 1. Multi Currency Support >>>>> 2. Recycle Bin >>>>> 3. Duplicate Record Merging >>>>> 4. Calendar Popup Reminder >>>>> 5. More to be listed shortly... (we are working closely with partners >>>>> and development community members to integrate some of their contributions) >>>>> >>>>> We will also continue to address open issues on trac. >>>>> >>>>> You can look at 5.1 development build demo here: >>>>> http://en.vtiger.com/wip >>>>> >>>>> Provide give it a try and provide your feedback to us. One of the >>>>> important areas is multi-currency support. Please view this document ( >>>>> http://www.vtiger.com/archives/validation/5.1/2008.05/vtigercrm-5.1-multicurrency.pdf) >>>>> for more details. >>>>> >>>>> Regards, >>>>> Prasad >>>>> vtiger Team >>>>> >>>>> _______________________________________________ >>>>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>>>> >>>> >>>> >>>> _______________________________________________ >>>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>>> >>> >>> >>> >>> -- >>> (\__/) >>> (='.'=)This is Bunny. Copy and paste bunny into your >>> (")_(")signature to help him gain world domination. >>> >>> _______________________________________________ >>> Reach hundreds of potential candidates - http://jobs.vtiger.com >>> >> >> >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > > -- > (\__/) > (='.'=)This is Bunny. Copy and paste bunny into your > (")_(")signature to help him gain world domination. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- Regards, Asha vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/2b939699/attachment-0002.html From chazarra.clement at gmail.com Thu May 29 08:25:09 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 29 May 2008 13:25:09 +0100 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> References: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> Message-ID: Hi Prasad, Thanks for the quick reply. My webmail hasn't any special configuration, in the "incoming mail server settings" I tried different configurations, imap2/4, ssl, not ssl, tls etc. : I get an error when the details are wrong. With the configurations successfully connecting , the period to retrieve emails is too long when there is a large inbox and shorter with a smaller one, fair enough.. But still, how to make the webmail module behave more quickly? I have been searching and working on it for some d and found out a couple of critical piece of code: Webmail module, ListView.php line 315: *imap_mailboxmsginfo* function is slowing down the whole process, we may be able to replace it by *imap_status *? What do you think? Webmail module, MailBox.php, function fullMailList(): Each time the MailBox method is called, this method is executed On Fri, May 23, 2008 at 5:39 AM, Prasad wrote: > Hi Clem, > > Thank you for updating us with your experience of migration vtiger to 5.0.4 > > Could you please give some details on the Webmail configuration which will > help us in identifying the root cause > of the performance issues with during our validation. > > Are you using ssl enabled Webmail? > > We will keep you updated if we find a solution. > > Community feedback and fix on this is most welcome. > > Regards, > Prasad > vtiger Team > > On 5/22/08, clement chazarra wrote: > >> Hello everybody! >> >> I have migrated one of my customers system to 5.0.4, and I was amazed how >> smoothly it did go!! Well done vTiger team, well done community. >> >> I would like today to share my concerns about the webmail module, so I >> have a couple of questions for you guys: >> >> 1. Have you got good performances using the webmail module in vTiger? >> In my case, small inbox works fine, quick enough, but if I test it on >> large inbox(more than 4000 emails), it just get terribly slow, and >> unworkable. >> >> 2. Has anybody some tips to share to get better performances? >> So far I think mutliple email sending can be enhanced by setting the >> send_delay value on the config file in webmail module >> >> 3. In a technical point of view, how is structured the webmail? >> I am trying to analyse the way vTiger deals with webmails, and it seems >> that any action you intend on the ajax interface will just reload the entire >> inbox, is it the case? >> >> 4. How other webmail solutions (like squirrelmail) deal with this loading >> issue? Is it about caching? >> >> Some insights from you guys could help me and others to draw a big picture >> and then focus on the problems and solutions concerning emails handling. >> >> Hope to hear from you soon, >> >> Bye >> Clem >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/24f43a80/attachment-0002.html From fp at crm-now.de Thu May 29 08:50:43 2008 From: fp at crm-now.de (Frank Piepiorra) Date: Thu, 29 May 2008 14:50:43 +0200 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 29, Issue 7 In-Reply-To: References: Message-ID: <002801c8c18a$9b910800$d2b31800$@de> John, you may try our different PDF generator posted at the vtiger forge (see http://forums.vtiger.com/viewtopic.php?t=19823). This lets you add as much text as needed for every product/service entry. For instance, you could create product entry called "customer service" add a short generic description (which will be included in the PDF quote) and add the text for the specific customer at the quote (description and comments). Regards, Frank > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > > Are there any plans to allow quotes to be created for service > companies? I think if you could add items to quotes by typing in the > service details rather than having to create a product for each service > (which is usually different for each client) the system would be more > appealing to a wider range of users. I provide vtiger support and > integration for clients but have never been able to actually use the > system for my own business which has been a real shame. > > John Messingham > http://www.jmds.co.uk > From chazarra.clement at gmail.com Thu May 29 09:03:39 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 29 May 2008 14:03:39 +0100 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: References: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> Message-ID: Sorry for the last incomplete email, I slip on the send button ;) I have been searching and working on the webmail matter for some days and found a couple of quick tricks: In Webmails, modify Listview.php line 317 and ListViewAjax.php line 121: $info = imap_mailboxmsginfo($MailBox->mbox); $unread_msgs = $info->Unread; *Must be replaced by* $info = imap_status($MailBox->mbox, "{".$MailBox->imapServerAddress."}".$key, SA_ALL); $unread_msgs = $info->unseen; It should increase the performances significantly on large inbox. I am also on the way to modify how email list is retrieved, so far so good, I have achieve to get the same delay (about 8 sec) to retrieve emails from inbox of 400 and inbox of 4000. To do so I only retrieve the mails from the page to be seen and not the whole list. For exemple if I have set my emails per page to 5, the webmail query will only retrieve 5 emails and not all of them. I could release those modifications but I am still missing a big bit concerning the search functionality: The problem about search is that it will retrieve the whole search list without multiple pages, and if your search get more than 500 results for exemple, you will have to wait quite long. My idea was to do the search, as doing the normal list, with paging functionalitie. It may sounds simple but search is handled differently and enabling the multi page search is much bigger task than I expected.. I believe that I am not far from getting the search working but I need a little help guys, When I input a keyword and press find, I can display my list of results and create the multi page buttons, but once I click on the next page button, the ajax list doesn't take in account that the search field is set. More specificaly in listviewajax.php line 128: if(isset($_REQUEST["search"]) && trim($_REQUEST["search_input"]) != '') { whatever } The above condition doesn't see that a string is in the search field.. I have a couple of questions: Why the same condition works from the listview and not in listviewajax? I believe that the $_REQUEST["search"] and $_REQUEST["search_input"] are not set through the ajax. How could I set and get thoses values when I am in the ajax form? Where to declare them? I am not an ajax specialist, and I need a hint on how vtiger deal with passing variables between forms, ajax forms as _REQUEST. If I can figure out the way to make my ajax form to retrieve the value of the search field when set, I may be able to release a nice patch quite soon ;) The hardest bit has been done, and what took me more than 60 sec to retrieve, now comes in 8 sec, depending of the number of mails per page. I hope to get some reply guys, so I can release an alpha of the patch on monday. Thanks for your concerns, Clem -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/f76db266/attachment-0002.html From jnmutuku at gmail.com Thu May 29 09:37:35 2008 From: jnmutuku at gmail.com (James Mutuku) Date: Thu, 29 May 2008 16:37:35 +0300 Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations Message-ID: <483EB19F.1080605@gmail.com> Hi, Is there a complete document on creating new vtiger modules other than http://wiki.vtiger.com/index.php/Creating_New_Module? Also is there a guide on customizing the existing modules. Thanks James From andres.mujica at seaq.com.co Thu May 29 10:35:26 2008 From: andres.mujica at seaq.com.co (Andres Mauricio Mujica Zalamea) Date: Thu, 29 May 2008 09:35:26 -0500 (COT) Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 Message-ID: <41401.190.25.98.107.1212071726.squirrel@webmail.seaq.com.co> Hi according to the get together meeting, held a few months ago one of the purposes was an email based ticketing system.. is this possible or planned to 5.1? or it's been delayed? I understand the multiple constraints in the vtiger's development but i truly believe that making the MODULAR PLUGIN system shoud be a NUMBER ONE priority, is the basis for the real grown of vtiger. (anyone has seen othercrm's forge?? ) Anyway thanks a lot for keep us posted. -- Andr?s Mauricio Mujica Zalamea Consultor Linux RHCE #804005093216652 SEAQ SERVICIOS CIA LTDA Tel: (57) 1 6559800 Fax: (57) 1 6559802 www.seaq.com.co Brindamos soluciones en el ?rea de Servidores, Sistemas de Seguridad de Internet (Internet Security Appliance), Telefon?a IP, y Migraci?n a Linux. Somos su aliado en soluciones Linux. --- CONFIDENCIAL. La informaci?n contenida en este e-mail es confidencial y s?lo puede ser utilizada por el individuo o la compa??a a la cual est? dirigido. Si no es usted el destinatario autorizado, cualquier retenci?n, difusi?n, distribuci?n o copia de este mensaje est? prohibida y es sancionada por la ley. Si por error recibe este mensaje, favor reenviar y borrar el mensaje recibido inmediatamente. CONFIDENTIAL. The information on this e-mail is intended to be confidential and only for the use of the individual or entity to whom it is addressed. If you are not the intended recipient, any retention, dissemination, distribution or copying of this message is strictly prohibited and sanctioned by law. If you receive this mail in error, please immediately send back and delete the message received From chazarra.clement at gmail.com Thu May 29 10:43:12 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 29 May 2008 15:43:12 +0100 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: <41401.190.25.98.107.1212071726.squirrel@webmail.seaq.com.co> References: <41401.190.25.98.107.1212071726.squirrel@webmail.seaq.com.co> Message-ID: Cannot agree more ;) On Thu, May 29, 2008 at 3:35 PM, Andres Mauricio Mujica Zalamea < andres.mujica at seaq.com.co> wrote: > Hi according to the get together meeting, held a few months ago one of the > purposes was an email based ticketing system.. is this possible or planned > to 5.1? or it's been delayed? > > I understand the multiple constraints in the vtiger's development but i > truly believe that making the MODULAR PLUGIN system shoud be a NUMBER ONE > priority, is the basis for the real grown of vtiger. (anyone has seen > othercrm's forge?? ) > > Anyway thanks a lot for keep us posted. > > -- > Andr?s Mauricio Mujica Zalamea > Consultor Linux RHCE #804005093216652 > SEAQ SERVICIOS CIA LTDA > Tel: (57) 1 6559800 > Fax: (57) 1 6559802 > www.seaq.com.co > > Brindamos soluciones en el ?rea de Servidores, Sistemas de Seguridad de > Internet (Internet Security Appliance), Telefon?a IP, y Migraci?n a Linux. > > Somos su aliado en soluciones Linux. > > --- > > CONFIDENCIAL. La informaci?n contenida en este e-mail es confidencial y > s?lo > puede ser utilizada por el individuo o la compa??a a la cual est? dirigido. > Si no es usted el destinatario autorizado, cualquier retenci?n, difusi?n, > distribuci?n o copia de este mensaje est? prohibida y es sancionada por la > ley. Si por error recibe este mensaje, favor reenviar y borrar el mensaje > recibido inmediatamente. > > CONFIDENTIAL. The information on this e-mail is intended to be confidential > and only for the use of the individual or entity to whom it is addressed. > If > you are not the intended recipient, any retention, dissemination, > distribution or copying of this message is strictly prohibited and > sanctioned > by law. If you receive this mail in error, please immediately send back and > delete the message received > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/b00822f9/attachment-0002.html From ddfire at gmail.com Thu May 29 10:48:44 2008 From: ddfire at gmail.com (David fire) Date: Thu, 29 May 2008 11:48:44 -0300 Subject: [Vtigercrm-developers] Marching towards vtiger CRM 5.1 In-Reply-To: References: <41401.190.25.98.107.1212071726.squirrel@webmail.seaq.com.co> Message-ID: agree!!!!!!!!!!! 2008/5/29 clement chazarra : > Cannot agree more ;) > > > On Thu, May 29, 2008 at 3:35 PM, Andres Mauricio Mujica Zalamea < > andres.mujica at seaq.com.co> wrote: > >> Hi according to the get together meeting, held a few months ago one of the >> purposes was an email based ticketing system.. is this possible or planned >> to 5.1? or it's been delayed? >> >> I understand the multiple constraints in the vtiger's development but i >> truly believe that making the MODULAR PLUGIN system shoud be a NUMBER ONE >> priority, is the basis for the real grown of vtiger. (anyone has seen >> othercrm's forge?? ) >> >> Anyway thanks a lot for keep us posted. >> >> -- >> Andr?s Mauricio Mujica Zalamea >> Consultor Linux RHCE #804005093216652 >> SEAQ SERVICIOS CIA LTDA >> Tel: (57) 1 6559800 >> Fax: (57) 1 6559802 >> www.seaq.com.co >> >> Brindamos soluciones en el ?rea de Servidores, Sistemas de Seguridad de >> Internet (Internet Security Appliance), Telefon?a IP, y Migraci?n a Linux. >> >> Somos su aliado en soluciones Linux. >> >> --- >> >> CONFIDENCIAL. La informaci?n contenida en este e-mail es confidencial y >> s?lo >> puede ser utilizada por el individuo o la compa??a a la cual est? >> dirigido. >> Si no es usted el destinatario autorizado, cualquier retenci?n, difusi?n, >> distribuci?n o copia de este mensaje est? prohibida y es sancionada por la >> ley. Si por error recibe este mensaje, favor reenviar y borrar el mensaje >> recibido inmediatamente. >> >> CONFIDENTIAL. The information on this e-mail is intended to be >> confidential >> and only for the use of the individual or entity to whom it is addressed. >> If >> you are not the intended recipient, any retention, dissemination, >> distribution or copying of this message is strictly prohibited and >> sanctioned >> by law. If you receive this mail in error, please immediately send back >> and >> delete the message received >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080529/fd96bfb0/attachment-0002.html From johnmessingham at hotmail.com Fri May 30 05:50:52 2008 From: johnmessingham at hotmail.com (johnmessingham at hotmail.com) Date: Fri, 30 May 2008 10:50:52 +0100 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 29, Issue 7 In-Reply-To: <002801c8c18a$9b910800$d2b31800$@de> References: <002801c8c18a$9b910800$d2b31800$@de> Message-ID: Thanks for that Frank, I will check it out. John -------------------------------------------------- From: "Frank Piepiorra" Sent: Thursday, May 29, 2008 1:50 PM To: Subject: Re: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 29,Issue 7 > John, you may try our different PDF generator posted at the vtiger forge > (see http://forums.vtiger.com/viewtopic.php?t=19823). > This lets you add as much text as needed for every product/service entry. > For instance, you could create product entry called "customer service" add > a > short generic description (which will be included in the PDF quote) and > add > the text for the specific customer at the quote (description and > comments). > > Regards, > Frank > >> Content-Type: text/plain; charset="iso-8859-1" >> >> Hi, >> >> Are there any plans to allow quotes to be created for service >> companies? I think if you could add items to quotes by typing in the >> service details rather than having to create a product for each service >> (which is usually different for each client) the system would be more >> appealing to a wider range of users. I provide vtiger support and >> integration for clients but have never been able to actually use the >> system for my own business which has been a real shame. >> >> John Messingham >> http://www.jmds.co.uk >> > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From prasad at vtiger.com Fri May 30 12:35:10 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 30 May 2008 22:05:10 +0530 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: References: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> Message-ID: <39d18b250805300935i49f457a2v49e3f1e10dd7f61f@mail.gmail.com> Hi Clem, Thank you for sharing some interesting pointers on the performance of Webmail. We will watch it closely and continue the improvement. Regards, Prasad vtiger Team On 5/29/08, clement chazarra wrote: > > Sorry for the last incomplete email, I slip on the send button ;) > > I have been searching and working on the webmail matter for some days and > found a couple of quick tricks: > > In Webmails, modify Listview.php line 317 and ListViewAjax.php line 121: > > $info = imap_mailboxmsginfo($MailBox->mbox); > $unread_msgs = $info->Unread; > > *Must be replaced by* > > $info = imap_status($MailBox->mbox, > "{".$MailBox->imapServerAddress."}".$key, SA_ALL); > $unread_msgs = $info->unseen; > > It should increase the performances significantly on large inbox. > > I am also on the way to modify how email list is retrieved, so far so good, > I have achieve to get the same delay (about 8 sec) to retrieve emails from > inbox of 400 and inbox of 4000. To do so I only retrieve the mails from the > page to be seen and not the whole list. For exemple if I have set my emails > per page to 5, the webmail query will only retrieve 5 emails and not all of > them. > I could release those modifications but I am still missing a big bit > concerning the search functionality: > > The problem about search is that it will retrieve the whole search list > without multiple pages, and if your search get more than 500 results for > exemple, you will have to wait quite long. My idea was to do the search, as > doing the normal list, with paging functionalitie. > It may sounds simple but search is handled differently and enabling the > multi page search is much bigger task than I expected.. > > I believe that I am not far from getting the search working but I need a > little help guys, > When I input a keyword and press find, I can display my list of results and > create the multi page buttons, but once I click on the next page button, the > ajax list doesn't take in account that the search field is set. > > More specificaly in listviewajax.php line 128: > if(isset($_REQUEST["search"]) && trim($_REQUEST["search_input"]) != '') { > whatever } > The above condition doesn't see that a string is in the search field.. > > I have a couple of questions: > > Why the same condition works from the listview and not in listviewajax? > I believe that the $_REQUEST["search"] and $_REQUEST["search_input"] are > not set through the ajax. > > How could I set and get thoses values when I am in the ajax form? Where to > declare them? > > I am not an ajax specialist, and I need a hint on how vtiger deal with > passing variables between forms, ajax forms as _REQUEST. > > If I can figure out the way to make my ajax form to retrieve the value of > the search field when set, I may be able to release a nice patch quite soon > ;) The hardest bit has been done, and what took me more than 60 sec to > retrieve, now comes in 8 sec, depending of the number of mails per page. > > I hope to get some reply guys, so I can release an alpha of the patch on > monday. > > Thanks for your concerns, > Clem > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080530/f3437520/attachment-0002.html From chazarra.clement at gmail.com Fri May 30 14:40:10 2008 From: chazarra.clement at gmail.com (clement chazarra) Date: Fri, 30 May 2008 19:40:10 +0100 Subject: [Vtigercrm-developers] Webmail in 5.0.4 In-Reply-To: <39d18b250805300935i49f457a2v49e3f1e10dd7f61f@mail.gmail.com> References: <39d18b250805222139q76435bc8wffaa271e9cda67ed@mail.gmail.com> <39d18b250805300935i49f457a2v49e3f1e10dd7f61f@mail.gmail.com> Message-ID: Thanks for your concern.. I was expecting a little help on the ajax matter but I finally figured it out..... I have finish my patch and now need people to test it (especially on large mailbox) and see if we find bugs: Have a look here http://creadev.net/Webmails-vTiger504, At the bottom of the page there is a compressed file to download, you just need to replace existing files from webmails module with those ones. You can also find on the web page install instructions and detailed step by step changes. I published a forum post on vTiger http://forums.vtiger.com/viewtopic.php?p=66012#66012 and here http://creadev.net/forum/5. Feedbacks appreciated ;) Bye On Fri, May 30, 2008 at 5:35 PM, Prasad wrote: > Hi Clem, > > Thank you for sharing some interesting pointers on the performance of > Webmail. > > We will watch it closely and continue the improvement. > > Regards, > Prasad > vtiger Team > > On 5/29/08, clement chazarra wrote: > >> Sorry for the last incomplete email, I slip on the send button ;) >> >> I have been searching and working on the webmail matter for some days and >> found a couple of quick tricks: >> >> In Webmails, modify Listview.php line 317 and ListViewAjax.php line 121: >> >> $info = imap_mailboxmsginfo($MailBox->mbox); >> $unread_msgs = $info->Unread; >> >> *Must be replaced by* >> >> $info = imap_status($MailBox->mbox, >> "{".$MailBox->imapServerAddress."}".$key, SA_ALL); >> $unread_msgs = $info->unseen; >> >> It should increase the performances significantly on large inbox. >> >> I am also on the way to modify how email list is retrieved, so far so >> good, I have achieve to get the same delay (about 8 sec) to retrieve emails >> from inbox of 400 and inbox of 4000. To do so I only retrieve the mails from >> the page to be seen and not the whole list. For exemple if I have set my >> emails per page to 5, the webmail query will only retrieve 5 emails and not >> all of them. >> I could release those modifications but I am still missing a big bit >> concerning the search functionality: >> >> The problem about search is that it will retrieve the whole search list >> without multiple pages, and if your search get more than 500 results for >> exemple, you will have to wait quite long. My idea was to do the search, as >> doing the normal list, with paging functionalitie. >> It may sounds simple but search is handled differently and enabling the >> multi page search is much bigger task than I expected.. >> >> I believe that I am not far from getting the search working but I need a >> little help guys, >> When I input a keyword and press find, I can display my list of results >> and create the multi page buttons, but once I click on the next page button, >> the ajax list doesn't take in account that the search field is set. >> >> More specificaly in listviewajax.php line 128: >> if(isset($_REQUEST["search"]) && trim($_REQUEST["search_input"]) != '') { >> whatever } >> The above condition doesn't see that a string is in the search field.. >> >> I have a couple of questions: >> >> Why the same condition works from the listview and not in listviewajax? >> I believe that the $_REQUEST["search"] and $_REQUEST["search_input"] are >> not set through the ajax. >> >> How could I set and get thoses values when I am in the ajax form? Where to >> declare them? >> >> I am not an ajax specialist, and I need a hint on how vtiger deal with >> passing variables between forms, ajax forms as _REQUEST. >> >> If I can figure out the way to make my ajax form to retrieve the value of >> the search field when set, I may be able to release a nice patch quite soon >> ;) The hardest bit has been done, and what took me more than 60 sec to >> retrieve, now comes in 8 sec, depending of the number of mails per page. >> >> I hope to get some reply guys, so I can release an alpha of the patch on >> monday. >> >> Thanks for your concerns, >> Clem >> >> >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080530/cff32ad6/attachment-0002.html