From prasad at vtiger.com Tue Jun 3 07:47:25 2008 From: prasad at vtiger.com (Prasad) Date: Tue, 3 Jun 2008 20:17:25 +0530 Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations In-Reply-To: <483EB19F.1080605@gmail.com> References: <483EB19F.1080605@gmail.com> Message-ID: <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> Hi James, To customize existing modules you need to understand the codebase of vtiger CRM. I have attached the document which is currently under progress to aid developers to build around vtiger CRM. Community documentation effort is here: http://wiki.vtiger.com/index.php/Vtiger_CRM_5.0.3_Developer_Guide Regards, Prasad vtiger Team On 5/29/08, James Mutuku wrote: > > 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 > > _______________________________________________ > 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/20080603/41c0722a/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: vtiger5.x-developer-manual.pdf Type: application/pdf Size: 468503 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080603/41c0722a/vtiger5.x-developer-manual-0001.pdf From karyn.cassio at transmagic.com Tue Jun 3 10:17:24 2008 From: karyn.cassio at transmagic.com (karyn.cassio@transmagic.com) Date: Tue, 3 Jun 2008 11:17:24 -0600 Subject: [Vtigercrm-developers] Carriage Returns in Event Detail View Message-ID: <002301c8c59d$b13a3b60$3f10a8c0@tmi.local> Hi, Admittedly I am new to developing in vTiger so I apologize if this is a basic question. We are using vTiger 5.0.3, with PHP 5.1.6 and MySQL 5.0.22. In the Detail View for an event, if the Description contains a carriage returns (written to the DB as \r\n), the Detail View shows everything on one long line. However, everything looks fine in the Edit View. In the Detail View of a ticket Description, which I know is getting its information from the same table, this is not the case. All new line and carriage return code is read correctly. However one thing I found interesting is according to the smarty debug console, the $ACTIVITYDATA array drops the \r in the Detail View for the ticket, but not in the $ACTIVITYDATA for an Event. Any thoughts or help pointing me in the right direction would be greatly appreciated. My preference would be for the \r\n to be rewritten to
's. Any thoughts on where that should be executed? Karyn Cassio Web Developer TransMagic, Inc. Email: karyn.cassio at transmagic.com License Keys: license at transmagic.com Support: support at transmagic.com Website: www.transmagic.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080603/786345f5/attachment.htm From prasad at vtiger.com Tue Jun 3 11:00:36 2008 From: prasad at vtiger.com (Prasad) Date: Tue, 3 Jun 2008 23:30:36 +0530 Subject: [Vtigercrm-developers] Carriage Returns in Event Detail View In-Reply-To: <002301c8c59d$b13a3b60$3f10a8c0@tmi.local> References: <002301c8c59d$b13a3b60$3f10a8c0@tmi.local> Message-ID: <39d18b250806031100t4559bea3qcc50c5390d34d76e@mail.gmail.com> Hi Karyn Cassio, We have addressed a similar issue in vtiger CRM 5.0.4 Kindly look at our issue tracker for more details: http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4627 Regards, Prasad vtiger Team On 6/3/08, karyn.cassio at transmagic.com wrote: > > Hi, > > > > Admittedly I am new to developing in vTiger so I apologize if this is a > basic question. > > We are using vTiger 5.0.3, with PHP 5.1.6 and MySQL 5.0.22. > > > > In the Detail View for an event, if the Description contains a carriage > returns (written to the DB as \r\n), the Detail View shows everything on one > long line. > > However, everything looks fine in the Edit View. > > > > In the Detail View of a ticket Description, which I know is getting its > information from the same table, this is not the case. > > All new line and carriage return code is read correctly. > > > > However one thing I found interesting is according to the smarty debug > console, the $ACTIVITYDATA array drops the \r in the Detail View for the > ticket, but not in the $ACTIVITYDATA for an Event. > > > > Any thoughts or help pointing me in the right direction would be greatly > appreciated. > > My preference would be for the \r\n to be rewritten to
's. > > Any thoughts on where that should be executed? > > > > *Karyn Cassio* > > *Web Developer* > > *TransMagic, Inc.* > Email: karyn.cassio at transmagic.com > > License Keys: license at transmagic.com > Support: support at transmagic.com > Website: www.transmagic.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/20080603/82fc1b52/attachment.htm From mtfrederic at yahoo.fr Wed Jun 4 05:55:33 2008 From: mtfrederic at yahoo.fr (martial fred) Date: Wed, 4 Jun 2008 12:55:33 +0000 (GMT) Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations In-Reply-To: <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> Message-ID: <4749.56503.qm@web26106.mail.ukl.yahoo.com> Hi Prasad, thank you very much, I was also looking for a doc like this. ------- Fr?d?ric M. TCHEULEU Direction G?n?rale R&D Manager SALEKA gsm: +237 99 44 45 20 / +237 77 13 08 43 Email: frederic.tcheuleu at saleka.com www.saleka.com --- En date de : Mar 3.6.08, Prasad <prasad at vtiger.com> a ?crit : De: Prasad <prasad at vtiger.com> Objet: Re: [Vtigercrm-developers] Creating new vtiger modules and customizations ?: vtigercrm-developers at lists.vtigercrm.com Date: Mardi 3 Juin 2008, 16h47 Hi James, To customize existing modules you need to understand the codebase of vtiger CRM. I have attached the document which is currently under progress to aid developers to build around vtiger CRM. Community documentation effort is here: http://wiki.vtiger.com/index.php/Vtiger_CRM_5.0.3_Developer_Guide Regards, Prasad vtiger Team On 5/29/08, James Mutuku <jnmutuku at gmail.com> wrote: 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 _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com __________________________________________________ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicit?s http://mail.yahoo.fr Yahoo! Mail -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080604/20d48624/attachment.htm From scott at centritechsolutions.com Wed Jun 4 12:56:31 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Wed, 4 Jun 2008 15:56:31 -0400 Subject: [Vtigercrm-developers] Automatic Calendar Entry Message-ID: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Does anybody know of an add-on or a way to have calendar entry automatically created when creating a trouble ticket. We create a trouble ticket for each service order and then create a calendar entry and have them related. There is a lot of double entry doing this. My thoughts were to have an option that says create calendar entry(yes/no). When a ticket is saved it would take the title and some other custom fields and create a calendar entry and assign it to the username that is assign to the ticket. Anybody have any thoughts on this? Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080604/5b721f31/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/20080604/5b721f31/attachment-0001.jpeg From daud.sweetland at googlemail.com Wed Jun 4 17:15:09 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Thu, 5 Jun 2008 01:15:09 +0100 Subject: [Vtigercrm-developers] Office 2007 Plugin ? In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> Hi, I am currently customizing and installing VTiger at a client site to replace their currently "collection" of solutions and software centralizing all their customer, client and company data into a single CRM system. They use Office 2003 on XP and Vista heavily and so I have build Word templates for mail merges using the Office 2003 Plug-in. However, you can no longer buy 2003 and they already don't really have enough licenses for the number of people who will be using VTiger; therefore they are looking at alternatives, being Office 2007 and Open Office. I have heard and seen emails in this group to the effect that an Open Office plug-in is being worked on and wondered if there was any ETA on this or if indeed there was an Office 2007 plug-in on the way (the 2003 version so very nearly works with Office 2007 - surely there cannot be that much to do to get it to work properly ?? ) Anyway any news would be very helpful in planning the direction to head from here. Thanks Daud Sweetland -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080604/8e862613/attachment.htm From daud.sweetland at googlemail.com Wed Jun 4 17:22:45 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Thu, 5 Jun 2008 01:22:45 +0100 Subject: [Vtigercrm-developers] Mail Merge field values In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <484731e0.13395e0a.7cd9.ffffa093@mx.google.com> Hi, I am currently working on some Word templates for mail merges using the Office 2003 Plug-in and have found that there does not seem to be any fields that you can use to retrieve the logged on users details. I thought that the "user" section of fields would provide exactly that, however they seem to return the admin user details for some reason that I haven't quite worked out.. Can anyone shed any light on this please ? I guess that I must be doing something wrong along the way. Thanks Daud Sweetland -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080604/03a1635a/attachment.htm From brett.hooker at roarz.com Wed Jun 4 18:24:51 2008 From: brett.hooker at roarz.com (Brett Hooker) Date: Thu, 05 Jun 2008 11:24:51 +1000 Subject: [Vtigercrm-developers] Office 2007 Plugin ? In-Reply-To: <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> Message-ID: <48474063.9070307@roarz.com> Daud, For now, we've just been doing the template edits (using the plugin) on our 2003 licenses, and keeping the 2007 licensed machines to runtime mailmerge activities. That works fine for us for now. Also, I believe (please check locally) that you can purchase a 2007 license and then use old 2003 media to install 2003. We've done that with MSDN/Visual Studio to allow us to maintain older code bases when required. Thanks, Brett www.roarz.com Phone: 1300 885 125 Fax: 07 3009 0648 ABN: 69 113 777 594 PO Box 1091 Capalaba Qld 4157 ROARZ emphasizes keeping websites proactively up-to-date and integrated with marketing, sales, and customer service activities. When combined with our rich web-based application suite this delivers customer convenience and staff efficiency outcomes. Daud Sweetland wrote: > > Hi, > > I am currently customizing and installing VTiger at a client site to > replace their currently "collection" of solutions and software > centralizing all their customer, client and company data into a single > CRM system. > > They use Office 2003 on XP and Vista heavily and so I have build Word > templates for mail merges using the Office 2003 Plug-in. > > However, you can no longer buy 2003 and they already don't really have > enough licenses for the number of people who will be using VTiger; > therefore they are looking at alternatives, being Office 2007 and Open > Office. > > I have heard and seen emails in this group to the effect that an Open > Office plug-in is being worked on and wondered if there was any ETA on > this or if indeed there was an Office 2007 plug-in on the way (the > 2003 version so very nearly works with Office 2007 -- surely there > cannot be that much to do to get it to work properly ?? ) > > Anyway any news would be very helpful in planning the direction to > head from here. > > Thanks > > Daud Sweetland > > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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/20080604/50b1cd6e/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: roarz-comp-logo.png Type: image/png Size: 2699 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080604/50b1cd6e/roarz-comp-logo.png From daud.sweetland at googlemail.com Thu Jun 5 00:54:22 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Thu, 5 Jun 2008 08:54:22 +0100 Subject: [Vtigercrm-developers] Office 2007 Plugin ? In-Reply-To: <48474063.9070307@roarz.com> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> <48474063.9070307@roarz.com> Message-ID: <52986bea0806050054x5db0d52ctf6fb396afc9923a@mail.gmail.com> Hi Bret thanks for the tip re Office 2007 licenses. Unfortunately for us even the mail merge does not work in 2007 so we cannot use those machines at all ! So until there is some news re the 2007 plug in we will have to stick to 2003. BTW I Dont suppose that the source code for the 2003 plug in is available at all does anyone know? Thanks Daud On 6/5/08, Brett Hooker wrote: > Daud, > > For now, we've just been doing the template edits (using the plugin) on > our 2003 licenses, and keeping the 2007 licensed machines to runtime > mailmerge activities. That works fine for us for now. > > Also, I believe (please check locally) that you can purchase a 2007 > license and then use old 2003 media to install 2003. We've done that > with MSDN/Visual Studio to allow us to maintain older code bases when > required. > > > Thanks, > Brett > > > www.roarz.com Phone: 1300 885 125 Fax: > 07 3009 0648 ABN: 69 113 777 594 PO Box 1091 Capalaba Qld 4157 > ROARZ emphasizes keeping websites proactively up-to-date and integrated > with marketing, sales, and customer service activities. When combined > with our rich web-based application suite this delivers customer > convenience and staff efficiency outcomes. > > > > Daud Sweetland wrote: >> >> Hi, >> >> I am currently customizing and installing VTiger at a client site to >> replace their currently "collection" of solutions and software >> centralizing all their customer, client and company data into a single >> CRM system. >> >> They use Office 2003 on XP and Vista heavily and so I have build Word >> templates for mail merges using the Office 2003 Plug-in. >> >> However, you can no longer buy 2003 and they already don't really have >> enough licenses for the number of people who will be using VTiger; >> therefore they are looking at alternatives, being Office 2007 and Open >> Office. >> >> I have heard and seen emails in this group to the effect that an Open >> Office plug-in is being worked on and wondered if there was any ETA on >> this or if indeed there was an Office 2007 plug-in on the way (the >> 2003 version so very nearly works with Office 2007 -- surely there >> cannot be that much to do to get it to work properly ?? ) >> >> Anyway any news would be very helpful in planning the direction to >> head from here. >> >> Thanks >> >> Daud Sweetland >> >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com > > From arodes at onweald.com Thu Jun 5 06:33:36 2008 From: arodes at onweald.com (Andrew Rodes) Date: Thu, 5 Jun 2008 08:33:36 -0500 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <68C0B6B915CB45D0A3DEA2DE5083B3B9@ANDYSONY> Is the purpose of the calendar items to create a tickler list, or to create service orders? Perhaps there is another approach that would be even more elegant depending on the purpose of the calendar items. Andy _____ From: Scott Brown [mailto:scott at centritechsolutions.com] Sent: Wednesday, June 04, 2008 2:57 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Automatic Calendar Entry Does anybody know of an add-on or a way to have calendar entry automatically created when creating a trouble ticket. We create a trouble ticket for each service order and then create a calendar entry and have them related. There is a lot of double entry doing this. My thoughts were to have an option that says create calendar entry(yes/no). When a ticket is saved it would take the title and some other custom fields and create a calendar entry and assign it to the username that is assign to the ticket. Anybody have any thoughts on this? Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080605/92941c97/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/20080605/92941c97/attachment.jpeg From carloz at gnumerica.org Thu Jun 5 08:39:53 2008 From: carloz at gnumerica.org (carlo beschi) Date: Thu, 05 Jun 2008 17:39:53 +0200 Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations In-Reply-To: <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> References: <483EB19F.1080605@gmail.com> <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> Message-ID: <484808C9.9090707@gnumerica.org> Hi Prasad, Prasad ha scritto: [...] > > I have attached the document which is currently under progress to aid > developers > to build around vtiger CRM. this doc is pure gold ;-) so far, part of this info was in the wiki, and part was only in the individual developers' minds ... pls, keep me/us updated carlo From prasad at vtiger.com Fri Jun 6 05:06:16 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 6 Jun 2008 17:36:16 +0530 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> Hi Scott, I have attached the documentation of achieving your requirement with more details. Also the customized patch is attached in the mail (which is w.r.t vtiger CRM 5.0.4) If you need further customization you can drop in email at services at vtiger.com Regards, Prasad On 6/5/08, Scott Brown wrote: > > Does anybody know of an add-on or a way to have calendar entry > automatically created when creating a trouble ticket. We create a trouble > ticket for each service order and then create a calendar entry and have them > related. There is a lot of double entry doing this. > > > > My thoughts were to have an option that says create calendar entry(yes/no). > When a ticket is saved it would take the title and some other custom fields > and create a calendar entry and assign it to the username that is assign to > the ticket. > > > > > > Anybody have any thoughts on this? > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > > > _______________________________________________ > 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/20080606/106a4b58/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/20080606/106a4b58/attachment-0001.jpeg -------------- next part -------------- A non-text attachment was scrubbed... Name: vtigercrm504-troubleticket-calendar.zip Type: application/zip Size: 3619 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080606/106a4b58/vtigercrm504-troubleticket-calendar-0001.zip -------------- next part -------------- A non-text attachment was scrubbed... Name: vtiger-customization-troubleticket-calendar.pdf Type: application/pdf Size: 28966 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080606/106a4b58/vtiger-customization-troubleticket-calendar-0001.pdf From scott at centritechsolutions.com Fri Jun 6 05:35:23 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 6 Jun 2008 08:35:23 -0400 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> Message-ID: <014701c8c7d1$d352a440$0202fea9@scottlaptop> Prasad, This looks like exactly what I want except, I'd like to see it as an event instead of a To Do/Task. What is the class to use to create an Event on the calendar instead of a Task. Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net _____ From: Prasad [mailto:prasad at vtiger.com] Sent: Friday, June 06, 2008 8:06 AM To: scott at centritechsolutions.com; vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Automatic Calendar Entry Hi Scott, I have attached the documentation of achieving your requirement with more details. Also the customized patch is attached in the mail (which is w.r.t vtiger CRM 5.0.4) If you need further customization you can drop in email at services at vtiger.com Regards, Prasad On 6/5/08, Scott Brown wrote: Does anybody know of an add-on or a way to have calendar entry automatically created when creating a trouble ticket. We create a trouble ticket for each service order and then create a calendar entry and have them related. There is a lot of double entry doing this. My thoughts were to have an option that says create calendar entry(yes/no). When a ticket is saved it would take the title and some other custom fields and create a calendar entry and assign it to the username that is assign to the ticket. Anybody have any thoughts on this? Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net _______________________________________________ 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/20080606/7f890e36/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/20080606/7f890e36/attachment.jpeg From prasad at vtiger.com Fri Jun 6 05:49:29 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 6 Jun 2008 18:19:29 +0530 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <014701c8c7d1$d352a440$0202fea9@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> <014701c8c7d1$d352a440$0202fea9@scottlaptop> Message-ID: <39d18b250806060549k509574d9i41ccdc20bab160ad@mail.gmail.com> Hi Scott, Activity class itself is used for both Task and Events. However columns used slightly differs. To create Event (Call) instead of Task (Todo) here is the solution Instead of the following lines: $event->column_fields['activitytype'] = 'Task'; $event->column_fields['taskstatus'] = 'Planned'; Change it to: $event->column_fields['activitytype'] = 'Call'; $event->column_fields['eventstatus'] = 'Planned'; Regards, Prasad vtiger Team On 6/6/08, Scott Brown wrote: > > Prasad, > > > > This looks like exactly what I want except, I'd like to see it as an event > instead of a To Do/Task. What is the class to use to create an Event on the > calendar instead of a Task. > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > ------------------------------ > > *From:* Prasad [mailto:prasad at vtiger.com] > *Sent:* Friday, June 06, 2008 8:06 AM > *To:* scott at centritechsolutions.com; > vtigercrm-developers at lists.vtigercrm.com > *Subject:* Re: [Vtigercrm-developers] Automatic Calendar Entry > > > > Hi Scott, > > I have attached the documentation of achieving your requirement with more > details. > > Also the customized patch is attached in the mail (which is w.r.t vtiger > CRM 5.0.4) > > If you need further customization you can drop in email at > services at vtiger.com > > Regards, > Prasad > > On 6/5/08, *Scott Brown* wrote: > > Does anybody know of an add-on or a way to have calendar entry > automatically created when creating a trouble ticket. We create a trouble > ticket for each service order and then create a calendar entry and have them > related. There is a lot of double entry doing this. > > > > My thoughts were to have an option that says create calendar entry(yes/no). > When a ticket is saved it would take the title and some other custom fields > and create a calendar entry and assign it to the username that is assign to > the ticket. > > > > > > Anybody have any thoughts on this? > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > > > > _______________________________________________ > 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/20080606/df0ec125/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/20080606/df0ec125/attachment-0001.jpeg From KarynC at transmagic.com Thu Jun 12 10:36:07 2008 From: KarynC at transmagic.com (Karyn Cassio) Date: Thu, 12 Jun 2008 11:36:07 -0600 Subject: [Vtigercrm-developers] Query Question Message-ID: <001d01c8ccb2$cc117400$3f10a8c0@tmi.local> Hi, I'm trying to customize the initial Contacts ListView for a custom filter. I have been able to add other related fields to search on from the Accounts table, but now I need to search some of the accounts subtables, for instance vtiger_accountscf fields. I know, to make this happen I need to edit the initial SELECT statement and add some additional joins. My problem is I can't seem to find where the SELECT statement is initiating from. I'm doing a CallStack on the query, but I'm still having a hard time finding it. Any thoughts or suggestions would be greatly appreciated. I will continue on my search, but if someone could point me in the right direction it should help speed things up. ;-) Thanks in advance, Karyn Web Developer TransMagic, Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080612/b6e7f5f4/attachment.htm From prasad at vtiger.com Thu Jun 12 11:27:49 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 12 Jun 2008 23:57:49 +0530 Subject: [Vtigercrm-developers] Query Question In-Reply-To: <001d01c8ccb2$cc117400$3f10a8c0@tmi.local> References: <001d01c8ccb2$cc117400$3f10a8c0@tmi.local> Message-ID: <39d18b250806121127j1f1fdad6mabf9460fdb5d1998@mail.gmail.com> Hi Karyn, Look at file include/utils/ListViewUtils.php function getListQuery Regards, Prasad vtiger Team On 6/12/08, Karyn Cassio wrote: > > Hi, > > > > I'm trying to customize the initial Contacts ListView for a custom filter. > > I have been able to add other related fields to search on from the Accounts > table, > > but now I need to search some of the accounts subtables, > > for instance vtiger_accountscf fields. > > > > I know, to make this happen I need to edit the initial SELECT statement and > add some additional joins. > > My problem is I can't seem to find where the SELECT statement is initiating > from. > > I'm doing a CallStack on the query, but I'm still having a hard time > finding it. > > > > Any thoughts or suggestions would be greatly appreciated. > > I will continue on my search, but if someone could point me in the right > direction it should help speed things up. > > ;-) > > > > Thanks in advance, > > > > *Karyn * > > *Web Developer* > > *TransMagic, Inc.* > > > _______________________________________________ > 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/20080612/3fcaea83/attachment.htm From j4c0b1 at gmail.com Fri Jun 13 12:34:53 2008 From: j4c0b1 at gmail.com (Cicero Jacobi Filho) Date: Fri, 13 Jun 2008 16:34:53 -0300 Subject: [Vtigercrm-developers] How to Access Bug Tracker Message-ID: Hi Prasad I?working in some implementations and customization of Vtiger installation at my new conpany. I?d like to participate in the tracker project. Can you provide me a login please. Tkx -- Atenciosamente C?cero Jacobi Filho j4c0b1 at gmail.com 51-93350964 51-84566132 icq : 78883010 msn : cjacobi at hotmail.com gmail : j4c0b1 at gmail.com skype : cjacobi 2008/5/23, Prasad : > > 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 > _______________________________________________ > 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/20080613/fdb1bffb/attachment.htm From prasad at vtiger.com Fri Jun 13 12:58:12 2008 From: prasad at vtiger.com (Prasad) Date: Sat, 14 Jun 2008 01:28:12 +0530 Subject: [Vtigercrm-developers] How to Access Bug Tracker In-Reply-To: References: Message-ID: <39d18b250806131258h30179288p26314a35e88c4b86@mail.gmail.com> Hi C?cero Jacobi, vtiger Trac Account has been created for you and details are sent to your email. Let us know if you need any further assistance. Regards, Prasad vtiger Team On 6/14/08, Cicero Jacobi Filho wrote: > > Hi Prasad > > I?working in some implementations and customization of Vtiger installation > at my new conpany. > > I?d like to participate in the tracker project. > > Can you provide me a login please. > > Tkx > > > -- > Atenciosamente > > C?cero Jacobi Filho > j4c0b1 at gmail.com > 51-93350964 > 51-84566132 > icq : 78883010 > msn : cjacobi at hotmail.com > gmail : j4c0b1 at gmail.com > skype : cjacobi > > 2008/5/23, Prasad : >> >> 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 >> _______________________________________________ >> 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/20080613/458a345d/attachment.htm From daud.sweetland at googlemail.com Mon Jun 16 13:12:09 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Mon, 16 Jun 2008 21:12:09 +0100 Subject: [Vtigercrm-developers] Change Title and Salutation fields around - Help! Message-ID: <52986bea0806161312u5d43f33dhc819ed1bb6132040@mail.gmail.com> Hi all I Have been trying to transpose the field names Title and Salutation around in contacts because my client does use these fields properly and currently they are named the wrong way round for their actual function. I have tried several ways around this and whilst I have had some success I have not yet managed to get it fully working without error messages or it pulling the wrong data through. Can anyone help here please? Thanks Daud On 6/12/08, Karyn Cassio wrote: > Hi, > > > > I'm trying to customize the initial Contacts ListView for a custom filter. > > I have been able to add other related fields to search on from the Accounts > table, > > but now I need to search some of the accounts subtables, > > for instance vtiger_accountscf fields. > > > > I know, to make this happen I need to edit the initial SELECT statement and > add some additional joins. > > My problem is I can't seem to find where the SELECT statement is initiating > from. > > I'm doing a CallStack on the query, but I'm still having a hard time finding > it. > > > > Any thoughts or suggestions would be greatly appreciated. > > I will continue on my search, but if someone could point me in the right > direction it should help speed things up. > > ;-) > > > > Thanks in advance, > > > > Karyn > > Web Developer > > TransMagic, Inc. > > > > From KarynC at transmagic.com Mon Jun 16 16:03:18 2008 From: KarynC at transmagic.com (Karyn Cassio) Date: Mon, 16 Jun 2008 17:03:18 -0600 Subject: [Vtigercrm-developers] Custom filter on Contacts Message-ID: <001b01c8d005$2a795df0$3f10a8c0@tmi.local> Hi, I've created quite a few custom, cross module filters to look for Contacts with specific Accounts related criteria. I'm having a hard time getting the filter to work on the Account assigned to field. I have created a custom field in the field table with the following properties: vtiger_acct_crmentity:smownerid:assigned_acct_user_id:Contacts_Account_Assig ned_To:V e TestRep7 I have been able to edit the initial WHERE statement so that the search gives the result rows I would expect, but I cannot get the assigned_acct_user_id column to return the Account's owner (related smownerid name.) I can manually run the query and get the results I want, but have not been able to get vTiger to return the results to the interface. Any thoughts? Here's the query the logs result: select vtiger_contactdetails.lastname,vtiger_contactdetails.firstname,vtiger_contac tdetails.firstname,vtiger_contactdetails.email,vtiger_account.accountname,vt iger_account.account_type,case when (vtiger_users.user_name not like '') then vtiger_users.user_name else vtiger_groups.groupname end as user_name,vtiger_accountscf.cf_460, vtiger_acct_users.user_name as account_user_name, vtiger_acct_crmentity.crmid,vtiger_contactdetails.reportsto ,vtiger_crmentity.crmid FROM vtiger_contactdetails INNER JOIN vtiger_crmentity ON vtiger_crmentity.crmid = vtiger_contactdetails.contactid INNER JOIN vtiger_contactaddress ON vtiger_contactdetails.contactid = vtiger_contactaddress.contactaddressid INNER JOIN vtiger_contactsubdetails ON vtiger_contactaddress.contactaddressid = vtiger_contactsubdetails.contactsubscriptionid INNER JOIN vtiger_contactscf ON vtiger_contactdetails.contactid = vtiger_contactscf.contactid LEFT JOIN vtiger_account ON vtiger_account.accountid = vtiger_contactdetails.accountid LEFT JOIN vtiger_accountscf ON vtiger_account.accountid = vtiger_accountscf.accountid LEFT JOIN vtiger_accountbillads ON vtiger_account.accountid = vtiger_accountbillads.accountaddressid LEFT JOIN vtiger_contactdetails vtiger_contactdetails2 ON vtiger_contactdetails.reportsto = vtiger_contactdetails2.contactid LEFT JOIN vtiger_contactgrouprelation ON vtiger_contactscf.contactid = vtiger_contactgrouprelation.contactid LEFT JOIN vtiger_groups ON vtiger_groups.groupname = vtiger_contactgrouprelation.groupname LEFT JOIN vtiger_users ON vtiger_users.id = vtiger_crmentity.smownerid LEFT JOIN vtiger_crmentity as vtiger_acct_crmentity ON vtiger_acct_crmentity.crmid = vtiger_account.accountid LEFT JOIN vtiger_users as vtiger_acct_users ON vtiger_acct_users.id = vtiger_acct_crmentity.smownerid LEFT JOIN vtiger_customerdetails ON vtiger_customerdetails.customerid = vtiger_contactdetails.contactid WHERE vtiger_crmentity.deleted = 0 and vtiger_account.account_type = 'Reseller' and ( vtiger_acct_users.user_name = 'TestRep7') ORDER BY vtiger_contactdetails.firstname ASC LIMIT 0,20 Thank you, any help, suggestions, etc. would be so greatly appreciated. Karyn Web Developer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080616/cef54301/attachment.htm From prasad at vtiger.com Tue Jun 17 23:17:18 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 18 Jun 2008 11:47:18 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records Message-ID: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> Dear Members, With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can now update multiple record at once. This avoids you to edit each and every record! To know more look at: http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf Like to try it, then download it now: http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip Keep us updated with your feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080617/72a04659/attachment.htm From carloz at gnumerica.org Wed Jun 18 05:15:14 2008 From: carloz at gnumerica.org (carlo beschi) Date: Wed, 18 Jun 2008 14:15:14 +0200 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> Message-ID: <4858FC52.1080304@gnumerica.org> Hi Prasad, thanks for sharing this. Definitely a very interesting feature! :-) Carlo ps: i made a post on our blog with a couple of screenshots http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504/ and uploaded the plugin on our 504 demo http://vtiger.studiosynthesis.biz/504 Prasad ha scritto: > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > can now update multiple record at once. This avoids you to edit each and > every record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > > Keep us updated with your feedback. > From prasad at vtiger.com Wed Jun 18 05:23:20 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 18 Jun 2008 17:53:20 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <4858FC52.1080304@gnumerica.org> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <4858FC52.1080304@gnumerica.org> Message-ID: <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> Hi Carlo, Thank you. Regards, Prasad vtiger Team On 6/18/08, carlo beschi wrote: > > Hi Prasad, > > thanks for sharing this. > Definitely a very interesting feature! :-) > > Carlo > > ps: i made a post on our blog with a couple of screenshots > > http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504/ > > and uploaded the plugin on our 504 demo > http://vtiger.studiosynthesis.biz/504 > > > Prasad ha scritto: > > > Dear Members, > > > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > > can now update multiple record at once. This avoids you to edit each and > > every record! > > > > To know more look at: > > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > > > Like to try it, then download it now: > > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > > > > > Keep us updated with your feedback. > > > > _______________________________________________ > 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/20080618/4ad846c8/attachment.htm From arodes at onweald.com Wed Jun 18 06:47:23 2008 From: arodes at onweald.com (Andrew Rodes) Date: Wed, 18 Jun 2008 08:47:23 -0500 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com><4858FC52.1080304@gnumerica.org> <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> Message-ID: <947B2850276D415FB053524516E58BEB@ANDYSONY> This is a fantastic feature that the major CRM products out there all support. I hope it can be rolled into the main product!. Thanks! Andy _____ From: Prasad [mailto:prasad at vtiger.com] Sent: Wednesday, June 18, 2008 7:23 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vquickedit - Update Multiple Records Hi Carlo, Thank you. Regards, Prasad vtiger Team On 6/18/08, carlo beschi wrote: Hi Prasad, thanks for sharing this. Definitely a very interesting feature! :-) Carlo ps: i made a post on our blog with a couple of screenshots http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504 / and uploaded the plugin on our 504 demo http://vtiger.studiosynthesis.biz/504 Prasad ha scritto: > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > can now update multiple record at once. This avoids you to edit each and > every record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zi p > > > Keep us updated with your feedback. > _______________________________________________ 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/20080618/5cf69c5f/attachment.htm From prasad at vtiger.com Wed Jun 18 06:53:43 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 18 Jun 2008 19:23:43 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <947B2850276D415FB053524516E58BEB@ANDYSONY> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <4858FC52.1080304@gnumerica.org> <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> <947B2850276D415FB053524516E58BEB@ANDYSONY> Message-ID: <39d18b250806180653m79921bd0r7ff58a5097838259@mail.gmail.com> Hi Andy, We are very glad to see the responses on this feature. Our team is working on the integration and enhancing it to the next level. In the meantime keep us updated with more feedback. Regards, Prasad vtiger Team On 6/18/08, Andrew Rodes wrote: > > This is a fantastic feature that the major CRM products out there all > support. I hope it can be rolled into the main product!. > > > > Thanks! > > > > Andy > > > ------------------------------ > > *From:* Prasad [mailto:prasad at vtiger.com] > *Sent:* Wednesday, June 18, 2008 7:23 AM > *To:* vtigercrm-developers at lists.vtigercrm.com > *Subject:* Re: [Vtigercrm-developers] vquickedit - Update Multiple Records > > > > Hi Carlo, > > Thank you. > > Regards, > Prasad > vtiger Team > > On 6/18/08, *carlo beschi* wrote: > > Hi Prasad, > > thanks for sharing this. > Definitely a very interesting feature! :-) > > Carlo > > ps: i made a post on our blog with a couple of screenshots > > http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504/ > > and uploaded the plugin on our 504 demo > http://vtiger.studiosynthesis.biz/504 > > > Prasad ha scritto: > > > Dear Members, > > > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > > can now update multiple record at once. This avoids you to edit each and > > every record! > > > > To know more look at: > > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > > > Like to try it, then download it now: > > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > > > > > Keep us updated with your feedback. > > > > _______________________________________________ > 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/20080618/cfce8658/attachment.htm From prasad at vtiger.com Wed Jun 18 13:36:18 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 19 Jun 2008 02:06:18 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> Message-ID: <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> Dear Members, Based on the feedback on this feature, the plugin was enhanced to support almost all the modules of vtiger CRM now. Check out the latest version 1.1 at http://forge.vtiger.com/frs/?group_id=167&release_id=409 Source: http://forge.vtiger.com/frs/download.php/565/vquickedit-v1.1.zip Documentation: http://forge.vtiger.com/frs/download.php/566/vquickedit-v1.1.pdf Keep us posted with your feedback. Regards, Prasad vtiger Team On 6/18/08, Prasad wrote: > > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can > now update multiple record at once. This avoids you to edit each and every > record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > Keep us updated with your feedback. > > Regards, > Prasad > vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080618/2d036e38/attachment-0001.htm From KarynC at transmagic.com Wed Jun 18 13:51:23 2008 From: KarynC at transmagic.com (Karyn Cassio) Date: Wed, 18 Jun 2008 14:51:23 -0600 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> Message-ID: <008001c8d185$11ae24a0$3f10a8c0@tmi.local> Prasad, I'm assuming this will only run on 5.0.4, is that right? We are still running 0.3. Thanx, Karyn Cassio Web Developer TransMagic, Inc. _____ From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Prasad Sent: Wednesday, June 18, 2008 2:36 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vquickedit - Update Multiple Records Dear Members, Based on the feedback on this feature, the plugin was enhanced to support almost all the modules of vtiger CRM now. Check out the latest version 1.1 at http://forge.vtiger.com/frs/?group_id=167 &release_id=409 Source: http://forge.vtiger.com/frs/download.php/565/vquickedit-v1.1.zip Documentation: http://forge.vtiger.com/frs/download.php/566/vquickedit-v1.1.pdf Keep us posted with your feedback. Regards, Prasad vtiger Team On 6/18/08, Prasad wrote: Dear Members, With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can now update multiple record at once. This avoids you to edit each and every record! To know more look at: http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf Like to try it, then download it now: http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zi p Keep us updated with your feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080618/bccf6fe0/attachment.htm From prasad at vtiger.com Wed Jun 18 22:50:55 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 19 Jun 2008 11:20:55 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <008001c8d185$11ae24a0$3f10a8c0@tmi.local> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> <008001c8d185$11ae24a0$3f10a8c0@tmi.local> Message-ID: <39d18b250806182250i71dc7f5bma5a70d3d559f7815@mail.gmail.com> Hi Karyn, vquickedit is based on vtiger CRM 5.0.4 With minor changes it can be made to work with 5.0.3 as well. Regards, Prasad vtiger Team On 6/19/08, Karyn Cassio wrote: > > Prasad, > > > > I'm assuming this will only run on 5.0.4, is that right? > > We are still running 0.3. > > > > Thanx, > > > > *Karyn Cassio* > > *Web Developer* > > *TransMagic, Inc.* > ------------------------------ > > *From:* vtigercrm-developers-bounces at lists.vtigercrm.com [mailto: > vtigercrm-developers-bounces at lists.vtigercrm.com] *On Behalf Of *Prasad > *Sent:* Wednesday, June 18, 2008 2:36 PM > *To:* vtigercrm-developers at lists.vtigercrm.com > *Subject:* Re: [Vtigercrm-developers] vquickedit - Update Multiple Records > > > > Dear Members, > > Based on the feedback on this feature, the plugin was enhanced to support > almost all the modules of vtiger CRM now. > > Check out the latest version 1.1 at > http://forge.vtiger.com/frs/?group_id=167&release_id=409 > > Source: http://forge.vtiger.com/frs/download.php/565/vquickedit-v1.1.zip > > Documentation: > http://forge.vtiger.com/frs/download.php/566/vquickedit-v1.1.pdf > > Keep us posted with your feedback. > > Regards, > Prasad > vtiger Team > > On 6/18/08, *Prasad* wrote: > > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can > now update multiple record at once. This avoids you to edit each and every > record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > Keep us updated with your feedback. > > 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/20080618/13be8a39/attachment.htm From greg at ct-net.org Wed Jun 18 23:15:19 2008 From: greg at ct-net.org (Gregory Machin) Date: Thu, 19 Jun 2008 08:15:19 +0200 Subject: [Vtigercrm-developers] missing file ?? Message-ID: <4859F977.5030808@ct-net.org> Hi some times for no reason at all me proxy gives *The requested URL could not be retrieved * While trying to retrieve the URL: http://www.ct-net.org/vtigercrm/index.php?action=index&module=Home The following error was encountered: *Zero Sized Reply * I had a look in the apache error logs and found the following ... Wed Jun 18 11:33:57 2008] [error] [client 196.212.210.154] File does not exist: /mirror/hosting/ct-net.org/www/htdocs/vtigercrm/modules/Settings/Settings.js, referer: http://www.ct-net.org/vtigercrm/index.php?module=Settings&action=index&parenttab=Settings the strange thing is it doesn't happen all the time but when it does it persists for quite a while. what could be causing this ? Currently running 5.04. -- Gregory Machin CT-Net www.ct-net.org greg at ct-net.org phone : +27 12 379 3497 fax : +27 12 379 4113 Cell : +27 72 524 8096 humans do not use the address below its for trapping spam. spamtrap imasucker at ct-net.org From prasad at vtiger.com Fri Jun 20 01:03:54 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 20 Jun 2008 13:33:54 +0530 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Message-ID: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Dear Members, The latest development of vtiger CRM 5.1 is installed at http://en.vtiger.com/wip The following features are available: * Popup Reminder for Calendar Events multicurrency.pdf * Multi Currency Support popupreminder.pdf * Duplicate Records Handling DuplicatesMerging.pdf * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf * Local Backup Feature localbackup.pdf We appreciate your feedback on these new features. Blog Post: http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/ef343e8d/attachment.htm From scott at centritechsolutions.com Fri Jun 20 03:03:52 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 20 Jun 2008 06:03:52 -0400 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Message-ID: <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> These are all great features, but what about the ability to merge the Trouble TicketID field. This seems like such an easy enhancement that I've been asking for since 5.0. This is so that we can use Word to create trouble ticket work orders. Right now I have to use the RTF merge in order to print out a trouble ticket with the ticket ID. Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Prasad Sent: Friday, June 20, 2008 4:04 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Dear Members, The latest development of vtiger CRM 5.1 is installed at http://en.vtiger.com/wip The following features are available: * Popup Reminder for Calendar Events multicurrency.pdf * Multi Currency Support popupreminder.pdf * Duplicate Records Handling DuplicatesMerging.pdf * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf * Local Backup Feature localbackup.pdf We appreciate your feedback on these new features. Blog Post: http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-developmen t Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/15d3e0e5/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/20080620/15d3e0e5/attachment-0001.jpeg From joe at tsolucio.com Fri Jun 20 03:32:16 2008 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 20 Jun 2008 12:32:16 +0200 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> Message-ID: <1213957936.8591.6.camel@joesunix.int> Hi Scott, I suppose you just didn't get around to answering my last email. In any case since I saw this post and I thought I'd ask you a question. If I remember correctly, you are using the TSolucio:TTTimecards extension, this extension adds 3 links to the left of each trouble ticket one of which is exactly for printing out the workorder. Why aren't you using that to easily print out the trouble ticket instead of RTF/Word? Joe TSolucio El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > These are all great features, but what about the ability to merge the > Trouble TicketID field. This seems like such an easy enhancement that > I?ve been asking for since 5.0. This is so that we can use Word to > create trouble ticket work orders. Right now I have to use the RTF > merge in order to print out a trouble ticket with the ticket ID. > > > > Centritech Solutions Logo > Scott Brown > Tel: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > Prasad > Sent: Friday, June 20, 2008 4:04 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > development > > > > > Dear Members, > > The latest development of vtiger CRM 5.1 is installed at > http://en.vtiger.com/wip > > The following features are available: > > * Popup Reminder for Calendar Events multicurrency.pdf > * Multi Currency Support popupreminder.pdf > * Duplicate Records Handling DuplicatesMerging.pdf > * User Configurable ID for SO/PO/Quotes > UserConfigurableInventoryIds.pdf > * Custom fields in Email templates > CustomFieldsInEmailTemplates.pdf > * Local Backup Feature localbackup.pdf > > We appreciate your feedback on these new features. > > Blog Post: > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > Regards, > Prasad > vtiger Team > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From prasad at vtiger.com Fri Jun 20 05:50:02 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 20 Jun 2008 18:20:02 +0530 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <1213957936.8591.6.camel@joesunix.int> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> <1213957936.8591.6.camel@joesunix.int> Message-ID: <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> Hi Scott, I have attached a quick implementation of getting Trouble Ticket ID for Mail Merging for the Word. This code is based on vtiger CRM 5.0.4. [Couldn't get it throughly validated] Kindly test it and let us know your feedback. Regards, Prasad vtiger Team On 6/20/08, Joe Bordes wrote: > > Hi Scott, > > I suppose you just didn't get around to answering my last email. > In any case since I saw this post and I thought I'd ask you a question. > > If I remember correctly, you are using the TSolucio:TTTimecards > extension, this extension adds 3 links to the left of each trouble > ticket one of which is exactly for printing out the workorder. Why > aren't you using that to easily print out the trouble ticket instead of > RTF/Word? > > Joe > TSolucio > > El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > > > These are all great features, but what about the ability to merge the > > Trouble TicketID field. This seems like such an easy enhancement that > > I've been asking for since 5.0. This is so that we can use Word to > > create trouble ticket work orders. Right now I have to use the RTF > > merge in order to print out a trouble ticket with the ticket ID. > > > > > > > > > Centritech Solutions Logo > > Scott Brown > > Tel: 804-360-9753Ext. 400 > > > Fax: 1-800-851-0516 > > http://www.centritech.net > > > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > > Prasad > > Sent: Friday, June 20, 2008 4:04 AM > > To: vtigercrm-developers at lists.vtigercrm.com > > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > > development > > > > > > > > > > Dear Members, > > > > The latest development of vtiger CRM 5.1 is installed at > > http://en.vtiger.com/wip > > > > The following features are available: > > > > * Popup Reminder for Calendar Events multicurrency.pdf > > * Multi Currency Support popupreminder.pdf > > * Duplicate Records Handling DuplicatesMerging.pdf > > * User Configurable ID for SO/PO/Quotes > > UserConfigurableInventoryIds.pdf > > * Custom fields in Email templates > > CustomFieldsInEmailTemplates.pdf > > * Local Backup Feature localbackup.pdf > > > > We appreciate your feedback on these new features. > > > > Blog Post: > > > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > > > Regards, > > Prasad > > vtiger Team > > > > > > > _______________________________________________ > > 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/20080620/0830a164/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: vtigercrm-504-MailMerge-TicketID.zip Type: application/zip Size: 12376 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/0830a164/vtigercrm-504-MailMerge-TicketID-0001.zip -------------- next part -------------- A non-text attachment was scrubbed... Name: TicketId-MailMerging.png Type: image/png Size: 33956 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/0830a164/TicketId-MailMerging-0001.png From info at nablacom.it Fri Jun 20 06:35:57 2008 From: info at nablacom.it (Nablacom) Date: Fri, 20 Jun 2008 15:35:57 +0200 Subject: [Vtigercrm-developers] R: Working with vtiger CRM 5.1 development In-Reply-To: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Message-ID: Hi Prasad Thank you for Your and Your team work. I have a question: what is the link to download of the 5.1 version? I want to test in with our own modules and patches! Best regards, Roberto _____ Da: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Per conto di Prasad Inviato: venerd? 20 giugno 2008 10:04 A: vtigercrm-developers at lists.vtigercrm.com Oggetto: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Dear Members, The latest development of vtiger CRM 5.1 is installed at http://en.vtiger.com/wip The following features are available: * Popup Reminder for Calendar Events multicurrency.pdf * Multi Currency Support popupreminder.pdf * Duplicate Records Handling DuplicatesMerging.pdf * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf * Local Backup Feature localbackup.pdf We appreciate your feedback on these new features. Blog Post: http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-developmen t Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/643744f0/attachment.htm From dome at tel.co.th Fri Jun 20 07:14:10 2008 From: dome at tel.co.th (Dome Charoenyost) Date: Fri, 20 Jun 2008 21:14:10 +0700 Subject: [Vtigercrm-developers] R: Working with vtiger CRM 5.1 development In-Reply-To: References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Message-ID: <8ccbff060806200714n7efb7eedpf3bb5dd95161956a@mail.gmail.com> SVN On Fri, Jun 20, 2008 at 8:35 PM, Nablacom wrote: > Hi Prasad > > Thank you for Your and Your team work. > > I have a question: what is the link to download of the 5.1 version? I want > to test in with our own modules and patches! > > > > Best regards, > > Roberto > > > > ________________________________ > > Da: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Per conto di > Prasad > Inviato: venerd? 20 giugno 2008 10:04 > A: vtigercrm-developers at lists.vtigercrm.com > Oggetto: [Vtigercrm-developers] Working with vtiger CRM 5.1 development > > > > Dear Members, > > The latest development of vtiger CRM 5.1 is installed at > http://en.vtiger.com/wip > > The following features are available: > > * Popup Reminder for Calendar Events multicurrency.pdf > * Multi Currency Support popupreminder.pdf > * Duplicate Records Handling DuplicatesMerging.pdf > * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf > * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf > * Local Backup Feature localbackup.pdf > > We appreciate your feedback on these new features. > > Blog Post: > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > Regards, > Prasad > vtiger Team > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From prasad at vtiger.com Fri Jun 20 10:57:23 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 20 Jun 2008 23:27:23 +0530 Subject: [Vtigercrm-developers] R: Working with vtiger CRM 5.1 development In-Reply-To: <8ccbff060806200714n7efb7eedpf3bb5dd95161956a@mail.gmail.com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <8ccbff060806200714n7efb7eedpf3bb5dd95161956a@mail.gmail.com> Message-ID: <39d18b250806201057r2d4d8180nc83afd84a0537d6e@mail.gmail.com> Hi Dome, We are performing integration-validation of vtiger CRM 5.1 code. Once it is completed we will be commiting it to SVN branch: http://trac.vtiger.com/svn/vtiger/vtigercrm/branches/5.1 Kindly bear with us in the meantime. Regards, Prasad vtiger Team On 6/20/08, Dome Charoenyost wrote: > > SVN > > > > > On Fri, Jun 20, 2008 at 8:35 PM, Nablacom wrote: > > Hi Prasad > > > > Thank you for Your and Your team work. > > > > I have a question: what is the link to download of the 5.1 version? I > want > > to test in with our own modules and patches! > > > > > > > > Best regards, > > > > Roberto > > > > > > > > ________________________________ > > > > Da: vtigercrm-developers-bounces at lists.vtigercrm.com > > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Per conto di > > Prasad > > Inviato: venerd? 20 giugno 2008 10:04 > > A: vtigercrm-developers at lists.vtigercrm.com > > Oggetto: [Vtigercrm-developers] Working with vtiger CRM 5.1 development > > > > > > > > Dear Members, > > > > The latest development of vtiger CRM 5.1 is installed at > > http://en.vtiger.com/wip > > > > The following features are available: > > > > * Popup Reminder for Calendar Events multicurrency.pdf > > * Multi Currency Support popupreminder.pdf > > * Duplicate Records Handling DuplicatesMerging.pdf > > * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf > > * Custom fields in Email > templates CustomFieldsInEmailTemplates.pdf > > * Local Backup Feature localbackup.pdf > > > > We appreciate your feedback on these new features. > > > > Blog Post: > > > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > > > Regards, > > Prasad > > vtiger Team > > > > > _______________________________________________ > > 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/20080620/8fd8d019/attachment.htm From scott at centritechsolutions.com Fri Jun 20 15:54:50 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 20 Jun 2008 18:54:50 -0400 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> <1213957936.8591.6.camel@joesunix.int> <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> Message-ID: <002e01c8d328$b3f6d5f0$1be481d0$@com> Prasad, Thanks for the quick response. I have uploaded the implementation and so far it looks good. I will continue to test it. Will this be included in 5.1? Thanks, Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net From: Prasad [mailto:prasad at vtiger.com] Sent: Friday, June 20, 2008 8:50 AM To: vtigercrm-developers at lists.vtigercrm.com Cc: scott at centritechsolutions.com Subject: Re: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Hi Scott, I have attached a quick implementation of getting Trouble Ticket ID for Mail Merging for the Word. This code is based on vtiger CRM 5.0.4. [Couldn't get it throughly validated] Kindly test it and let us know your feedback. Regards, Prasad vtiger Team On 6/20/08, Joe Bordes wrote: Hi Scott, I suppose you just didn't get around to answering my last email. In any case since I saw this post and I thought I'd ask you a question. If I remember correctly, you are using the TSolucio:TTTimecards extension, this extension adds 3 links to the left of each trouble ticket one of which is exactly for printing out the workorder. Why aren't you using that to easily print out the trouble ticket instead of RTF/Word? Joe TSolucio El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > These are all great features, but what about the ability to merge the > Trouble TicketID field. This seems like such an easy enhancement that > I've been asking for since 5.0. This is so that we can use Word to > create trouble ticket work orders. Right now I have to use the RTF > merge in order to print out a trouble ticket with the ticket ID. > > > > Centritech Solutions Logo > Scott Brown > Tel: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > Prasad > Sent: Friday, June 20, 2008 4:04 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > development > > > > > Dear Members, > > The latest development of vtiger CRM 5.1 is installed at > http://en.vtiger.com/wip > > The following features are available: > > * Popup Reminder for Calendar Events multicurrency.pdf > * Multi Currency Support popupreminder.pdf > * Duplicate Records Handling DuplicatesMerging.pdf > * User Configurable ID for SO/PO/Quotes > UserConfigurableInventoryIds.pdf > * Custom fields in Email templates > CustomFieldsInEmailTemplates.pdf > * Local Backup Feature localbackup.pdf > > We appreciate your feedback on these new features. > > Blog Post: > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-developmen t > > Regards, > Prasad > vtiger Team > > > _______________________________________________ > 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/20080620/5cd800ac/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/20080620/5cd800ac/attachment-0001.jpeg From prasad at vtiger.com Sat Jun 21 19:25:13 2008 From: prasad at vtiger.com (Prasad) Date: Sun, 22 Jun 2008 07:55:13 +0530 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <002e01c8d328$b3f6d5f0$1be481d0$@com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> <1213957936.8591.6.camel@joesunix.int> <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> <002e01c8d328$b3f6d5f0$1be481d0$@com> Message-ID: <39d18b250806211925kb798f58oe699482f436a5205@mail.gmail.com> Hi Scott, Thank you for updating us with the feedback. I have requested the feature integration with vtiger CRM 5.1 along with few other enhancements to it. We will keep you posted on that soon. Regards, Prasad vtiger Team On 6/21/08, Scott Brown wrote: > > Prasad, > > > > Thanks for the quick response. I have uploaded the implementation and so > far it looks good. I will continue to test it. Will this be included in > 5.1? > > > > Thanks, > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > *From:* Prasad [mailto:prasad at vtiger.com] > *Sent:* Friday, June 20, 2008 8:50 AM > *To:* vtigercrm-developers at lists.vtigercrm.com > *Cc:* scott at centritechsolutions.com > *Subject:* Re: [Vtigercrm-developers] Working with vtiger CRM 5.1 > development > > > > Hi Scott, > > I have attached a quick implementation of getting Trouble Ticket ID for > Mail Merging for the Word. > > This code is based on vtiger CRM 5.0.4. [Couldn't get it throughly > validated] > > Kindly test it and let us know your feedback. > > Regards, > Prasad > vtiger Team > > On 6/20/08, *Joe Bordes* wrote: > > Hi Scott, > > I suppose you just didn't get around to answering my last email. > In any case since I saw this post and I thought I'd ask you a question. > > If I remember correctly, you are using the TSolucio:TTTimecards > extension, this extension adds 3 links to the left of each trouble > ticket one of which is exactly for printing out the workorder. Why > aren't you using that to easily print out the trouble ticket instead of > RTF/Word? > > Joe > TSolucio > > El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > > > These are all great features, but what about the ability to merge the > > Trouble TicketID field. This seems like such an easy enhancement that > > I've been asking for since 5.0. This is so that we can use Word to > > create trouble ticket work orders. Right now I have to use the RTF > > merge in order to print out a trouble ticket with the ticket ID. > > > > > > > > > Centritech Solutions Logo > > Scott Brown > > Tel: 804-360-9753Ext. 400 > > > Fax: 1-800-851-0516 > > http://www.centritech.net > > > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > > Prasad > > Sent: Friday, June 20, 2008 4:04 AM > > To: vtigercrm-developers at lists.vtigercrm.com > > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > > development > > > > > > > > > > Dear Members, > > > > The latest development of vtiger CRM 5.1 is installed at > > http://en.vtiger.com/wip > > > > The following features are available: > > > > * Popup Reminder for Calendar Events multicurrency.pdf > > * Multi Currency Support popupreminder.pdf > > * Duplicate Records Handling DuplicatesMerging.pdf > > * User Configurable ID for SO/PO/Quotes > > UserConfigurableInventoryIds.pdf > > * Custom fields in Email templates > > CustomFieldsInEmailTemplates.pdf > > * Local Backup Feature localbackup.pdf > > > > We appreciate your feedback on these new features. > > > > Blog Post: > > > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > > > Regards, > > Prasad > > vtiger Team > > > > > > > _______________________________________________ > > 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/20080621/50d19350/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/20080621/50d19350/attachment.jpeg From stevens at techtron.co.za Sun Jun 22 04:28:30 2008 From: stevens at techtron.co.za (Steven Sher) Date: Sun, 22 Jun 2008 13:28:30 +0200 Subject: [Vtigercrm-developers] accounts import not working properly vtiger v5.0.4 Message-ID: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/55e1c4b3/attachment.htm From arodes at onweald.com Sun Jun 22 07:36:50 2008 From: arodes at onweald.com (Andrew Rodes) Date: Sun, 22 Jun 2008 09:36:50 -0500 Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 In-Reply-To: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> References: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> Message-ID: Make sure you don't have any command characters in the data. I have run into this before. I think its embedded tabs or commas .. cant remember, but they mess up the import code. The reason the dashboard numbers are increasing is because the crmentity records are being created, but not the account detail records due to some bad data somewhere in the source file. Andy _____ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 6:29 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/a9af9cdd/attachment-0001.htm From stevens at techtron.co.za Sun Jun 22 11:01:02 2008 From: stevens at techtron.co.za (Steven Sher) Date: Sun, 22 Jun 2008 20:01:02 +0200 Subject: [Vtigercrm-developers] accounts import not working properlyvtigerv5.0.4 In-Reply-To: References: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> Message-ID: <4F1442F9EA0AE440ADDBB36DBC59591A11EF12@techserver.Techtron.local> Ok thanks will take a look at the source file, any idea how I correct the dashboard view to show the correct figures? From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Andrew Rodes Sent: 22 June 2008 04:37 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] accounts import not working properlyvtigerv5.0.4 Make sure you don't have any command characters in the data. I have run into this before. I think its embedded tabs or commas .. cant remember, but they mess up the import code. The reason the dashboard numbers are increasing is because the crmentity records are being created, but not the account detail records due to some bad data somewhere in the source file. Andy ________________________________ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 6:29 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/97779381/attachment.htm From arodes at onweald.com Sun Jun 22 21:26:18 2008 From: arodes at onweald.com (Andrew Rodes) Date: Sun, 22 Jun 2008 23:26:18 -0500 Subject: [Vtigercrm-developers] accounts import not workingproperlyvtigerv5.0.4 In-Reply-To: <4F1442F9EA0AE440ADDBB36DBC59591A11EF12@techserver.Techtron.local> References: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> <4F1442F9EA0AE440ADDBB36DBC59591A11EF12@techserver.Techtron.local> Message-ID: <27227D9E81B44E6C83215CE4A5DAEA8E@ANDYSONY> You will have to manually delete the records via sql I think. There is no access via the ui if the record is only in crm_entity. andy _____ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 1:01 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] accounts import not workingproperlyvtigerv5.0.4 Ok thanks will take a look at the source file, any idea how I correct the dashboard view to show the correct figures? From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Andrew Rodes Sent: 22 June 2008 04:37 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] accounts import not working properlyvtigerv5.0.4 Make sure you don't have any command characters in the data. I have run into this before. I think its embedded tabs or commas .. cant remember, but they mess up the import code. The reason the dashboard numbers are increasing is because the crmentity records are being created, but not the account detail records due to some bad data somewhere in the source file. Andy _____ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 6:29 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/fc4fe37b/attachment.htm From greg at ct-net.org Wed Jun 25 01:33:47 2008 From: greg at ct-net.org (Gregory Machin) Date: Wed, 25 Jun 2008 10:33:47 +0200 Subject: [Vtigercrm-developers] Sales order and Delivery note Message-ID: <486202EB.4090202@ct-net.org> Hi This mite seem like a silly question. I'm what is the purpose of the "Sales Order" and Are there plans to add a delivery note functionality ? Thanks -- Gregory Machin CT-Net www.ct-net.org greg at ct-net.org phone : +27 12 379 3497 fax : +27 12 379 4113 Cell : +27 72 524 8096 humans do not use the address below its for trapping spam. spamtrap imasucker at ct-net.org From svk at vtiger.com Sat Jun 28 16:28:20 2008 From: svk at vtiger.com (Sreenivas Kanumuru) Date: Sat, 28 Jun 2008 16:28:20 -0700 Subject: [Vtigercrm-developers] Sales order and Delivery note In-Reply-To: <486202EB.4090202@ct-net.org> References: <486202EB.4090202@ct-net.org> Message-ID: <370368f40806281628o288bd37dk86407cc4a0050b05@mail.gmail.com> Hi Gregory, The following excerpt on wikipediadescribes the purpose of Sales Order: * **A sales order is an internal document of the company, meaning it is generated by the company itself. A sales order should record the customer's originating purchase order which is an external document. Rather than using the customer's purchase order document, an internal sales order form allows the internal audit control of completeness to be monitored as a sequential sales order number can be used by the company for its sales order documents. The customer's PO is the originating document which triggers the creation of the sales order. A sales order, being an internal document, can therefore contain many customer purchase orders under it. In a manufacturing environment, a sales order can be converted into a work order to show that work is about to begin to manufacture, build or engineer the products the customer wants.* We are not planning to make changes in 5.1 release. Your feedback and suggestions on improving this functionality will be helpful. thanks, Sreenivas On Wed, Jun 25, 2008 at 1:33 AM, Gregory Machin wrote: > Hi > This mite seem like a silly question. I'm what is the purpose of the > "Sales Order" and Are there plans to add a delivery note functionality ? > > Thanks > > -- > Gregory Machin > CT-Net > www.ct-net.org > greg at ct-net.org > phone : +27 12 379 3497 > fax : +27 12 379 4113 > Cell : +27 72 524 8096 > > humans do not use the address > below its for trapping spam. > spamtrap imasucker at ct-net.org > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- Sreenivas Kanumuru vtiger Team Location: Sunnyvale, California Office: +1 (408) 716-8592 Cell: +1 (408) 836-5810 Skype: skanumuru -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080628/47527aa2/attachment-0001.htm From greg at ct-net.org Mon Jun 30 03:01:35 2008 From: greg at ct-net.org (Gregory Machin) Date: Mon, 30 Jun 2008 12:01:35 +0200 Subject: [Vtigercrm-developers] Sales order and Delivery note In-Reply-To: <370368f40806281628o288bd37dk86407cc4a0050b05@mail.gmail.com> References: <486202EB.4090202@ct-net.org> <370368f40806281628o288bd37dk86407cc4a0050b05@mail.gmail.com> Message-ID: <4868AEFF.9010400@ct-net.org> thanks for the explanation .. Sreenivas Kanumuru wrote: > Hi Gregory, > > The following excerpt on wikipedia > describes the purpose of > Sales Order: > / > / > /A sales order is an internal document of the company, meaning it is > generated by the company itself. A sales order should record the > customer's originating purchase order > which is an external > document. Rather than using the customer's purchase order document, an > internal sales order form allows the internal audit control of > completeness to be monitored as a sequential sales order number can be > used by the company for its sales order documents. The customer's PO > is the originating document which triggers the creation of the sales > order. A sales order, being an internal document, can therefore > contain many customer purchase orders under it. In a manufacturing > environment, a sales order can be converted into a work order to show > that work is about to begin to manufacture, build or engineer the > products the customer wants./ > > We are not planning to make changes in 5.1 release. Your feedback and > suggestions on improving this functionality will be helpful. > > thanks, > Sreenivas > > On Wed, Jun 25, 2008 at 1:33 AM, Gregory Machin > wrote: > > Hi > This mite seem like a silly question. I'm what is the purpose of the > "Sales Order" and Are there plans to add a delivery note > functionality ? > > Thanks > > -- > Gregory Machin > CT-Net > www.ct-net.org > greg at ct-net.org > phone : +27 12 379 3497 > fax : +27 12 379 4113 > Cell : +27 72 524 8096 > > humans do not use the address > below its for trapping spam. > spamtrap imasucker at ct-net.org > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > -- > Sreenivas Kanumuru > vtiger Team > > Location: > Sunnyvale, California > > Office: +1 (408) 716-8592 > Cell: +1 (408) 836-5810 > Skype: skanumuru > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- Gregory Machin CT-Net www.ct-net.org greg at ct-net.org phone : +27 12 379 3497 fax : +27 12 379 4113 Cell : +27 72 524 8096 humans do not use the address below its for trapping spam. spamtrap imasucker at ct-net.org From prasad at vtiger.com Tue Jun 3 10:47:25 2008 From: prasad at vtiger.com (Prasad) Date: Tue, 3 Jun 2008 20:17:25 +0530 Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations In-Reply-To: <483EB19F.1080605@gmail.com> References: <483EB19F.1080605@gmail.com> Message-ID: <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> Hi James, To customize existing modules you need to understand the codebase of vtiger CRM. I have attached the document which is currently under progress to aid developers to build around vtiger CRM. Community documentation effort is here: http://wiki.vtiger.com/index.php/Vtiger_CRM_5.0.3_Developer_Guide Regards, Prasad vtiger Team On 5/29/08, James Mutuku wrote: > > 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 > > _______________________________________________ > 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/20080603/41c0722a/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: vtiger5.x-developer-manual.pdf Type: application/pdf Size: 468503 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080603/41c0722a/attachment.pdf From karyn.cassio at transmagic.com Tue Jun 3 13:17:24 2008 From: karyn.cassio at transmagic.com (karyn.cassio at transmagic.com) Date: Tue, 3 Jun 2008 11:17:24 -0600 Subject: [Vtigercrm-developers] Carriage Returns in Event Detail View Message-ID: <002301c8c59d$b13a3b60$3f10a8c0@tmi.local> Hi, Admittedly I am new to developing in vTiger so I apologize if this is a basic question. We are using vTiger 5.0.3, with PHP 5.1.6 and MySQL 5.0.22. In the Detail View for an event, if the Description contains a carriage returns (written to the DB as \r\n), the Detail View shows everything on one long line. However, everything looks fine in the Edit View. In the Detail View of a ticket Description, which I know is getting its information from the same table, this is not the case. All new line and carriage return code is read correctly. However one thing I found interesting is according to the smarty debug console, the $ACTIVITYDATA array drops the \r in the Detail View for the ticket, but not in the $ACTIVITYDATA for an Event. Any thoughts or help pointing me in the right direction would be greatly appreciated. My preference would be for the \r\n to be rewritten to
's. Any thoughts on where that should be executed? Karyn Cassio Web Developer TransMagic, Inc. Email: karyn.cassio at transmagic.com License Keys: license at transmagic.com Support: support at transmagic.com Website: www.transmagic.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080603/786345f5/attachment.html From prasad at vtiger.com Tue Jun 3 14:00:36 2008 From: prasad at vtiger.com (Prasad) Date: Tue, 3 Jun 2008 23:30:36 +0530 Subject: [Vtigercrm-developers] Carriage Returns in Event Detail View In-Reply-To: <002301c8c59d$b13a3b60$3f10a8c0@tmi.local> References: <002301c8c59d$b13a3b60$3f10a8c0@tmi.local> Message-ID: <39d18b250806031100t4559bea3qcc50c5390d34d76e@mail.gmail.com> Hi Karyn Cassio, We have addressed a similar issue in vtiger CRM 5.0.4 Kindly look at our issue tracker for more details: http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4627 Regards, Prasad vtiger Team On 6/3/08, karyn.cassio at transmagic.com wrote: > > Hi, > > > > Admittedly I am new to developing in vTiger so I apologize if this is a > basic question. > > We are using vTiger 5.0.3, with PHP 5.1.6 and MySQL 5.0.22. > > > > In the Detail View for an event, if the Description contains a carriage > returns (written to the DB as \r\n), the Detail View shows everything on one > long line. > > However, everything looks fine in the Edit View. > > > > In the Detail View of a ticket Description, which I know is getting its > information from the same table, this is not the case. > > All new line and carriage return code is read correctly. > > > > However one thing I found interesting is according to the smarty debug > console, the $ACTIVITYDATA array drops the \r in the Detail View for the > ticket, but not in the $ACTIVITYDATA for an Event. > > > > Any thoughts or help pointing me in the right direction would be greatly > appreciated. > > My preference would be for the \r\n to be rewritten to
's. > > Any thoughts on where that should be executed? > > > > *Karyn Cassio* > > *Web Developer* > > *TransMagic, Inc.* > Email: karyn.cassio at transmagic.com > > License Keys: license at transmagic.com > Support: support at transmagic.com > Website: www.transmagic.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/20080603/82fc1b52/attachment.html From mtfrederic at yahoo.fr Wed Jun 4 08:55:33 2008 From: mtfrederic at yahoo.fr (martial fred) Date: Wed, 4 Jun 2008 12:55:33 +0000 (GMT) Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations In-Reply-To: <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> Message-ID: <4749.56503.qm@web26106.mail.ukl.yahoo.com> Hi Prasad, thank you very much, I was also looking for a doc like this. ------- Fr?d?ric M. TCHEULEU Direction G?n?rale R&D Manager SALEKA gsm: +237 99 44 45 20 / +237 77 13 08 43 Email: frederic.tcheuleu at saleka.com www.saleka.com --- En date de : Mar 3.6.08, Prasad <prasad at vtiger.com> a ?crit : De: Prasad <prasad at vtiger.com> Objet: Re: [Vtigercrm-developers] Creating new vtiger modules and customizations ?: vtigercrm-developers at lists.vtigercrm.com Date: Mardi 3 Juin 2008, 16h47 Hi James, To customize existing modules you need to understand the codebase of vtiger CRM. I have attached the document which is currently under progress to aid developers to build around vtiger CRM. Community documentation effort is here: http://wiki.vtiger.com/index.php/Vtiger_CRM_5.0.3_Developer_Guide Regards, Prasad vtiger Team On 5/29/08, James Mutuku <jnmutuku at gmail.com> wrote: 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 _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com __________________________________________________ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicit?s http://mail.yahoo.fr Yahoo! Mail -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080604/20d48624/attachment.html From scott at centritechsolutions.com Wed Jun 4 15:56:31 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Wed, 4 Jun 2008 15:56:31 -0400 Subject: [Vtigercrm-developers] Automatic Calendar Entry Message-ID: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Does anybody know of an add-on or a way to have calendar entry automatically created when creating a trouble ticket. We create a trouble ticket for each service order and then create a calendar entry and have them related. There is a lot of double entry doing this. My thoughts were to have an option that says create calendar entry(yes/no). When a ticket is saved it would take the title and some other custom fields and create a calendar entry and assign it to the username that is assign to the ticket. Anybody have any thoughts on this? Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080604/5b721f31/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/20080604/5b721f31/attachment.jpe From daud.sweetland at googlemail.com Wed Jun 4 20:15:09 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Thu, 5 Jun 2008 01:15:09 +0100 Subject: [Vtigercrm-developers] Office 2007 Plugin ? In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> Hi, I am currently customizing and installing VTiger at a client site to replace their currently "collection" of solutions and software centralizing all their customer, client and company data into a single CRM system. They use Office 2003 on XP and Vista heavily and so I have build Word templates for mail merges using the Office 2003 Plug-in. However, you can no longer buy 2003 and they already don't really have enough licenses for the number of people who will be using VTiger; therefore they are looking at alternatives, being Office 2007 and Open Office. I have heard and seen emails in this group to the effect that an Open Office plug-in is being worked on and wondered if there was any ETA on this or if indeed there was an Office 2007 plug-in on the way (the 2003 version so very nearly works with Office 2007 - surely there cannot be that much to do to get it to work properly ?? ) Anyway any news would be very helpful in planning the direction to head from here. Thanks Daud Sweetland -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080605/8e862613/attachment.html From daud.sweetland at googlemail.com Wed Jun 4 20:22:45 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Thu, 5 Jun 2008 01:22:45 +0100 Subject: [Vtigercrm-developers] Mail Merge field values In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <484731e0.13395e0a.7cd9.ffffa093@mx.google.com> Hi, I am currently working on some Word templates for mail merges using the Office 2003 Plug-in and have found that there does not seem to be any fields that you can use to retrieve the logged on users details. I thought that the "user" section of fields would provide exactly that, however they seem to return the admin user details for some reason that I haven't quite worked out.. Can anyone shed any light on this please ? I guess that I must be doing something wrong along the way. Thanks Daud Sweetland -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080605/03a1635a/attachment.html From brett.hooker at roarz.com Wed Jun 4 21:24:51 2008 From: brett.hooker at roarz.com (Brett Hooker) Date: Thu, 05 Jun 2008 11:24:51 +1000 Subject: [Vtigercrm-developers] Office 2007 Plugin ? In-Reply-To: <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> Message-ID: <48474063.9070307@roarz.com> Daud, For now, we've just been doing the template edits (using the plugin) on our 2003 licenses, and keeping the 2007 licensed machines to runtime mailmerge activities. That works fine for us for now. Also, I believe (please check locally) that you can purchase a 2007 license and then use old 2003 media to install 2003. We've done that with MSDN/Visual Studio to allow us to maintain older code bases when required. Thanks, Brett www.roarz.com Phone: 1300 885 125 Fax: 07 3009 0648 ABN: 69 113 777 594 PO Box 1091 Capalaba Qld 4157 ROARZ emphasizes keeping websites proactively up-to-date and integrated with marketing, sales, and customer service activities. When combined with our rich web-based application suite this delivers customer convenience and staff efficiency outcomes. Daud Sweetland wrote: > > Hi, > > I am currently customizing and installing VTiger at a client site to > replace their currently "collection" of solutions and software > centralizing all their customer, client and company data into a single > CRM system. > > They use Office 2003 on XP and Vista heavily and so I have build Word > templates for mail merges using the Office 2003 Plug-in. > > However, you can no longer buy 2003 and they already don't really have > enough licenses for the number of people who will be using VTiger; > therefore they are looking at alternatives, being Office 2007 and Open > Office. > > I have heard and seen emails in this group to the effect that an Open > Office plug-in is being worked on and wondered if there was any ETA on > this or if indeed there was an Office 2007 plug-in on the way (the > 2003 version so very nearly works with Office 2007 -- surely there > cannot be that much to do to get it to work properly ?? ) > > Anyway any news would be very helpful in planning the direction to > head from here. > > Thanks > > Daud Sweetland > > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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/20080605/50b1cd6e/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: roarz-comp-logo.png Type: image/png Size: 2699 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080605/50b1cd6e/attachment.png From daud.sweetland at googlemail.com Thu Jun 5 03:54:22 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Thu, 5 Jun 2008 08:54:22 +0100 Subject: [Vtigercrm-developers] Office 2007 Plugin ? In-Reply-To: <48474063.9070307@roarz.com> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> <48474063.9070307@roarz.com> Message-ID: <52986bea0806050054x5db0d52ctf6fb396afc9923a@mail.gmail.com> Hi Bret thanks for the tip re Office 2007 licenses. Unfortunately for us even the mail merge does not work in 2007 so we cannot use those machines at all ! So until there is some news re the 2007 plug in we will have to stick to 2003. BTW I Dont suppose that the source code for the 2003 plug in is available at all does anyone know? Thanks Daud On 6/5/08, Brett Hooker wrote: > Daud, > > For now, we've just been doing the template edits (using the plugin) on > our 2003 licenses, and keeping the 2007 licensed machines to runtime > mailmerge activities. That works fine for us for now. > > Also, I believe (please check locally) that you can purchase a 2007 > license and then use old 2003 media to install 2003. We've done that > with MSDN/Visual Studio to allow us to maintain older code bases when > required. > > > Thanks, > Brett > > > www.roarz.com Phone: 1300 885 125 Fax: > 07 3009 0648 ABN: 69 113 777 594 PO Box 1091 Capalaba Qld 4157 > ROARZ emphasizes keeping websites proactively up-to-date and integrated > with marketing, sales, and customer service activities. When combined > with our rich web-based application suite this delivers customer > convenience and staff efficiency outcomes. > > > > Daud Sweetland wrote: >> >> Hi, >> >> I am currently customizing and installing VTiger at a client site to >> replace their currently "collection" of solutions and software >> centralizing all their customer, client and company data into a single >> CRM system. >> >> They use Office 2003 on XP and Vista heavily and so I have build Word >> templates for mail merges using the Office 2003 Plug-in. >> >> However, you can no longer buy 2003 and they already don't really have >> enough licenses for the number of people who will be using VTiger; >> therefore they are looking at alternatives, being Office 2007 and Open >> Office. >> >> I have heard and seen emails in this group to the effect that an Open >> Office plug-in is being worked on and wondered if there was any ETA on >> this or if indeed there was an Office 2007 plug-in on the way (the >> 2003 version so very nearly works with Office 2007 -- surely there >> cannot be that much to do to get it to work properly ?? ) >> >> Anyway any news would be very helpful in planning the direction to >> head from here. >> >> Thanks >> >> Daud Sweetland >> >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com > > From arodes at onweald.com Thu Jun 5 09:33:36 2008 From: arodes at onweald.com (Andrew Rodes) Date: Thu, 5 Jun 2008 08:33:36 -0500 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <68C0B6B915CB45D0A3DEA2DE5083B3B9@ANDYSONY> Is the purpose of the calendar items to create a tickler list, or to create service orders? Perhaps there is another approach that would be even more elegant depending on the purpose of the calendar items. Andy _____ From: Scott Brown [mailto:scott at centritechsolutions.com] Sent: Wednesday, June 04, 2008 2:57 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Automatic Calendar Entry Does anybody know of an add-on or a way to have calendar entry automatically created when creating a trouble ticket. We create a trouble ticket for each service order and then create a calendar entry and have them related. There is a lot of double entry doing this. My thoughts were to have an option that says create calendar entry(yes/no). When a ticket is saved it would take the title and some other custom fields and create a calendar entry and assign it to the username that is assign to the ticket. Anybody have any thoughts on this? Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080605/92941c97/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/20080605/92941c97/attachment.jpe From carloz at gnumerica.org Thu Jun 5 11:39:53 2008 From: carloz at gnumerica.org (carlo beschi) Date: Thu, 05 Jun 2008 17:39:53 +0200 Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations In-Reply-To: <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> References: <483EB19F.1080605@gmail.com> <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> Message-ID: <484808C9.9090707@gnumerica.org> Hi Prasad, Prasad ha scritto: [...] > > I have attached the document which is currently under progress to aid > developers > to build around vtiger CRM. this doc is pure gold ;-) so far, part of this info was in the wiki, and part was only in the individual developers' minds ... pls, keep me/us updated carlo From prasad at vtiger.com Fri Jun 6 08:06:16 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 6 Jun 2008 17:36:16 +0530 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> Hi Scott, I have attached the documentation of achieving your requirement with more details. Also the customized patch is attached in the mail (which is w.r.t vtiger CRM 5.0.4) If you need further customization you can drop in email at services at vtiger.com Regards, Prasad On 6/5/08, Scott Brown wrote: > > Does anybody know of an add-on or a way to have calendar entry > automatically created when creating a trouble ticket. We create a trouble > ticket for each service order and then create a calendar entry and have them > related. There is a lot of double entry doing this. > > > > My thoughts were to have an option that says create calendar entry(yes/no). > When a ticket is saved it would take the title and some other custom fields > and create a calendar entry and assign it to the username that is assign to > the ticket. > > > > > > Anybody have any thoughts on this? > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > > > _______________________________________________ > 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/20080606/106a4b58/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/20080606/106a4b58/attachment.jpe -------------- next part -------------- A non-text attachment was scrubbed... Name: vtigercrm504-troubleticket-calendar.zip Type: application/zip Size: 3619 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080606/106a4b58/attachment.zip -------------- next part -------------- A non-text attachment was scrubbed... Name: vtiger-customization-troubleticket-calendar.pdf Type: application/pdf Size: 28966 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080606/106a4b58/attachment.pdf From scott at centritechsolutions.com Fri Jun 6 08:35:23 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 6 Jun 2008 08:35:23 -0400 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> Message-ID: <014701c8c7d1$d352a440$0202fea9@scottlaptop> Prasad, This looks like exactly what I want except, I'd like to see it as an event instead of a To Do/Task. What is the class to use to create an Event on the calendar instead of a Task. Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net _____ From: Prasad [mailto:prasad at vtiger.com] Sent: Friday, June 06, 2008 8:06 AM To: scott at centritechsolutions.com; vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Automatic Calendar Entry Hi Scott, I have attached the documentation of achieving your requirement with more details. Also the customized patch is attached in the mail (which is w.r.t vtiger CRM 5.0.4) If you need further customization you can drop in email at services at vtiger.com Regards, Prasad On 6/5/08, Scott Brown wrote: Does anybody know of an add-on or a way to have calendar entry automatically created when creating a trouble ticket. We create a trouble ticket for each service order and then create a calendar entry and have them related. There is a lot of double entry doing this. My thoughts were to have an option that says create calendar entry(yes/no). When a ticket is saved it would take the title and some other custom fields and create a calendar entry and assign it to the username that is assign to the ticket. Anybody have any thoughts on this? Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net _______________________________________________ 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/20080606/7f890e36/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/20080606/7f890e36/attachment.jpe From prasad at vtiger.com Fri Jun 6 08:49:29 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 6 Jun 2008 18:19:29 +0530 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <014701c8c7d1$d352a440$0202fea9@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> <014701c8c7d1$d352a440$0202fea9@scottlaptop> Message-ID: <39d18b250806060549k509574d9i41ccdc20bab160ad@mail.gmail.com> Hi Scott, Activity class itself is used for both Task and Events. However columns used slightly differs. To create Event (Call) instead of Task (Todo) here is the solution Instead of the following lines: $event->column_fields['activitytype'] = 'Task'; $event->column_fields['taskstatus'] = 'Planned'; Change it to: $event->column_fields['activitytype'] = 'Call'; $event->column_fields['eventstatus'] = 'Planned'; Regards, Prasad vtiger Team On 6/6/08, Scott Brown wrote: > > Prasad, > > > > This looks like exactly what I want except, I'd like to see it as an event > instead of a To Do/Task. What is the class to use to create an Event on the > calendar instead of a Task. > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > ------------------------------ > > *From:* Prasad [mailto:prasad at vtiger.com] > *Sent:* Friday, June 06, 2008 8:06 AM > *To:* scott at centritechsolutions.com; > vtigercrm-developers at lists.vtigercrm.com > *Subject:* Re: [Vtigercrm-developers] Automatic Calendar Entry > > > > Hi Scott, > > I have attached the documentation of achieving your requirement with more > details. > > Also the customized patch is attached in the mail (which is w.r.t vtiger > CRM 5.0.4) > > If you need further customization you can drop in email at > services at vtiger.com > > Regards, > Prasad > > On 6/5/08, *Scott Brown* wrote: > > Does anybody know of an add-on or a way to have calendar entry > automatically created when creating a trouble ticket. We create a trouble > ticket for each service order and then create a calendar entry and have them > related. There is a lot of double entry doing this. > > > > My thoughts were to have an option that says create calendar entry(yes/no). > When a ticket is saved it would take the title and some other custom fields > and create a calendar entry and assign it to the username that is assign to > the ticket. > > > > > > Anybody have any thoughts on this? > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > > > > _______________________________________________ > 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/20080606/df0ec125/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/20080606/df0ec125/attachment.jpe From KarynC at transmagic.com Thu Jun 12 13:36:07 2008 From: KarynC at transmagic.com (Karyn Cassio) Date: Thu, 12 Jun 2008 11:36:07 -0600 Subject: [Vtigercrm-developers] Query Question Message-ID: <001d01c8ccb2$cc117400$3f10a8c0@tmi.local> Hi, I'm trying to customize the initial Contacts ListView for a custom filter. I have been able to add other related fields to search on from the Accounts table, but now I need to search some of the accounts subtables, for instance vtiger_accountscf fields. I know, to make this happen I need to edit the initial SELECT statement and add some additional joins. My problem is I can't seem to find where the SELECT statement is initiating from. I'm doing a CallStack on the query, but I'm still having a hard time finding it. Any thoughts or suggestions would be greatly appreciated. I will continue on my search, but if someone could point me in the right direction it should help speed things up. ;-) Thanks in advance, Karyn Web Developer TransMagic, Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080612/b6e7f5f4/attachment.html From prasad at vtiger.com Thu Jun 12 14:27:49 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 12 Jun 2008 23:57:49 +0530 Subject: [Vtigercrm-developers] Query Question In-Reply-To: <001d01c8ccb2$cc117400$3f10a8c0@tmi.local> References: <001d01c8ccb2$cc117400$3f10a8c0@tmi.local> Message-ID: <39d18b250806121127j1f1fdad6mabf9460fdb5d1998@mail.gmail.com> Hi Karyn, Look at file include/utils/ListViewUtils.php function getListQuery Regards, Prasad vtiger Team On 6/12/08, Karyn Cassio wrote: > > Hi, > > > > I'm trying to customize the initial Contacts ListView for a custom filter. > > I have been able to add other related fields to search on from the Accounts > table, > > but now I need to search some of the accounts subtables, > > for instance vtiger_accountscf fields. > > > > I know, to make this happen I need to edit the initial SELECT statement and > add some additional joins. > > My problem is I can't seem to find where the SELECT statement is initiating > from. > > I'm doing a CallStack on the query, but I'm still having a hard time > finding it. > > > > Any thoughts or suggestions would be greatly appreciated. > > I will continue on my search, but if someone could point me in the right > direction it should help speed things up. > > ;-) > > > > Thanks in advance, > > > > *Karyn * > > *Web Developer* > > *TransMagic, Inc.* > > > _______________________________________________ > 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/20080612/3fcaea83/attachment.html From j4c0b1 at gmail.com Fri Jun 13 15:34:53 2008 From: j4c0b1 at gmail.com (Cicero Jacobi Filho) Date: Fri, 13 Jun 2008 16:34:53 -0300 Subject: [Vtigercrm-developers] How to Access Bug Tracker Message-ID: Hi Prasad I?working in some implementations and customization of Vtiger installation at my new conpany. I?d like to participate in the tracker project. Can you provide me a login please. Tkx -- Atenciosamente C?cero Jacobi Filho j4c0b1 at gmail.com 51-93350964 51-84566132 icq : 78883010 msn : cjacobi at hotmail.com gmail : j4c0b1 at gmail.com skype : cjacobi 2008/5/23, Prasad : > > 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 > _______________________________________________ > 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/20080613/fdb1bffb/attachment.html From prasad at vtiger.com Fri Jun 13 15:58:12 2008 From: prasad at vtiger.com (Prasad) Date: Sat, 14 Jun 2008 01:28:12 +0530 Subject: [Vtigercrm-developers] How to Access Bug Tracker In-Reply-To: References: Message-ID: <39d18b250806131258h30179288p26314a35e88c4b86@mail.gmail.com> Hi C?cero Jacobi, vtiger Trac Account has been created for you and details are sent to your email. Let us know if you need any further assistance. Regards, Prasad vtiger Team On 6/14/08, Cicero Jacobi Filho wrote: > > Hi Prasad > > I?working in some implementations and customization of Vtiger installation > at my new conpany. > > I?d like to participate in the tracker project. > > Can you provide me a login please. > > Tkx > > > -- > Atenciosamente > > C?cero Jacobi Filho > j4c0b1 at gmail.com > 51-93350964 > 51-84566132 > icq : 78883010 > msn : cjacobi at hotmail.com > gmail : j4c0b1 at gmail.com > skype : cjacobi > > 2008/5/23, Prasad : >> >> 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 >> _______________________________________________ >> 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/20080614/458a345d/attachment.html From daud.sweetland at googlemail.com Mon Jun 16 16:12:09 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Mon, 16 Jun 2008 21:12:09 +0100 Subject: [Vtigercrm-developers] Change Title and Salutation fields around - Help! Message-ID: <52986bea0806161312u5d43f33dhc819ed1bb6132040@mail.gmail.com> Hi all I Have been trying to transpose the field names Title and Salutation around in contacts because my client does use these fields properly and currently they are named the wrong way round for their actual function. I have tried several ways around this and whilst I have had some success I have not yet managed to get it fully working without error messages or it pulling the wrong data through. Can anyone help here please? Thanks Daud On 6/12/08, Karyn Cassio wrote: > Hi, > > > > I'm trying to customize the initial Contacts ListView for a custom filter. > > I have been able to add other related fields to search on from the Accounts > table, > > but now I need to search some of the accounts subtables, > > for instance vtiger_accountscf fields. > > > > I know, to make this happen I need to edit the initial SELECT statement and > add some additional joins. > > My problem is I can't seem to find where the SELECT statement is initiating > from. > > I'm doing a CallStack on the query, but I'm still having a hard time finding > it. > > > > Any thoughts or suggestions would be greatly appreciated. > > I will continue on my search, but if someone could point me in the right > direction it should help speed things up. > > ;-) > > > > Thanks in advance, > > > > Karyn > > Web Developer > > TransMagic, Inc. > > > > From KarynC at transmagic.com Mon Jun 16 19:03:18 2008 From: KarynC at transmagic.com (Karyn Cassio) Date: Mon, 16 Jun 2008 17:03:18 -0600 Subject: [Vtigercrm-developers] Custom filter on Contacts Message-ID: <001b01c8d005$2a795df0$3f10a8c0@tmi.local> Hi, I've created quite a few custom, cross module filters to look for Contacts with specific Accounts related criteria. I'm having a hard time getting the filter to work on the Account assigned to field. I have created a custom field in the field table with the following properties: vtiger_acct_crmentity:smownerid:assigned_acct_user_id:Contacts_Account_Assig ned_To:V e TestRep7 I have been able to edit the initial WHERE statement so that the search gives the result rows I would expect, but I cannot get the assigned_acct_user_id column to return the Account's owner (related smownerid name.) I can manually run the query and get the results I want, but have not been able to get vTiger to return the results to the interface. Any thoughts? Here's the query the logs result: select vtiger_contactdetails.lastname,vtiger_contactdetails.firstname,vtiger_contac tdetails.firstname,vtiger_contactdetails.email,vtiger_account.accountname,vt iger_account.account_type,case when (vtiger_users.user_name not like '') then vtiger_users.user_name else vtiger_groups.groupname end as user_name,vtiger_accountscf.cf_460, vtiger_acct_users.user_name as account_user_name, vtiger_acct_crmentity.crmid,vtiger_contactdetails.reportsto ,vtiger_crmentity.crmid FROM vtiger_contactdetails INNER JOIN vtiger_crmentity ON vtiger_crmentity.crmid = vtiger_contactdetails.contactid INNER JOIN vtiger_contactaddress ON vtiger_contactdetails.contactid = vtiger_contactaddress.contactaddressid INNER JOIN vtiger_contactsubdetails ON vtiger_contactaddress.contactaddressid = vtiger_contactsubdetails.contactsubscriptionid INNER JOIN vtiger_contactscf ON vtiger_contactdetails.contactid = vtiger_contactscf.contactid LEFT JOIN vtiger_account ON vtiger_account.accountid = vtiger_contactdetails.accountid LEFT JOIN vtiger_accountscf ON vtiger_account.accountid = vtiger_accountscf.accountid LEFT JOIN vtiger_accountbillads ON vtiger_account.accountid = vtiger_accountbillads.accountaddressid LEFT JOIN vtiger_contactdetails vtiger_contactdetails2 ON vtiger_contactdetails.reportsto = vtiger_contactdetails2.contactid LEFT JOIN vtiger_contactgrouprelation ON vtiger_contactscf.contactid = vtiger_contactgrouprelation.contactid LEFT JOIN vtiger_groups ON vtiger_groups.groupname = vtiger_contactgrouprelation.groupname LEFT JOIN vtiger_users ON vtiger_users.id = vtiger_crmentity.smownerid LEFT JOIN vtiger_crmentity as vtiger_acct_crmentity ON vtiger_acct_crmentity.crmid = vtiger_account.accountid LEFT JOIN vtiger_users as vtiger_acct_users ON vtiger_acct_users.id = vtiger_acct_crmentity.smownerid LEFT JOIN vtiger_customerdetails ON vtiger_customerdetails.customerid = vtiger_contactdetails.contactid WHERE vtiger_crmentity.deleted = 0 and vtiger_account.account_type = 'Reseller' and ( vtiger_acct_users.user_name = 'TestRep7') ORDER BY vtiger_contactdetails.firstname ASC LIMIT 0,20 Thank you, any help, suggestions, etc. would be so greatly appreciated. Karyn Web Developer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080616/cef54301/attachment.html From prasad at vtiger.com Wed Jun 18 02:17:18 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 18 Jun 2008 11:47:18 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records Message-ID: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> Dear Members, With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can now update multiple record at once. This avoids you to edit each and every record! To know more look at: http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf Like to try it, then download it now: http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip Keep us updated with your feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080618/72a04659/attachment.html From carloz at gnumerica.org Wed Jun 18 08:15:14 2008 From: carloz at gnumerica.org (carlo beschi) Date: Wed, 18 Jun 2008 14:15:14 +0200 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> Message-ID: <4858FC52.1080304@gnumerica.org> Hi Prasad, thanks for sharing this. Definitely a very interesting feature! :-) Carlo ps: i made a post on our blog with a couple of screenshots http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504/ and uploaded the plugin on our 504 demo http://vtiger.studiosynthesis.biz/504 Prasad ha scritto: > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > can now update multiple record at once. This avoids you to edit each and > every record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > > Keep us updated with your feedback. > From prasad at vtiger.com Wed Jun 18 08:23:20 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 18 Jun 2008 17:53:20 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <4858FC52.1080304@gnumerica.org> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <4858FC52.1080304@gnumerica.org> Message-ID: <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> Hi Carlo, Thank you. Regards, Prasad vtiger Team On 6/18/08, carlo beschi wrote: > > Hi Prasad, > > thanks for sharing this. > Definitely a very interesting feature! :-) > > Carlo > > ps: i made a post on our blog with a couple of screenshots > > http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504/ > > and uploaded the plugin on our 504 demo > http://vtiger.studiosynthesis.biz/504 > > > Prasad ha scritto: > > > Dear Members, > > > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > > can now update multiple record at once. This avoids you to edit each and > > every record! > > > > To know more look at: > > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > > > Like to try it, then download it now: > > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > > > > > Keep us updated with your feedback. > > > > _______________________________________________ > 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/20080618/4ad846c8/attachment.html From arodes at onweald.com Wed Jun 18 09:47:23 2008 From: arodes at onweald.com (Andrew Rodes) Date: Wed, 18 Jun 2008 08:47:23 -0500 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com><4858FC52.1080304@gnumerica.org> <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> Message-ID: <947B2850276D415FB053524516E58BEB@ANDYSONY> This is a fantastic feature that the major CRM products out there all support. I hope it can be rolled into the main product!. Thanks! Andy _____ From: Prasad [mailto:prasad at vtiger.com] Sent: Wednesday, June 18, 2008 7:23 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vquickedit - Update Multiple Records Hi Carlo, Thank you. Regards, Prasad vtiger Team On 6/18/08, carlo beschi wrote: Hi Prasad, thanks for sharing this. Definitely a very interesting feature! :-) Carlo ps: i made a post on our blog with a couple of screenshots http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504 / and uploaded the plugin on our 504 demo http://vtiger.studiosynthesis.biz/504 Prasad ha scritto: > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > can now update multiple record at once. This avoids you to edit each and > every record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zi p > > > Keep us updated with your feedback. > _______________________________________________ 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/20080618/5cf69c5f/attachment.html From prasad at vtiger.com Wed Jun 18 09:53:43 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 18 Jun 2008 19:23:43 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <947B2850276D415FB053524516E58BEB@ANDYSONY> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <4858FC52.1080304@gnumerica.org> <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> <947B2850276D415FB053524516E58BEB@ANDYSONY> Message-ID: <39d18b250806180653m79921bd0r7ff58a5097838259@mail.gmail.com> Hi Andy, We are very glad to see the responses on this feature. Our team is working on the integration and enhancing it to the next level. In the meantime keep us updated with more feedback. Regards, Prasad vtiger Team On 6/18/08, Andrew Rodes wrote: > > This is a fantastic feature that the major CRM products out there all > support. I hope it can be rolled into the main product!. > > > > Thanks! > > > > Andy > > > ------------------------------ > > *From:* Prasad [mailto:prasad at vtiger.com] > *Sent:* Wednesday, June 18, 2008 7:23 AM > *To:* vtigercrm-developers at lists.vtigercrm.com > *Subject:* Re: [Vtigercrm-developers] vquickedit - Update Multiple Records > > > > Hi Carlo, > > Thank you. > > Regards, > Prasad > vtiger Team > > On 6/18/08, *carlo beschi* wrote: > > Hi Prasad, > > thanks for sharing this. > Definitely a very interesting feature! :-) > > Carlo > > ps: i made a post on our blog with a couple of screenshots > > http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504/ > > and uploaded the plugin on our 504 demo > http://vtiger.studiosynthesis.biz/504 > > > Prasad ha scritto: > > > Dear Members, > > > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > > can now update multiple record at once. This avoids you to edit each and > > every record! > > > > To know more look at: > > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > > > Like to try it, then download it now: > > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > > > > > Keep us updated with your feedback. > > > > _______________________________________________ > 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/20080618/cfce8658/attachment.html From prasad at vtiger.com Wed Jun 18 16:36:18 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 19 Jun 2008 02:06:18 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> Message-ID: <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> Dear Members, Based on the feedback on this feature, the plugin was enhanced to support almost all the modules of vtiger CRM now. Check out the latest version 1.1 at http://forge.vtiger.com/frs/?group_id=167&release_id=409 Source: http://forge.vtiger.com/frs/download.php/565/vquickedit-v1.1.zip Documentation: http://forge.vtiger.com/frs/download.php/566/vquickedit-v1.1.pdf Keep us posted with your feedback. Regards, Prasad vtiger Team On 6/18/08, Prasad wrote: > > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can > now update multiple record at once. This avoids you to edit each and every > record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > Keep us updated with your feedback. > > Regards, > Prasad > vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080619/2d036e38/attachment.html From KarynC at transmagic.com Wed Jun 18 16:51:23 2008 From: KarynC at transmagic.com (Karyn Cassio) Date: Wed, 18 Jun 2008 14:51:23 -0600 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> Message-ID: <008001c8d185$11ae24a0$3f10a8c0@tmi.local> Prasad, I'm assuming this will only run on 5.0.4, is that right? We are still running 0.3. Thanx, Karyn Cassio Web Developer TransMagic, Inc. _____ From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Prasad Sent: Wednesday, June 18, 2008 2:36 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vquickedit - Update Multiple Records Dear Members, Based on the feedback on this feature, the plugin was enhanced to support almost all the modules of vtiger CRM now. Check out the latest version 1.1 at http://forge.vtiger.com/frs/?group_id=167 &release_id=409 Source: http://forge.vtiger.com/frs/download.php/565/vquickedit-v1.1.zip Documentation: http://forge.vtiger.com/frs/download.php/566/vquickedit-v1.1.pdf Keep us posted with your feedback. Regards, Prasad vtiger Team On 6/18/08, Prasad wrote: Dear Members, With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can now update multiple record at once. This avoids you to edit each and every record! To know more look at: http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf Like to try it, then download it now: http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zi p Keep us updated with your feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080618/bccf6fe0/attachment.html From prasad at vtiger.com Thu Jun 19 01:50:55 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 19 Jun 2008 11:20:55 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <008001c8d185$11ae24a0$3f10a8c0@tmi.local> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> <008001c8d185$11ae24a0$3f10a8c0@tmi.local> Message-ID: <39d18b250806182250i71dc7f5bma5a70d3d559f7815@mail.gmail.com> Hi Karyn, vquickedit is based on vtiger CRM 5.0.4 With minor changes it can be made to work with 5.0.3 as well. Regards, Prasad vtiger Team On 6/19/08, Karyn Cassio wrote: > > Prasad, > > > > I'm assuming this will only run on 5.0.4, is that right? > > We are still running 0.3. > > > > Thanx, > > > > *Karyn Cassio* > > *Web Developer* > > *TransMagic, Inc.* > ------------------------------ > > *From:* vtigercrm-developers-bounces at lists.vtigercrm.com [mailto: > vtigercrm-developers-bounces at lists.vtigercrm.com] *On Behalf Of *Prasad > *Sent:* Wednesday, June 18, 2008 2:36 PM > *To:* vtigercrm-developers at lists.vtigercrm.com > *Subject:* Re: [Vtigercrm-developers] vquickedit - Update Multiple Records > > > > Dear Members, > > Based on the feedback on this feature, the plugin was enhanced to support > almost all the modules of vtiger CRM now. > > Check out the latest version 1.1 at > http://forge.vtiger.com/frs/?group_id=167&release_id=409 > > Source: http://forge.vtiger.com/frs/download.php/565/vquickedit-v1.1.zip > > Documentation: > http://forge.vtiger.com/frs/download.php/566/vquickedit-v1.1.pdf > > Keep us posted with your feedback. > > Regards, > Prasad > vtiger Team > > On 6/18/08, *Prasad* wrote: > > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can > now update multiple record at once. This avoids you to edit each and every > record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > Keep us updated with your feedback. > > 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/20080619/13be8a39/attachment.html From greg at ct-net.org Thu Jun 19 02:15:19 2008 From: greg at ct-net.org (Gregory Machin) Date: Thu, 19 Jun 2008 08:15:19 +0200 Subject: [Vtigercrm-developers] missing file ?? Message-ID: <4859F977.5030808@ct-net.org> Hi some times for no reason at all me proxy gives *The requested URL could not be retrieved * While trying to retrieve the URL: http://www.ct-net.org/vtigercrm/index.php?action=index&module=Home The following error was encountered: *Zero Sized Reply * I had a look in the apache error logs and found the following ... Wed Jun 18 11:33:57 2008] [error] [client 196.212.210.154] File does not exist: /mirror/hosting/ct-net.org/www/htdocs/vtigercrm/modules/Settings/Settings.js, referer: http://www.ct-net.org/vtigercrm/index.php?module=Settings&action=index&parenttab=Settings the strange thing is it doesn't happen all the time but when it does it persists for quite a while. what could be causing this ? Currently running 5.04. -- Gregory Machin CT-Net www.ct-net.org greg at ct-net.org phone : +27 12 379 3497 fax : +27 12 379 4113 Cell : +27 72 524 8096 humans do not use the address below its for trapping spam. spamtrap imasucker at ct-net.org From prasad at vtiger.com Fri Jun 20 04:03:54 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 20 Jun 2008 13:33:54 +0530 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Message-ID: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Dear Members, The latest development of vtiger CRM 5.1 is installed at http://en.vtiger.com/wip The following features are available: * Popup Reminder for Calendar Events multicurrency.pdf * Multi Currency Support popupreminder.pdf * Duplicate Records Handling DuplicatesMerging.pdf * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf * Local Backup Feature localbackup.pdf We appreciate your feedback on these new features. Blog Post: http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/ef343e8d/attachment.html From scott at centritechsolutions.com Fri Jun 20 06:03:52 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 20 Jun 2008 06:03:52 -0400 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Message-ID: <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> These are all great features, but what about the ability to merge the Trouble TicketID field. This seems like such an easy enhancement that I've been asking for since 5.0. This is so that we can use Word to create trouble ticket work orders. Right now I have to use the RTF merge in order to print out a trouble ticket with the ticket ID. Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Prasad Sent: Friday, June 20, 2008 4:04 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Dear Members, The latest development of vtiger CRM 5.1 is installed at http://en.vtiger.com/wip The following features are available: * Popup Reminder for Calendar Events multicurrency.pdf * Multi Currency Support popupreminder.pdf * Duplicate Records Handling DuplicatesMerging.pdf * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf * Local Backup Feature localbackup.pdf We appreciate your feedback on these new features. Blog Post: http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-developmen t Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/15d3e0e5/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/20080620/15d3e0e5/attachment.jpe From joe at tsolucio.com Fri Jun 20 06:32:16 2008 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 20 Jun 2008 12:32:16 +0200 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> Message-ID: <1213957936.8591.6.camel@joesunix.int> Hi Scott, I suppose you just didn't get around to answering my last email. In any case since I saw this post and I thought I'd ask you a question. If I remember correctly, you are using the TSolucio:TTTimecards extension, this extension adds 3 links to the left of each trouble ticket one of which is exactly for printing out the workorder. Why aren't you using that to easily print out the trouble ticket instead of RTF/Word? Joe TSolucio El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > These are all great features, but what about the ability to merge the > Trouble TicketID field. This seems like such an easy enhancement that > I?ve been asking for since 5.0. This is so that we can use Word to > create trouble ticket work orders. Right now I have to use the RTF > merge in order to print out a trouble ticket with the ticket ID. > > > > Centritech Solutions Logo > Scott Brown > Tel: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > Prasad > Sent: Friday, June 20, 2008 4:04 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > development > > > > > Dear Members, > > The latest development of vtiger CRM 5.1 is installed at > http://en.vtiger.com/wip > > The following features are available: > > * Popup Reminder for Calendar Events multicurrency.pdf > * Multi Currency Support popupreminder.pdf > * Duplicate Records Handling DuplicatesMerging.pdf > * User Configurable ID for SO/PO/Quotes > UserConfigurableInventoryIds.pdf > * Custom fields in Email templates > CustomFieldsInEmailTemplates.pdf > * Local Backup Feature localbackup.pdf > > We appreciate your feedback on these new features. > > Blog Post: > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > Regards, > Prasad > vtiger Team > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From prasad at vtiger.com Fri Jun 20 08:50:02 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 20 Jun 2008 18:20:02 +0530 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <1213957936.8591.6.camel@joesunix.int> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> <1213957936.8591.6.camel@joesunix.int> Message-ID: <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> Hi Scott, I have attached a quick implementation of getting Trouble Ticket ID for Mail Merging for the Word. This code is based on vtiger CRM 5.0.4. [Couldn't get it throughly validated] Kindly test it and let us know your feedback. Regards, Prasad vtiger Team On 6/20/08, Joe Bordes wrote: > > Hi Scott, > > I suppose you just didn't get around to answering my last email. > In any case since I saw this post and I thought I'd ask you a question. > > If I remember correctly, you are using the TSolucio:TTTimecards > extension, this extension adds 3 links to the left of each trouble > ticket one of which is exactly for printing out the workorder. Why > aren't you using that to easily print out the trouble ticket instead of > RTF/Word? > > Joe > TSolucio > > El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > > > These are all great features, but what about the ability to merge the > > Trouble TicketID field. This seems like such an easy enhancement that > > I've been asking for since 5.0. This is so that we can use Word to > > create trouble ticket work orders. Right now I have to use the RTF > > merge in order to print out a trouble ticket with the ticket ID. > > > > > > > > > Centritech Solutions Logo > > Scott Brown > > Tel: 804-360-9753Ext. 400 > > > Fax: 1-800-851-0516 > > http://www.centritech.net > > > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > > Prasad > > Sent: Friday, June 20, 2008 4:04 AM > > To: vtigercrm-developers at lists.vtigercrm.com > > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > > development > > > > > > > > > > Dear Members, > > > > The latest development of vtiger CRM 5.1 is installed at > > http://en.vtiger.com/wip > > > > The following features are available: > > > > * Popup Reminder for Calendar Events multicurrency.pdf > > * Multi Currency Support popupreminder.pdf > > * Duplicate Records Handling DuplicatesMerging.pdf > > * User Configurable ID for SO/PO/Quotes > > UserConfigurableInventoryIds.pdf > > * Custom fields in Email templates > > CustomFieldsInEmailTemplates.pdf > > * Local Backup Feature localbackup.pdf > > > > We appreciate your feedback on these new features. > > > > Blog Post: > > > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > > > Regards, > > Prasad > > vtiger Team > > > > > > > _______________________________________________ > > 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/20080620/0830a164/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: vtigercrm-504-MailMerge-TicketID.zip Type: application/zip Size: 12376 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/0830a164/attachment.zip -------------- next part -------------- A non-text attachment was scrubbed... Name: TicketId-MailMerging.png Type: image/png Size: 33956 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/0830a164/attachment.png From info at nablacom.it Fri Jun 20 09:35:57 2008 From: info at nablacom.it (Nablacom) Date: Fri, 20 Jun 2008 15:35:57 +0200 Subject: [Vtigercrm-developers] R: Working with vtiger CRM 5.1 development In-Reply-To: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Message-ID: Hi Prasad Thank you for Your and Your team work. I have a question: what is the link to download of the 5.1 version? I want to test in with our own modules and patches! Best regards, Roberto _____ Da: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Per conto di Prasad Inviato: venerd? 20 giugno 2008 10:04 A: vtigercrm-developers at lists.vtigercrm.com Oggetto: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Dear Members, The latest development of vtiger CRM 5.1 is installed at http://en.vtiger.com/wip The following features are available: * Popup Reminder for Calendar Events multicurrency.pdf * Multi Currency Support popupreminder.pdf * Duplicate Records Handling DuplicatesMerging.pdf * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf * Local Backup Feature localbackup.pdf We appreciate your feedback on these new features. Blog Post: http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-developmen t Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/643744f0/attachment.html From dome at tel.co.th Fri Jun 20 10:14:10 2008 From: dome at tel.co.th (Dome Charoenyost) Date: Fri, 20 Jun 2008 21:14:10 +0700 Subject: [Vtigercrm-developers] R: Working with vtiger CRM 5.1 development In-Reply-To: References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Message-ID: <8ccbff060806200714n7efb7eedpf3bb5dd95161956a@mail.gmail.com> SVN On Fri, Jun 20, 2008 at 8:35 PM, Nablacom wrote: > Hi Prasad > > Thank you for Your and Your team work. > > I have a question: what is the link to download of the 5.1 version? I want > to test in with our own modules and patches! > > > > Best regards, > > Roberto > > > > ________________________________ > > Da: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Per conto di > Prasad > Inviato: venerd? 20 giugno 2008 10:04 > A: vtigercrm-developers at lists.vtigercrm.com > Oggetto: [Vtigercrm-developers] Working with vtiger CRM 5.1 development > > > > Dear Members, > > The latest development of vtiger CRM 5.1 is installed at > http://en.vtiger.com/wip > > The following features are available: > > * Popup Reminder for Calendar Events multicurrency.pdf > * Multi Currency Support popupreminder.pdf > * Duplicate Records Handling DuplicatesMerging.pdf > * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf > * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf > * Local Backup Feature localbackup.pdf > > We appreciate your feedback on these new features. > > Blog Post: > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > Regards, > Prasad > vtiger Team > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From prasad at vtiger.com Fri Jun 20 13:57:23 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 20 Jun 2008 23:27:23 +0530 Subject: [Vtigercrm-developers] R: Working with vtiger CRM 5.1 development In-Reply-To: <8ccbff060806200714n7efb7eedpf3bb5dd95161956a@mail.gmail.com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <8ccbff060806200714n7efb7eedpf3bb5dd95161956a@mail.gmail.com> Message-ID: <39d18b250806201057r2d4d8180nc83afd84a0537d6e@mail.gmail.com> Hi Dome, We are performing integration-validation of vtiger CRM 5.1 code. Once it is completed we will be commiting it to SVN branch: http://trac.vtiger.com/svn/vtiger/vtigercrm/branches/5.1 Kindly bear with us in the meantime. Regards, Prasad vtiger Team On 6/20/08, Dome Charoenyost wrote: > > SVN > > > > > On Fri, Jun 20, 2008 at 8:35 PM, Nablacom wrote: > > Hi Prasad > > > > Thank you for Your and Your team work. > > > > I have a question: what is the link to download of the 5.1 version? I > want > > to test in with our own modules and patches! > > > > > > > > Best regards, > > > > Roberto > > > > > > > > ________________________________ > > > > Da: vtigercrm-developers-bounces at lists.vtigercrm.com > > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Per conto di > > Prasad > > Inviato: venerd? 20 giugno 2008 10:04 > > A: vtigercrm-developers at lists.vtigercrm.com > > Oggetto: [Vtigercrm-developers] Working with vtiger CRM 5.1 development > > > > > > > > Dear Members, > > > > The latest development of vtiger CRM 5.1 is installed at > > http://en.vtiger.com/wip > > > > The following features are available: > > > > * Popup Reminder for Calendar Events multicurrency.pdf > > * Multi Currency Support popupreminder.pdf > > * Duplicate Records Handling DuplicatesMerging.pdf > > * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf > > * Custom fields in Email > templates CustomFieldsInEmailTemplates.pdf > > * Local Backup Feature localbackup.pdf > > > > We appreciate your feedback on these new features. > > > > Blog Post: > > > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > > > Regards, > > Prasad > > vtiger Team > > > > > _______________________________________________ > > 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/20080620/8fd8d019/attachment.html From scott at centritechsolutions.com Fri Jun 20 18:54:50 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 20 Jun 2008 18:54:50 -0400 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> <1213957936.8591.6.camel@joesunix.int> <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> Message-ID: <002e01c8d328$b3f6d5f0$1be481d0$@com> Prasad, Thanks for the quick response. I have uploaded the implementation and so far it looks good. I will continue to test it. Will this be included in 5.1? Thanks, Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net From: Prasad [mailto:prasad at vtiger.com] Sent: Friday, June 20, 2008 8:50 AM To: vtigercrm-developers at lists.vtigercrm.com Cc: scott at centritechsolutions.com Subject: Re: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Hi Scott, I have attached a quick implementation of getting Trouble Ticket ID for Mail Merging for the Word. This code is based on vtiger CRM 5.0.4. [Couldn't get it throughly validated] Kindly test it and let us know your feedback. Regards, Prasad vtiger Team On 6/20/08, Joe Bordes wrote: Hi Scott, I suppose you just didn't get around to answering my last email. In any case since I saw this post and I thought I'd ask you a question. If I remember correctly, you are using the TSolucio:TTTimecards extension, this extension adds 3 links to the left of each trouble ticket one of which is exactly for printing out the workorder. Why aren't you using that to easily print out the trouble ticket instead of RTF/Word? Joe TSolucio El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > These are all great features, but what about the ability to merge the > Trouble TicketID field. This seems like such an easy enhancement that > I've been asking for since 5.0. This is so that we can use Word to > create trouble ticket work orders. Right now I have to use the RTF > merge in order to print out a trouble ticket with the ticket ID. > > > > Centritech Solutions Logo > Scott Brown > Tel: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > Prasad > Sent: Friday, June 20, 2008 4:04 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > development > > > > > Dear Members, > > The latest development of vtiger CRM 5.1 is installed at > http://en.vtiger.com/wip > > The following features are available: > > * Popup Reminder for Calendar Events multicurrency.pdf > * Multi Currency Support popupreminder.pdf > * Duplicate Records Handling DuplicatesMerging.pdf > * User Configurable ID for SO/PO/Quotes > UserConfigurableInventoryIds.pdf > * Custom fields in Email templates > CustomFieldsInEmailTemplates.pdf > * Local Backup Feature localbackup.pdf > > We appreciate your feedback on these new features. > > Blog Post: > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-developmen t > > Regards, > Prasad > vtiger Team > > > _______________________________________________ > 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/20080620/5cd800ac/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/20080620/5cd800ac/attachment.jpe From prasad at vtiger.com Sat Jun 21 22:25:13 2008 From: prasad at vtiger.com (Prasad) Date: Sun, 22 Jun 2008 07:55:13 +0530 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <002e01c8d328$b3f6d5f0$1be481d0$@com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> <1213957936.8591.6.camel@joesunix.int> <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> <002e01c8d328$b3f6d5f0$1be481d0$@com> Message-ID: <39d18b250806211925kb798f58oe699482f436a5205@mail.gmail.com> Hi Scott, Thank you for updating us with the feedback. I have requested the feature integration with vtiger CRM 5.1 along with few other enhancements to it. We will keep you posted on that soon. Regards, Prasad vtiger Team On 6/21/08, Scott Brown wrote: > > Prasad, > > > > Thanks for the quick response. I have uploaded the implementation and so > far it looks good. I will continue to test it. Will this be included in > 5.1? > > > > Thanks, > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > *From:* Prasad [mailto:prasad at vtiger.com] > *Sent:* Friday, June 20, 2008 8:50 AM > *To:* vtigercrm-developers at lists.vtigercrm.com > *Cc:* scott at centritechsolutions.com > *Subject:* Re: [Vtigercrm-developers] Working with vtiger CRM 5.1 > development > > > > Hi Scott, > > I have attached a quick implementation of getting Trouble Ticket ID for > Mail Merging for the Word. > > This code is based on vtiger CRM 5.0.4. [Couldn't get it throughly > validated] > > Kindly test it and let us know your feedback. > > Regards, > Prasad > vtiger Team > > On 6/20/08, *Joe Bordes* wrote: > > Hi Scott, > > I suppose you just didn't get around to answering my last email. > In any case since I saw this post and I thought I'd ask you a question. > > If I remember correctly, you are using the TSolucio:TTTimecards > extension, this extension adds 3 links to the left of each trouble > ticket one of which is exactly for printing out the workorder. Why > aren't you using that to easily print out the trouble ticket instead of > RTF/Word? > > Joe > TSolucio > > El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > > > These are all great features, but what about the ability to merge the > > Trouble TicketID field. This seems like such an easy enhancement that > > I've been asking for since 5.0. This is so that we can use Word to > > create trouble ticket work orders. Right now I have to use the RTF > > merge in order to print out a trouble ticket with the ticket ID. > > > > > > > > > Centritech Solutions Logo > > Scott Brown > > Tel: 804-360-9753Ext. 400 > > > Fax: 1-800-851-0516 > > http://www.centritech.net > > > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > > Prasad > > Sent: Friday, June 20, 2008 4:04 AM > > To: vtigercrm-developers at lists.vtigercrm.com > > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > > development > > > > > > > > > > Dear Members, > > > > The latest development of vtiger CRM 5.1 is installed at > > http://en.vtiger.com/wip > > > > The following features are available: > > > > * Popup Reminder for Calendar Events multicurrency.pdf > > * Multi Currency Support popupreminder.pdf > > * Duplicate Records Handling DuplicatesMerging.pdf > > * User Configurable ID for SO/PO/Quotes > > UserConfigurableInventoryIds.pdf > > * Custom fields in Email templates > > CustomFieldsInEmailTemplates.pdf > > * Local Backup Feature localbackup.pdf > > > > We appreciate your feedback on these new features. > > > > Blog Post: > > > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > > > Regards, > > Prasad > > vtiger Team > > > > > > > _______________________________________________ > > 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/20080622/50d19350/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/20080622/50d19350/attachment.jpe From stevens at techtron.co.za Sun Jun 22 07:28:30 2008 From: stevens at techtron.co.za (Steven Sher) Date: Sun, 22 Jun 2008 13:28:30 +0200 Subject: [Vtigercrm-developers] accounts import not working properly vtiger v5.0.4 Message-ID: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/55e1c4b3/attachment.html From arodes at onweald.com Sun Jun 22 10:36:50 2008 From: arodes at onweald.com (Andrew Rodes) Date: Sun, 22 Jun 2008 09:36:50 -0500 Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 In-Reply-To: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> References: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> Message-ID: Make sure you don't have any command characters in the data. I have run into this before. I think its embedded tabs or commas .. cant remember, but they mess up the import code. The reason the dashboard numbers are increasing is because the crmentity records are being created, but not the account detail records due to some bad data somewhere in the source file. Andy _____ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 6:29 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/a9af9cdd/attachment.html From stevens at techtron.co.za Sun Jun 22 14:01:02 2008 From: stevens at techtron.co.za (Steven Sher) Date: Sun, 22 Jun 2008 20:01:02 +0200 Subject: [Vtigercrm-developers] accounts import not working properlyvtigerv5.0.4 In-Reply-To: References: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> Message-ID: <4F1442F9EA0AE440ADDBB36DBC59591A11EF12@techserver.Techtron.local> Ok thanks will take a look at the source file, any idea how I correct the dashboard view to show the correct figures? From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Andrew Rodes Sent: 22 June 2008 04:37 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] accounts import not working properlyvtigerv5.0.4 Make sure you don't have any command characters in the data. I have run into this before. I think its embedded tabs or commas .. cant remember, but they mess up the import code. The reason the dashboard numbers are increasing is because the crmentity records are being created, but not the account detail records due to some bad data somewhere in the source file. Andy ________________________________ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 6:29 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/97779381/attachment.html From arodes at onweald.com Mon Jun 23 00:26:18 2008 From: arodes at onweald.com (Andrew Rodes) Date: Sun, 22 Jun 2008 23:26:18 -0500 Subject: [Vtigercrm-developers] accounts import not workingproperlyvtigerv5.0.4 In-Reply-To: <4F1442F9EA0AE440ADDBB36DBC59591A11EF12@techserver.Techtron.local> References: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> <4F1442F9EA0AE440ADDBB36DBC59591A11EF12@techserver.Techtron.local> Message-ID: <27227D9E81B44E6C83215CE4A5DAEA8E@ANDYSONY> You will have to manually delete the records via sql I think. There is no access via the ui if the record is only in crm_entity. andy _____ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 1:01 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] accounts import not workingproperlyvtigerv5.0.4 Ok thanks will take a look at the source file, any idea how I correct the dashboard view to show the correct figures? From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Andrew Rodes Sent: 22 June 2008 04:37 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] accounts import not working properlyvtigerv5.0.4 Make sure you don't have any command characters in the data. I have run into this before. I think its embedded tabs or commas .. cant remember, but they mess up the import code. The reason the dashboard numbers are increasing is because the crmentity records are being created, but not the account detail records due to some bad data somewhere in the source file. Andy _____ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 6:29 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/fc4fe37b/attachment.html From greg at ct-net.org Wed Jun 25 04:33:47 2008 From: greg at ct-net.org (Gregory Machin) Date: Wed, 25 Jun 2008 10:33:47 +0200 Subject: [Vtigercrm-developers] Sales order and Delivery note Message-ID: <486202EB.4090202@ct-net.org> Hi This mite seem like a silly question. I'm what is the purpose of the "Sales Order" and Are there plans to add a delivery note functionality ? Thanks -- Gregory Machin CT-Net www.ct-net.org greg at ct-net.org phone : +27 12 379 3497 fax : +27 12 379 4113 Cell : +27 72 524 8096 humans do not use the address below its for trapping spam. spamtrap imasucker at ct-net.org From svk at vtiger.com Sat Jun 28 19:28:20 2008 From: svk at vtiger.com (Sreenivas Kanumuru) Date: Sat, 28 Jun 2008 16:28:20 -0700 Subject: [Vtigercrm-developers] Sales order and Delivery note In-Reply-To: <486202EB.4090202@ct-net.org> References: <486202EB.4090202@ct-net.org> Message-ID: <370368f40806281628o288bd37dk86407cc4a0050b05@mail.gmail.com> Hi Gregory, The following excerpt on wikipediadescribes the purpose of Sales Order: * **A sales order is an internal document of the company, meaning it is generated by the company itself. A sales order should record the customer's originating purchase order which is an external document. Rather than using the customer's purchase order document, an internal sales order form allows the internal audit control of completeness to be monitored as a sequential sales order number can be used by the company for its sales order documents. The customer's PO is the originating document which triggers the creation of the sales order. A sales order, being an internal document, can therefore contain many customer purchase orders under it. In a manufacturing environment, a sales order can be converted into a work order to show that work is about to begin to manufacture, build or engineer the products the customer wants.* We are not planning to make changes in 5.1 release. Your feedback and suggestions on improving this functionality will be helpful. thanks, Sreenivas On Wed, Jun 25, 2008 at 1:33 AM, Gregory Machin wrote: > Hi > This mite seem like a silly question. I'm what is the purpose of the > "Sales Order" and Are there plans to add a delivery note functionality ? > > Thanks > > -- > Gregory Machin > CT-Net > www.ct-net.org > greg at ct-net.org > phone : +27 12 379 3497 > fax : +27 12 379 4113 > Cell : +27 72 524 8096 > > humans do not use the address > below its for trapping spam. > spamtrap imasucker at ct-net.org > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- Sreenivas Kanumuru vtiger Team Location: Sunnyvale, California Office: +1 (408) 716-8592 Cell: +1 (408) 836-5810 Skype: skanumuru -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080628/47527aa2/attachment.html From greg at ct-net.org Mon Jun 30 06:01:35 2008 From: greg at ct-net.org (Gregory Machin) Date: Mon, 30 Jun 2008 12:01:35 +0200 Subject: [Vtigercrm-developers] Sales order and Delivery note In-Reply-To: <370368f40806281628o288bd37dk86407cc4a0050b05@mail.gmail.com> References: <486202EB.4090202@ct-net.org> <370368f40806281628o288bd37dk86407cc4a0050b05@mail.gmail.com> Message-ID: <4868AEFF.9010400@ct-net.org> thanks for the explanation .. Sreenivas Kanumuru wrote: > Hi Gregory, > > The following excerpt on wikipedia > describes the purpose of > Sales Order: > / > / > /A sales order is an internal document of the company, meaning it is > generated by the company itself. A sales order should record the > customer's originating purchase order > which is an external > document. Rather than using the customer's purchase order document, an > internal sales order form allows the internal audit control of > completeness to be monitored as a sequential sales order number can be > used by the company for its sales order documents. The customer's PO > is the originating document which triggers the creation of the sales > order. A sales order, being an internal document, can therefore > contain many customer purchase orders under it. In a manufacturing > environment, a sales order can be converted into a work order to show > that work is about to begin to manufacture, build or engineer the > products the customer wants./ > > We are not planning to make changes in 5.1 release. Your feedback and > suggestions on improving this functionality will be helpful. > > thanks, > Sreenivas > > On Wed, Jun 25, 2008 at 1:33 AM, Gregory Machin > wrote: > > Hi > This mite seem like a silly question. I'm what is the purpose of the > "Sales Order" and Are there plans to add a delivery note > functionality ? > > Thanks > > -- > Gregory Machin > CT-Net > www.ct-net.org > greg at ct-net.org > phone : +27 12 379 3497 > fax : +27 12 379 4113 > Cell : +27 72 524 8096 > > humans do not use the address > below its for trapping spam. > spamtrap imasucker at ct-net.org > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > -- > Sreenivas Kanumuru > vtiger Team > > Location: > Sunnyvale, California > > Office: +1 (408) 716-8592 > Cell: +1 (408) 836-5810 > Skype: skanumuru > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- Gregory Machin CT-Net www.ct-net.org greg at ct-net.org phone : +27 12 379 3497 fax : +27 12 379 4113 Cell : +27 72 524 8096 humans do not use the address below its for trapping spam. spamtrap imasucker at ct-net.org From prasad at vtiger.com Tue Jun 3 10:47:25 2008 From: prasad at vtiger.com (Prasad) Date: Tue, 3 Jun 2008 20:17:25 +0530 Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations In-Reply-To: <483EB19F.1080605@gmail.com> References: <483EB19F.1080605@gmail.com> Message-ID: <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> Hi James, To customize existing modules you need to understand the codebase of vtiger CRM. I have attached the document which is currently under progress to aid developers to build around vtiger CRM. Community documentation effort is here: http://wiki.vtiger.com/index.php/Vtiger_CRM_5.0.3_Developer_Guide Regards, Prasad vtiger Team On 5/29/08, James Mutuku wrote: > > 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 > > _______________________________________________ > 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/20080603/41c0722a/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: vtiger5.x-developer-manual.pdf Type: application/pdf Size: 468503 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080603/41c0722a/attachment-0001.pdf From karyn.cassio at transmagic.com Tue Jun 3 13:17:24 2008 From: karyn.cassio at transmagic.com (karyn.cassio at transmagic.com) Date: Tue, 3 Jun 2008 11:17:24 -0600 Subject: [Vtigercrm-developers] Carriage Returns in Event Detail View Message-ID: <002301c8c59d$b13a3b60$3f10a8c0@tmi.local> Hi, Admittedly I am new to developing in vTiger so I apologize if this is a basic question. We are using vTiger 5.0.3, with PHP 5.1.6 and MySQL 5.0.22. In the Detail View for an event, if the Description contains a carriage returns (written to the DB as \r\n), the Detail View shows everything on one long line. However, everything looks fine in the Edit View. In the Detail View of a ticket Description, which I know is getting its information from the same table, this is not the case. All new line and carriage return code is read correctly. However one thing I found interesting is according to the smarty debug console, the $ACTIVITYDATA array drops the \r in the Detail View for the ticket, but not in the $ACTIVITYDATA for an Event. Any thoughts or help pointing me in the right direction would be greatly appreciated. My preference would be for the \r\n to be rewritten to
's. Any thoughts on where that should be executed? Karyn Cassio Web Developer TransMagic, Inc. Email: karyn.cassio at transmagic.com License Keys: license at transmagic.com Support: support at transmagic.com Website: www.transmagic.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080603/786345f5/attachment-0001.html From prasad at vtiger.com Tue Jun 3 14:00:36 2008 From: prasad at vtiger.com (Prasad) Date: Tue, 3 Jun 2008 23:30:36 +0530 Subject: [Vtigercrm-developers] Carriage Returns in Event Detail View In-Reply-To: <002301c8c59d$b13a3b60$3f10a8c0@tmi.local> References: <002301c8c59d$b13a3b60$3f10a8c0@tmi.local> Message-ID: <39d18b250806031100t4559bea3qcc50c5390d34d76e@mail.gmail.com> Hi Karyn Cassio, We have addressed a similar issue in vtiger CRM 5.0.4 Kindly look at our issue tracker for more details: http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4627 Regards, Prasad vtiger Team On 6/3/08, karyn.cassio at transmagic.com wrote: > > Hi, > > > > Admittedly I am new to developing in vTiger so I apologize if this is a > basic question. > > We are using vTiger 5.0.3, with PHP 5.1.6 and MySQL 5.0.22. > > > > In the Detail View for an event, if the Description contains a carriage > returns (written to the DB as \r\n), the Detail View shows everything on one > long line. > > However, everything looks fine in the Edit View. > > > > In the Detail View of a ticket Description, which I know is getting its > information from the same table, this is not the case. > > All new line and carriage return code is read correctly. > > > > However one thing I found interesting is according to the smarty debug > console, the $ACTIVITYDATA array drops the \r in the Detail View for the > ticket, but not in the $ACTIVITYDATA for an Event. > > > > Any thoughts or help pointing me in the right direction would be greatly > appreciated. > > My preference would be for the \r\n to be rewritten to
's. > > Any thoughts on where that should be executed? > > > > *Karyn Cassio* > > *Web Developer* > > *TransMagic, Inc.* > Email: karyn.cassio at transmagic.com > > License Keys: license at transmagic.com > Support: support at transmagic.com > Website: www.transmagic.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/20080603/82fc1b52/attachment-0001.html From mtfrederic at yahoo.fr Wed Jun 4 08:55:33 2008 From: mtfrederic at yahoo.fr (martial fred) Date: Wed, 4 Jun 2008 12:55:33 +0000 (GMT) Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations In-Reply-To: <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> Message-ID: <4749.56503.qm@web26106.mail.ukl.yahoo.com> Hi Prasad, thank you very much, I was also looking for a doc like this. ------- Fr?d?ric M. TCHEULEU Direction G?n?rale R&D Manager SALEKA gsm: +237 99 44 45 20 / +237 77 13 08 43 Email: frederic.tcheuleu at saleka.com www.saleka.com --- En date de : Mar 3.6.08, Prasad <prasad at vtiger.com> a ?crit : De: Prasad <prasad at vtiger.com> Objet: Re: [Vtigercrm-developers] Creating new vtiger modules and customizations ?: vtigercrm-developers at lists.vtigercrm.com Date: Mardi 3 Juin 2008, 16h47 Hi James, To customize existing modules you need to understand the codebase of vtiger CRM. I have attached the document which is currently under progress to aid developers to build around vtiger CRM. Community documentation effort is here: http://wiki.vtiger.com/index.php/Vtiger_CRM_5.0.3_Developer_Guide Regards, Prasad vtiger Team On 5/29/08, James Mutuku <jnmutuku at gmail.com> wrote: 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 _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com __________________________________________________ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicit?s http://mail.yahoo.fr Yahoo! Mail -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080604/20d48624/attachment-0001.html From scott at centritechsolutions.com Wed Jun 4 15:56:31 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Wed, 4 Jun 2008 15:56:31 -0400 Subject: [Vtigercrm-developers] Automatic Calendar Entry Message-ID: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Does anybody know of an add-on or a way to have calendar entry automatically created when creating a trouble ticket. We create a trouble ticket for each service order and then create a calendar entry and have them related. There is a lot of double entry doing this. My thoughts were to have an option that says create calendar entry(yes/no). When a ticket is saved it would take the title and some other custom fields and create a calendar entry and assign it to the username that is assign to the ticket. Anybody have any thoughts on this? Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080604/5b721f31/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/20080604/5b721f31/attachment-0001.jpe From daud.sweetland at googlemail.com Wed Jun 4 20:15:09 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Thu, 5 Jun 2008 01:15:09 +0100 Subject: [Vtigercrm-developers] Office 2007 Plugin ? In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> Hi, I am currently customizing and installing VTiger at a client site to replace their currently "collection" of solutions and software centralizing all their customer, client and company data into a single CRM system. They use Office 2003 on XP and Vista heavily and so I have build Word templates for mail merges using the Office 2003 Plug-in. However, you can no longer buy 2003 and they already don't really have enough licenses for the number of people who will be using VTiger; therefore they are looking at alternatives, being Office 2007 and Open Office. I have heard and seen emails in this group to the effect that an Open Office plug-in is being worked on and wondered if there was any ETA on this or if indeed there was an Office 2007 plug-in on the way (the 2003 version so very nearly works with Office 2007 - surely there cannot be that much to do to get it to work properly ?? ) Anyway any news would be very helpful in planning the direction to head from here. Thanks Daud Sweetland -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080605/8e862613/attachment-0001.html From daud.sweetland at googlemail.com Wed Jun 4 20:22:45 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Thu, 5 Jun 2008 01:22:45 +0100 Subject: [Vtigercrm-developers] Mail Merge field values In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <484731e0.13395e0a.7cd9.ffffa093@mx.google.com> Hi, I am currently working on some Word templates for mail merges using the Office 2003 Plug-in and have found that there does not seem to be any fields that you can use to retrieve the logged on users details. I thought that the "user" section of fields would provide exactly that, however they seem to return the admin user details for some reason that I haven't quite worked out.. Can anyone shed any light on this please ? I guess that I must be doing something wrong along the way. Thanks Daud Sweetland -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080605/03a1635a/attachment-0001.html From brett.hooker at roarz.com Wed Jun 4 21:24:51 2008 From: brett.hooker at roarz.com (Brett Hooker) Date: Thu, 05 Jun 2008 11:24:51 +1000 Subject: [Vtigercrm-developers] Office 2007 Plugin ? In-Reply-To: <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> Message-ID: <48474063.9070307@roarz.com> Daud, For now, we've just been doing the template edits (using the plugin) on our 2003 licenses, and keeping the 2007 licensed machines to runtime mailmerge activities. That works fine for us for now. Also, I believe (please check locally) that you can purchase a 2007 license and then use old 2003 media to install 2003. We've done that with MSDN/Visual Studio to allow us to maintain older code bases when required. Thanks, Brett www.roarz.com Phone: 1300 885 125 Fax: 07 3009 0648 ABN: 69 113 777 594 PO Box 1091 Capalaba Qld 4157 ROARZ emphasizes keeping websites proactively up-to-date and integrated with marketing, sales, and customer service activities. When combined with our rich web-based application suite this delivers customer convenience and staff efficiency outcomes. Daud Sweetland wrote: > > Hi, > > I am currently customizing and installing VTiger at a client site to > replace their currently "collection" of solutions and software > centralizing all their customer, client and company data into a single > CRM system. > > They use Office 2003 on XP and Vista heavily and so I have build Word > templates for mail merges using the Office 2003 Plug-in. > > However, you can no longer buy 2003 and they already don't really have > enough licenses for the number of people who will be using VTiger; > therefore they are looking at alternatives, being Office 2007 and Open > Office. > > I have heard and seen emails in this group to the effect that an Open > Office plug-in is being worked on and wondered if there was any ETA on > this or if indeed there was an Office 2007 plug-in on the way (the > 2003 version so very nearly works with Office 2007 -- surely there > cannot be that much to do to get it to work properly ?? ) > > Anyway any news would be very helpful in planning the direction to > head from here. > > Thanks > > Daud Sweetland > > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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/20080605/50b1cd6e/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: roarz-comp-logo.png Type: image/png Size: 2699 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080605/50b1cd6e/attachment-0001.png From daud.sweetland at googlemail.com Thu Jun 5 03:54:22 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Thu, 5 Jun 2008 08:54:22 +0100 Subject: [Vtigercrm-developers] Office 2007 Plugin ? In-Reply-To: <48474063.9070307@roarz.com> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> <48474063.9070307@roarz.com> Message-ID: <52986bea0806050054x5db0d52ctf6fb396afc9923a@mail.gmail.com> Hi Bret thanks for the tip re Office 2007 licenses. Unfortunately for us even the mail merge does not work in 2007 so we cannot use those machines at all ! So until there is some news re the 2007 plug in we will have to stick to 2003. BTW I Dont suppose that the source code for the 2003 plug in is available at all does anyone know? Thanks Daud On 6/5/08, Brett Hooker wrote: > Daud, > > For now, we've just been doing the template edits (using the plugin) on > our 2003 licenses, and keeping the 2007 licensed machines to runtime > mailmerge activities. That works fine for us for now. > > Also, I believe (please check locally) that you can purchase a 2007 > license and then use old 2003 media to install 2003. We've done that > with MSDN/Visual Studio to allow us to maintain older code bases when > required. > > > Thanks, > Brett > > > www.roarz.com Phone: 1300 885 125 Fax: > 07 3009 0648 ABN: 69 113 777 594 PO Box 1091 Capalaba Qld 4157 > ROARZ emphasizes keeping websites proactively up-to-date and integrated > with marketing, sales, and customer service activities. When combined > with our rich web-based application suite this delivers customer > convenience and staff efficiency outcomes. > > > > Daud Sweetland wrote: >> >> Hi, >> >> I am currently customizing and installing VTiger at a client site to >> replace their currently "collection" of solutions and software >> centralizing all their customer, client and company data into a single >> CRM system. >> >> They use Office 2003 on XP and Vista heavily and so I have build Word >> templates for mail merges using the Office 2003 Plug-in. >> >> However, you can no longer buy 2003 and they already don't really have >> enough licenses for the number of people who will be using VTiger; >> therefore they are looking at alternatives, being Office 2007 and Open >> Office. >> >> I have heard and seen emails in this group to the effect that an Open >> Office plug-in is being worked on and wondered if there was any ETA on >> this or if indeed there was an Office 2007 plug-in on the way (the >> 2003 version so very nearly works with Office 2007 -- surely there >> cannot be that much to do to get it to work properly ?? ) >> >> Anyway any news would be very helpful in planning the direction to >> head from here. >> >> Thanks >> >> Daud Sweetland >> >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com > > From arodes at onweald.com Thu Jun 5 09:33:36 2008 From: arodes at onweald.com (Andrew Rodes) Date: Thu, 5 Jun 2008 08:33:36 -0500 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <68C0B6B915CB45D0A3DEA2DE5083B3B9@ANDYSONY> Is the purpose of the calendar items to create a tickler list, or to create service orders? Perhaps there is another approach that would be even more elegant depending on the purpose of the calendar items. Andy _____ From: Scott Brown [mailto:scott at centritechsolutions.com] Sent: Wednesday, June 04, 2008 2:57 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Automatic Calendar Entry Does anybody know of an add-on or a way to have calendar entry automatically created when creating a trouble ticket. We create a trouble ticket for each service order and then create a calendar entry and have them related. There is a lot of double entry doing this. My thoughts were to have an option that says create calendar entry(yes/no). When a ticket is saved it would take the title and some other custom fields and create a calendar entry and assign it to the username that is assign to the ticket. Anybody have any thoughts on this? Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080605/92941c97/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/20080605/92941c97/attachment-0001.jpe From carloz at gnumerica.org Thu Jun 5 11:39:53 2008 From: carloz at gnumerica.org (carlo beschi) Date: Thu, 05 Jun 2008 17:39:53 +0200 Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations In-Reply-To: <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> References: <483EB19F.1080605@gmail.com> <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> Message-ID: <484808C9.9090707@gnumerica.org> Hi Prasad, Prasad ha scritto: [...] > > I have attached the document which is currently under progress to aid > developers > to build around vtiger CRM. this doc is pure gold ;-) so far, part of this info was in the wiki, and part was only in the individual developers' minds ... pls, keep me/us updated carlo From prasad at vtiger.com Fri Jun 6 08:06:16 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 6 Jun 2008 17:36:16 +0530 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> Hi Scott, I have attached the documentation of achieving your requirement with more details. Also the customized patch is attached in the mail (which is w.r.t vtiger CRM 5.0.4) If you need further customization you can drop in email at services at vtiger.com Regards, Prasad On 6/5/08, Scott Brown wrote: > > Does anybody know of an add-on or a way to have calendar entry > automatically created when creating a trouble ticket. We create a trouble > ticket for each service order and then create a calendar entry and have them > related. There is a lot of double entry doing this. > > > > My thoughts were to have an option that says create calendar entry(yes/no). > When a ticket is saved it would take the title and some other custom fields > and create a calendar entry and assign it to the username that is assign to > the ticket. > > > > > > Anybody have any thoughts on this? > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > > > _______________________________________________ > 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/20080606/106a4b58/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/20080606/106a4b58/attachment-0001.jpe -------------- next part -------------- A non-text attachment was scrubbed... Name: vtigercrm504-troubleticket-calendar.zip Type: application/zip Size: 3619 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080606/106a4b58/attachment-0001.zip -------------- next part -------------- A non-text attachment was scrubbed... Name: vtiger-customization-troubleticket-calendar.pdf Type: application/pdf Size: 28966 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080606/106a4b58/attachment-0001.pdf From scott at centritechsolutions.com Fri Jun 6 08:35:23 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 6 Jun 2008 08:35:23 -0400 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> Message-ID: <014701c8c7d1$d352a440$0202fea9@scottlaptop> Prasad, This looks like exactly what I want except, I'd like to see it as an event instead of a To Do/Task. What is the class to use to create an Event on the calendar instead of a Task. Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net _____ From: Prasad [mailto:prasad at vtiger.com] Sent: Friday, June 06, 2008 8:06 AM To: scott at centritechsolutions.com; vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Automatic Calendar Entry Hi Scott, I have attached the documentation of achieving your requirement with more details. Also the customized patch is attached in the mail (which is w.r.t vtiger CRM 5.0.4) If you need further customization you can drop in email at services at vtiger.com Regards, Prasad On 6/5/08, Scott Brown wrote: Does anybody know of an add-on or a way to have calendar entry automatically created when creating a trouble ticket. We create a trouble ticket for each service order and then create a calendar entry and have them related. There is a lot of double entry doing this. My thoughts were to have an option that says create calendar entry(yes/no). When a ticket is saved it would take the title and some other custom fields and create a calendar entry and assign it to the username that is assign to the ticket. Anybody have any thoughts on this? Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net _______________________________________________ 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/20080606/7f890e36/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/20080606/7f890e36/attachment-0001.jpe From prasad at vtiger.com Fri Jun 6 08:49:29 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 6 Jun 2008 18:19:29 +0530 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <014701c8c7d1$d352a440$0202fea9@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> <014701c8c7d1$d352a440$0202fea9@scottlaptop> Message-ID: <39d18b250806060549k509574d9i41ccdc20bab160ad@mail.gmail.com> Hi Scott, Activity class itself is used for both Task and Events. However columns used slightly differs. To create Event (Call) instead of Task (Todo) here is the solution Instead of the following lines: $event->column_fields['activitytype'] = 'Task'; $event->column_fields['taskstatus'] = 'Planned'; Change it to: $event->column_fields['activitytype'] = 'Call'; $event->column_fields['eventstatus'] = 'Planned'; Regards, Prasad vtiger Team On 6/6/08, Scott Brown wrote: > > Prasad, > > > > This looks like exactly what I want except, I'd like to see it as an event > instead of a To Do/Task. What is the class to use to create an Event on the > calendar instead of a Task. > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > ------------------------------ > > *From:* Prasad [mailto:prasad at vtiger.com] > *Sent:* Friday, June 06, 2008 8:06 AM > *To:* scott at centritechsolutions.com; > vtigercrm-developers at lists.vtigercrm.com > *Subject:* Re: [Vtigercrm-developers] Automatic Calendar Entry > > > > Hi Scott, > > I have attached the documentation of achieving your requirement with more > details. > > Also the customized patch is attached in the mail (which is w.r.t vtiger > CRM 5.0.4) > > If you need further customization you can drop in email at > services at vtiger.com > > Regards, > Prasad > > On 6/5/08, *Scott Brown* wrote: > > Does anybody know of an add-on or a way to have calendar entry > automatically created when creating a trouble ticket. We create a trouble > ticket for each service order and then create a calendar entry and have them > related. There is a lot of double entry doing this. > > > > My thoughts were to have an option that says create calendar entry(yes/no). > When a ticket is saved it would take the title and some other custom fields > and create a calendar entry and assign it to the username that is assign to > the ticket. > > > > > > Anybody have any thoughts on this? > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > > > > _______________________________________________ > 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/20080606/df0ec125/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/20080606/df0ec125/attachment-0001.jpe From KarynC at transmagic.com Thu Jun 12 13:36:07 2008 From: KarynC at transmagic.com (Karyn Cassio) Date: Thu, 12 Jun 2008 11:36:07 -0600 Subject: [Vtigercrm-developers] Query Question Message-ID: <001d01c8ccb2$cc117400$3f10a8c0@tmi.local> Hi, I'm trying to customize the initial Contacts ListView for a custom filter. I have been able to add other related fields to search on from the Accounts table, but now I need to search some of the accounts subtables, for instance vtiger_accountscf fields. I know, to make this happen I need to edit the initial SELECT statement and add some additional joins. My problem is I can't seem to find where the SELECT statement is initiating from. I'm doing a CallStack on the query, but I'm still having a hard time finding it. Any thoughts or suggestions would be greatly appreciated. I will continue on my search, but if someone could point me in the right direction it should help speed things up. ;-) Thanks in advance, Karyn Web Developer TransMagic, Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080612/b6e7f5f4/attachment-0001.html From prasad at vtiger.com Thu Jun 12 14:27:49 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 12 Jun 2008 23:57:49 +0530 Subject: [Vtigercrm-developers] Query Question In-Reply-To: <001d01c8ccb2$cc117400$3f10a8c0@tmi.local> References: <001d01c8ccb2$cc117400$3f10a8c0@tmi.local> Message-ID: <39d18b250806121127j1f1fdad6mabf9460fdb5d1998@mail.gmail.com> Hi Karyn, Look at file include/utils/ListViewUtils.php function getListQuery Regards, Prasad vtiger Team On 6/12/08, Karyn Cassio wrote: > > Hi, > > > > I'm trying to customize the initial Contacts ListView for a custom filter. > > I have been able to add other related fields to search on from the Accounts > table, > > but now I need to search some of the accounts subtables, > > for instance vtiger_accountscf fields. > > > > I know, to make this happen I need to edit the initial SELECT statement and > add some additional joins. > > My problem is I can't seem to find where the SELECT statement is initiating > from. > > I'm doing a CallStack on the query, but I'm still having a hard time > finding it. > > > > Any thoughts or suggestions would be greatly appreciated. > > I will continue on my search, but if someone could point me in the right > direction it should help speed things up. > > ;-) > > > > Thanks in advance, > > > > *Karyn * > > *Web Developer* > > *TransMagic, Inc.* > > > _______________________________________________ > 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/20080612/3fcaea83/attachment-0001.html From j4c0b1 at gmail.com Fri Jun 13 15:34:53 2008 From: j4c0b1 at gmail.com (Cicero Jacobi Filho) Date: Fri, 13 Jun 2008 16:34:53 -0300 Subject: [Vtigercrm-developers] How to Access Bug Tracker Message-ID: Hi Prasad I?working in some implementations and customization of Vtiger installation at my new conpany. I?d like to participate in the tracker project. Can you provide me a login please. Tkx -- Atenciosamente C?cero Jacobi Filho j4c0b1 at gmail.com 51-93350964 51-84566132 icq : 78883010 msn : cjacobi at hotmail.com gmail : j4c0b1 at gmail.com skype : cjacobi 2008/5/23, Prasad : > > 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 > _______________________________________________ > 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/20080613/fdb1bffb/attachment-0001.html From prasad at vtiger.com Fri Jun 13 15:58:12 2008 From: prasad at vtiger.com (Prasad) Date: Sat, 14 Jun 2008 01:28:12 +0530 Subject: [Vtigercrm-developers] How to Access Bug Tracker In-Reply-To: References: Message-ID: <39d18b250806131258h30179288p26314a35e88c4b86@mail.gmail.com> Hi C?cero Jacobi, vtiger Trac Account has been created for you and details are sent to your email. Let us know if you need any further assistance. Regards, Prasad vtiger Team On 6/14/08, Cicero Jacobi Filho wrote: > > Hi Prasad > > I?working in some implementations and customization of Vtiger installation > at my new conpany. > > I?d like to participate in the tracker project. > > Can you provide me a login please. > > Tkx > > > -- > Atenciosamente > > C?cero Jacobi Filho > j4c0b1 at gmail.com > 51-93350964 > 51-84566132 > icq : 78883010 > msn : cjacobi at hotmail.com > gmail : j4c0b1 at gmail.com > skype : cjacobi > > 2008/5/23, Prasad : >> >> 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 >> _______________________________________________ >> 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/20080614/458a345d/attachment-0001.html From daud.sweetland at googlemail.com Mon Jun 16 16:12:09 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Mon, 16 Jun 2008 21:12:09 +0100 Subject: [Vtigercrm-developers] Change Title and Salutation fields around - Help! Message-ID: <52986bea0806161312u5d43f33dhc819ed1bb6132040@mail.gmail.com> Hi all I Have been trying to transpose the field names Title and Salutation around in contacts because my client does use these fields properly and currently they are named the wrong way round for their actual function. I have tried several ways around this and whilst I have had some success I have not yet managed to get it fully working without error messages or it pulling the wrong data through. Can anyone help here please? Thanks Daud On 6/12/08, Karyn Cassio wrote: > Hi, > > > > I'm trying to customize the initial Contacts ListView for a custom filter. > > I have been able to add other related fields to search on from the Accounts > table, > > but now I need to search some of the accounts subtables, > > for instance vtiger_accountscf fields. > > > > I know, to make this happen I need to edit the initial SELECT statement and > add some additional joins. > > My problem is I can't seem to find where the SELECT statement is initiating > from. > > I'm doing a CallStack on the query, but I'm still having a hard time finding > it. > > > > Any thoughts or suggestions would be greatly appreciated. > > I will continue on my search, but if someone could point me in the right > direction it should help speed things up. > > ;-) > > > > Thanks in advance, > > > > Karyn > > Web Developer > > TransMagic, Inc. > > > > From KarynC at transmagic.com Mon Jun 16 19:03:18 2008 From: KarynC at transmagic.com (Karyn Cassio) Date: Mon, 16 Jun 2008 17:03:18 -0600 Subject: [Vtigercrm-developers] Custom filter on Contacts Message-ID: <001b01c8d005$2a795df0$3f10a8c0@tmi.local> Hi, I've created quite a few custom, cross module filters to look for Contacts with specific Accounts related criteria. I'm having a hard time getting the filter to work on the Account assigned to field. I have created a custom field in the field table with the following properties: vtiger_acct_crmentity:smownerid:assigned_acct_user_id:Contacts_Account_Assig ned_To:V e TestRep7 I have been able to edit the initial WHERE statement so that the search gives the result rows I would expect, but I cannot get the assigned_acct_user_id column to return the Account's owner (related smownerid name.) I can manually run the query and get the results I want, but have not been able to get vTiger to return the results to the interface. Any thoughts? Here's the query the logs result: select vtiger_contactdetails.lastname,vtiger_contactdetails.firstname,vtiger_contac tdetails.firstname,vtiger_contactdetails.email,vtiger_account.accountname,vt iger_account.account_type,case when (vtiger_users.user_name not like '') then vtiger_users.user_name else vtiger_groups.groupname end as user_name,vtiger_accountscf.cf_460, vtiger_acct_users.user_name as account_user_name, vtiger_acct_crmentity.crmid,vtiger_contactdetails.reportsto ,vtiger_crmentity.crmid FROM vtiger_contactdetails INNER JOIN vtiger_crmentity ON vtiger_crmentity.crmid = vtiger_contactdetails.contactid INNER JOIN vtiger_contactaddress ON vtiger_contactdetails.contactid = vtiger_contactaddress.contactaddressid INNER JOIN vtiger_contactsubdetails ON vtiger_contactaddress.contactaddressid = vtiger_contactsubdetails.contactsubscriptionid INNER JOIN vtiger_contactscf ON vtiger_contactdetails.contactid = vtiger_contactscf.contactid LEFT JOIN vtiger_account ON vtiger_account.accountid = vtiger_contactdetails.accountid LEFT JOIN vtiger_accountscf ON vtiger_account.accountid = vtiger_accountscf.accountid LEFT JOIN vtiger_accountbillads ON vtiger_account.accountid = vtiger_accountbillads.accountaddressid LEFT JOIN vtiger_contactdetails vtiger_contactdetails2 ON vtiger_contactdetails.reportsto = vtiger_contactdetails2.contactid LEFT JOIN vtiger_contactgrouprelation ON vtiger_contactscf.contactid = vtiger_contactgrouprelation.contactid LEFT JOIN vtiger_groups ON vtiger_groups.groupname = vtiger_contactgrouprelation.groupname LEFT JOIN vtiger_users ON vtiger_users.id = vtiger_crmentity.smownerid LEFT JOIN vtiger_crmentity as vtiger_acct_crmentity ON vtiger_acct_crmentity.crmid = vtiger_account.accountid LEFT JOIN vtiger_users as vtiger_acct_users ON vtiger_acct_users.id = vtiger_acct_crmentity.smownerid LEFT JOIN vtiger_customerdetails ON vtiger_customerdetails.customerid = vtiger_contactdetails.contactid WHERE vtiger_crmentity.deleted = 0 and vtiger_account.account_type = 'Reseller' and ( vtiger_acct_users.user_name = 'TestRep7') ORDER BY vtiger_contactdetails.firstname ASC LIMIT 0,20 Thank you, any help, suggestions, etc. would be so greatly appreciated. Karyn Web Developer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080616/cef54301/attachment-0001.html From prasad at vtiger.com Wed Jun 18 02:17:18 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 18 Jun 2008 11:47:18 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records Message-ID: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> Dear Members, With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can now update multiple record at once. This avoids you to edit each and every record! To know more look at: http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf Like to try it, then download it now: http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip Keep us updated with your feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080618/72a04659/attachment-0001.html From carloz at gnumerica.org Wed Jun 18 08:15:14 2008 From: carloz at gnumerica.org (carlo beschi) Date: Wed, 18 Jun 2008 14:15:14 +0200 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> Message-ID: <4858FC52.1080304@gnumerica.org> Hi Prasad, thanks for sharing this. Definitely a very interesting feature! :-) Carlo ps: i made a post on our blog with a couple of screenshots http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504/ and uploaded the plugin on our 504 demo http://vtiger.studiosynthesis.biz/504 Prasad ha scritto: > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > can now update multiple record at once. This avoids you to edit each and > every record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > > Keep us updated with your feedback. > From prasad at vtiger.com Wed Jun 18 08:23:20 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 18 Jun 2008 17:53:20 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <4858FC52.1080304@gnumerica.org> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <4858FC52.1080304@gnumerica.org> Message-ID: <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> Hi Carlo, Thank you. Regards, Prasad vtiger Team On 6/18/08, carlo beschi wrote: > > Hi Prasad, > > thanks for sharing this. > Definitely a very interesting feature! :-) > > Carlo > > ps: i made a post on our blog with a couple of screenshots > > http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504/ > > and uploaded the plugin on our 504 demo > http://vtiger.studiosynthesis.biz/504 > > > Prasad ha scritto: > > > Dear Members, > > > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > > can now update multiple record at once. This avoids you to edit each and > > every record! > > > > To know more look at: > > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > > > Like to try it, then download it now: > > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > > > > > Keep us updated with your feedback. > > > > _______________________________________________ > 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/20080618/4ad846c8/attachment-0001.html From arodes at onweald.com Wed Jun 18 09:47:23 2008 From: arodes at onweald.com (Andrew Rodes) Date: Wed, 18 Jun 2008 08:47:23 -0500 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com><4858FC52.1080304@gnumerica.org> <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> Message-ID: <947B2850276D415FB053524516E58BEB@ANDYSONY> This is a fantastic feature that the major CRM products out there all support. I hope it can be rolled into the main product!. Thanks! Andy _____ From: Prasad [mailto:prasad at vtiger.com] Sent: Wednesday, June 18, 2008 7:23 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vquickedit - Update Multiple Records Hi Carlo, Thank you. Regards, Prasad vtiger Team On 6/18/08, carlo beschi wrote: Hi Prasad, thanks for sharing this. Definitely a very interesting feature! :-) Carlo ps: i made a post on our blog with a couple of screenshots http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504 / and uploaded the plugin on our 504 demo http://vtiger.studiosynthesis.biz/504 Prasad ha scritto: > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > can now update multiple record at once. This avoids you to edit each and > every record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zi p > > > Keep us updated with your feedback. > _______________________________________________ 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/20080618/5cf69c5f/attachment-0001.html From prasad at vtiger.com Wed Jun 18 09:53:43 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 18 Jun 2008 19:23:43 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <947B2850276D415FB053524516E58BEB@ANDYSONY> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <4858FC52.1080304@gnumerica.org> <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> <947B2850276D415FB053524516E58BEB@ANDYSONY> Message-ID: <39d18b250806180653m79921bd0r7ff58a5097838259@mail.gmail.com> Hi Andy, We are very glad to see the responses on this feature. Our team is working on the integration and enhancing it to the next level. In the meantime keep us updated with more feedback. Regards, Prasad vtiger Team On 6/18/08, Andrew Rodes wrote: > > This is a fantastic feature that the major CRM products out there all > support. I hope it can be rolled into the main product!. > > > > Thanks! > > > > Andy > > > ------------------------------ > > *From:* Prasad [mailto:prasad at vtiger.com] > *Sent:* Wednesday, June 18, 2008 7:23 AM > *To:* vtigercrm-developers at lists.vtigercrm.com > *Subject:* Re: [Vtigercrm-developers] vquickedit - Update Multiple Records > > > > Hi Carlo, > > Thank you. > > Regards, > Prasad > vtiger Team > > On 6/18/08, *carlo beschi* wrote: > > Hi Prasad, > > thanks for sharing this. > Definitely a very interesting feature! :-) > > Carlo > > ps: i made a post on our blog with a couple of screenshots > > http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504/ > > and uploaded the plugin on our 504 demo > http://vtiger.studiosynthesis.biz/504 > > > Prasad ha scritto: > > > Dear Members, > > > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > > can now update multiple record at once. This avoids you to edit each and > > every record! > > > > To know more look at: > > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > > > Like to try it, then download it now: > > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > > > > > Keep us updated with your feedback. > > > > _______________________________________________ > 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/20080618/cfce8658/attachment-0001.html From prasad at vtiger.com Wed Jun 18 16:36:18 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 19 Jun 2008 02:06:18 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> Message-ID: <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> Dear Members, Based on the feedback on this feature, the plugin was enhanced to support almost all the modules of vtiger CRM now. Check out the latest version 1.1 at http://forge.vtiger.com/frs/?group_id=167&release_id=409 Source: http://forge.vtiger.com/frs/download.php/565/vquickedit-v1.1.zip Documentation: http://forge.vtiger.com/frs/download.php/566/vquickedit-v1.1.pdf Keep us posted with your feedback. Regards, Prasad vtiger Team On 6/18/08, Prasad wrote: > > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can > now update multiple record at once. This avoids you to edit each and every > record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > Keep us updated with your feedback. > > Regards, > Prasad > vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080619/2d036e38/attachment-0001.html From KarynC at transmagic.com Wed Jun 18 16:51:23 2008 From: KarynC at transmagic.com (Karyn Cassio) Date: Wed, 18 Jun 2008 14:51:23 -0600 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> Message-ID: <008001c8d185$11ae24a0$3f10a8c0@tmi.local> Prasad, I'm assuming this will only run on 5.0.4, is that right? We are still running 0.3. Thanx, Karyn Cassio Web Developer TransMagic, Inc. _____ From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Prasad Sent: Wednesday, June 18, 2008 2:36 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vquickedit - Update Multiple Records Dear Members, Based on the feedback on this feature, the plugin was enhanced to support almost all the modules of vtiger CRM now. Check out the latest version 1.1 at http://forge.vtiger.com/frs/?group_id=167 &release_id=409 Source: http://forge.vtiger.com/frs/download.php/565/vquickedit-v1.1.zip Documentation: http://forge.vtiger.com/frs/download.php/566/vquickedit-v1.1.pdf Keep us posted with your feedback. Regards, Prasad vtiger Team On 6/18/08, Prasad wrote: Dear Members, With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can now update multiple record at once. This avoids you to edit each and every record! To know more look at: http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf Like to try it, then download it now: http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zi p Keep us updated with your feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080618/bccf6fe0/attachment-0001.html From prasad at vtiger.com Thu Jun 19 01:50:55 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 19 Jun 2008 11:20:55 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <008001c8d185$11ae24a0$3f10a8c0@tmi.local> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> <008001c8d185$11ae24a0$3f10a8c0@tmi.local> Message-ID: <39d18b250806182250i71dc7f5bma5a70d3d559f7815@mail.gmail.com> Hi Karyn, vquickedit is based on vtiger CRM 5.0.4 With minor changes it can be made to work with 5.0.3 as well. Regards, Prasad vtiger Team On 6/19/08, Karyn Cassio wrote: > > Prasad, > > > > I'm assuming this will only run on 5.0.4, is that right? > > We are still running 0.3. > > > > Thanx, > > > > *Karyn Cassio* > > *Web Developer* > > *TransMagic, Inc.* > ------------------------------ > > *From:* vtigercrm-developers-bounces at lists.vtigercrm.com [mailto: > vtigercrm-developers-bounces at lists.vtigercrm.com] *On Behalf Of *Prasad > *Sent:* Wednesday, June 18, 2008 2:36 PM > *To:* vtigercrm-developers at lists.vtigercrm.com > *Subject:* Re: [Vtigercrm-developers] vquickedit - Update Multiple Records > > > > Dear Members, > > Based on the feedback on this feature, the plugin was enhanced to support > almost all the modules of vtiger CRM now. > > Check out the latest version 1.1 at > http://forge.vtiger.com/frs/?group_id=167&release_id=409 > > Source: http://forge.vtiger.com/frs/download.php/565/vquickedit-v1.1.zip > > Documentation: > http://forge.vtiger.com/frs/download.php/566/vquickedit-v1.1.pdf > > Keep us posted with your feedback. > > Regards, > Prasad > vtiger Team > > On 6/18/08, *Prasad* wrote: > > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can > now update multiple record at once. This avoids you to edit each and every > record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > Keep us updated with your feedback. > > 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/20080619/13be8a39/attachment-0001.html From greg at ct-net.org Thu Jun 19 02:15:19 2008 From: greg at ct-net.org (Gregory Machin) Date: Thu, 19 Jun 2008 08:15:19 +0200 Subject: [Vtigercrm-developers] missing file ?? Message-ID: <4859F977.5030808@ct-net.org> Hi some times for no reason at all me proxy gives *The requested URL could not be retrieved * While trying to retrieve the URL: http://www.ct-net.org/vtigercrm/index.php?action=index&module=Home The following error was encountered: *Zero Sized Reply * I had a look in the apache error logs and found the following ... Wed Jun 18 11:33:57 2008] [error] [client 196.212.210.154] File does not exist: /mirror/hosting/ct-net.org/www/htdocs/vtigercrm/modules/Settings/Settings.js, referer: http://www.ct-net.org/vtigercrm/index.php?module=Settings&action=index&parenttab=Settings the strange thing is it doesn't happen all the time but when it does it persists for quite a while. what could be causing this ? Currently running 5.04. -- Gregory Machin CT-Net www.ct-net.org greg at ct-net.org phone : +27 12 379 3497 fax : +27 12 379 4113 Cell : +27 72 524 8096 humans do not use the address below its for trapping spam. spamtrap imasucker at ct-net.org From prasad at vtiger.com Fri Jun 20 04:03:54 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 20 Jun 2008 13:33:54 +0530 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Message-ID: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Dear Members, The latest development of vtiger CRM 5.1 is installed at http://en.vtiger.com/wip The following features are available: * Popup Reminder for Calendar Events multicurrency.pdf * Multi Currency Support popupreminder.pdf * Duplicate Records Handling DuplicatesMerging.pdf * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf * Local Backup Feature localbackup.pdf We appreciate your feedback on these new features. Blog Post: http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/ef343e8d/attachment-0001.html From scott at centritechsolutions.com Fri Jun 20 06:03:52 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 20 Jun 2008 06:03:52 -0400 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Message-ID: <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> These are all great features, but what about the ability to merge the Trouble TicketID field. This seems like such an easy enhancement that I've been asking for since 5.0. This is so that we can use Word to create trouble ticket work orders. Right now I have to use the RTF merge in order to print out a trouble ticket with the ticket ID. Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Prasad Sent: Friday, June 20, 2008 4:04 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Dear Members, The latest development of vtiger CRM 5.1 is installed at http://en.vtiger.com/wip The following features are available: * Popup Reminder for Calendar Events multicurrency.pdf * Multi Currency Support popupreminder.pdf * Duplicate Records Handling DuplicatesMerging.pdf * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf * Local Backup Feature localbackup.pdf We appreciate your feedback on these new features. Blog Post: http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-developmen t Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/15d3e0e5/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/20080620/15d3e0e5/attachment-0001.jpe From joe at tsolucio.com Fri Jun 20 06:32:16 2008 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 20 Jun 2008 12:32:16 +0200 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> Message-ID: <1213957936.8591.6.camel@joesunix.int> Hi Scott, I suppose you just didn't get around to answering my last email. In any case since I saw this post and I thought I'd ask you a question. If I remember correctly, you are using the TSolucio:TTTimecards extension, this extension adds 3 links to the left of each trouble ticket one of which is exactly for printing out the workorder. Why aren't you using that to easily print out the trouble ticket instead of RTF/Word? Joe TSolucio El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > These are all great features, but what about the ability to merge the > Trouble TicketID field. This seems like such an easy enhancement that > I?ve been asking for since 5.0. This is so that we can use Word to > create trouble ticket work orders. Right now I have to use the RTF > merge in order to print out a trouble ticket with the ticket ID. > > > > Centritech Solutions Logo > Scott Brown > Tel: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > Prasad > Sent: Friday, June 20, 2008 4:04 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > development > > > > > Dear Members, > > The latest development of vtiger CRM 5.1 is installed at > http://en.vtiger.com/wip > > The following features are available: > > * Popup Reminder for Calendar Events multicurrency.pdf > * Multi Currency Support popupreminder.pdf > * Duplicate Records Handling DuplicatesMerging.pdf > * User Configurable ID for SO/PO/Quotes > UserConfigurableInventoryIds.pdf > * Custom fields in Email templates > CustomFieldsInEmailTemplates.pdf > * Local Backup Feature localbackup.pdf > > We appreciate your feedback on these new features. > > Blog Post: > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > Regards, > Prasad > vtiger Team > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From prasad at vtiger.com Fri Jun 20 08:50:02 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 20 Jun 2008 18:20:02 +0530 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <1213957936.8591.6.camel@joesunix.int> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> <1213957936.8591.6.camel@joesunix.int> Message-ID: <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> Hi Scott, I have attached a quick implementation of getting Trouble Ticket ID for Mail Merging for the Word. This code is based on vtiger CRM 5.0.4. [Couldn't get it throughly validated] Kindly test it and let us know your feedback. Regards, Prasad vtiger Team On 6/20/08, Joe Bordes wrote: > > Hi Scott, > > I suppose you just didn't get around to answering my last email. > In any case since I saw this post and I thought I'd ask you a question. > > If I remember correctly, you are using the TSolucio:TTTimecards > extension, this extension adds 3 links to the left of each trouble > ticket one of which is exactly for printing out the workorder. Why > aren't you using that to easily print out the trouble ticket instead of > RTF/Word? > > Joe > TSolucio > > El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > > > These are all great features, but what about the ability to merge the > > Trouble TicketID field. This seems like such an easy enhancement that > > I've been asking for since 5.0. This is so that we can use Word to > > create trouble ticket work orders. Right now I have to use the RTF > > merge in order to print out a trouble ticket with the ticket ID. > > > > > > > > > Centritech Solutions Logo > > Scott Brown > > Tel: 804-360-9753Ext. 400 > > > Fax: 1-800-851-0516 > > http://www.centritech.net > > > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > > Prasad > > Sent: Friday, June 20, 2008 4:04 AM > > To: vtigercrm-developers at lists.vtigercrm.com > > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > > development > > > > > > > > > > Dear Members, > > > > The latest development of vtiger CRM 5.1 is installed at > > http://en.vtiger.com/wip > > > > The following features are available: > > > > * Popup Reminder for Calendar Events multicurrency.pdf > > * Multi Currency Support popupreminder.pdf > > * Duplicate Records Handling DuplicatesMerging.pdf > > * User Configurable ID for SO/PO/Quotes > > UserConfigurableInventoryIds.pdf > > * Custom fields in Email templates > > CustomFieldsInEmailTemplates.pdf > > * Local Backup Feature localbackup.pdf > > > > We appreciate your feedback on these new features. > > > > Blog Post: > > > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > > > Regards, > > Prasad > > vtiger Team > > > > > > > _______________________________________________ > > 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/20080620/0830a164/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: vtigercrm-504-MailMerge-TicketID.zip Type: application/zip Size: 12376 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/0830a164/attachment-0001.zip -------------- next part -------------- A non-text attachment was scrubbed... Name: TicketId-MailMerging.png Type: image/png Size: 33956 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/0830a164/attachment-0001.png From info at nablacom.it Fri Jun 20 09:35:57 2008 From: info at nablacom.it (Nablacom) Date: Fri, 20 Jun 2008 15:35:57 +0200 Subject: [Vtigercrm-developers] R: Working with vtiger CRM 5.1 development In-Reply-To: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Message-ID: Hi Prasad Thank you for Your and Your team work. I have a question: what is the link to download of the 5.1 version? I want to test in with our own modules and patches! Best regards, Roberto _____ Da: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Per conto di Prasad Inviato: venerd? 20 giugno 2008 10:04 A: vtigercrm-developers at lists.vtigercrm.com Oggetto: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Dear Members, The latest development of vtiger CRM 5.1 is installed at http://en.vtiger.com/wip The following features are available: * Popup Reminder for Calendar Events multicurrency.pdf * Multi Currency Support popupreminder.pdf * Duplicate Records Handling DuplicatesMerging.pdf * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf * Local Backup Feature localbackup.pdf We appreciate your feedback on these new features. Blog Post: http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-developmen t Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/643744f0/attachment-0001.html From dome at tel.co.th Fri Jun 20 10:14:10 2008 From: dome at tel.co.th (Dome Charoenyost) Date: Fri, 20 Jun 2008 21:14:10 +0700 Subject: [Vtigercrm-developers] R: Working with vtiger CRM 5.1 development In-Reply-To: References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Message-ID: <8ccbff060806200714n7efb7eedpf3bb5dd95161956a@mail.gmail.com> SVN On Fri, Jun 20, 2008 at 8:35 PM, Nablacom wrote: > Hi Prasad > > Thank you for Your and Your team work. > > I have a question: what is the link to download of the 5.1 version? I want > to test in with our own modules and patches! > > > > Best regards, > > Roberto > > > > ________________________________ > > Da: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Per conto di > Prasad > Inviato: venerd? 20 giugno 2008 10:04 > A: vtigercrm-developers at lists.vtigercrm.com > Oggetto: [Vtigercrm-developers] Working with vtiger CRM 5.1 development > > > > Dear Members, > > The latest development of vtiger CRM 5.1 is installed at > http://en.vtiger.com/wip > > The following features are available: > > * Popup Reminder for Calendar Events multicurrency.pdf > * Multi Currency Support popupreminder.pdf > * Duplicate Records Handling DuplicatesMerging.pdf > * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf > * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf > * Local Backup Feature localbackup.pdf > > We appreciate your feedback on these new features. > > Blog Post: > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > Regards, > Prasad > vtiger Team > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From prasad at vtiger.com Fri Jun 20 13:57:23 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 20 Jun 2008 23:27:23 +0530 Subject: [Vtigercrm-developers] R: Working with vtiger CRM 5.1 development In-Reply-To: <8ccbff060806200714n7efb7eedpf3bb5dd95161956a@mail.gmail.com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <8ccbff060806200714n7efb7eedpf3bb5dd95161956a@mail.gmail.com> Message-ID: <39d18b250806201057r2d4d8180nc83afd84a0537d6e@mail.gmail.com> Hi Dome, We are performing integration-validation of vtiger CRM 5.1 code. Once it is completed we will be commiting it to SVN branch: http://trac.vtiger.com/svn/vtiger/vtigercrm/branches/5.1 Kindly bear with us in the meantime. Regards, Prasad vtiger Team On 6/20/08, Dome Charoenyost wrote: > > SVN > > > > > On Fri, Jun 20, 2008 at 8:35 PM, Nablacom wrote: > > Hi Prasad > > > > Thank you for Your and Your team work. > > > > I have a question: what is the link to download of the 5.1 version? I > want > > to test in with our own modules and patches! > > > > > > > > Best regards, > > > > Roberto > > > > > > > > ________________________________ > > > > Da: vtigercrm-developers-bounces at lists.vtigercrm.com > > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Per conto di > > Prasad > > Inviato: venerd? 20 giugno 2008 10:04 > > A: vtigercrm-developers at lists.vtigercrm.com > > Oggetto: [Vtigercrm-developers] Working with vtiger CRM 5.1 development > > > > > > > > Dear Members, > > > > The latest development of vtiger CRM 5.1 is installed at > > http://en.vtiger.com/wip > > > > The following features are available: > > > > * Popup Reminder for Calendar Events multicurrency.pdf > > * Multi Currency Support popupreminder.pdf > > * Duplicate Records Handling DuplicatesMerging.pdf > > * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf > > * Custom fields in Email > templates CustomFieldsInEmailTemplates.pdf > > * Local Backup Feature localbackup.pdf > > > > We appreciate your feedback on these new features. > > > > Blog Post: > > > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > > > Regards, > > Prasad > > vtiger Team > > > > > _______________________________________________ > > 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/20080620/8fd8d019/attachment-0001.html From scott at centritechsolutions.com Fri Jun 20 18:54:50 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 20 Jun 2008 18:54:50 -0400 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> <1213957936.8591.6.camel@joesunix.int> <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> Message-ID: <002e01c8d328$b3f6d5f0$1be481d0$@com> Prasad, Thanks for the quick response. I have uploaded the implementation and so far it looks good. I will continue to test it. Will this be included in 5.1? Thanks, Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net From: Prasad [mailto:prasad at vtiger.com] Sent: Friday, June 20, 2008 8:50 AM To: vtigercrm-developers at lists.vtigercrm.com Cc: scott at centritechsolutions.com Subject: Re: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Hi Scott, I have attached a quick implementation of getting Trouble Ticket ID for Mail Merging for the Word. This code is based on vtiger CRM 5.0.4. [Couldn't get it throughly validated] Kindly test it and let us know your feedback. Regards, Prasad vtiger Team On 6/20/08, Joe Bordes wrote: Hi Scott, I suppose you just didn't get around to answering my last email. In any case since I saw this post and I thought I'd ask you a question. If I remember correctly, you are using the TSolucio:TTTimecards extension, this extension adds 3 links to the left of each trouble ticket one of which is exactly for printing out the workorder. Why aren't you using that to easily print out the trouble ticket instead of RTF/Word? Joe TSolucio El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > These are all great features, but what about the ability to merge the > Trouble TicketID field. This seems like such an easy enhancement that > I've been asking for since 5.0. This is so that we can use Word to > create trouble ticket work orders. Right now I have to use the RTF > merge in order to print out a trouble ticket with the ticket ID. > > > > Centritech Solutions Logo > Scott Brown > Tel: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > Prasad > Sent: Friday, June 20, 2008 4:04 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > development > > > > > Dear Members, > > The latest development of vtiger CRM 5.1 is installed at > http://en.vtiger.com/wip > > The following features are available: > > * Popup Reminder for Calendar Events multicurrency.pdf > * Multi Currency Support popupreminder.pdf > * Duplicate Records Handling DuplicatesMerging.pdf > * User Configurable ID for SO/PO/Quotes > UserConfigurableInventoryIds.pdf > * Custom fields in Email templates > CustomFieldsInEmailTemplates.pdf > * Local Backup Feature localbackup.pdf > > We appreciate your feedback on these new features. > > Blog Post: > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-developmen t > > Regards, > Prasad > vtiger Team > > > _______________________________________________ > 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/20080620/5cd800ac/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/20080620/5cd800ac/attachment-0001.jpe From prasad at vtiger.com Sat Jun 21 22:25:13 2008 From: prasad at vtiger.com (Prasad) Date: Sun, 22 Jun 2008 07:55:13 +0530 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <002e01c8d328$b3f6d5f0$1be481d0$@com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> <1213957936.8591.6.camel@joesunix.int> <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> <002e01c8d328$b3f6d5f0$1be481d0$@com> Message-ID: <39d18b250806211925kb798f58oe699482f436a5205@mail.gmail.com> Hi Scott, Thank you for updating us with the feedback. I have requested the feature integration with vtiger CRM 5.1 along with few other enhancements to it. We will keep you posted on that soon. Regards, Prasad vtiger Team On 6/21/08, Scott Brown wrote: > > Prasad, > > > > Thanks for the quick response. I have uploaded the implementation and so > far it looks good. I will continue to test it. Will this be included in > 5.1? > > > > Thanks, > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > *From:* Prasad [mailto:prasad at vtiger.com] > *Sent:* Friday, June 20, 2008 8:50 AM > *To:* vtigercrm-developers at lists.vtigercrm.com > *Cc:* scott at centritechsolutions.com > *Subject:* Re: [Vtigercrm-developers] Working with vtiger CRM 5.1 > development > > > > Hi Scott, > > I have attached a quick implementation of getting Trouble Ticket ID for > Mail Merging for the Word. > > This code is based on vtiger CRM 5.0.4. [Couldn't get it throughly > validated] > > Kindly test it and let us know your feedback. > > Regards, > Prasad > vtiger Team > > On 6/20/08, *Joe Bordes* wrote: > > Hi Scott, > > I suppose you just didn't get around to answering my last email. > In any case since I saw this post and I thought I'd ask you a question. > > If I remember correctly, you are using the TSolucio:TTTimecards > extension, this extension adds 3 links to the left of each trouble > ticket one of which is exactly for printing out the workorder. Why > aren't you using that to easily print out the trouble ticket instead of > RTF/Word? > > Joe > TSolucio > > El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > > > These are all great features, but what about the ability to merge the > > Trouble TicketID field. This seems like such an easy enhancement that > > I've been asking for since 5.0. This is so that we can use Word to > > create trouble ticket work orders. Right now I have to use the RTF > > merge in order to print out a trouble ticket with the ticket ID. > > > > > > > > > Centritech Solutions Logo > > Scott Brown > > Tel: 804-360-9753Ext. 400 > > > Fax: 1-800-851-0516 > > http://www.centritech.net > > > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > > Prasad > > Sent: Friday, June 20, 2008 4:04 AM > > To: vtigercrm-developers at lists.vtigercrm.com > > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > > development > > > > > > > > > > Dear Members, > > > > The latest development of vtiger CRM 5.1 is installed at > > http://en.vtiger.com/wip > > > > The following features are available: > > > > * Popup Reminder for Calendar Events multicurrency.pdf > > * Multi Currency Support popupreminder.pdf > > * Duplicate Records Handling DuplicatesMerging.pdf > > * User Configurable ID for SO/PO/Quotes > > UserConfigurableInventoryIds.pdf > > * Custom fields in Email templates > > CustomFieldsInEmailTemplates.pdf > > * Local Backup Feature localbackup.pdf > > > > We appreciate your feedback on these new features. > > > > Blog Post: > > > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > > > Regards, > > Prasad > > vtiger Team > > > > > > > _______________________________________________ > > 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/20080622/50d19350/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/20080622/50d19350/attachment-0001.jpe From stevens at techtron.co.za Sun Jun 22 07:28:30 2008 From: stevens at techtron.co.za (Steven Sher) Date: Sun, 22 Jun 2008 13:28:30 +0200 Subject: [Vtigercrm-developers] accounts import not working properly vtiger v5.0.4 Message-ID: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/55e1c4b3/attachment-0001.html From arodes at onweald.com Sun Jun 22 10:36:50 2008 From: arodes at onweald.com (Andrew Rodes) Date: Sun, 22 Jun 2008 09:36:50 -0500 Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 In-Reply-To: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> References: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> Message-ID: Make sure you don't have any command characters in the data. I have run into this before. I think its embedded tabs or commas .. cant remember, but they mess up the import code. The reason the dashboard numbers are increasing is because the crmentity records are being created, but not the account detail records due to some bad data somewhere in the source file. Andy _____ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 6:29 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/a9af9cdd/attachment-0001.html From stevens at techtron.co.za Sun Jun 22 14:01:02 2008 From: stevens at techtron.co.za (Steven Sher) Date: Sun, 22 Jun 2008 20:01:02 +0200 Subject: [Vtigercrm-developers] accounts import not working properlyvtigerv5.0.4 In-Reply-To: References: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> Message-ID: <4F1442F9EA0AE440ADDBB36DBC59591A11EF12@techserver.Techtron.local> Ok thanks will take a look at the source file, any idea how I correct the dashboard view to show the correct figures? From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Andrew Rodes Sent: 22 June 2008 04:37 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] accounts import not working properlyvtigerv5.0.4 Make sure you don't have any command characters in the data. I have run into this before. I think its embedded tabs or commas .. cant remember, but they mess up the import code. The reason the dashboard numbers are increasing is because the crmentity records are being created, but not the account detail records due to some bad data somewhere in the source file. Andy ________________________________ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 6:29 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/97779381/attachment-0001.html From arodes at onweald.com Mon Jun 23 00:26:18 2008 From: arodes at onweald.com (Andrew Rodes) Date: Sun, 22 Jun 2008 23:26:18 -0500 Subject: [Vtigercrm-developers] accounts import not workingproperlyvtigerv5.0.4 In-Reply-To: <4F1442F9EA0AE440ADDBB36DBC59591A11EF12@techserver.Techtron.local> References: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> <4F1442F9EA0AE440ADDBB36DBC59591A11EF12@techserver.Techtron.local> Message-ID: <27227D9E81B44E6C83215CE4A5DAEA8E@ANDYSONY> You will have to manually delete the records via sql I think. There is no access via the ui if the record is only in crm_entity. andy _____ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 1:01 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] accounts import not workingproperlyvtigerv5.0.4 Ok thanks will take a look at the source file, any idea how I correct the dashboard view to show the correct figures? From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Andrew Rodes Sent: 22 June 2008 04:37 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] accounts import not working properlyvtigerv5.0.4 Make sure you don't have any command characters in the data. I have run into this before. I think its embedded tabs or commas .. cant remember, but they mess up the import code. The reason the dashboard numbers are increasing is because the crmentity records are being created, but not the account detail records due to some bad data somewhere in the source file. Andy _____ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 6:29 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/fc4fe37b/attachment-0001.html From greg at ct-net.org Wed Jun 25 04:33:47 2008 From: greg at ct-net.org (Gregory Machin) Date: Wed, 25 Jun 2008 10:33:47 +0200 Subject: [Vtigercrm-developers] Sales order and Delivery note Message-ID: <486202EB.4090202@ct-net.org> Hi This mite seem like a silly question. I'm what is the purpose of the "Sales Order" and Are there plans to add a delivery note functionality ? Thanks -- Gregory Machin CT-Net www.ct-net.org greg at ct-net.org phone : +27 12 379 3497 fax : +27 12 379 4113 Cell : +27 72 524 8096 humans do not use the address below its for trapping spam. spamtrap imasucker at ct-net.org From svk at vtiger.com Sat Jun 28 19:28:20 2008 From: svk at vtiger.com (Sreenivas Kanumuru) Date: Sat, 28 Jun 2008 16:28:20 -0700 Subject: [Vtigercrm-developers] Sales order and Delivery note In-Reply-To: <486202EB.4090202@ct-net.org> References: <486202EB.4090202@ct-net.org> Message-ID: <370368f40806281628o288bd37dk86407cc4a0050b05@mail.gmail.com> Hi Gregory, The following excerpt on wikipediadescribes the purpose of Sales Order: * **A sales order is an internal document of the company, meaning it is generated by the company itself. A sales order should record the customer's originating purchase order which is an external document. Rather than using the customer's purchase order document, an internal sales order form allows the internal audit control of completeness to be monitored as a sequential sales order number can be used by the company for its sales order documents. The customer's PO is the originating document which triggers the creation of the sales order. A sales order, being an internal document, can therefore contain many customer purchase orders under it. In a manufacturing environment, a sales order can be converted into a work order to show that work is about to begin to manufacture, build or engineer the products the customer wants.* We are not planning to make changes in 5.1 release. Your feedback and suggestions on improving this functionality will be helpful. thanks, Sreenivas On Wed, Jun 25, 2008 at 1:33 AM, Gregory Machin wrote: > Hi > This mite seem like a silly question. I'm what is the purpose of the > "Sales Order" and Are there plans to add a delivery note functionality ? > > Thanks > > -- > Gregory Machin > CT-Net > www.ct-net.org > greg at ct-net.org > phone : +27 12 379 3497 > fax : +27 12 379 4113 > Cell : +27 72 524 8096 > > humans do not use the address > below its for trapping spam. > spamtrap imasucker at ct-net.org > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- Sreenivas Kanumuru vtiger Team Location: Sunnyvale, California Office: +1 (408) 716-8592 Cell: +1 (408) 836-5810 Skype: skanumuru -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080628/47527aa2/attachment-0001.html From greg at ct-net.org Mon Jun 30 06:01:35 2008 From: greg at ct-net.org (Gregory Machin) Date: Mon, 30 Jun 2008 12:01:35 +0200 Subject: [Vtigercrm-developers] Sales order and Delivery note In-Reply-To: <370368f40806281628o288bd37dk86407cc4a0050b05@mail.gmail.com> References: <486202EB.4090202@ct-net.org> <370368f40806281628o288bd37dk86407cc4a0050b05@mail.gmail.com> Message-ID: <4868AEFF.9010400@ct-net.org> thanks for the explanation .. Sreenivas Kanumuru wrote: > Hi Gregory, > > The following excerpt on wikipedia > describes the purpose of > Sales Order: > / > / > /A sales order is an internal document of the company, meaning it is > generated by the company itself. A sales order should record the > customer's originating purchase order > which is an external > document. Rather than using the customer's purchase order document, an > internal sales order form allows the internal audit control of > completeness to be monitored as a sequential sales order number can be > used by the company for its sales order documents. The customer's PO > is the originating document which triggers the creation of the sales > order. A sales order, being an internal document, can therefore > contain many customer purchase orders under it. In a manufacturing > environment, a sales order can be converted into a work order to show > that work is about to begin to manufacture, build or engineer the > products the customer wants./ > > We are not planning to make changes in 5.1 release. Your feedback and > suggestions on improving this functionality will be helpful. > > thanks, > Sreenivas > > On Wed, Jun 25, 2008 at 1:33 AM, Gregory Machin > wrote: > > Hi > This mite seem like a silly question. I'm what is the purpose of the > "Sales Order" and Are there plans to add a delivery note > functionality ? > > Thanks > > -- > Gregory Machin > CT-Net > www.ct-net.org > greg at ct-net.org > phone : +27 12 379 3497 > fax : +27 12 379 4113 > Cell : +27 72 524 8096 > > humans do not use the address > below its for trapping spam. > spamtrap imasucker at ct-net.org > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > -- > Sreenivas Kanumuru > vtiger Team > > Location: > Sunnyvale, California > > Office: +1 (408) 716-8592 > Cell: +1 (408) 836-5810 > Skype: skanumuru > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- Gregory Machin CT-Net www.ct-net.org greg at ct-net.org phone : +27 12 379 3497 fax : +27 12 379 4113 Cell : +27 72 524 8096 humans do not use the address below its for trapping spam. spamtrap imasucker at ct-net.org From prasad at vtiger.com Tue Jun 3 10:47:25 2008 From: prasad at vtiger.com (Prasad) Date: Tue, 3 Jun 2008 20:17:25 +0530 Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations In-Reply-To: <483EB19F.1080605@gmail.com> References: <483EB19F.1080605@gmail.com> Message-ID: <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> Hi James, To customize existing modules you need to understand the codebase of vtiger CRM. I have attached the document which is currently under progress to aid developers to build around vtiger CRM. Community documentation effort is here: http://wiki.vtiger.com/index.php/Vtiger_CRM_5.0.3_Developer_Guide Regards, Prasad vtiger Team On 5/29/08, James Mutuku wrote: > > 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 > > _______________________________________________ > 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/20080603/41c0722a/attachment-0002.html -------------- next part -------------- A non-text attachment was scrubbed... Name: vtiger5.x-developer-manual.pdf Type: application/pdf Size: 468503 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080603/41c0722a/attachment-0002.pdf From karyn.cassio at transmagic.com Tue Jun 3 13:17:24 2008 From: karyn.cassio at transmagic.com (karyn.cassio at transmagic.com) Date: Tue, 3 Jun 2008 11:17:24 -0600 Subject: [Vtigercrm-developers] Carriage Returns in Event Detail View Message-ID: <002301c8c59d$b13a3b60$3f10a8c0@tmi.local> Hi, Admittedly I am new to developing in vTiger so I apologize if this is a basic question. We are using vTiger 5.0.3, with PHP 5.1.6 and MySQL 5.0.22. In the Detail View for an event, if the Description contains a carriage returns (written to the DB as \r\n), the Detail View shows everything on one long line. However, everything looks fine in the Edit View. In the Detail View of a ticket Description, which I know is getting its information from the same table, this is not the case. All new line and carriage return code is read correctly. However one thing I found interesting is according to the smarty debug console, the $ACTIVITYDATA array drops the \r in the Detail View for the ticket, but not in the $ACTIVITYDATA for an Event. Any thoughts or help pointing me in the right direction would be greatly appreciated. My preference would be for the \r\n to be rewritten to
's. Any thoughts on where that should be executed? Karyn Cassio Web Developer TransMagic, Inc. Email: karyn.cassio at transmagic.com License Keys: license at transmagic.com Support: support at transmagic.com Website: www.transmagic.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080603/786345f5/attachment-0002.html From prasad at vtiger.com Tue Jun 3 14:00:36 2008 From: prasad at vtiger.com (Prasad) Date: Tue, 3 Jun 2008 23:30:36 +0530 Subject: [Vtigercrm-developers] Carriage Returns in Event Detail View In-Reply-To: <002301c8c59d$b13a3b60$3f10a8c0@tmi.local> References: <002301c8c59d$b13a3b60$3f10a8c0@tmi.local> Message-ID: <39d18b250806031100t4559bea3qcc50c5390d34d76e@mail.gmail.com> Hi Karyn Cassio, We have addressed a similar issue in vtiger CRM 5.0.4 Kindly look at our issue tracker for more details: http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4627 Regards, Prasad vtiger Team On 6/3/08, karyn.cassio at transmagic.com wrote: > > Hi, > > > > Admittedly I am new to developing in vTiger so I apologize if this is a > basic question. > > We are using vTiger 5.0.3, with PHP 5.1.6 and MySQL 5.0.22. > > > > In the Detail View for an event, if the Description contains a carriage > returns (written to the DB as \r\n), the Detail View shows everything on one > long line. > > However, everything looks fine in the Edit View. > > > > In the Detail View of a ticket Description, which I know is getting its > information from the same table, this is not the case. > > All new line and carriage return code is read correctly. > > > > However one thing I found interesting is according to the smarty debug > console, the $ACTIVITYDATA array drops the \r in the Detail View for the > ticket, but not in the $ACTIVITYDATA for an Event. > > > > Any thoughts or help pointing me in the right direction would be greatly > appreciated. > > My preference would be for the \r\n to be rewritten to
's. > > Any thoughts on where that should be executed? > > > > *Karyn Cassio* > > *Web Developer* > > *TransMagic, Inc.* > Email: karyn.cassio at transmagic.com > > License Keys: license at transmagic.com > Support: support at transmagic.com > Website: www.transmagic.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/20080603/82fc1b52/attachment-0002.html From mtfrederic at yahoo.fr Wed Jun 4 08:55:33 2008 From: mtfrederic at yahoo.fr (martial fred) Date: Wed, 4 Jun 2008 12:55:33 +0000 (GMT) Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations In-Reply-To: <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> Message-ID: <4749.56503.qm@web26106.mail.ukl.yahoo.com> Hi Prasad, thank you very much, I was also looking for a doc like this. ------- Fr?d?ric M. TCHEULEU Direction G?n?rale R&D Manager SALEKA gsm: +237 99 44 45 20 / +237 77 13 08 43 Email: frederic.tcheuleu at saleka.com www.saleka.com --- En date de : Mar 3.6.08, Prasad <prasad at vtiger.com> a ?crit : De: Prasad <prasad at vtiger.com> Objet: Re: [Vtigercrm-developers] Creating new vtiger modules and customizations ?: vtigercrm-developers at lists.vtigercrm.com Date: Mardi 3 Juin 2008, 16h47 Hi James, To customize existing modules you need to understand the codebase of vtiger CRM. I have attached the document which is currently under progress to aid developers to build around vtiger CRM. Community documentation effort is here: http://wiki.vtiger.com/index.php/Vtiger_CRM_5.0.3_Developer_Guide Regards, Prasad vtiger Team On 5/29/08, James Mutuku <jnmutuku at gmail.com> wrote: 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 _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com __________________________________________________ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicit?s http://mail.yahoo.fr Yahoo! Mail -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080604/20d48624/attachment-0002.html From scott at centritechsolutions.com Wed Jun 4 15:56:31 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Wed, 4 Jun 2008 15:56:31 -0400 Subject: [Vtigercrm-developers] Automatic Calendar Entry Message-ID: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Does anybody know of an add-on or a way to have calendar entry automatically created when creating a trouble ticket. We create a trouble ticket for each service order and then create a calendar entry and have them related. There is a lot of double entry doing this. My thoughts were to have an option that says create calendar entry(yes/no). When a ticket is saved it would take the title and some other custom fields and create a calendar entry and assign it to the username that is assign to the ticket. Anybody have any thoughts on this? Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080604/5b721f31/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/20080604/5b721f31/attachment-0002.jpe From daud.sweetland at googlemail.com Wed Jun 4 20:15:09 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Thu, 5 Jun 2008 01:15:09 +0100 Subject: [Vtigercrm-developers] Office 2007 Plugin ? In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> Hi, I am currently customizing and installing VTiger at a client site to replace their currently "collection" of solutions and software centralizing all their customer, client and company data into a single CRM system. They use Office 2003 on XP and Vista heavily and so I have build Word templates for mail merges using the Office 2003 Plug-in. However, you can no longer buy 2003 and they already don't really have enough licenses for the number of people who will be using VTiger; therefore they are looking at alternatives, being Office 2007 and Open Office. I have heard and seen emails in this group to the effect that an Open Office plug-in is being worked on and wondered if there was any ETA on this or if indeed there was an Office 2007 plug-in on the way (the 2003 version so very nearly works with Office 2007 - surely there cannot be that much to do to get it to work properly ?? ) Anyway any news would be very helpful in planning the direction to head from here. Thanks Daud Sweetland -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080605/8e862613/attachment-0002.html From daud.sweetland at googlemail.com Wed Jun 4 20:22:45 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Thu, 5 Jun 2008 01:22:45 +0100 Subject: [Vtigercrm-developers] Mail Merge field values In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <484731e0.13395e0a.7cd9.ffffa093@mx.google.com> Hi, I am currently working on some Word templates for mail merges using the Office 2003 Plug-in and have found that there does not seem to be any fields that you can use to retrieve the logged on users details. I thought that the "user" section of fields would provide exactly that, however they seem to return the admin user details for some reason that I haven't quite worked out.. Can anyone shed any light on this please ? I guess that I must be doing something wrong along the way. Thanks Daud Sweetland -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080605/03a1635a/attachment-0002.html From brett.hooker at roarz.com Wed Jun 4 21:24:51 2008 From: brett.hooker at roarz.com (Brett Hooker) Date: Thu, 05 Jun 2008 11:24:51 +1000 Subject: [Vtigercrm-developers] Office 2007 Plugin ? In-Reply-To: <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> Message-ID: <48474063.9070307@roarz.com> Daud, For now, we've just been doing the template edits (using the plugin) on our 2003 licenses, and keeping the 2007 licensed machines to runtime mailmerge activities. That works fine for us for now. Also, I believe (please check locally) that you can purchase a 2007 license and then use old 2003 media to install 2003. We've done that with MSDN/Visual Studio to allow us to maintain older code bases when required. Thanks, Brett www.roarz.com Phone: 1300 885 125 Fax: 07 3009 0648 ABN: 69 113 777 594 PO Box 1091 Capalaba Qld 4157 ROARZ emphasizes keeping websites proactively up-to-date and integrated with marketing, sales, and customer service activities. When combined with our rich web-based application suite this delivers customer convenience and staff efficiency outcomes. Daud Sweetland wrote: > > Hi, > > I am currently customizing and installing VTiger at a client site to > replace their currently "collection" of solutions and software > centralizing all their customer, client and company data into a single > CRM system. > > They use Office 2003 on XP and Vista heavily and so I have build Word > templates for mail merges using the Office 2003 Plug-in. > > However, you can no longer buy 2003 and they already don't really have > enough licenses for the number of people who will be using VTiger; > therefore they are looking at alternatives, being Office 2007 and Open > Office. > > I have heard and seen emails in this group to the effect that an Open > Office plug-in is being worked on and wondered if there was any ETA on > this or if indeed there was an Office 2007 plug-in on the way (the > 2003 version so very nearly works with Office 2007 -- surely there > cannot be that much to do to get it to work properly ?? ) > > Anyway any news would be very helpful in planning the direction to > head from here. > > Thanks > > Daud Sweetland > > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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/20080605/50b1cd6e/attachment-0002.html -------------- next part -------------- A non-text attachment was scrubbed... Name: roarz-comp-logo.png Type: image/png Size: 2699 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080605/50b1cd6e/attachment-0002.png From daud.sweetland at googlemail.com Thu Jun 5 03:54:22 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Thu, 5 Jun 2008 08:54:22 +0100 Subject: [Vtigercrm-developers] Office 2007 Plugin ? In-Reply-To: <48474063.9070307@roarz.com> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> <48474063.9070307@roarz.com> Message-ID: <52986bea0806050054x5db0d52ctf6fb396afc9923a@mail.gmail.com> Hi Bret thanks for the tip re Office 2007 licenses. Unfortunately for us even the mail merge does not work in 2007 so we cannot use those machines at all ! So until there is some news re the 2007 plug in we will have to stick to 2003. BTW I Dont suppose that the source code for the 2003 plug in is available at all does anyone know? Thanks Daud On 6/5/08, Brett Hooker wrote: > Daud, > > For now, we've just been doing the template edits (using the plugin) on > our 2003 licenses, and keeping the 2007 licensed machines to runtime > mailmerge activities. That works fine for us for now. > > Also, I believe (please check locally) that you can purchase a 2007 > license and then use old 2003 media to install 2003. We've done that > with MSDN/Visual Studio to allow us to maintain older code bases when > required. > > > Thanks, > Brett > > > www.roarz.com Phone: 1300 885 125 Fax: > 07 3009 0648 ABN: 69 113 777 594 PO Box 1091 Capalaba Qld 4157 > ROARZ emphasizes keeping websites proactively up-to-date and integrated > with marketing, sales, and customer service activities. When combined > with our rich web-based application suite this delivers customer > convenience and staff efficiency outcomes. > > > > Daud Sweetland wrote: >> >> Hi, >> >> I am currently customizing and installing VTiger at a client site to >> replace their currently "collection" of solutions and software >> centralizing all their customer, client and company data into a single >> CRM system. >> >> They use Office 2003 on XP and Vista heavily and so I have build Word >> templates for mail merges using the Office 2003 Plug-in. >> >> However, you can no longer buy 2003 and they already don't really have >> enough licenses for the number of people who will be using VTiger; >> therefore they are looking at alternatives, being Office 2007 and Open >> Office. >> >> I have heard and seen emails in this group to the effect that an Open >> Office plug-in is being worked on and wondered if there was any ETA on >> this or if indeed there was an Office 2007 plug-in on the way (the >> 2003 version so very nearly works with Office 2007 -- surely there >> cannot be that much to do to get it to work properly ?? ) >> >> Anyway any news would be very helpful in planning the direction to >> head from here. >> >> Thanks >> >> Daud Sweetland >> >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com > > From arodes at onweald.com Thu Jun 5 09:33:36 2008 From: arodes at onweald.com (Andrew Rodes) Date: Thu, 5 Jun 2008 08:33:36 -0500 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <68C0B6B915CB45D0A3DEA2DE5083B3B9@ANDYSONY> Is the purpose of the calendar items to create a tickler list, or to create service orders? Perhaps there is another approach that would be even more elegant depending on the purpose of the calendar items. Andy _____ From: Scott Brown [mailto:scott at centritechsolutions.com] Sent: Wednesday, June 04, 2008 2:57 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Automatic Calendar Entry Does anybody know of an add-on or a way to have calendar entry automatically created when creating a trouble ticket. We create a trouble ticket for each service order and then create a calendar entry and have them related. There is a lot of double entry doing this. My thoughts were to have an option that says create calendar entry(yes/no). When a ticket is saved it would take the title and some other custom fields and create a calendar entry and assign it to the username that is assign to the ticket. Anybody have any thoughts on this? Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080605/92941c97/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/20080605/92941c97/attachment-0002.jpe From carloz at gnumerica.org Thu Jun 5 11:39:53 2008 From: carloz at gnumerica.org (carlo beschi) Date: Thu, 05 Jun 2008 17:39:53 +0200 Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations In-Reply-To: <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> References: <483EB19F.1080605@gmail.com> <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> Message-ID: <484808C9.9090707@gnumerica.org> Hi Prasad, Prasad ha scritto: [...] > > I have attached the document which is currently under progress to aid > developers > to build around vtiger CRM. this doc is pure gold ;-) so far, part of this info was in the wiki, and part was only in the individual developers' minds ... pls, keep me/us updated carlo From prasad at vtiger.com Fri Jun 6 08:06:16 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 6 Jun 2008 17:36:16 +0530 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> Hi Scott, I have attached the documentation of achieving your requirement with more details. Also the customized patch is attached in the mail (which is w.r.t vtiger CRM 5.0.4) If you need further customization you can drop in email at services at vtiger.com Regards, Prasad On 6/5/08, Scott Brown wrote: > > Does anybody know of an add-on or a way to have calendar entry > automatically created when creating a trouble ticket. We create a trouble > ticket for each service order and then create a calendar entry and have them > related. There is a lot of double entry doing this. > > > > My thoughts were to have an option that says create calendar entry(yes/no). > When a ticket is saved it would take the title and some other custom fields > and create a calendar entry and assign it to the username that is assign to > the ticket. > > > > > > Anybody have any thoughts on this? > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > > > _______________________________________________ > 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/20080606/106a4b58/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/20080606/106a4b58/attachment-0002.jpe -------------- next part -------------- A non-text attachment was scrubbed... Name: vtigercrm504-troubleticket-calendar.zip Type: application/zip Size: 3619 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080606/106a4b58/attachment-0002.zip -------------- next part -------------- A non-text attachment was scrubbed... Name: vtiger-customization-troubleticket-calendar.pdf Type: application/pdf Size: 28966 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080606/106a4b58/attachment-0002.pdf From scott at centritechsolutions.com Fri Jun 6 08:35:23 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 6 Jun 2008 08:35:23 -0400 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> Message-ID: <014701c8c7d1$d352a440$0202fea9@scottlaptop> Prasad, This looks like exactly what I want except, I'd like to see it as an event instead of a To Do/Task. What is the class to use to create an Event on the calendar instead of a Task. Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net _____ From: Prasad [mailto:prasad at vtiger.com] Sent: Friday, June 06, 2008 8:06 AM To: scott at centritechsolutions.com; vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Automatic Calendar Entry Hi Scott, I have attached the documentation of achieving your requirement with more details. Also the customized patch is attached in the mail (which is w.r.t vtiger CRM 5.0.4) If you need further customization you can drop in email at services at vtiger.com Regards, Prasad On 6/5/08, Scott Brown wrote: Does anybody know of an add-on or a way to have calendar entry automatically created when creating a trouble ticket. We create a trouble ticket for each service order and then create a calendar entry and have them related. There is a lot of double entry doing this. My thoughts were to have an option that says create calendar entry(yes/no). When a ticket is saved it would take the title and some other custom fields and create a calendar entry and assign it to the username that is assign to the ticket. Anybody have any thoughts on this? Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net _______________________________________________ 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/20080606/7f890e36/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/20080606/7f890e36/attachment-0002.jpe From prasad at vtiger.com Fri Jun 6 08:49:29 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 6 Jun 2008 18:19:29 +0530 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <014701c8c7d1$d352a440$0202fea9@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> <014701c8c7d1$d352a440$0202fea9@scottlaptop> Message-ID: <39d18b250806060549k509574d9i41ccdc20bab160ad@mail.gmail.com> Hi Scott, Activity class itself is used for both Task and Events. However columns used slightly differs. To create Event (Call) instead of Task (Todo) here is the solution Instead of the following lines: $event->column_fields['activitytype'] = 'Task'; $event->column_fields['taskstatus'] = 'Planned'; Change it to: $event->column_fields['activitytype'] = 'Call'; $event->column_fields['eventstatus'] = 'Planned'; Regards, Prasad vtiger Team On 6/6/08, Scott Brown wrote: > > Prasad, > > > > This looks like exactly what I want except, I'd like to see it as an event > instead of a To Do/Task. What is the class to use to create an Event on the > calendar instead of a Task. > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > ------------------------------ > > *From:* Prasad [mailto:prasad at vtiger.com] > *Sent:* Friday, June 06, 2008 8:06 AM > *To:* scott at centritechsolutions.com; > vtigercrm-developers at lists.vtigercrm.com > *Subject:* Re: [Vtigercrm-developers] Automatic Calendar Entry > > > > Hi Scott, > > I have attached the documentation of achieving your requirement with more > details. > > Also the customized patch is attached in the mail (which is w.r.t vtiger > CRM 5.0.4) > > If you need further customization you can drop in email at > services at vtiger.com > > Regards, > Prasad > > On 6/5/08, *Scott Brown* wrote: > > Does anybody know of an add-on or a way to have calendar entry > automatically created when creating a trouble ticket. We create a trouble > ticket for each service order and then create a calendar entry and have them > related. There is a lot of double entry doing this. > > > > My thoughts were to have an option that says create calendar entry(yes/no). > When a ticket is saved it would take the title and some other custom fields > and create a calendar entry and assign it to the username that is assign to > the ticket. > > > > > > Anybody have any thoughts on this? > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > > > > _______________________________________________ > 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/20080606/df0ec125/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/20080606/df0ec125/attachment-0002.jpe From KarynC at transmagic.com Thu Jun 12 13:36:07 2008 From: KarynC at transmagic.com (Karyn Cassio) Date: Thu, 12 Jun 2008 11:36:07 -0600 Subject: [Vtigercrm-developers] Query Question Message-ID: <001d01c8ccb2$cc117400$3f10a8c0@tmi.local> Hi, I'm trying to customize the initial Contacts ListView for a custom filter. I have been able to add other related fields to search on from the Accounts table, but now I need to search some of the accounts subtables, for instance vtiger_accountscf fields. I know, to make this happen I need to edit the initial SELECT statement and add some additional joins. My problem is I can't seem to find where the SELECT statement is initiating from. I'm doing a CallStack on the query, but I'm still having a hard time finding it. Any thoughts or suggestions would be greatly appreciated. I will continue on my search, but if someone could point me in the right direction it should help speed things up. ;-) Thanks in advance, Karyn Web Developer TransMagic, Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080612/b6e7f5f4/attachment-0002.html From prasad at vtiger.com Thu Jun 12 14:27:49 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 12 Jun 2008 23:57:49 +0530 Subject: [Vtigercrm-developers] Query Question In-Reply-To: <001d01c8ccb2$cc117400$3f10a8c0@tmi.local> References: <001d01c8ccb2$cc117400$3f10a8c0@tmi.local> Message-ID: <39d18b250806121127j1f1fdad6mabf9460fdb5d1998@mail.gmail.com> Hi Karyn, Look at file include/utils/ListViewUtils.php function getListQuery Regards, Prasad vtiger Team On 6/12/08, Karyn Cassio wrote: > > Hi, > > > > I'm trying to customize the initial Contacts ListView for a custom filter. > > I have been able to add other related fields to search on from the Accounts > table, > > but now I need to search some of the accounts subtables, > > for instance vtiger_accountscf fields. > > > > I know, to make this happen I need to edit the initial SELECT statement and > add some additional joins. > > My problem is I can't seem to find where the SELECT statement is initiating > from. > > I'm doing a CallStack on the query, but I'm still having a hard time > finding it. > > > > Any thoughts or suggestions would be greatly appreciated. > > I will continue on my search, but if someone could point me in the right > direction it should help speed things up. > > ;-) > > > > Thanks in advance, > > > > *Karyn * > > *Web Developer* > > *TransMagic, Inc.* > > > _______________________________________________ > 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/20080612/3fcaea83/attachment-0002.html From j4c0b1 at gmail.com Fri Jun 13 15:34:53 2008 From: j4c0b1 at gmail.com (Cicero Jacobi Filho) Date: Fri, 13 Jun 2008 16:34:53 -0300 Subject: [Vtigercrm-developers] How to Access Bug Tracker Message-ID: Hi Prasad I?working in some implementations and customization of Vtiger installation at my new conpany. I?d like to participate in the tracker project. Can you provide me a login please. Tkx -- Atenciosamente C?cero Jacobi Filho j4c0b1 at gmail.com 51-93350964 51-84566132 icq : 78883010 msn : cjacobi at hotmail.com gmail : j4c0b1 at gmail.com skype : cjacobi 2008/5/23, Prasad : > > 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 > _______________________________________________ > 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/20080613/fdb1bffb/attachment-0002.html From prasad at vtiger.com Fri Jun 13 15:58:12 2008 From: prasad at vtiger.com (Prasad) Date: Sat, 14 Jun 2008 01:28:12 +0530 Subject: [Vtigercrm-developers] How to Access Bug Tracker In-Reply-To: References: Message-ID: <39d18b250806131258h30179288p26314a35e88c4b86@mail.gmail.com> Hi C?cero Jacobi, vtiger Trac Account has been created for you and details are sent to your email. Let us know if you need any further assistance. Regards, Prasad vtiger Team On 6/14/08, Cicero Jacobi Filho wrote: > > Hi Prasad > > I?working in some implementations and customization of Vtiger installation > at my new conpany. > > I?d like to participate in the tracker project. > > Can you provide me a login please. > > Tkx > > > -- > Atenciosamente > > C?cero Jacobi Filho > j4c0b1 at gmail.com > 51-93350964 > 51-84566132 > icq : 78883010 > msn : cjacobi at hotmail.com > gmail : j4c0b1 at gmail.com > skype : cjacobi > > 2008/5/23, Prasad : >> >> 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 >> _______________________________________________ >> 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/20080614/458a345d/attachment-0002.html From daud.sweetland at googlemail.com Mon Jun 16 16:12:09 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Mon, 16 Jun 2008 21:12:09 +0100 Subject: [Vtigercrm-developers] Change Title and Salutation fields around - Help! Message-ID: <52986bea0806161312u5d43f33dhc819ed1bb6132040@mail.gmail.com> Hi all I Have been trying to transpose the field names Title and Salutation around in contacts because my client does use these fields properly and currently they are named the wrong way round for their actual function. I have tried several ways around this and whilst I have had some success I have not yet managed to get it fully working without error messages or it pulling the wrong data through. Can anyone help here please? Thanks Daud On 6/12/08, Karyn Cassio wrote: > Hi, > > > > I'm trying to customize the initial Contacts ListView for a custom filter. > > I have been able to add other related fields to search on from the Accounts > table, > > but now I need to search some of the accounts subtables, > > for instance vtiger_accountscf fields. > > > > I know, to make this happen I need to edit the initial SELECT statement and > add some additional joins. > > My problem is I can't seem to find where the SELECT statement is initiating > from. > > I'm doing a CallStack on the query, but I'm still having a hard time finding > it. > > > > Any thoughts or suggestions would be greatly appreciated. > > I will continue on my search, but if someone could point me in the right > direction it should help speed things up. > > ;-) > > > > Thanks in advance, > > > > Karyn > > Web Developer > > TransMagic, Inc. > > > > From KarynC at transmagic.com Mon Jun 16 19:03:18 2008 From: KarynC at transmagic.com (Karyn Cassio) Date: Mon, 16 Jun 2008 17:03:18 -0600 Subject: [Vtigercrm-developers] Custom filter on Contacts Message-ID: <001b01c8d005$2a795df0$3f10a8c0@tmi.local> Hi, I've created quite a few custom, cross module filters to look for Contacts with specific Accounts related criteria. I'm having a hard time getting the filter to work on the Account assigned to field. I have created a custom field in the field table with the following properties: vtiger_acct_crmentity:smownerid:assigned_acct_user_id:Contacts_Account_Assig ned_To:V e TestRep7 I have been able to edit the initial WHERE statement so that the search gives the result rows I would expect, but I cannot get the assigned_acct_user_id column to return the Account's owner (related smownerid name.) I can manually run the query and get the results I want, but have not been able to get vTiger to return the results to the interface. Any thoughts? Here's the query the logs result: select vtiger_contactdetails.lastname,vtiger_contactdetails.firstname,vtiger_contac tdetails.firstname,vtiger_contactdetails.email,vtiger_account.accountname,vt iger_account.account_type,case when (vtiger_users.user_name not like '') then vtiger_users.user_name else vtiger_groups.groupname end as user_name,vtiger_accountscf.cf_460, vtiger_acct_users.user_name as account_user_name, vtiger_acct_crmentity.crmid,vtiger_contactdetails.reportsto ,vtiger_crmentity.crmid FROM vtiger_contactdetails INNER JOIN vtiger_crmentity ON vtiger_crmentity.crmid = vtiger_contactdetails.contactid INNER JOIN vtiger_contactaddress ON vtiger_contactdetails.contactid = vtiger_contactaddress.contactaddressid INNER JOIN vtiger_contactsubdetails ON vtiger_contactaddress.contactaddressid = vtiger_contactsubdetails.contactsubscriptionid INNER JOIN vtiger_contactscf ON vtiger_contactdetails.contactid = vtiger_contactscf.contactid LEFT JOIN vtiger_account ON vtiger_account.accountid = vtiger_contactdetails.accountid LEFT JOIN vtiger_accountscf ON vtiger_account.accountid = vtiger_accountscf.accountid LEFT JOIN vtiger_accountbillads ON vtiger_account.accountid = vtiger_accountbillads.accountaddressid LEFT JOIN vtiger_contactdetails vtiger_contactdetails2 ON vtiger_contactdetails.reportsto = vtiger_contactdetails2.contactid LEFT JOIN vtiger_contactgrouprelation ON vtiger_contactscf.contactid = vtiger_contactgrouprelation.contactid LEFT JOIN vtiger_groups ON vtiger_groups.groupname = vtiger_contactgrouprelation.groupname LEFT JOIN vtiger_users ON vtiger_users.id = vtiger_crmentity.smownerid LEFT JOIN vtiger_crmentity as vtiger_acct_crmentity ON vtiger_acct_crmentity.crmid = vtiger_account.accountid LEFT JOIN vtiger_users as vtiger_acct_users ON vtiger_acct_users.id = vtiger_acct_crmentity.smownerid LEFT JOIN vtiger_customerdetails ON vtiger_customerdetails.customerid = vtiger_contactdetails.contactid WHERE vtiger_crmentity.deleted = 0 and vtiger_account.account_type = 'Reseller' and ( vtiger_acct_users.user_name = 'TestRep7') ORDER BY vtiger_contactdetails.firstname ASC LIMIT 0,20 Thank you, any help, suggestions, etc. would be so greatly appreciated. Karyn Web Developer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080616/cef54301/attachment-0002.html From prasad at vtiger.com Wed Jun 18 02:17:18 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 18 Jun 2008 11:47:18 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records Message-ID: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> Dear Members, With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can now update multiple record at once. This avoids you to edit each and every record! To know more look at: http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf Like to try it, then download it now: http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip Keep us updated with your feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080618/72a04659/attachment-0002.html From carloz at gnumerica.org Wed Jun 18 08:15:14 2008 From: carloz at gnumerica.org (carlo beschi) Date: Wed, 18 Jun 2008 14:15:14 +0200 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> Message-ID: <4858FC52.1080304@gnumerica.org> Hi Prasad, thanks for sharing this. Definitely a very interesting feature! :-) Carlo ps: i made a post on our blog with a couple of screenshots http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504/ and uploaded the plugin on our 504 demo http://vtiger.studiosynthesis.biz/504 Prasad ha scritto: > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > can now update multiple record at once. This avoids you to edit each and > every record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > > Keep us updated with your feedback. > From prasad at vtiger.com Wed Jun 18 08:23:20 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 18 Jun 2008 17:53:20 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <4858FC52.1080304@gnumerica.org> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <4858FC52.1080304@gnumerica.org> Message-ID: <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> Hi Carlo, Thank you. Regards, Prasad vtiger Team On 6/18/08, carlo beschi wrote: > > Hi Prasad, > > thanks for sharing this. > Definitely a very interesting feature! :-) > > Carlo > > ps: i made a post on our blog with a couple of screenshots > > http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504/ > > and uploaded the plugin on our 504 demo > http://vtiger.studiosynthesis.biz/504 > > > Prasad ha scritto: > > > Dear Members, > > > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > > can now update multiple record at once. This avoids you to edit each and > > every record! > > > > To know more look at: > > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > > > Like to try it, then download it now: > > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > > > > > Keep us updated with your feedback. > > > > _______________________________________________ > 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/20080618/4ad846c8/attachment-0002.html From arodes at onweald.com Wed Jun 18 09:47:23 2008 From: arodes at onweald.com (Andrew Rodes) Date: Wed, 18 Jun 2008 08:47:23 -0500 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com><4858FC52.1080304@gnumerica.org> <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> Message-ID: <947B2850276D415FB053524516E58BEB@ANDYSONY> This is a fantastic feature that the major CRM products out there all support. I hope it can be rolled into the main product!. Thanks! Andy _____ From: Prasad [mailto:prasad at vtiger.com] Sent: Wednesday, June 18, 2008 7:23 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vquickedit - Update Multiple Records Hi Carlo, Thank you. Regards, Prasad vtiger Team On 6/18/08, carlo beschi wrote: Hi Prasad, thanks for sharing this. Definitely a very interesting feature! :-) Carlo ps: i made a post on our blog with a couple of screenshots http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504 / and uploaded the plugin on our 504 demo http://vtiger.studiosynthesis.biz/504 Prasad ha scritto: > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > can now update multiple record at once. This avoids you to edit each and > every record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zi p > > > Keep us updated with your feedback. > _______________________________________________ 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/20080618/5cf69c5f/attachment-0002.html From prasad at vtiger.com Wed Jun 18 09:53:43 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 18 Jun 2008 19:23:43 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <947B2850276D415FB053524516E58BEB@ANDYSONY> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <4858FC52.1080304@gnumerica.org> <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> <947B2850276D415FB053524516E58BEB@ANDYSONY> Message-ID: <39d18b250806180653m79921bd0r7ff58a5097838259@mail.gmail.com> Hi Andy, We are very glad to see the responses on this feature. Our team is working on the integration and enhancing it to the next level. In the meantime keep us updated with more feedback. Regards, Prasad vtiger Team On 6/18/08, Andrew Rodes wrote: > > This is a fantastic feature that the major CRM products out there all > support. I hope it can be rolled into the main product!. > > > > Thanks! > > > > Andy > > > ------------------------------ > > *From:* Prasad [mailto:prasad at vtiger.com] > *Sent:* Wednesday, June 18, 2008 7:23 AM > *To:* vtigercrm-developers at lists.vtigercrm.com > *Subject:* Re: [Vtigercrm-developers] vquickedit - Update Multiple Records > > > > Hi Carlo, > > Thank you. > > Regards, > Prasad > vtiger Team > > On 6/18/08, *carlo beschi* wrote: > > Hi Prasad, > > thanks for sharing this. > Definitely a very interesting feature! :-) > > Carlo > > ps: i made a post on our blog with a couple of screenshots > > http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504/ > > and uploaded the plugin on our 504 demo > http://vtiger.studiosynthesis.biz/504 > > > Prasad ha scritto: > > > Dear Members, > > > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > > can now update multiple record at once. This avoids you to edit each and > > every record! > > > > To know more look at: > > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > > > Like to try it, then download it now: > > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > > > > > Keep us updated with your feedback. > > > > _______________________________________________ > 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/20080618/cfce8658/attachment-0002.html From prasad at vtiger.com Wed Jun 18 16:36:18 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 19 Jun 2008 02:06:18 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> Message-ID: <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> Dear Members, Based on the feedback on this feature, the plugin was enhanced to support almost all the modules of vtiger CRM now. Check out the latest version 1.1 at http://forge.vtiger.com/frs/?group_id=167&release_id=409 Source: http://forge.vtiger.com/frs/download.php/565/vquickedit-v1.1.zip Documentation: http://forge.vtiger.com/frs/download.php/566/vquickedit-v1.1.pdf Keep us posted with your feedback. Regards, Prasad vtiger Team On 6/18/08, Prasad wrote: > > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can > now update multiple record at once. This avoids you to edit each and every > record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > Keep us updated with your feedback. > > Regards, > Prasad > vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080619/2d036e38/attachment-0002.html From KarynC at transmagic.com Wed Jun 18 16:51:23 2008 From: KarynC at transmagic.com (Karyn Cassio) Date: Wed, 18 Jun 2008 14:51:23 -0600 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> Message-ID: <008001c8d185$11ae24a0$3f10a8c0@tmi.local> Prasad, I'm assuming this will only run on 5.0.4, is that right? We are still running 0.3. Thanx, Karyn Cassio Web Developer TransMagic, Inc. _____ From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Prasad Sent: Wednesday, June 18, 2008 2:36 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vquickedit - Update Multiple Records Dear Members, Based on the feedback on this feature, the plugin was enhanced to support almost all the modules of vtiger CRM now. Check out the latest version 1.1 at http://forge.vtiger.com/frs/?group_id=167 &release_id=409 Source: http://forge.vtiger.com/frs/download.php/565/vquickedit-v1.1.zip Documentation: http://forge.vtiger.com/frs/download.php/566/vquickedit-v1.1.pdf Keep us posted with your feedback. Regards, Prasad vtiger Team On 6/18/08, Prasad wrote: Dear Members, With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can now update multiple record at once. This avoids you to edit each and every record! To know more look at: http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf Like to try it, then download it now: http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zi p Keep us updated with your feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080618/bccf6fe0/attachment-0002.html From prasad at vtiger.com Thu Jun 19 01:50:55 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 19 Jun 2008 11:20:55 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <008001c8d185$11ae24a0$3f10a8c0@tmi.local> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> <008001c8d185$11ae24a0$3f10a8c0@tmi.local> Message-ID: <39d18b250806182250i71dc7f5bma5a70d3d559f7815@mail.gmail.com> Hi Karyn, vquickedit is based on vtiger CRM 5.0.4 With minor changes it can be made to work with 5.0.3 as well. Regards, Prasad vtiger Team On 6/19/08, Karyn Cassio wrote: > > Prasad, > > > > I'm assuming this will only run on 5.0.4, is that right? > > We are still running 0.3. > > > > Thanx, > > > > *Karyn Cassio* > > *Web Developer* > > *TransMagic, Inc.* > ------------------------------ > > *From:* vtigercrm-developers-bounces at lists.vtigercrm.com [mailto: > vtigercrm-developers-bounces at lists.vtigercrm.com] *On Behalf Of *Prasad > *Sent:* Wednesday, June 18, 2008 2:36 PM > *To:* vtigercrm-developers at lists.vtigercrm.com > *Subject:* Re: [Vtigercrm-developers] vquickedit - Update Multiple Records > > > > Dear Members, > > Based on the feedback on this feature, the plugin was enhanced to support > almost all the modules of vtiger CRM now. > > Check out the latest version 1.1 at > http://forge.vtiger.com/frs/?group_id=167&release_id=409 > > Source: http://forge.vtiger.com/frs/download.php/565/vquickedit-v1.1.zip > > Documentation: > http://forge.vtiger.com/frs/download.php/566/vquickedit-v1.1.pdf > > Keep us posted with your feedback. > > Regards, > Prasad > vtiger Team > > On 6/18/08, *Prasad* wrote: > > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can > now update multiple record at once. This avoids you to edit each and every > record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > Keep us updated with your feedback. > > 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/20080619/13be8a39/attachment-0002.html From greg at ct-net.org Thu Jun 19 02:15:19 2008 From: greg at ct-net.org (Gregory Machin) Date: Thu, 19 Jun 2008 08:15:19 +0200 Subject: [Vtigercrm-developers] missing file ?? Message-ID: <4859F977.5030808@ct-net.org> Hi some times for no reason at all me proxy gives *The requested URL could not be retrieved * While trying to retrieve the URL: http://www.ct-net.org/vtigercrm/index.php?action=index&module=Home The following error was encountered: *Zero Sized Reply * I had a look in the apache error logs and found the following ... Wed Jun 18 11:33:57 2008] [error] [client 196.212.210.154] File does not exist: /mirror/hosting/ct-net.org/www/htdocs/vtigercrm/modules/Settings/Settings.js, referer: http://www.ct-net.org/vtigercrm/index.php?module=Settings&action=index&parenttab=Settings the strange thing is it doesn't happen all the time but when it does it persists for quite a while. what could be causing this ? Currently running 5.04. -- Gregory Machin CT-Net www.ct-net.org greg at ct-net.org phone : +27 12 379 3497 fax : +27 12 379 4113 Cell : +27 72 524 8096 humans do not use the address below its for trapping spam. spamtrap imasucker at ct-net.org From prasad at vtiger.com Fri Jun 20 04:03:54 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 20 Jun 2008 13:33:54 +0530 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Message-ID: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Dear Members, The latest development of vtiger CRM 5.1 is installed at http://en.vtiger.com/wip The following features are available: * Popup Reminder for Calendar Events multicurrency.pdf * Multi Currency Support popupreminder.pdf * Duplicate Records Handling DuplicatesMerging.pdf * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf * Local Backup Feature localbackup.pdf We appreciate your feedback on these new features. Blog Post: http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/ef343e8d/attachment-0002.html From scott at centritechsolutions.com Fri Jun 20 06:03:52 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 20 Jun 2008 06:03:52 -0400 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Message-ID: <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> These are all great features, but what about the ability to merge the Trouble TicketID field. This seems like such an easy enhancement that I've been asking for since 5.0. This is so that we can use Word to create trouble ticket work orders. Right now I have to use the RTF merge in order to print out a trouble ticket with the ticket ID. Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Prasad Sent: Friday, June 20, 2008 4:04 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Dear Members, The latest development of vtiger CRM 5.1 is installed at http://en.vtiger.com/wip The following features are available: * Popup Reminder for Calendar Events multicurrency.pdf * Multi Currency Support popupreminder.pdf * Duplicate Records Handling DuplicatesMerging.pdf * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf * Local Backup Feature localbackup.pdf We appreciate your feedback on these new features. Blog Post: http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-developmen t Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/15d3e0e5/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/20080620/15d3e0e5/attachment-0002.jpe From joe at tsolucio.com Fri Jun 20 06:32:16 2008 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 20 Jun 2008 12:32:16 +0200 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> Message-ID: <1213957936.8591.6.camel@joesunix.int> Hi Scott, I suppose you just didn't get around to answering my last email. In any case since I saw this post and I thought I'd ask you a question. If I remember correctly, you are using the TSolucio:TTTimecards extension, this extension adds 3 links to the left of each trouble ticket one of which is exactly for printing out the workorder. Why aren't you using that to easily print out the trouble ticket instead of RTF/Word? Joe TSolucio El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > These are all great features, but what about the ability to merge the > Trouble TicketID field. This seems like such an easy enhancement that > I?ve been asking for since 5.0. This is so that we can use Word to > create trouble ticket work orders. Right now I have to use the RTF > merge in order to print out a trouble ticket with the ticket ID. > > > > Centritech Solutions Logo > Scott Brown > Tel: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > Prasad > Sent: Friday, June 20, 2008 4:04 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > development > > > > > Dear Members, > > The latest development of vtiger CRM 5.1 is installed at > http://en.vtiger.com/wip > > The following features are available: > > * Popup Reminder for Calendar Events multicurrency.pdf > * Multi Currency Support popupreminder.pdf > * Duplicate Records Handling DuplicatesMerging.pdf > * User Configurable ID for SO/PO/Quotes > UserConfigurableInventoryIds.pdf > * Custom fields in Email templates > CustomFieldsInEmailTemplates.pdf > * Local Backup Feature localbackup.pdf > > We appreciate your feedback on these new features. > > Blog Post: > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > Regards, > Prasad > vtiger Team > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From prasad at vtiger.com Fri Jun 20 08:50:02 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 20 Jun 2008 18:20:02 +0530 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <1213957936.8591.6.camel@joesunix.int> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> <1213957936.8591.6.camel@joesunix.int> Message-ID: <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> Hi Scott, I have attached a quick implementation of getting Trouble Ticket ID for Mail Merging for the Word. This code is based on vtiger CRM 5.0.4. [Couldn't get it throughly validated] Kindly test it and let us know your feedback. Regards, Prasad vtiger Team On 6/20/08, Joe Bordes wrote: > > Hi Scott, > > I suppose you just didn't get around to answering my last email. > In any case since I saw this post and I thought I'd ask you a question. > > If I remember correctly, you are using the TSolucio:TTTimecards > extension, this extension adds 3 links to the left of each trouble > ticket one of which is exactly for printing out the workorder. Why > aren't you using that to easily print out the trouble ticket instead of > RTF/Word? > > Joe > TSolucio > > El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > > > These are all great features, but what about the ability to merge the > > Trouble TicketID field. This seems like such an easy enhancement that > > I've been asking for since 5.0. This is so that we can use Word to > > create trouble ticket work orders. Right now I have to use the RTF > > merge in order to print out a trouble ticket with the ticket ID. > > > > > > > > > Centritech Solutions Logo > > Scott Brown > > Tel: 804-360-9753Ext. 400 > > > Fax: 1-800-851-0516 > > http://www.centritech.net > > > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > > Prasad > > Sent: Friday, June 20, 2008 4:04 AM > > To: vtigercrm-developers at lists.vtigercrm.com > > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > > development > > > > > > > > > > Dear Members, > > > > The latest development of vtiger CRM 5.1 is installed at > > http://en.vtiger.com/wip > > > > The following features are available: > > > > * Popup Reminder for Calendar Events multicurrency.pdf > > * Multi Currency Support popupreminder.pdf > > * Duplicate Records Handling DuplicatesMerging.pdf > > * User Configurable ID for SO/PO/Quotes > > UserConfigurableInventoryIds.pdf > > * Custom fields in Email templates > > CustomFieldsInEmailTemplates.pdf > > * Local Backup Feature localbackup.pdf > > > > We appreciate your feedback on these new features. > > > > Blog Post: > > > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > > > Regards, > > Prasad > > vtiger Team > > > > > > > _______________________________________________ > > 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/20080620/0830a164/attachment-0002.html -------------- next part -------------- A non-text attachment was scrubbed... Name: vtigercrm-504-MailMerge-TicketID.zip Type: application/zip Size: 12376 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/0830a164/attachment-0002.zip -------------- next part -------------- A non-text attachment was scrubbed... Name: TicketId-MailMerging.png Type: image/png Size: 33956 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/0830a164/attachment-0002.png From info at nablacom.it Fri Jun 20 09:35:57 2008 From: info at nablacom.it (Nablacom) Date: Fri, 20 Jun 2008 15:35:57 +0200 Subject: [Vtigercrm-developers] R: Working with vtiger CRM 5.1 development In-Reply-To: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Message-ID: Hi Prasad Thank you for Your and Your team work. I have a question: what is the link to download of the 5.1 version? I want to test in with our own modules and patches! Best regards, Roberto _____ Da: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Per conto di Prasad Inviato: venerd? 20 giugno 2008 10:04 A: vtigercrm-developers at lists.vtigercrm.com Oggetto: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Dear Members, The latest development of vtiger CRM 5.1 is installed at http://en.vtiger.com/wip The following features are available: * Popup Reminder for Calendar Events multicurrency.pdf * Multi Currency Support popupreminder.pdf * Duplicate Records Handling DuplicatesMerging.pdf * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf * Local Backup Feature localbackup.pdf We appreciate your feedback on these new features. Blog Post: http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-developmen t Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/643744f0/attachment-0002.html From dome at tel.co.th Fri Jun 20 10:14:10 2008 From: dome at tel.co.th (Dome Charoenyost) Date: Fri, 20 Jun 2008 21:14:10 +0700 Subject: [Vtigercrm-developers] R: Working with vtiger CRM 5.1 development In-Reply-To: References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Message-ID: <8ccbff060806200714n7efb7eedpf3bb5dd95161956a@mail.gmail.com> SVN On Fri, Jun 20, 2008 at 8:35 PM, Nablacom wrote: > Hi Prasad > > Thank you for Your and Your team work. > > I have a question: what is the link to download of the 5.1 version? I want > to test in with our own modules and patches! > > > > Best regards, > > Roberto > > > > ________________________________ > > Da: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Per conto di > Prasad > Inviato: venerd? 20 giugno 2008 10:04 > A: vtigercrm-developers at lists.vtigercrm.com > Oggetto: [Vtigercrm-developers] Working with vtiger CRM 5.1 development > > > > Dear Members, > > The latest development of vtiger CRM 5.1 is installed at > http://en.vtiger.com/wip > > The following features are available: > > * Popup Reminder for Calendar Events multicurrency.pdf > * Multi Currency Support popupreminder.pdf > * Duplicate Records Handling DuplicatesMerging.pdf > * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf > * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf > * Local Backup Feature localbackup.pdf > > We appreciate your feedback on these new features. > > Blog Post: > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > Regards, > Prasad > vtiger Team > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From prasad at vtiger.com Fri Jun 20 13:57:23 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 20 Jun 2008 23:27:23 +0530 Subject: [Vtigercrm-developers] R: Working with vtiger CRM 5.1 development In-Reply-To: <8ccbff060806200714n7efb7eedpf3bb5dd95161956a@mail.gmail.com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <8ccbff060806200714n7efb7eedpf3bb5dd95161956a@mail.gmail.com> Message-ID: <39d18b250806201057r2d4d8180nc83afd84a0537d6e@mail.gmail.com> Hi Dome, We are performing integration-validation of vtiger CRM 5.1 code. Once it is completed we will be commiting it to SVN branch: http://trac.vtiger.com/svn/vtiger/vtigercrm/branches/5.1 Kindly bear with us in the meantime. Regards, Prasad vtiger Team On 6/20/08, Dome Charoenyost wrote: > > SVN > > > > > On Fri, Jun 20, 2008 at 8:35 PM, Nablacom wrote: > > Hi Prasad > > > > Thank you for Your and Your team work. > > > > I have a question: what is the link to download of the 5.1 version? I > want > > to test in with our own modules and patches! > > > > > > > > Best regards, > > > > Roberto > > > > > > > > ________________________________ > > > > Da: vtigercrm-developers-bounces at lists.vtigercrm.com > > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Per conto di > > Prasad > > Inviato: venerd? 20 giugno 2008 10:04 > > A: vtigercrm-developers at lists.vtigercrm.com > > Oggetto: [Vtigercrm-developers] Working with vtiger CRM 5.1 development > > > > > > > > Dear Members, > > > > The latest development of vtiger CRM 5.1 is installed at > > http://en.vtiger.com/wip > > > > The following features are available: > > > > * Popup Reminder for Calendar Events multicurrency.pdf > > * Multi Currency Support popupreminder.pdf > > * Duplicate Records Handling DuplicatesMerging.pdf > > * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf > > * Custom fields in Email > templates CustomFieldsInEmailTemplates.pdf > > * Local Backup Feature localbackup.pdf > > > > We appreciate your feedback on these new features. > > > > Blog Post: > > > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > > > Regards, > > Prasad > > vtiger Team > > > > > _______________________________________________ > > 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/20080620/8fd8d019/attachment-0002.html From scott at centritechsolutions.com Fri Jun 20 18:54:50 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 20 Jun 2008 18:54:50 -0400 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> <1213957936.8591.6.camel@joesunix.int> <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> Message-ID: <002e01c8d328$b3f6d5f0$1be481d0$@com> Prasad, Thanks for the quick response. I have uploaded the implementation and so far it looks good. I will continue to test it. Will this be included in 5.1? Thanks, Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net From: Prasad [mailto:prasad at vtiger.com] Sent: Friday, June 20, 2008 8:50 AM To: vtigercrm-developers at lists.vtigercrm.com Cc: scott at centritechsolutions.com Subject: Re: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Hi Scott, I have attached a quick implementation of getting Trouble Ticket ID for Mail Merging for the Word. This code is based on vtiger CRM 5.0.4. [Couldn't get it throughly validated] Kindly test it and let us know your feedback. Regards, Prasad vtiger Team On 6/20/08, Joe Bordes wrote: Hi Scott, I suppose you just didn't get around to answering my last email. In any case since I saw this post and I thought I'd ask you a question. If I remember correctly, you are using the TSolucio:TTTimecards extension, this extension adds 3 links to the left of each trouble ticket one of which is exactly for printing out the workorder. Why aren't you using that to easily print out the trouble ticket instead of RTF/Word? Joe TSolucio El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > These are all great features, but what about the ability to merge the > Trouble TicketID field. This seems like such an easy enhancement that > I've been asking for since 5.0. This is so that we can use Word to > create trouble ticket work orders. Right now I have to use the RTF > merge in order to print out a trouble ticket with the ticket ID. > > > > Centritech Solutions Logo > Scott Brown > Tel: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > Prasad > Sent: Friday, June 20, 2008 4:04 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > development > > > > > Dear Members, > > The latest development of vtiger CRM 5.1 is installed at > http://en.vtiger.com/wip > > The following features are available: > > * Popup Reminder for Calendar Events multicurrency.pdf > * Multi Currency Support popupreminder.pdf > * Duplicate Records Handling DuplicatesMerging.pdf > * User Configurable ID for SO/PO/Quotes > UserConfigurableInventoryIds.pdf > * Custom fields in Email templates > CustomFieldsInEmailTemplates.pdf > * Local Backup Feature localbackup.pdf > > We appreciate your feedback on these new features. > > Blog Post: > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-developmen t > > Regards, > Prasad > vtiger Team > > > _______________________________________________ > 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/20080620/5cd800ac/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/20080620/5cd800ac/attachment-0002.jpe From prasad at vtiger.com Sat Jun 21 22:25:13 2008 From: prasad at vtiger.com (Prasad) Date: Sun, 22 Jun 2008 07:55:13 +0530 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <002e01c8d328$b3f6d5f0$1be481d0$@com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> <1213957936.8591.6.camel@joesunix.int> <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> <002e01c8d328$b3f6d5f0$1be481d0$@com> Message-ID: <39d18b250806211925kb798f58oe699482f436a5205@mail.gmail.com> Hi Scott, Thank you for updating us with the feedback. I have requested the feature integration with vtiger CRM 5.1 along with few other enhancements to it. We will keep you posted on that soon. Regards, Prasad vtiger Team On 6/21/08, Scott Brown wrote: > > Prasad, > > > > Thanks for the quick response. I have uploaded the implementation and so > far it looks good. I will continue to test it. Will this be included in > 5.1? > > > > Thanks, > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > *From:* Prasad [mailto:prasad at vtiger.com] > *Sent:* Friday, June 20, 2008 8:50 AM > *To:* vtigercrm-developers at lists.vtigercrm.com > *Cc:* scott at centritechsolutions.com > *Subject:* Re: [Vtigercrm-developers] Working with vtiger CRM 5.1 > development > > > > Hi Scott, > > I have attached a quick implementation of getting Trouble Ticket ID for > Mail Merging for the Word. > > This code is based on vtiger CRM 5.0.4. [Couldn't get it throughly > validated] > > Kindly test it and let us know your feedback. > > Regards, > Prasad > vtiger Team > > On 6/20/08, *Joe Bordes* wrote: > > Hi Scott, > > I suppose you just didn't get around to answering my last email. > In any case since I saw this post and I thought I'd ask you a question. > > If I remember correctly, you are using the TSolucio:TTTimecards > extension, this extension adds 3 links to the left of each trouble > ticket one of which is exactly for printing out the workorder. Why > aren't you using that to easily print out the trouble ticket instead of > RTF/Word? > > Joe > TSolucio > > El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > > > These are all great features, but what about the ability to merge the > > Trouble TicketID field. This seems like such an easy enhancement that > > I've been asking for since 5.0. This is so that we can use Word to > > create trouble ticket work orders. Right now I have to use the RTF > > merge in order to print out a trouble ticket with the ticket ID. > > > > > > > > > Centritech Solutions Logo > > Scott Brown > > Tel: 804-360-9753Ext. 400 > > > Fax: 1-800-851-0516 > > http://www.centritech.net > > > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > > Prasad > > Sent: Friday, June 20, 2008 4:04 AM > > To: vtigercrm-developers at lists.vtigercrm.com > > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > > development > > > > > > > > > > Dear Members, > > > > The latest development of vtiger CRM 5.1 is installed at > > http://en.vtiger.com/wip > > > > The following features are available: > > > > * Popup Reminder for Calendar Events multicurrency.pdf > > * Multi Currency Support popupreminder.pdf > > * Duplicate Records Handling DuplicatesMerging.pdf > > * User Configurable ID for SO/PO/Quotes > > UserConfigurableInventoryIds.pdf > > * Custom fields in Email templates > > CustomFieldsInEmailTemplates.pdf > > * Local Backup Feature localbackup.pdf > > > > We appreciate your feedback on these new features. > > > > Blog Post: > > > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > > > Regards, > > Prasad > > vtiger Team > > > > > > > _______________________________________________ > > 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/20080622/50d19350/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/20080622/50d19350/attachment-0002.jpe From stevens at techtron.co.za Sun Jun 22 07:28:30 2008 From: stevens at techtron.co.za (Steven Sher) Date: Sun, 22 Jun 2008 13:28:30 +0200 Subject: [Vtigercrm-developers] accounts import not working properly vtiger v5.0.4 Message-ID: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/55e1c4b3/attachment-0002.html From arodes at onweald.com Sun Jun 22 10:36:50 2008 From: arodes at onweald.com (Andrew Rodes) Date: Sun, 22 Jun 2008 09:36:50 -0500 Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 In-Reply-To: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> References: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> Message-ID: Make sure you don't have any command characters in the data. I have run into this before. I think its embedded tabs or commas .. cant remember, but they mess up the import code. The reason the dashboard numbers are increasing is because the crmentity records are being created, but not the account detail records due to some bad data somewhere in the source file. Andy _____ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 6:29 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/a9af9cdd/attachment-0002.html From stevens at techtron.co.za Sun Jun 22 14:01:02 2008 From: stevens at techtron.co.za (Steven Sher) Date: Sun, 22 Jun 2008 20:01:02 +0200 Subject: [Vtigercrm-developers] accounts import not working properlyvtigerv5.0.4 In-Reply-To: References: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> Message-ID: <4F1442F9EA0AE440ADDBB36DBC59591A11EF12@techserver.Techtron.local> Ok thanks will take a look at the source file, any idea how I correct the dashboard view to show the correct figures? From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Andrew Rodes Sent: 22 June 2008 04:37 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] accounts import not working properlyvtigerv5.0.4 Make sure you don't have any command characters in the data. I have run into this before. I think its embedded tabs or commas .. cant remember, but they mess up the import code. The reason the dashboard numbers are increasing is because the crmentity records are being created, but not the account detail records due to some bad data somewhere in the source file. Andy ________________________________ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 6:29 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/97779381/attachment-0002.html From arodes at onweald.com Mon Jun 23 00:26:18 2008 From: arodes at onweald.com (Andrew Rodes) Date: Sun, 22 Jun 2008 23:26:18 -0500 Subject: [Vtigercrm-developers] accounts import not workingproperlyvtigerv5.0.4 In-Reply-To: <4F1442F9EA0AE440ADDBB36DBC59591A11EF12@techserver.Techtron.local> References: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> <4F1442F9EA0AE440ADDBB36DBC59591A11EF12@techserver.Techtron.local> Message-ID: <27227D9E81B44E6C83215CE4A5DAEA8E@ANDYSONY> You will have to manually delete the records via sql I think. There is no access via the ui if the record is only in crm_entity. andy _____ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 1:01 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] accounts import not workingproperlyvtigerv5.0.4 Ok thanks will take a look at the source file, any idea how I correct the dashboard view to show the correct figures? From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Andrew Rodes Sent: 22 June 2008 04:37 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] accounts import not working properlyvtigerv5.0.4 Make sure you don't have any command characters in the data. I have run into this before. I think its embedded tabs or commas .. cant remember, but they mess up the import code. The reason the dashboard numbers are increasing is because the crmentity records are being created, but not the account detail records due to some bad data somewhere in the source file. Andy _____ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 6:29 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/fc4fe37b/attachment-0002.html From greg at ct-net.org Wed Jun 25 04:33:47 2008 From: greg at ct-net.org (Gregory Machin) Date: Wed, 25 Jun 2008 10:33:47 +0200 Subject: [Vtigercrm-developers] Sales order and Delivery note Message-ID: <486202EB.4090202@ct-net.org> Hi This mite seem like a silly question. I'm what is the purpose of the "Sales Order" and Are there plans to add a delivery note functionality ? Thanks -- Gregory Machin CT-Net www.ct-net.org greg at ct-net.org phone : +27 12 379 3497 fax : +27 12 379 4113 Cell : +27 72 524 8096 humans do not use the address below its for trapping spam. spamtrap imasucker at ct-net.org From svk at vtiger.com Sat Jun 28 19:28:20 2008 From: svk at vtiger.com (Sreenivas Kanumuru) Date: Sat, 28 Jun 2008 16:28:20 -0700 Subject: [Vtigercrm-developers] Sales order and Delivery note In-Reply-To: <486202EB.4090202@ct-net.org> References: <486202EB.4090202@ct-net.org> Message-ID: <370368f40806281628o288bd37dk86407cc4a0050b05@mail.gmail.com> Hi Gregory, The following excerpt on wikipediadescribes the purpose of Sales Order: * **A sales order is an internal document of the company, meaning it is generated by the company itself. A sales order should record the customer's originating purchase order which is an external document. Rather than using the customer's purchase order document, an internal sales order form allows the internal audit control of completeness to be monitored as a sequential sales order number can be used by the company for its sales order documents. The customer's PO is the originating document which triggers the creation of the sales order. A sales order, being an internal document, can therefore contain many customer purchase orders under it. In a manufacturing environment, a sales order can be converted into a work order to show that work is about to begin to manufacture, build or engineer the products the customer wants.* We are not planning to make changes in 5.1 release. Your feedback and suggestions on improving this functionality will be helpful. thanks, Sreenivas On Wed, Jun 25, 2008 at 1:33 AM, Gregory Machin wrote: > Hi > This mite seem like a silly question. I'm what is the purpose of the > "Sales Order" and Are there plans to add a delivery note functionality ? > > Thanks > > -- > Gregory Machin > CT-Net > www.ct-net.org > greg at ct-net.org > phone : +27 12 379 3497 > fax : +27 12 379 4113 > Cell : +27 72 524 8096 > > humans do not use the address > below its for trapping spam. > spamtrap imasucker at ct-net.org > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- Sreenivas Kanumuru vtiger Team Location: Sunnyvale, California Office: +1 (408) 716-8592 Cell: +1 (408) 836-5810 Skype: skanumuru -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080628/47527aa2/attachment-0002.html From greg at ct-net.org Mon Jun 30 06:01:35 2008 From: greg at ct-net.org (Gregory Machin) Date: Mon, 30 Jun 2008 12:01:35 +0200 Subject: [Vtigercrm-developers] Sales order and Delivery note In-Reply-To: <370368f40806281628o288bd37dk86407cc4a0050b05@mail.gmail.com> References: <486202EB.4090202@ct-net.org> <370368f40806281628o288bd37dk86407cc4a0050b05@mail.gmail.com> Message-ID: <4868AEFF.9010400@ct-net.org> thanks for the explanation .. Sreenivas Kanumuru wrote: > Hi Gregory, > > The following excerpt on wikipedia > describes the purpose of > Sales Order: > / > / > /A sales order is an internal document of the company, meaning it is > generated by the company itself. A sales order should record the > customer's originating purchase order > which is an external > document. Rather than using the customer's purchase order document, an > internal sales order form allows the internal audit control of > completeness to be monitored as a sequential sales order number can be > used by the company for its sales order documents. The customer's PO > is the originating document which triggers the creation of the sales > order. A sales order, being an internal document, can therefore > contain many customer purchase orders under it. In a manufacturing > environment, a sales order can be converted into a work order to show > that work is about to begin to manufacture, build or engineer the > products the customer wants./ > > We are not planning to make changes in 5.1 release. Your feedback and > suggestions on improving this functionality will be helpful. > > thanks, > Sreenivas > > On Wed, Jun 25, 2008 at 1:33 AM, Gregory Machin > wrote: > > Hi > This mite seem like a silly question. I'm what is the purpose of the > "Sales Order" and Are there plans to add a delivery note > functionality ? > > Thanks > > -- > Gregory Machin > CT-Net > www.ct-net.org > greg at ct-net.org > phone : +27 12 379 3497 > fax : +27 12 379 4113 > Cell : +27 72 524 8096 > > humans do not use the address > below its for trapping spam. > spamtrap imasucker at ct-net.org > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > -- > Sreenivas Kanumuru > vtiger Team > > Location: > Sunnyvale, California > > Office: +1 (408) 716-8592 > Cell: +1 (408) 836-5810 > Skype: skanumuru > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- Gregory Machin CT-Net www.ct-net.org greg at ct-net.org phone : +27 12 379 3497 fax : +27 12 379 4113 Cell : +27 72 524 8096 humans do not use the address below its for trapping spam. spamtrap imasucker at ct-net.org From prasad at vtiger.com Tue Jun 3 07:47:25 2008 From: prasad at vtiger.com (Prasad) Date: Tue, 3 Jun 2008 20:17:25 +0530 Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations In-Reply-To: <483EB19F.1080605@gmail.com> References: <483EB19F.1080605@gmail.com> Message-ID: <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> Hi James, To customize existing modules you need to understand the codebase of vtiger CRM. I have attached the document which is currently under progress to aid developers to build around vtiger CRM. Community documentation effort is here: http://wiki.vtiger.com/index.php/Vtiger_CRM_5.0.3_Developer_Guide Regards, Prasad vtiger Team On 5/29/08, James Mutuku wrote: > > 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 > > _______________________________________________ > 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/20080603/41c0722a/attachment-0003.html -------------- next part -------------- A non-text attachment was scrubbed... Name: vtiger5.x-developer-manual.pdf Type: application/pdf Size: 468503 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080603/41c0722a/attachment-0003.pdf From karyn.cassio at transmagic.com Tue Jun 3 10:17:24 2008 From: karyn.cassio at transmagic.com (karyn.cassio at transmagic.com) Date: Tue, 3 Jun 2008 11:17:24 -0600 Subject: [Vtigercrm-developers] Carriage Returns in Event Detail View Message-ID: <002301c8c59d$b13a3b60$3f10a8c0@tmi.local> Hi, Admittedly I am new to developing in vTiger so I apologize if this is a basic question. We are using vTiger 5.0.3, with PHP 5.1.6 and MySQL 5.0.22. In the Detail View for an event, if the Description contains a carriage returns (written to the DB as \r\n), the Detail View shows everything on one long line. However, everything looks fine in the Edit View. In the Detail View of a ticket Description, which I know is getting its information from the same table, this is not the case. All new line and carriage return code is read correctly. However one thing I found interesting is according to the smarty debug console, the $ACTIVITYDATA array drops the \r in the Detail View for the ticket, but not in the $ACTIVITYDATA for an Event. Any thoughts or help pointing me in the right direction would be greatly appreciated. My preference would be for the \r\n to be rewritten to
's. Any thoughts on where that should be executed? Karyn Cassio Web Developer TransMagic, Inc. Email: karyn.cassio at transmagic.com License Keys: license at transmagic.com Support: support at transmagic.com Website: www.transmagic.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080603/786345f5/attachment-0003.html From prasad at vtiger.com Tue Jun 3 11:00:36 2008 From: prasad at vtiger.com (Prasad) Date: Tue, 3 Jun 2008 23:30:36 +0530 Subject: [Vtigercrm-developers] Carriage Returns in Event Detail View In-Reply-To: <002301c8c59d$b13a3b60$3f10a8c0@tmi.local> References: <002301c8c59d$b13a3b60$3f10a8c0@tmi.local> Message-ID: <39d18b250806031100t4559bea3qcc50c5390d34d76e@mail.gmail.com> Hi Karyn Cassio, We have addressed a similar issue in vtiger CRM 5.0.4 Kindly look at our issue tracker for more details: http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4627 Regards, Prasad vtiger Team On 6/3/08, karyn.cassio at transmagic.com wrote: > > Hi, > > > > Admittedly I am new to developing in vTiger so I apologize if this is a > basic question. > > We are using vTiger 5.0.3, with PHP 5.1.6 and MySQL 5.0.22. > > > > In the Detail View for an event, if the Description contains a carriage > returns (written to the DB as \r\n), the Detail View shows everything on one > long line. > > However, everything looks fine in the Edit View. > > > > In the Detail View of a ticket Description, which I know is getting its > information from the same table, this is not the case. > > All new line and carriage return code is read correctly. > > > > However one thing I found interesting is according to the smarty debug > console, the $ACTIVITYDATA array drops the \r in the Detail View for the > ticket, but not in the $ACTIVITYDATA for an Event. > > > > Any thoughts or help pointing me in the right direction would be greatly > appreciated. > > My preference would be for the \r\n to be rewritten to
's. > > Any thoughts on where that should be executed? > > > > *Karyn Cassio* > > *Web Developer* > > *TransMagic, Inc.* > Email: karyn.cassio at transmagic.com > > License Keys: license at transmagic.com > Support: support at transmagic.com > Website: www.transmagic.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/20080603/82fc1b52/attachment-0003.html From mtfrederic at yahoo.fr Wed Jun 4 05:55:33 2008 From: mtfrederic at yahoo.fr (martial fred) Date: Wed, 4 Jun 2008 12:55:33 +0000 (GMT) Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations In-Reply-To: <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> Message-ID: <4749.56503.qm@web26106.mail.ukl.yahoo.com> Hi Prasad, thank you very much, I was also looking for a doc like this. ------- Fr?d?ric M. TCHEULEU Direction G?n?rale R&D Manager SALEKA gsm: +237 99 44 45 20 / +237 77 13 08 43 Email: frederic.tcheuleu at saleka.com www.saleka.com --- En date de : Mar 3.6.08, Prasad <prasad at vtiger.com> a ?crit : De: Prasad <prasad at vtiger.com> Objet: Re: [Vtigercrm-developers] Creating new vtiger modules and customizations ?: vtigercrm-developers at lists.vtigercrm.com Date: Mardi 3 Juin 2008, 16h47 Hi James, To customize existing modules you need to understand the codebase of vtiger CRM. I have attached the document which is currently under progress to aid developers to build around vtiger CRM. Community documentation effort is here: http://wiki.vtiger.com/index.php/Vtiger_CRM_5.0.3_Developer_Guide Regards, Prasad vtiger Team On 5/29/08, James Mutuku <jnmutuku at gmail.com> wrote: 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 _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com __________________________________________________ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicit?s http://mail.yahoo.fr Yahoo! Mail -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080604/20d48624/attachment-0003.html From scott at centritechsolutions.com Wed Jun 4 12:56:31 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Wed, 4 Jun 2008 15:56:31 -0400 Subject: [Vtigercrm-developers] Automatic Calendar Entry Message-ID: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Does anybody know of an add-on or a way to have calendar entry automatically created when creating a trouble ticket. We create a trouble ticket for each service order and then create a calendar entry and have them related. There is a lot of double entry doing this. My thoughts were to have an option that says create calendar entry(yes/no). When a ticket is saved it would take the title and some other custom fields and create a calendar entry and assign it to the username that is assign to the ticket. Anybody have any thoughts on this? Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080604/5b721f31/attachment-0003.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/20080604/5b721f31/attachment-0003.jpe From daud.sweetland at googlemail.com Wed Jun 4 17:15:09 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Thu, 5 Jun 2008 01:15:09 +0100 Subject: [Vtigercrm-developers] Office 2007 Plugin ? In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> Hi, I am currently customizing and installing VTiger at a client site to replace their currently "collection" of solutions and software centralizing all their customer, client and company data into a single CRM system. They use Office 2003 on XP and Vista heavily and so I have build Word templates for mail merges using the Office 2003 Plug-in. However, you can no longer buy 2003 and they already don't really have enough licenses for the number of people who will be using VTiger; therefore they are looking at alternatives, being Office 2007 and Open Office. I have heard and seen emails in this group to the effect that an Open Office plug-in is being worked on and wondered if there was any ETA on this or if indeed there was an Office 2007 plug-in on the way (the 2003 version so very nearly works with Office 2007 - surely there cannot be that much to do to get it to work properly ?? ) Anyway any news would be very helpful in planning the direction to head from here. Thanks Daud Sweetland -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080605/8e862613/attachment-0003.html From daud.sweetland at googlemail.com Wed Jun 4 17:22:45 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Thu, 5 Jun 2008 01:22:45 +0100 Subject: [Vtigercrm-developers] Mail Merge field values In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <484731e0.13395e0a.7cd9.ffffa093@mx.google.com> Hi, I am currently working on some Word templates for mail merges using the Office 2003 Plug-in and have found that there does not seem to be any fields that you can use to retrieve the logged on users details. I thought that the "user" section of fields would provide exactly that, however they seem to return the admin user details for some reason that I haven't quite worked out.. Can anyone shed any light on this please ? I guess that I must be doing something wrong along the way. Thanks Daud Sweetland -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080605/03a1635a/attachment-0003.html From brett.hooker at roarz.com Wed Jun 4 18:24:51 2008 From: brett.hooker at roarz.com (Brett Hooker) Date: Thu, 05 Jun 2008 11:24:51 +1000 Subject: [Vtigercrm-developers] Office 2007 Plugin ? In-Reply-To: <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> Message-ID: <48474063.9070307@roarz.com> Daud, For now, we've just been doing the template edits (using the plugin) on our 2003 licenses, and keeping the 2007 licensed machines to runtime mailmerge activities. That works fine for us for now. Also, I believe (please check locally) that you can purchase a 2007 license and then use old 2003 media to install 2003. We've done that with MSDN/Visual Studio to allow us to maintain older code bases when required. Thanks, Brett www.roarz.com Phone: 1300 885 125 Fax: 07 3009 0648 ABN: 69 113 777 594 PO Box 1091 Capalaba Qld 4157 ROARZ emphasizes keeping websites proactively up-to-date and integrated with marketing, sales, and customer service activities. When combined with our rich web-based application suite this delivers customer convenience and staff efficiency outcomes. Daud Sweetland wrote: > > Hi, > > I am currently customizing and installing VTiger at a client site to > replace their currently "collection" of solutions and software > centralizing all their customer, client and company data into a single > CRM system. > > They use Office 2003 on XP and Vista heavily and so I have build Word > templates for mail merges using the Office 2003 Plug-in. > > However, you can no longer buy 2003 and they already don't really have > enough licenses for the number of people who will be using VTiger; > therefore they are looking at alternatives, being Office 2007 and Open > Office. > > I have heard and seen emails in this group to the effect that an Open > Office plug-in is being worked on and wondered if there was any ETA on > this or if indeed there was an Office 2007 plug-in on the way (the > 2003 version so very nearly works with Office 2007 -- surely there > cannot be that much to do to get it to work properly ?? ) > > Anyway any news would be very helpful in planning the direction to > head from here. > > Thanks > > Daud Sweetland > > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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/20080605/50b1cd6e/attachment-0003.html -------------- next part -------------- A non-text attachment was scrubbed... Name: roarz-comp-logo.png Type: image/png Size: 2699 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080605/50b1cd6e/attachment-0003.png From daud.sweetland at googlemail.com Thu Jun 5 00:54:22 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Thu, 5 Jun 2008 08:54:22 +0100 Subject: [Vtigercrm-developers] Office 2007 Plugin ? In-Reply-To: <48474063.9070307@roarz.com> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <48473033.1f145e0a.7cbc.ffff9df1@mx.google.com> <48474063.9070307@roarz.com> Message-ID: <52986bea0806050054x5db0d52ctf6fb396afc9923a@mail.gmail.com> Hi Bret thanks for the tip re Office 2007 licenses. Unfortunately for us even the mail merge does not work in 2007 so we cannot use those machines at all ! So until there is some news re the 2007 plug in we will have to stick to 2003. BTW I Dont suppose that the source code for the 2003 plug in is available at all does anyone know? Thanks Daud On 6/5/08, Brett Hooker wrote: > Daud, > > For now, we've just been doing the template edits (using the plugin) on > our 2003 licenses, and keeping the 2007 licensed machines to runtime > mailmerge activities. That works fine for us for now. > > Also, I believe (please check locally) that you can purchase a 2007 > license and then use old 2003 media to install 2003. We've done that > with MSDN/Visual Studio to allow us to maintain older code bases when > required. > > > Thanks, > Brett > > > www.roarz.com Phone: 1300 885 125 Fax: > 07 3009 0648 ABN: 69 113 777 594 PO Box 1091 Capalaba Qld 4157 > ROARZ emphasizes keeping websites proactively up-to-date and integrated > with marketing, sales, and customer service activities. When combined > with our rich web-based application suite this delivers customer > convenience and staff efficiency outcomes. > > > > Daud Sweetland wrote: >> >> Hi, >> >> I am currently customizing and installing VTiger at a client site to >> replace their currently "collection" of solutions and software >> centralizing all their customer, client and company data into a single >> CRM system. >> >> They use Office 2003 on XP and Vista heavily and so I have build Word >> templates for mail merges using the Office 2003 Plug-in. >> >> However, you can no longer buy 2003 and they already don't really have >> enough licenses for the number of people who will be using VTiger; >> therefore they are looking at alternatives, being Office 2007 and Open >> Office. >> >> I have heard and seen emails in this group to the effect that an Open >> Office plug-in is being worked on and wondered if there was any ETA on >> this or if indeed there was an Office 2007 plug-in on the way (the >> 2003 version so very nearly works with Office 2007 -- surely there >> cannot be that much to do to get it to work properly ?? ) >> >> Anyway any news would be very helpful in planning the direction to >> head from here. >> >> Thanks >> >> Daud Sweetland >> >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com > > From arodes at onweald.com Thu Jun 5 06:33:36 2008 From: arodes at onweald.com (Andrew Rodes) Date: Thu, 5 Jun 2008 08:33:36 -0500 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <68C0B6B915CB45D0A3DEA2DE5083B3B9@ANDYSONY> Is the purpose of the calendar items to create a tickler list, or to create service orders? Perhaps there is another approach that would be even more elegant depending on the purpose of the calendar items. Andy _____ From: Scott Brown [mailto:scott at centritechsolutions.com] Sent: Wednesday, June 04, 2008 2:57 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Automatic Calendar Entry Does anybody know of an add-on or a way to have calendar entry automatically created when creating a trouble ticket. We create a trouble ticket for each service order and then create a calendar entry and have them related. There is a lot of double entry doing this. My thoughts were to have an option that says create calendar entry(yes/no). When a ticket is saved it would take the title and some other custom fields and create a calendar entry and assign it to the username that is assign to the ticket. Anybody have any thoughts on this? Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080605/92941c97/attachment-0003.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/20080605/92941c97/attachment-0003.jpe From carloz at gnumerica.org Thu Jun 5 08:39:53 2008 From: carloz at gnumerica.org (carlo beschi) Date: Thu, 05 Jun 2008 17:39:53 +0200 Subject: [Vtigercrm-developers] Creating new vtiger modules and customizations In-Reply-To: <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> References: <483EB19F.1080605@gmail.com> <39d18b250806030747x122ebeffu68998d75caf0f8cb@mail.gmail.com> Message-ID: <484808C9.9090707@gnumerica.org> Hi Prasad, Prasad ha scritto: [...] > > I have attached the document which is currently under progress to aid > developers > to build around vtiger CRM. this doc is pure gold ;-) so far, part of this info was in the wiki, and part was only in the individual developers' minds ... pls, keep me/us updated carlo From prasad at vtiger.com Fri Jun 6 05:06:16 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 6 Jun 2008 17:36:16 +0530 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> Message-ID: <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> Hi Scott, I have attached the documentation of achieving your requirement with more details. Also the customized patch is attached in the mail (which is w.r.t vtiger CRM 5.0.4) If you need further customization you can drop in email at services at vtiger.com Regards, Prasad On 6/5/08, Scott Brown wrote: > > Does anybody know of an add-on or a way to have calendar entry > automatically created when creating a trouble ticket. We create a trouble > ticket for each service order and then create a calendar entry and have them > related. There is a lot of double entry doing this. > > > > My thoughts were to have an option that says create calendar entry(yes/no). > When a ticket is saved it would take the title and some other custom fields > and create a calendar entry and assign it to the username that is assign to > the ticket. > > > > > > Anybody have any thoughts on this? > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > > > _______________________________________________ > 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/20080606/106a4b58/attachment-0003.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/20080606/106a4b58/attachment-0003.jpe -------------- next part -------------- A non-text attachment was scrubbed... Name: vtigercrm504-troubleticket-calendar.zip Type: application/zip Size: 3619 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080606/106a4b58/attachment-0003.zip -------------- next part -------------- A non-text attachment was scrubbed... Name: vtiger-customization-troubleticket-calendar.pdf Type: application/pdf Size: 28966 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080606/106a4b58/attachment-0003.pdf From scott at centritechsolutions.com Fri Jun 6 05:35:23 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 6 Jun 2008 08:35:23 -0400 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> Message-ID: <014701c8c7d1$d352a440$0202fea9@scottlaptop> Prasad, This looks like exactly what I want except, I'd like to see it as an event instead of a To Do/Task. What is the class to use to create an Event on the calendar instead of a Task. Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net _____ From: Prasad [mailto:prasad at vtiger.com] Sent: Friday, June 06, 2008 8:06 AM To: scott at centritechsolutions.com; vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Automatic Calendar Entry Hi Scott, I have attached the documentation of achieving your requirement with more details. Also the customized patch is attached in the mail (which is w.r.t vtiger CRM 5.0.4) If you need further customization you can drop in email at services at vtiger.com Regards, Prasad On 6/5/08, Scott Brown wrote: Does anybody know of an add-on or a way to have calendar entry automatically created when creating a trouble ticket. We create a trouble ticket for each service order and then create a calendar entry and have them related. There is a lot of double entry doing this. My thoughts were to have an option that says create calendar entry(yes/no). When a ticket is saved it would take the title and some other custom fields and create a calendar entry and assign it to the username that is assign to the ticket. Anybody have any thoughts on this? Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net _______________________________________________ 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/20080606/7f890e36/attachment-0003.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/20080606/7f890e36/attachment-0003.jpe From prasad at vtiger.com Fri Jun 6 05:49:29 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 6 Jun 2008 18:19:29 +0530 Subject: [Vtigercrm-developers] Automatic Calendar Entry In-Reply-To: <014701c8c7d1$d352a440$0202fea9@scottlaptop> References: <00bb01c8c67d$1d75a500$8301010a@scottlaptop> <39d18b250806060506p6ba0d891y38c9db3fd9427b1a@mail.gmail.com> <014701c8c7d1$d352a440$0202fea9@scottlaptop> Message-ID: <39d18b250806060549k509574d9i41ccdc20bab160ad@mail.gmail.com> Hi Scott, Activity class itself is used for both Task and Events. However columns used slightly differs. To create Event (Call) instead of Task (Todo) here is the solution Instead of the following lines: $event->column_fields['activitytype'] = 'Task'; $event->column_fields['taskstatus'] = 'Planned'; Change it to: $event->column_fields['activitytype'] = 'Call'; $event->column_fields['eventstatus'] = 'Planned'; Regards, Prasad vtiger Team On 6/6/08, Scott Brown wrote: > > Prasad, > > > > This looks like exactly what I want except, I'd like to see it as an event > instead of a To Do/Task. What is the class to use to create an Event on the > calendar instead of a Task. > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > ------------------------------ > > *From:* Prasad [mailto:prasad at vtiger.com] > *Sent:* Friday, June 06, 2008 8:06 AM > *To:* scott at centritechsolutions.com; > vtigercrm-developers at lists.vtigercrm.com > *Subject:* Re: [Vtigercrm-developers] Automatic Calendar Entry > > > > Hi Scott, > > I have attached the documentation of achieving your requirement with more > details. > > Also the customized patch is attached in the mail (which is w.r.t vtiger > CRM 5.0.4) > > If you need further customization you can drop in email at > services at vtiger.com > > Regards, > Prasad > > On 6/5/08, *Scott Brown* wrote: > > Does anybody know of an add-on or a way to have calendar entry > automatically created when creating a trouble ticket. We create a trouble > ticket for each service order and then create a calendar entry and have them > related. There is a lot of double entry doing this. > > > > My thoughts were to have an option that says create calendar entry(yes/no). > When a ticket is saved it would take the title and some other custom fields > and create a calendar entry and assign it to the username that is assign to > the ticket. > > > > > > Anybody have any thoughts on this? > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > > > > _______________________________________________ > 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/20080606/df0ec125/attachment-0003.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/20080606/df0ec125/attachment-0003.jpe From KarynC at transmagic.com Thu Jun 12 10:36:07 2008 From: KarynC at transmagic.com (Karyn Cassio) Date: Thu, 12 Jun 2008 11:36:07 -0600 Subject: [Vtigercrm-developers] Query Question Message-ID: <001d01c8ccb2$cc117400$3f10a8c0@tmi.local> Hi, I'm trying to customize the initial Contacts ListView for a custom filter. I have been able to add other related fields to search on from the Accounts table, but now I need to search some of the accounts subtables, for instance vtiger_accountscf fields. I know, to make this happen I need to edit the initial SELECT statement and add some additional joins. My problem is I can't seem to find where the SELECT statement is initiating from. I'm doing a CallStack on the query, but I'm still having a hard time finding it. Any thoughts or suggestions would be greatly appreciated. I will continue on my search, but if someone could point me in the right direction it should help speed things up. ;-) Thanks in advance, Karyn Web Developer TransMagic, Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080612/b6e7f5f4/attachment-0003.html From prasad at vtiger.com Thu Jun 12 11:27:49 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 12 Jun 2008 23:57:49 +0530 Subject: [Vtigercrm-developers] Query Question In-Reply-To: <001d01c8ccb2$cc117400$3f10a8c0@tmi.local> References: <001d01c8ccb2$cc117400$3f10a8c0@tmi.local> Message-ID: <39d18b250806121127j1f1fdad6mabf9460fdb5d1998@mail.gmail.com> Hi Karyn, Look at file include/utils/ListViewUtils.php function getListQuery Regards, Prasad vtiger Team On 6/12/08, Karyn Cassio wrote: > > Hi, > > > > I'm trying to customize the initial Contacts ListView for a custom filter. > > I have been able to add other related fields to search on from the Accounts > table, > > but now I need to search some of the accounts subtables, > > for instance vtiger_accountscf fields. > > > > I know, to make this happen I need to edit the initial SELECT statement and > add some additional joins. > > My problem is I can't seem to find where the SELECT statement is initiating > from. > > I'm doing a CallStack on the query, but I'm still having a hard time > finding it. > > > > Any thoughts or suggestions would be greatly appreciated. > > I will continue on my search, but if someone could point me in the right > direction it should help speed things up. > > ;-) > > > > Thanks in advance, > > > > *Karyn * > > *Web Developer* > > *TransMagic, Inc.* > > > _______________________________________________ > 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/20080612/3fcaea83/attachment-0003.html From j4c0b1 at gmail.com Fri Jun 13 12:34:53 2008 From: j4c0b1 at gmail.com (Cicero Jacobi Filho) Date: Fri, 13 Jun 2008 16:34:53 -0300 Subject: [Vtigercrm-developers] How to Access Bug Tracker Message-ID: Hi Prasad I?working in some implementations and customization of Vtiger installation at my new conpany. I?d like to participate in the tracker project. Can you provide me a login please. Tkx -- Atenciosamente C?cero Jacobi Filho j4c0b1 at gmail.com 51-93350964 51-84566132 icq : 78883010 msn : cjacobi at hotmail.com gmail : j4c0b1 at gmail.com skype : cjacobi 2008/5/23, Prasad : > > 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 > _______________________________________________ > 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/20080613/fdb1bffb/attachment-0003.html From prasad at vtiger.com Fri Jun 13 12:58:12 2008 From: prasad at vtiger.com (Prasad) Date: Sat, 14 Jun 2008 01:28:12 +0530 Subject: [Vtigercrm-developers] How to Access Bug Tracker In-Reply-To: References: Message-ID: <39d18b250806131258h30179288p26314a35e88c4b86@mail.gmail.com> Hi C?cero Jacobi, vtiger Trac Account has been created for you and details are sent to your email. Let us know if you need any further assistance. Regards, Prasad vtiger Team On 6/14/08, Cicero Jacobi Filho wrote: > > Hi Prasad > > I?working in some implementations and customization of Vtiger installation > at my new conpany. > > I?d like to participate in the tracker project. > > Can you provide me a login please. > > Tkx > > > -- > Atenciosamente > > C?cero Jacobi Filho > j4c0b1 at gmail.com > 51-93350964 > 51-84566132 > icq : 78883010 > msn : cjacobi at hotmail.com > gmail : j4c0b1 at gmail.com > skype : cjacobi > > 2008/5/23, Prasad : >> >> 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 >> _______________________________________________ >> 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/20080614/458a345d/attachment-0003.html From daud.sweetland at googlemail.com Mon Jun 16 13:12:09 2008 From: daud.sweetland at googlemail.com (Daud Sweetland) Date: Mon, 16 Jun 2008 21:12:09 +0100 Subject: [Vtigercrm-developers] Change Title and Salutation fields around - Help! Message-ID: <52986bea0806161312u5d43f33dhc819ed1bb6132040@mail.gmail.com> Hi all I Have been trying to transpose the field names Title and Salutation around in contacts because my client does use these fields properly and currently they are named the wrong way round for their actual function. I have tried several ways around this and whilst I have had some success I have not yet managed to get it fully working without error messages or it pulling the wrong data through. Can anyone help here please? Thanks Daud On 6/12/08, Karyn Cassio wrote: > Hi, > > > > I'm trying to customize the initial Contacts ListView for a custom filter. > > I have been able to add other related fields to search on from the Accounts > table, > > but now I need to search some of the accounts subtables, > > for instance vtiger_accountscf fields. > > > > I know, to make this happen I need to edit the initial SELECT statement and > add some additional joins. > > My problem is I can't seem to find where the SELECT statement is initiating > from. > > I'm doing a CallStack on the query, but I'm still having a hard time finding > it. > > > > Any thoughts or suggestions would be greatly appreciated. > > I will continue on my search, but if someone could point me in the right > direction it should help speed things up. > > ;-) > > > > Thanks in advance, > > > > Karyn > > Web Developer > > TransMagic, Inc. > > > > From KarynC at transmagic.com Mon Jun 16 16:03:18 2008 From: KarynC at transmagic.com (Karyn Cassio) Date: Mon, 16 Jun 2008 17:03:18 -0600 Subject: [Vtigercrm-developers] Custom filter on Contacts Message-ID: <001b01c8d005$2a795df0$3f10a8c0@tmi.local> Hi, I've created quite a few custom, cross module filters to look for Contacts with specific Accounts related criteria. I'm having a hard time getting the filter to work on the Account assigned to field. I have created a custom field in the field table with the following properties: vtiger_acct_crmentity:smownerid:assigned_acct_user_id:Contacts_Account_Assig ned_To:V e TestRep7 I have been able to edit the initial WHERE statement so that the search gives the result rows I would expect, but I cannot get the assigned_acct_user_id column to return the Account's owner (related smownerid name.) I can manually run the query and get the results I want, but have not been able to get vTiger to return the results to the interface. Any thoughts? Here's the query the logs result: select vtiger_contactdetails.lastname,vtiger_contactdetails.firstname,vtiger_contac tdetails.firstname,vtiger_contactdetails.email,vtiger_account.accountname,vt iger_account.account_type,case when (vtiger_users.user_name not like '') then vtiger_users.user_name else vtiger_groups.groupname end as user_name,vtiger_accountscf.cf_460, vtiger_acct_users.user_name as account_user_name, vtiger_acct_crmentity.crmid,vtiger_contactdetails.reportsto ,vtiger_crmentity.crmid FROM vtiger_contactdetails INNER JOIN vtiger_crmentity ON vtiger_crmentity.crmid = vtiger_contactdetails.contactid INNER JOIN vtiger_contactaddress ON vtiger_contactdetails.contactid = vtiger_contactaddress.contactaddressid INNER JOIN vtiger_contactsubdetails ON vtiger_contactaddress.contactaddressid = vtiger_contactsubdetails.contactsubscriptionid INNER JOIN vtiger_contactscf ON vtiger_contactdetails.contactid = vtiger_contactscf.contactid LEFT JOIN vtiger_account ON vtiger_account.accountid = vtiger_contactdetails.accountid LEFT JOIN vtiger_accountscf ON vtiger_account.accountid = vtiger_accountscf.accountid LEFT JOIN vtiger_accountbillads ON vtiger_account.accountid = vtiger_accountbillads.accountaddressid LEFT JOIN vtiger_contactdetails vtiger_contactdetails2 ON vtiger_contactdetails.reportsto = vtiger_contactdetails2.contactid LEFT JOIN vtiger_contactgrouprelation ON vtiger_contactscf.contactid = vtiger_contactgrouprelation.contactid LEFT JOIN vtiger_groups ON vtiger_groups.groupname = vtiger_contactgrouprelation.groupname LEFT JOIN vtiger_users ON vtiger_users.id = vtiger_crmentity.smownerid LEFT JOIN vtiger_crmentity as vtiger_acct_crmentity ON vtiger_acct_crmentity.crmid = vtiger_account.accountid LEFT JOIN vtiger_users as vtiger_acct_users ON vtiger_acct_users.id = vtiger_acct_crmentity.smownerid LEFT JOIN vtiger_customerdetails ON vtiger_customerdetails.customerid = vtiger_contactdetails.contactid WHERE vtiger_crmentity.deleted = 0 and vtiger_account.account_type = 'Reseller' and ( vtiger_acct_users.user_name = 'TestRep7') ORDER BY vtiger_contactdetails.firstname ASC LIMIT 0,20 Thank you, any help, suggestions, etc. would be so greatly appreciated. Karyn Web Developer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080616/cef54301/attachment-0003.html From prasad at vtiger.com Tue Jun 17 23:17:18 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 18 Jun 2008 11:47:18 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records Message-ID: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> Dear Members, With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can now update multiple record at once. This avoids you to edit each and every record! To know more look at: http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf Like to try it, then download it now: http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip Keep us updated with your feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080618/72a04659/attachment-0003.html From carloz at gnumerica.org Wed Jun 18 05:15:14 2008 From: carloz at gnumerica.org (carlo beschi) Date: Wed, 18 Jun 2008 14:15:14 +0200 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> Message-ID: <4858FC52.1080304@gnumerica.org> Hi Prasad, thanks for sharing this. Definitely a very interesting feature! :-) Carlo ps: i made a post on our blog with a couple of screenshots http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504/ and uploaded the plugin on our 504 demo http://vtiger.studiosynthesis.biz/504 Prasad ha scritto: > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > can now update multiple record at once. This avoids you to edit each and > every record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > > Keep us updated with your feedback. > From prasad at vtiger.com Wed Jun 18 05:23:20 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 18 Jun 2008 17:53:20 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <4858FC52.1080304@gnumerica.org> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <4858FC52.1080304@gnumerica.org> Message-ID: <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> Hi Carlo, Thank you. Regards, Prasad vtiger Team On 6/18/08, carlo beschi wrote: > > Hi Prasad, > > thanks for sharing this. > Definitely a very interesting feature! :-) > > Carlo > > ps: i made a post on our blog with a couple of screenshots > > http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504/ > > and uploaded the plugin on our 504 demo > http://vtiger.studiosynthesis.biz/504 > > > Prasad ha scritto: > > > Dear Members, > > > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > > can now update multiple record at once. This avoids you to edit each and > > every record! > > > > To know more look at: > > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > > > Like to try it, then download it now: > > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > > > > > Keep us updated with your feedback. > > > > _______________________________________________ > 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/20080618/4ad846c8/attachment-0003.html From arodes at onweald.com Wed Jun 18 06:47:23 2008 From: arodes at onweald.com (Andrew Rodes) Date: Wed, 18 Jun 2008 08:47:23 -0500 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com><4858FC52.1080304@gnumerica.org> <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> Message-ID: <947B2850276D415FB053524516E58BEB@ANDYSONY> This is a fantastic feature that the major CRM products out there all support. I hope it can be rolled into the main product!. Thanks! Andy _____ From: Prasad [mailto:prasad at vtiger.com] Sent: Wednesday, June 18, 2008 7:23 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vquickedit - Update Multiple Records Hi Carlo, Thank you. Regards, Prasad vtiger Team On 6/18/08, carlo beschi wrote: Hi Prasad, thanks for sharing this. Definitely a very interesting feature! :-) Carlo ps: i made a post on our blog with a couple of screenshots http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504 / and uploaded the plugin on our 504 demo http://vtiger.studiosynthesis.biz/504 Prasad ha scritto: > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > can now update multiple record at once. This avoids you to edit each and > every record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zi p > > > Keep us updated with your feedback. > _______________________________________________ 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/20080618/5cf69c5f/attachment-0003.html From prasad at vtiger.com Wed Jun 18 06:53:43 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 18 Jun 2008 19:23:43 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <947B2850276D415FB053524516E58BEB@ANDYSONY> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <4858FC52.1080304@gnumerica.org> <39d18b250806180523o180b597ja371f26a3149ffed@mail.gmail.com> <947B2850276D415FB053524516E58BEB@ANDYSONY> Message-ID: <39d18b250806180653m79921bd0r7ff58a5097838259@mail.gmail.com> Hi Andy, We are very glad to see the responses on this feature. Our team is working on the integration and enhancing it to the next level. In the meantime keep us updated with more feedback. Regards, Prasad vtiger Team On 6/18/08, Andrew Rodes wrote: > > This is a fantastic feature that the major CRM products out there all > support. I hope it can be rolled into the main product!. > > > > Thanks! > > > > Andy > > > ------------------------------ > > *From:* Prasad [mailto:prasad at vtiger.com] > *Sent:* Wednesday, June 18, 2008 7:23 AM > *To:* vtigercrm-developers at lists.vtigercrm.com > *Subject:* Re: [Vtigercrm-developers] vquickedit - Update Multiple Records > > > > Hi Carlo, > > Thank you. > > Regards, > Prasad > vtiger Team > > On 6/18/08, *carlo beschi* wrote: > > Hi Prasad, > > thanks for sharing this. > Definitely a very interesting feature! :-) > > Carlo > > ps: i made a post on our blog with a couple of screenshots > > http://studiosynthesis.wordpress.com/2008/06/18/quick-edit-per-vtigercrm-504/ > > and uploaded the plugin on our 504 demo > http://vtiger.studiosynthesis.biz/504 > > > Prasad ha scritto: > > > Dear Members, > > > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will > > can now update multiple record at once. This avoids you to edit each and > > every record! > > > > To know more look at: > > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > > > Like to try it, then download it now: > > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > > > > > Keep us updated with your feedback. > > > > _______________________________________________ > 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/20080618/cfce8658/attachment-0003.html From prasad at vtiger.com Wed Jun 18 13:36:18 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 19 Jun 2008 02:06:18 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> Message-ID: <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> Dear Members, Based on the feedback on this feature, the plugin was enhanced to support almost all the modules of vtiger CRM now. Check out the latest version 1.1 at http://forge.vtiger.com/frs/?group_id=167&release_id=409 Source: http://forge.vtiger.com/frs/download.php/565/vquickedit-v1.1.zip Documentation: http://forge.vtiger.com/frs/download.php/566/vquickedit-v1.1.pdf Keep us posted with your feedback. Regards, Prasad vtiger Team On 6/18/08, Prasad wrote: > > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can > now update multiple record at once. This avoids you to edit each and every > record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > Keep us updated with your feedback. > > Regards, > Prasad > vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080619/2d036e38/attachment-0003.html From KarynC at transmagic.com Wed Jun 18 13:51:23 2008 From: KarynC at transmagic.com (Karyn Cassio) Date: Wed, 18 Jun 2008 14:51:23 -0600 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> Message-ID: <008001c8d185$11ae24a0$3f10a8c0@tmi.local> Prasad, I'm assuming this will only run on 5.0.4, is that right? We are still running 0.3. Thanx, Karyn Cassio Web Developer TransMagic, Inc. _____ From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Prasad Sent: Wednesday, June 18, 2008 2:36 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vquickedit - Update Multiple Records Dear Members, Based on the feedback on this feature, the plugin was enhanced to support almost all the modules of vtiger CRM now. Check out the latest version 1.1 at http://forge.vtiger.com/frs/?group_id=167 &release_id=409 Source: http://forge.vtiger.com/frs/download.php/565/vquickedit-v1.1.zip Documentation: http://forge.vtiger.com/frs/download.php/566/vquickedit-v1.1.pdf Keep us posted with your feedback. Regards, Prasad vtiger Team On 6/18/08, Prasad wrote: Dear Members, With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can now update multiple record at once. This avoids you to edit each and every record! To know more look at: http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf Like to try it, then download it now: http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zi p Keep us updated with your feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080618/bccf6fe0/attachment-0003.html From prasad at vtiger.com Wed Jun 18 22:50:55 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 19 Jun 2008 11:20:55 +0530 Subject: [Vtigercrm-developers] vquickedit - Update Multiple Records In-Reply-To: <008001c8d185$11ae24a0$3f10a8c0@tmi.local> References: <39d18b250806172317o6a86945cxce3b131e7d23f155@mail.gmail.com> <39d18b250806181336h119a69f9xb217d19736da3f3@mail.gmail.com> <008001c8d185$11ae24a0$3f10a8c0@tmi.local> Message-ID: <39d18b250806182250i71dc7f5bma5a70d3d559f7815@mail.gmail.com> Hi Karyn, vquickedit is based on vtiger CRM 5.0.4 With minor changes it can be made to work with 5.0.3 as well. Regards, Prasad vtiger Team On 6/19/08, Karyn Cassio wrote: > > Prasad, > > > > I'm assuming this will only run on 5.0.4, is that right? > > We are still running 0.3. > > > > Thanx, > > > > *Karyn Cassio* > > *Web Developer* > > *TransMagic, Inc.* > ------------------------------ > > *From:* vtigercrm-developers-bounces at lists.vtigercrm.com [mailto: > vtigercrm-developers-bounces at lists.vtigercrm.com] *On Behalf Of *Prasad > *Sent:* Wednesday, June 18, 2008 2:36 PM > *To:* vtigercrm-developers at lists.vtigercrm.com > *Subject:* Re: [Vtigercrm-developers] vquickedit - Update Multiple Records > > > > Dear Members, > > Based on the feedback on this feature, the plugin was enhanced to support > almost all the modules of vtiger CRM now. > > Check out the latest version 1.1 at > http://forge.vtiger.com/frs/?group_id=167&release_id=409 > > Source: http://forge.vtiger.com/frs/download.php/565/vquickedit-v1.1.zip > > Documentation: > http://forge.vtiger.com/frs/download.php/566/vquickedit-v1.1.pdf > > Keep us posted with your feedback. > > Regards, > Prasad > vtiger Team > > On 6/18/08, *Prasad* wrote: > > Dear Members, > > With vquickedit (http://forge.vtiger.com/projects/vquickedit) you will can > now update multiple record at once. This avoids you to edit each and every > record! > > To know more look at: > http://forge.vtiger.com/frs/download.php/563/vquickedit-v1.0.pdf > > Like to try it, then download it now: > > http://forge.vtiger.com/frs/download.php/564/vtigercrm-504-quickedit-v1.0.zip > > Keep us updated with your feedback. > > 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/20080619/13be8a39/attachment-0003.html From greg at ct-net.org Wed Jun 18 23:15:19 2008 From: greg at ct-net.org (Gregory Machin) Date: Thu, 19 Jun 2008 08:15:19 +0200 Subject: [Vtigercrm-developers] missing file ?? Message-ID: <4859F977.5030808@ct-net.org> Hi some times for no reason at all me proxy gives *The requested URL could not be retrieved * While trying to retrieve the URL: http://www.ct-net.org/vtigercrm/index.php?action=index&module=Home The following error was encountered: *Zero Sized Reply * I had a look in the apache error logs and found the following ... Wed Jun 18 11:33:57 2008] [error] [client 196.212.210.154] File does not exist: /mirror/hosting/ct-net.org/www/htdocs/vtigercrm/modules/Settings/Settings.js, referer: http://www.ct-net.org/vtigercrm/index.php?module=Settings&action=index&parenttab=Settings the strange thing is it doesn't happen all the time but when it does it persists for quite a while. what could be causing this ? Currently running 5.04. -- Gregory Machin CT-Net www.ct-net.org greg at ct-net.org phone : +27 12 379 3497 fax : +27 12 379 4113 Cell : +27 72 524 8096 humans do not use the address below its for trapping spam. spamtrap imasucker at ct-net.org From prasad at vtiger.com Fri Jun 20 01:03:54 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 20 Jun 2008 13:33:54 +0530 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Message-ID: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Dear Members, The latest development of vtiger CRM 5.1 is installed at http://en.vtiger.com/wip The following features are available: * Popup Reminder for Calendar Events multicurrency.pdf * Multi Currency Support popupreminder.pdf * Duplicate Records Handling DuplicatesMerging.pdf * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf * Local Backup Feature localbackup.pdf We appreciate your feedback on these new features. Blog Post: http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/ef343e8d/attachment-0003.html From scott at centritechsolutions.com Fri Jun 20 03:03:52 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 20 Jun 2008 06:03:52 -0400 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Message-ID: <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> These are all great features, but what about the ability to merge the Trouble TicketID field. This seems like such an easy enhancement that I've been asking for since 5.0. This is so that we can use Word to create trouble ticket work orders. Right now I have to use the RTF merge in order to print out a trouble ticket with the ticket ID. Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Prasad Sent: Friday, June 20, 2008 4:04 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Dear Members, The latest development of vtiger CRM 5.1 is installed at http://en.vtiger.com/wip The following features are available: * Popup Reminder for Calendar Events multicurrency.pdf * Multi Currency Support popupreminder.pdf * Duplicate Records Handling DuplicatesMerging.pdf * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf * Local Backup Feature localbackup.pdf We appreciate your feedback on these new features. Blog Post: http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-developmen t Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/15d3e0e5/attachment-0003.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/20080620/15d3e0e5/attachment-0003.jpe From joe at tsolucio.com Fri Jun 20 03:32:16 2008 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 20 Jun 2008 12:32:16 +0200 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> Message-ID: <1213957936.8591.6.camel@joesunix.int> Hi Scott, I suppose you just didn't get around to answering my last email. In any case since I saw this post and I thought I'd ask you a question. If I remember correctly, you are using the TSolucio:TTTimecards extension, this extension adds 3 links to the left of each trouble ticket one of which is exactly for printing out the workorder. Why aren't you using that to easily print out the trouble ticket instead of RTF/Word? Joe TSolucio El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > These are all great features, but what about the ability to merge the > Trouble TicketID field. This seems like such an easy enhancement that > I?ve been asking for since 5.0. This is so that we can use Word to > create trouble ticket work orders. Right now I have to use the RTF > merge in order to print out a trouble ticket with the ticket ID. > > > > Centritech Solutions Logo > Scott Brown > Tel: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > Prasad > Sent: Friday, June 20, 2008 4:04 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > development > > > > > Dear Members, > > The latest development of vtiger CRM 5.1 is installed at > http://en.vtiger.com/wip > > The following features are available: > > * Popup Reminder for Calendar Events multicurrency.pdf > * Multi Currency Support popupreminder.pdf > * Duplicate Records Handling DuplicatesMerging.pdf > * User Configurable ID for SO/PO/Quotes > UserConfigurableInventoryIds.pdf > * Custom fields in Email templates > CustomFieldsInEmailTemplates.pdf > * Local Backup Feature localbackup.pdf > > We appreciate your feedback on these new features. > > Blog Post: > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > Regards, > Prasad > vtiger Team > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From prasad at vtiger.com Fri Jun 20 05:50:02 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 20 Jun 2008 18:20:02 +0530 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <1213957936.8591.6.camel@joesunix.int> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> <1213957936.8591.6.camel@joesunix.int> Message-ID: <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> Hi Scott, I have attached a quick implementation of getting Trouble Ticket ID for Mail Merging for the Word. This code is based on vtiger CRM 5.0.4. [Couldn't get it throughly validated] Kindly test it and let us know your feedback. Regards, Prasad vtiger Team On 6/20/08, Joe Bordes wrote: > > Hi Scott, > > I suppose you just didn't get around to answering my last email. > In any case since I saw this post and I thought I'd ask you a question. > > If I remember correctly, you are using the TSolucio:TTTimecards > extension, this extension adds 3 links to the left of each trouble > ticket one of which is exactly for printing out the workorder. Why > aren't you using that to easily print out the trouble ticket instead of > RTF/Word? > > Joe > TSolucio > > El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > > > These are all great features, but what about the ability to merge the > > Trouble TicketID field. This seems like such an easy enhancement that > > I've been asking for since 5.0. This is so that we can use Word to > > create trouble ticket work orders. Right now I have to use the RTF > > merge in order to print out a trouble ticket with the ticket ID. > > > > > > > > > Centritech Solutions Logo > > Scott Brown > > Tel: 804-360-9753Ext. 400 > > > Fax: 1-800-851-0516 > > http://www.centritech.net > > > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > > Prasad > > Sent: Friday, June 20, 2008 4:04 AM > > To: vtigercrm-developers at lists.vtigercrm.com > > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > > development > > > > > > > > > > Dear Members, > > > > The latest development of vtiger CRM 5.1 is installed at > > http://en.vtiger.com/wip > > > > The following features are available: > > > > * Popup Reminder for Calendar Events multicurrency.pdf > > * Multi Currency Support popupreminder.pdf > > * Duplicate Records Handling DuplicatesMerging.pdf > > * User Configurable ID for SO/PO/Quotes > > UserConfigurableInventoryIds.pdf > > * Custom fields in Email templates > > CustomFieldsInEmailTemplates.pdf > > * Local Backup Feature localbackup.pdf > > > > We appreciate your feedback on these new features. > > > > Blog Post: > > > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > > > Regards, > > Prasad > > vtiger Team > > > > > > > _______________________________________________ > > 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/20080620/0830a164/attachment-0003.html -------------- next part -------------- A non-text attachment was scrubbed... Name: vtigercrm-504-MailMerge-TicketID.zip Type: application/zip Size: 12376 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/0830a164/attachment-0003.zip -------------- next part -------------- A non-text attachment was scrubbed... Name: TicketId-MailMerging.png Type: image/png Size: 33956 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/0830a164/attachment-0003.png From info at nablacom.it Fri Jun 20 06:35:57 2008 From: info at nablacom.it (Nablacom) Date: Fri, 20 Jun 2008 15:35:57 +0200 Subject: [Vtigercrm-developers] R: Working with vtiger CRM 5.1 development In-Reply-To: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Message-ID: Hi Prasad Thank you for Your and Your team work. I have a question: what is the link to download of the 5.1 version? I want to test in with our own modules and patches! Best regards, Roberto _____ Da: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Per conto di Prasad Inviato: venerd? 20 giugno 2008 10:04 A: vtigercrm-developers at lists.vtigercrm.com Oggetto: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Dear Members, The latest development of vtiger CRM 5.1 is installed at http://en.vtiger.com/wip The following features are available: * Popup Reminder for Calendar Events multicurrency.pdf * Multi Currency Support popupreminder.pdf * Duplicate Records Handling DuplicatesMerging.pdf * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf * Local Backup Feature localbackup.pdf We appreciate your feedback on these new features. Blog Post: http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-developmen t Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080620/643744f0/attachment-0003.html From dome at tel.co.th Fri Jun 20 07:14:10 2008 From: dome at tel.co.th (Dome Charoenyost) Date: Fri, 20 Jun 2008 21:14:10 +0700 Subject: [Vtigercrm-developers] R: Working with vtiger CRM 5.1 development In-Reply-To: References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> Message-ID: <8ccbff060806200714n7efb7eedpf3bb5dd95161956a@mail.gmail.com> SVN On Fri, Jun 20, 2008 at 8:35 PM, Nablacom wrote: > Hi Prasad > > Thank you for Your and Your team work. > > I have a question: what is the link to download of the 5.1 version? I want > to test in with our own modules and patches! > > > > Best regards, > > Roberto > > > > ________________________________ > > Da: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Per conto di > Prasad > Inviato: venerd? 20 giugno 2008 10:04 > A: vtigercrm-developers at lists.vtigercrm.com > Oggetto: [Vtigercrm-developers] Working with vtiger CRM 5.1 development > > > > Dear Members, > > The latest development of vtiger CRM 5.1 is installed at > http://en.vtiger.com/wip > > The following features are available: > > * Popup Reminder for Calendar Events multicurrency.pdf > * Multi Currency Support popupreminder.pdf > * Duplicate Records Handling DuplicatesMerging.pdf > * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf > * Custom fields in Email templates CustomFieldsInEmailTemplates.pdf > * Local Backup Feature localbackup.pdf > > We appreciate your feedback on these new features. > > Blog Post: > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > Regards, > Prasad > vtiger Team > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From prasad at vtiger.com Fri Jun 20 10:57:23 2008 From: prasad at vtiger.com (Prasad) Date: Fri, 20 Jun 2008 23:27:23 +0530 Subject: [Vtigercrm-developers] R: Working with vtiger CRM 5.1 development In-Reply-To: <8ccbff060806200714n7efb7eedpf3bb5dd95161956a@mail.gmail.com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <8ccbff060806200714n7efb7eedpf3bb5dd95161956a@mail.gmail.com> Message-ID: <39d18b250806201057r2d4d8180nc83afd84a0537d6e@mail.gmail.com> Hi Dome, We are performing integration-validation of vtiger CRM 5.1 code. Once it is completed we will be commiting it to SVN branch: http://trac.vtiger.com/svn/vtiger/vtigercrm/branches/5.1 Kindly bear with us in the meantime. Regards, Prasad vtiger Team On 6/20/08, Dome Charoenyost wrote: > > SVN > > > > > On Fri, Jun 20, 2008 at 8:35 PM, Nablacom wrote: > > Hi Prasad > > > > Thank you for Your and Your team work. > > > > I have a question: what is the link to download of the 5.1 version? I > want > > to test in with our own modules and patches! > > > > > > > > Best regards, > > > > Roberto > > > > > > > > ________________________________ > > > > Da: vtigercrm-developers-bounces at lists.vtigercrm.com > > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Per conto di > > Prasad > > Inviato: venerd? 20 giugno 2008 10:04 > > A: vtigercrm-developers at lists.vtigercrm.com > > Oggetto: [Vtigercrm-developers] Working with vtiger CRM 5.1 development > > > > > > > > Dear Members, > > > > The latest development of vtiger CRM 5.1 is installed at > > http://en.vtiger.com/wip > > > > The following features are available: > > > > * Popup Reminder for Calendar Events multicurrency.pdf > > * Multi Currency Support popupreminder.pdf > > * Duplicate Records Handling DuplicatesMerging.pdf > > * User Configurable ID for SO/PO/Quotes UserConfigurableInventoryIds.pdf > > * Custom fields in Email > templates CustomFieldsInEmailTemplates.pdf > > * Local Backup Feature localbackup.pdf > > > > We appreciate your feedback on these new features. > > > > Blog Post: > > > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > > > Regards, > > Prasad > > vtiger Team > > > > > _______________________________________________ > > 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/20080620/8fd8d019/attachment-0003.html From scott at centritechsolutions.com Fri Jun 20 15:54:50 2008 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 20 Jun 2008 18:54:50 -0400 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> <1213957936.8591.6.camel@joesunix.int> <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> Message-ID: <002e01c8d328$b3f6d5f0$1be481d0$@com> Prasad, Thanks for the quick response. I have uploaded the implementation and so far it looks good. I will continue to test it. Will this be included in 5.1? Thanks, Centritech Solutions Logo Scott Brown Tel: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 http://www.centritech.net From: Prasad [mailto:prasad at vtiger.com] Sent: Friday, June 20, 2008 8:50 AM To: vtigercrm-developers at lists.vtigercrm.com Cc: scott at centritechsolutions.com Subject: Re: [Vtigercrm-developers] Working with vtiger CRM 5.1 development Hi Scott, I have attached a quick implementation of getting Trouble Ticket ID for Mail Merging for the Word. This code is based on vtiger CRM 5.0.4. [Couldn't get it throughly validated] Kindly test it and let us know your feedback. Regards, Prasad vtiger Team On 6/20/08, Joe Bordes wrote: Hi Scott, I suppose you just didn't get around to answering my last email. In any case since I saw this post and I thought I'd ask you a question. If I remember correctly, you are using the TSolucio:TTTimecards extension, this extension adds 3 links to the left of each trouble ticket one of which is exactly for printing out the workorder. Why aren't you using that to easily print out the trouble ticket instead of RTF/Word? Joe TSolucio El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > These are all great features, but what about the ability to merge the > Trouble TicketID field. This seems like such an easy enhancement that > I've been asking for since 5.0. This is so that we can use Word to > create trouble ticket work orders. Right now I have to use the RTF > merge in order to print out a trouble ticket with the ticket ID. > > > > Centritech Solutions Logo > Scott Brown > Tel: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > Prasad > Sent: Friday, June 20, 2008 4:04 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > development > > > > > Dear Members, > > The latest development of vtiger CRM 5.1 is installed at > http://en.vtiger.com/wip > > The following features are available: > > * Popup Reminder for Calendar Events multicurrency.pdf > * Multi Currency Support popupreminder.pdf > * Duplicate Records Handling DuplicatesMerging.pdf > * User Configurable ID for SO/PO/Quotes > UserConfigurableInventoryIds.pdf > * Custom fields in Email templates > CustomFieldsInEmailTemplates.pdf > * Local Backup Feature localbackup.pdf > > We appreciate your feedback on these new features. > > Blog Post: > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-developmen t > > Regards, > Prasad > vtiger Team > > > _______________________________________________ > 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/20080620/5cd800ac/attachment-0003.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/20080620/5cd800ac/attachment-0003.jpe From prasad at vtiger.com Sat Jun 21 19:25:13 2008 From: prasad at vtiger.com (Prasad) Date: Sun, 22 Jun 2008 07:55:13 +0530 Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 development In-Reply-To: <002e01c8d328$b3f6d5f0$1be481d0$@com> References: <39d18b250806200103r2e7ffaahbfddeed1d5c33d43@mail.gmail.com> <001c01c8d2bc$f983d3f0$ec8b7bd0$@com> <1213957936.8591.6.camel@joesunix.int> <39d18b250806200550m39ebbfb6q6786cec3962a7092@mail.gmail.com> <002e01c8d328$b3f6d5f0$1be481d0$@com> Message-ID: <39d18b250806211925kb798f58oe699482f436a5205@mail.gmail.com> Hi Scott, Thank you for updating us with the feedback. I have requested the feature integration with vtiger CRM 5.1 along with few other enhancements to it. We will keep you posted on that soon. Regards, Prasad vtiger Team On 6/21/08, Scott Brown wrote: > > Prasad, > > > > Thanks for the quick response. I have uploaded the implementation and so > far it looks good. I will continue to test it. Will this be included in > 5.1? > > > > Thanks, > > > > [image: Centritech Solutions Logo] > Scott Brown > Tel: 804-360-9753 Ext. 400 > Fax: 1-800-851-0516 > http://www.centritech.net > > *From:* Prasad [mailto:prasad at vtiger.com] > *Sent:* Friday, June 20, 2008 8:50 AM > *To:* vtigercrm-developers at lists.vtigercrm.com > *Cc:* scott at centritechsolutions.com > *Subject:* Re: [Vtigercrm-developers] Working with vtiger CRM 5.1 > development > > > > Hi Scott, > > I have attached a quick implementation of getting Trouble Ticket ID for > Mail Merging for the Word. > > This code is based on vtiger CRM 5.0.4. [Couldn't get it throughly > validated] > > Kindly test it and let us know your feedback. > > Regards, > Prasad > vtiger Team > > On 6/20/08, *Joe Bordes* wrote: > > Hi Scott, > > I suppose you just didn't get around to answering my last email. > In any case since I saw this post and I thought I'd ask you a question. > > If I remember correctly, you are using the TSolucio:TTTimecards > extension, this extension adds 3 links to the left of each trouble > ticket one of which is exactly for printing out the workorder. Why > aren't you using that to easily print out the trouble ticket instead of > RTF/Word? > > Joe > TSolucio > > El vie, 20-06-2008 a las 06:03 -0400, Scott Brown escribi?: > > > These are all great features, but what about the ability to merge the > > Trouble TicketID field. This seems like such an easy enhancement that > > I've been asking for since 5.0. This is so that we can use Word to > > create trouble ticket work orders. Right now I have to use the RTF > > merge in order to print out a trouble ticket with the ticket ID. > > > > > > > > > Centritech Solutions Logo > > Scott Brown > > Tel: 804-360-9753Ext. 400 > > > Fax: 1-800-851-0516 > > http://www.centritech.net > > > > From: vtigercrm-developers-bounces at lists.vtigercrm.com > > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > > Prasad > > Sent: Friday, June 20, 2008 4:04 AM > > To: vtigercrm-developers at lists.vtigercrm.com > > Subject: [Vtigercrm-developers] Working with vtiger CRM 5.1 > > development > > > > > > > > > > Dear Members, > > > > The latest development of vtiger CRM 5.1 is installed at > > http://en.vtiger.com/wip > > > > The following features are available: > > > > * Popup Reminder for Calendar Events multicurrency.pdf > > * Multi Currency Support popupreminder.pdf > > * Duplicate Records Handling DuplicatesMerging.pdf > > * User Configurable ID for SO/PO/Quotes > > UserConfigurableInventoryIds.pdf > > * Custom fields in Email templates > > CustomFieldsInEmailTemplates.pdf > > * Local Backup Feature localbackup.pdf > > > > We appreciate your feedback on these new features. > > > > Blog Post: > > > http://www.vtiger.com/blogs/2008/06/19/working-with-vtiger-crm-51-development > > > > Regards, > > Prasad > > vtiger Team > > > > > > > _______________________________________________ > > 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/20080622/50d19350/attachment-0003.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/20080622/50d19350/attachment-0003.jpe From stevens at techtron.co.za Sun Jun 22 04:28:30 2008 From: stevens at techtron.co.za (Steven Sher) Date: Sun, 22 Jun 2008 13:28:30 +0200 Subject: [Vtigercrm-developers] accounts import not working properly vtiger v5.0.4 Message-ID: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/55e1c4b3/attachment-0003.html From arodes at onweald.com Sun Jun 22 07:36:50 2008 From: arodes at onweald.com (Andrew Rodes) Date: Sun, 22 Jun 2008 09:36:50 -0500 Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 In-Reply-To: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> References: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> Message-ID: Make sure you don't have any command characters in the data. I have run into this before. I think its embedded tabs or commas .. cant remember, but they mess up the import code. The reason the dashboard numbers are increasing is because the crmentity records are being created, but not the account detail records due to some bad data somewhere in the source file. Andy _____ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 6:29 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/a9af9cdd/attachment-0003.html From stevens at techtron.co.za Sun Jun 22 11:01:02 2008 From: stevens at techtron.co.za (Steven Sher) Date: Sun, 22 Jun 2008 20:01:02 +0200 Subject: [Vtigercrm-developers] accounts import not working properlyvtigerv5.0.4 In-Reply-To: References: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> Message-ID: <4F1442F9EA0AE440ADDBB36DBC59591A11EF12@techserver.Techtron.local> Ok thanks will take a look at the source file, any idea how I correct the dashboard view to show the correct figures? From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Andrew Rodes Sent: 22 June 2008 04:37 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] accounts import not working properlyvtigerv5.0.4 Make sure you don't have any command characters in the data. I have run into this before. I think its embedded tabs or commas .. cant remember, but they mess up the import code. The reason the dashboard numbers are increasing is because the crmentity records are being created, but not the account detail records due to some bad data somewhere in the source file. Andy ________________________________ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 6:29 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/97779381/attachment-0003.html From arodes at onweald.com Sun Jun 22 21:26:18 2008 From: arodes at onweald.com (Andrew Rodes) Date: Sun, 22 Jun 2008 23:26:18 -0500 Subject: [Vtigercrm-developers] accounts import not workingproperlyvtigerv5.0.4 In-Reply-To: <4F1442F9EA0AE440ADDBB36DBC59591A11EF12@techserver.Techtron.local> References: <4F1442F9EA0AE440ADDBB36DBC59591A11EF04@techserver.Techtron.local> <4F1442F9EA0AE440ADDBB36DBC59591A11EF12@techserver.Techtron.local> Message-ID: <27227D9E81B44E6C83215CE4A5DAEA8E@ANDYSONY> You will have to manually delete the records via sql I think. There is no access via the ui if the record is only in crm_entity. andy _____ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 1:01 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] accounts import not workingproperlyvtigerv5.0.4 Ok thanks will take a look at the source file, any idea how I correct the dashboard view to show the correct figures? From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Andrew Rodes Sent: 22 June 2008 04:37 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] accounts import not working properlyvtigerv5.0.4 Make sure you don't have any command characters in the data. I have run into this before. I think its embedded tabs or commas .. cant remember, but they mess up the import code. The reason the dashboard numbers are increasing is because the crmentity records are being created, but not the account detail records due to some bad data somewhere in the source file. Andy _____ From: Steven Sher [mailto:stevens at techtron.co.za] Sent: Sunday, June 22, 2008 6:29 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] accounts import not working properly vtigerv5.0.4 I am trying to import about 250 accounts from a CSV file into Tiger v5.0.4 I do not get any errors and it says the import is successful, however the accounts don't actually get imported into tiger, when you list the accounts under the accounts section they are not there, but the figure on the main page dashboard does increase, by the 250. I have checked the actual DB they are the records are not there. Any suggestions? Steven. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080622/fc4fe37b/attachment-0003.html From greg at ct-net.org Wed Jun 25 01:33:47 2008 From: greg at ct-net.org (Gregory Machin) Date: Wed, 25 Jun 2008 10:33:47 +0200 Subject: [Vtigercrm-developers] Sales order and Delivery note Message-ID: <486202EB.4090202@ct-net.org> Hi This mite seem like a silly question. I'm what is the purpose of the "Sales Order" and Are there plans to add a delivery note functionality ? Thanks -- Gregory Machin CT-Net www.ct-net.org greg at ct-net.org phone : +27 12 379 3497 fax : +27 12 379 4113 Cell : +27 72 524 8096 humans do not use the address below its for trapping spam. spamtrap imasucker at ct-net.org From svk at vtiger.com Sat Jun 28 16:28:20 2008 From: svk at vtiger.com (Sreenivas Kanumuru) Date: Sat, 28 Jun 2008 16:28:20 -0700 Subject: [Vtigercrm-developers] Sales order and Delivery note In-Reply-To: <486202EB.4090202@ct-net.org> References: <486202EB.4090202@ct-net.org> Message-ID: <370368f40806281628o288bd37dk86407cc4a0050b05@mail.gmail.com> Hi Gregory, The following excerpt on wikipediadescribes the purpose of Sales Order: * **A sales order is an internal document of the company, meaning it is generated by the company itself. A sales order should record the customer's originating purchase order which is an external document. Rather than using the customer's purchase order document, an internal sales order form allows the internal audit control of completeness to be monitored as a sequential sales order number can be used by the company for its sales order documents. The customer's PO is the originating document which triggers the creation of the sales order. A sales order, being an internal document, can therefore contain many customer purchase orders under it. In a manufacturing environment, a sales order can be converted into a work order to show that work is about to begin to manufacture, build or engineer the products the customer wants.* We are not planning to make changes in 5.1 release. Your feedback and suggestions on improving this functionality will be helpful. thanks, Sreenivas On Wed, Jun 25, 2008 at 1:33 AM, Gregory Machin wrote: > Hi > This mite seem like a silly question. I'm what is the purpose of the > "Sales Order" and Are there plans to add a delivery note functionality ? > > Thanks > > -- > Gregory Machin > CT-Net > www.ct-net.org > greg at ct-net.org > phone : +27 12 379 3497 > fax : +27 12 379 4113 > Cell : +27 72 524 8096 > > humans do not use the address > below its for trapping spam. > spamtrap imasucker at ct-net.org > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- Sreenivas Kanumuru vtiger Team Location: Sunnyvale, California Office: +1 (408) 716-8592 Cell: +1 (408) 836-5810 Skype: skanumuru -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080628/47527aa2/attachment-0003.html From greg at ct-net.org Mon Jun 30 03:01:35 2008 From: greg at ct-net.org (Gregory Machin) Date: Mon, 30 Jun 2008 12:01:35 +0200 Subject: [Vtigercrm-developers] Sales order and Delivery note In-Reply-To: <370368f40806281628o288bd37dk86407cc4a0050b05@mail.gmail.com> References: <486202EB.4090202@ct-net.org> <370368f40806281628o288bd37dk86407cc4a0050b05@mail.gmail.com> Message-ID: <4868AEFF.9010400@ct-net.org> thanks for the explanation .. Sreenivas Kanumuru wrote: > Hi Gregory, > > The following excerpt on wikipedia > describes the purpose of > Sales Order: > / > / > /A sales order is an internal document of the company, meaning it is > generated by the company itself. A sales order should record the > customer's originating purchase order > which is an external > document. Rather than using the customer's purchase order document, an > internal sales order form allows the internal audit control of > completeness to be monitored as a sequential sales order number can be > used by the company for its sales order documents. The customer's PO > is the originating document which triggers the creation of the sales > order. A sales order, being an internal document, can therefore > contain many customer purchase orders under it. In a manufacturing > environment, a sales order can be converted into a work order to show > that work is about to begin to manufacture, build or engineer the > products the customer wants./ > > We are not planning to make changes in 5.1 release. Your feedback and > suggestions on improving this functionality will be helpful. > > thanks, > Sreenivas > > On Wed, Jun 25, 2008 at 1:33 AM, Gregory Machin > wrote: > > Hi > This mite seem like a silly question. I'm what is the purpose of the > "Sales Order" and Are there plans to add a delivery note > functionality ? > > Thanks > > -- > Gregory Machin > CT-Net > www.ct-net.org > greg at ct-net.org > phone : +27 12 379 3497 > fax : +27 12 379 4113 > Cell : +27 72 524 8096 > > humans do not use the address > below its for trapping spam. > spamtrap imasucker at ct-net.org > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > -- > Sreenivas Kanumuru > vtiger Team > > Location: > Sunnyvale, California > > Office: +1 (408) 716-8592 > Cell: +1 (408) 836-5810 > Skype: skanumuru > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- Gregory Machin CT-Net www.ct-net.org greg at ct-net.org phone : +27 12 379 3497 fax : +27 12 379 4113 Cell : +27 72 524 8096 humans do not use the address below its for trapping spam. spamtrap imasucker at ct-net.org