From scott at centritechsolutions.com Fri Mar 2 18:23:38 2007 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 2 Mar 2007 21:23:38 -0500 Subject: [Vtigercrm-developers] Ticket comments Message-ID: <006001c75d3a$fc18ab70$0202fea9@laptop> Is there a way to have a report of the ticket comments or a way to create a custom view to show all the ticket comments on one screen? This way I can at least do a print screen. Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070302/f821c2c5/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 1917 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070302/f821c2c5/attachment-0001.jpe From eugene at wtb.co.za Fri Mar 2 18:33:02 2007 From: eugene at wtb.co.za (eugene@wtb.co.za) Date: Sat, 03 Mar 2007 04:33:02 +0200 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 15, Issue 1 Message-ID: Thank you for your e-mail. I am currently on a course but wil be back on Monday, 5 March. Should you require assistance before then, please contact Niel van Vuuren for IT related queries at niel at wtb.co.za or 011 782 4222. For any other queries please call 011 782 4222. Thanks and best regards, Eugene Booyens Walk Thru the Bible Phone: +27 11 782 4222 Fax: +27 11 782 3977 Web: www.bible.org.za From mike.roosa at gmail.com Mon Mar 5 08:06:23 2007 From: mike.roosa at gmail.com (Mike Roosa) Date: Mon, 5 Mar 2007 11:06:23 -0500 Subject: [Vtigercrm-developers] Leads Listview Message-ID: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> I'm sure this will be an easy one for most of you. I'm an ASP developer and just learning both vTiger and PHP so I'm a little lost. I wanted to modify the Leads Listview to take out the Website address and add the Lead Status. When I remove the lines related to website in Leads.php and Lead.php nothing happens. The Website address and website column header still show up. Am I missing something else here? Thanks, Mike Roosa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070305/4befb88f/attachment.htm From davidv.net at gmail.com Mon Mar 5 11:37:12 2007 From: davidv.net at gmail.com (David V.) Date: Mon, 5 Mar 2007 15:37:12 -0400 Subject: [Vtigercrm-developers] Leads Listview In-Reply-To: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> References: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> Message-ID: You don't have to go in the code. Just create a new view and make it the default. David V. 2007/3/5, Mike Roosa : > > I'm sure this will be an easy one for most of you. I'm an ASP developer > and just learning both vTiger and PHP so I'm a little lost. I wanted to > modify the Leads Listview to take out the Website address and add the Lead > Status. When I remove the lines related to website in Leads.php and > Lead.php nothing happens. The Website address and website column header > still show up. Am I missing something else here? > > Thanks, > Mike Roosa > > _______________________________________________ > 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/20070305/2805a0ef/attachment.html From mike.roosa at gmail.com Mon Mar 5 11:41:14 2007 From: mike.roosa at gmail.com (Mike Roosa) Date: Mon, 5 Mar 2007 14:41:14 -0500 Subject: [Vtigercrm-developers] Leads Listview In-Reply-To: References: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> Message-ID: <755997990703051141k14da44f6o389c7d9120269dac@mail.gmail.com> Ok, thanks I'll give that a shot. On 3/5/07, David V. wrote: > > You don't have to go in the code. > Just create a new view and make it the default. > > David V. > > > > 2007/3/5, Mike Roosa : > > > > I'm sure this will be an easy one for most of you. I'm an ASP developer > > and just learning both vTiger and PHP so I'm a little lost. I wanted to > > modify the Leads Listview to take out the Website address and add the Lead > > Status. When I remove the lines related to website in Leads.php and > > Lead.php nothing happens. The Website address and website column header > > still show up. Am I missing something else here? > > > > Thanks, > > Mike Roosa > > > > _______________________________________________ > > 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/20070305/b745b110/attachment.htm From scott at centritechsolutions.com Mon Mar 5 12:13:45 2007 From: scott at centritechsolutions.com (scott@centritechsolutions.com) Date: Mon, 05 Mar 2007 15:13:45 -0500 Subject: [Vtigercrm-developers] Ticket comments Message-ID: <9125921412.20070305151345@shortpump.com> What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? I.E SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php Thanks Scott ------Original Mail------ From: "bharath" To: Sent: Mon, 05 Mar 2007 16:07:27 +0530 Subject: Re:[Vtigercrm-developers] Ticket comments Dear Scott Brown, Thanks for your fruitful suggestion. Currently we are not supporting this feature, but we will take this in one of our future release. Please do get back to us for further details. Thanks & Regards Bharath ----scott at centritechsolutions.com wrote ---- Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. Scott Brown Operations Manager Main: 804-360-9753Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From brian at pr2k.com Mon Mar 5 14:21:20 2007 From: brian at pr2k.com (Brian Laughlin) Date: Mon, 5 Mar 2007 14:21:20 -0800 Subject: [Vtigercrm-developers] Ticket comments References: <9125921412.20070305151345@shortpump.com> Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6D9D@svawmc1.awnow.local> We don't use Ticket's but based on what I can tell this query might put you on the right path on getting what you what. Select * from vtiger_troubletickets tt join vtiger_crmentity ce on ce.crmid = tt.ticketid where tt.status = 'Open' Good luck, Brian Laughlin -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of scott at centritechsolutions.com Sent: Monday, March 05, 2007 12:14 PM To: bharath at vtiger.com Cc: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Ticket comments What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? I.E SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php Thanks Scott ------Original Mail------ From: "bharath" To: Sent: Mon, 05 Mar 2007 16:07:27 +0530 Subject: Re:[Vtigercrm-developers] Ticket comments Dear Scott Brown, Thanks for your fruitful suggestion. Currently we are not supporting this feature, but we will take this in one of our future release. Please do get back to us for further details. Thanks & Regards Bharath ----scott at centritechsolutions.com wrote ---- Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. Scott Brown Operations Manager Main: 804-360-9753Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From joe at tsolucio.com Mon Mar 5 15:48:34 2007 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 06 Mar 2007 00:48:34 +0100 Subject: [Vtigercrm-developers] Ticket comments In-Reply-To: <9125921412.20070305151345@shortpump.com> References: <9125921412.20070305151345@shortpump.com> Message-ID: <1173138514.8929.2.camel@joeshome.int> Hi Scott, The ticket comments are in the vtiger_ticketcomments table so you will have to select in that table to get the comments you are looking for: select comments, createdtime from vtiger_ticketcomments where ticketid={yourticketid} order by createdtime; That should get the comments. Let us know how it turns out. Regards, Joe TSolucio El lun, 05-03-2007 a las 15:13 -0500, scott at centritechsolutions.com escribi?: > What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? > > I.E > > SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; > > If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php > > Thanks > Scott > > ------Original Mail------ > From: "bharath" > To: > Sent: Mon, 05 Mar 2007 16:07:27 +0530 > Subject: Re:[Vtigercrm-developers] Ticket comments > > > > > Dear Scott Brown, > > Thanks for your fruitful suggestion. > Currently we are not supporting this feature, > but we will take this in one of our future release. > Please do get back to us for further details. > > Thanks & Regards > Bharath > > > > > ----scott at centritechsolutions.com wrote ---- > > Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. > > > Scott Brown > Operations Manager > Main: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > http://www.CentriTechSolutions.com > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From scott at centritechsolutions.com Mon Mar 5 16:06:25 2007 From: scott at centritechsolutions.com (Scott Brown) Date: Mon, 5 Mar 2007 19:06:25 -0500 Subject: [Vtigercrm-developers] Ticket comments In-Reply-To: <1173138514.8929.2.camel@joeshome.int> Message-ID: <00b201c75f83$4efc71b0$0202fea9@laptop> Thanks Joe, How would I join this to the vtiger_troubletickets table so that I can pull out the corresponding ticketed, assignedto, and the title. I also need the where clause to filter out only tickets that have a status of Open. I think I need a combination of what you have and what Brian sent earlier Select * from vtiger_troubletickets tt join vtiger_crmentity ce on ce.crmid = tt.ticketid where tt.status = 'Open' It looks like his suggestion pulls out all the tickets with the status of Open but no comments, and yours would pull out all the comments for a specific ticket. Should I run Brian's query and then step through the result and pull out the ticket Id and then execute a 2nd query using your suggestion and display the data. Then go to the next result in Brian's query ? Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Joe Bordes Sent: Monday, March 05, 2007 6:49 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Ticket comments Hi Scott, The ticket comments are in the vtiger_ticketcomments table so you will have to select in that table to get the comments you are looking for: select comments, createdtime from vtiger_ticketcomments where ticketid={yourticketid} order by createdtime; That should get the comments. Let us know how it turns out. Regards, Joe TSolucio El lun, 05-03-2007 a las 15:13 -0500, scott at centritechsolutions.com escribi?: > What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? > > I.E > > SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; > > If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php > > Thanks > Scott > > ------Original Mail------ > From: "bharath" > To: > Sent: Mon, 05 Mar 2007 16:07:27 +0530 > Subject: Re:[Vtigercrm-developers] Ticket comments > > > > > Dear Scott Brown, > > Thanks for your fruitful suggestion. > Currently we are not supporting this feature, > but we will take this in one of our future release. > Please do get back to us for further details. > > Thanks & Regards > Bharath > > > > > ----scott at centritechsolutions.com wrote ---- > > Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. > > > Scott Brown > Operations Manager > Main: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > http://www.CentriTechSolutions.com > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From vtiger at sydesy.com Mon Mar 5 20:49:36 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Tue, 6 Mar 2007 05:49:36 +0100 Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? Message-ID: <2617b9b70703052049o52dc608eja6677c89837ba7ac@mail.gmail.com> Hi, I know I?m probably late in the show, but I?d like to test the 5.0.3 branch, using svn. The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 I suppose I?m not the only one in that case. How did you do it ? How do you upgrade your local copy everytime there is a minor 5.0.x version ? Thanks in advance for your advices. Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? X+ From brian at pr2k.com Mon Mar 5 20:59:19 2007 From: brian at pr2k.com (Brian Laughlin) Date: Mon, 5 Mar 2007 20:59:19 -0800 Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DD0@svawmc1.awnow.local> Importer that deals with duplicates??? That's great. A lot of people have requested that, post to here if you must. :-) -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of xavier dutoit Sent: Monday, March 05, 2007 8:50 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? Hi, I know I?m probably late in the show, but I?d like to test the 5.0.3 branch, using svn. The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 I suppose I?m not the only one in that case. How did you do it ? How do you upgrade your local copy everytime there is a minor 5.0.x version ? Thanks in advance for your advices. Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? X+ _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From mickie at vtiger.com Mon Mar 5 21:24:24 2007 From: mickie at vtiger.com (Mickie) Date: Tue, 06 Mar 2007 10:54:24 +0530 Subject: [Vtigercrm-developers] Ticket comments In-Reply-To: <00b201c75f83$4efc71b0$0202fea9@laptop> References: <00b201c75f83$4efc71b0$0202fea9@laptop> Message-ID: <11125b49aa6.-3439776111866044364.-5607585072602341996@vtiger.com> Dear Scott, you can run the following query to get the list of open tickets and their comments select vtiger_troubletickets.ticketid,vtiger_troubletickets.title, vtiger_crmentity.smownerid,vtiger_ticketcomments.* from vtiger_troubletickets inner joinvtiger_crmentity onvtiger_troubletickets.ticketid=vtiger_crmentity.crmid left joinvtiger_ticketcomments onvtiger_ticketcomments.ticketid=vtiger_troubletickets.ticketid wherevtiger_troubletickets.status='Open' where as if you want get the details for a single ticket then you can add and vtiger_troubletickets.ticketid=117 at the end of the previous query. Hope this helps to get the result as per your need. Thanks & Regards Mickie ----scott at centritechsolutions.com wrote ---- Thanks Joe, How would I join this to the vtiger_troubletickets table so that I can pull out the corresponding ticketed, assignedto, and the title. I also need the where clause to filter out only tickets that have a status of Open. I think I need a combination of what you have and what Brian sent earlier Select * from vtiger_troubletickets tt join vtiger_crmentity ce on ce.crmid = tt.ticketid where tt.status = 'Open' It looks like his suggestion pulls out all the tickets with the status of Open but no comments, and yours would pull out all the comments for a specific ticket. Should I run Brian's query and then step through the result and pull out the ticket Id and then execute a 2nd query using your suggestion and display the data. Then go to the next result in Brian's query ? Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Joe Bordes Sent: Monday, March 05, 2007 6:49 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Ticket comments Hi Scott, The ticket comments are in the vtiger_ticketcomments table so you will have to select in that table to get the comments you are looking for: select comments, createdtime from vtiger_ticketcomments where ticketid={yourticketid} order by createdtime; That should get the comments. Let us know how it turns out. Regards, Joe TSolucio El lun, 05-03-2007 a las 15:13 -0500, scott at centritechsolutions.com escribi?: > What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? > > I.E > > SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; > > If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as http://www.crmserver.com/getTicketComments.php > > Thanks > Scott > > ------Original Mail------ > From: "bharath" > To: > Sent: Mon, 05 Mar 2007 16:07:27 +0530 > Subject: Re:[Vtigercrm-developers] Ticket comments > > > > > Dear Scott Brown, > > Thanks for your fruitful suggestion. > Currently we are not supporting this feature, > but we will take this in one of our future release. > Please do get back to us for further details. > > Thanks & Regards > Bharath > > > > > ----scott at centritechsolutions.com wrote ---- > > Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. > > > Scott Brown > Operations Manager > Main: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > http://www.CentriTechSolutions.com > > > > _______________________________________________ > 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 _______________________________________________ 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/20070306/82e0881c/attachment.html From xavier at sydesy.com Mon Mar 5 23:58:36 2007 From: xavier at sydesy.com (xavier dutoit) Date: Tue, 6 Mar 2007 08:58:36 +0100 Subject: [Vtigercrm-developers] Patch: import that deals with duplicates Message-ID: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> Just created a ticket on trac with the patch (from 5.0.2). http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/3187 I would like to know how to update my local copy to 5.0.3 from svn (cf my previous mail). X+ On 3/6/07, Brian Laughlin wrote: > Importer that deals with duplicates??? > > That's great. A lot of people have requested that, post to here if you must. :-) > > -----Original Message----- > From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of xavier dutoit > Sent: Monday, March 05, 2007 8:50 PM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? > > Hi, > > I know I?m probably late in the show, but I?d like to test the 5.0.3 branch, using svn. > > The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 > > I suppose I?m not the only one in that case. How did you do it ? > > How do you upgrade your local copy everytime there is a minor 5.0.x version ? > > Thanks in advance for your advices. > > Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? > > X+ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From chazarra.clement at gmail.com Tue Mar 6 03:25:51 2007 From: chazarra.clement at gmail.com (clement chazarra) Date: Tue, 6 Mar 2007 11:25:51 +0000 Subject: [Vtigercrm-developers] Testing tools Message-ID: Hello guys, since we are in a testing phase I thought those tools could be interesting: http://www.joedog.org/ http://httpd.apache.org/docs/trunk/programs/ab.html -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070306/a66361dc/attachment.htm From brian at pr2k.com Tue Mar 6 10:42:38 2007 From: brian at pr2k.com (Brian Laughlin) Date: Tue, 6 Mar 2007 10:42:38 -0800 Subject: [Vtigercrm-developers] A happy day for PHP Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> Yay, finally my biggest gripe has a nice simple solution. The last time I seriously coded was with SQL and Delphi 7. When I started working on vTiger I tested out a lot of IDEs and often would resort to VIM. OMG. I've been keeping an eye out and see that this product is soon to be released. http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.a spx I give you guys a lot of credit if you're using non WYSIWYG environments. You are extremely patient. :-) Just sharing. Brian Laughlin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070306/f8508cf3/attachment.html From javawaba at hotmail.com Tue Mar 6 14:34:07 2007 From: javawaba at hotmail.com (Jim Weir) Date: Tue, 06 Mar 2007 17:34:07 -0500 Subject: [Vtigercrm-developers] A happy day for PHP In-Reply-To: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> Message-ID: warp speed development... >From: "Brian Laughlin" >Reply-To: vtigercrm-developers at lists.vtigercrm.com >To: >Subject: [Vtigercrm-developers] A happy day for PHP >Date: Tue, 6 Mar:42:38 -0800 > >Yay, finally my biggest gripe has a nice simple solution. The last time >I seriously coded was with SQL and Delphi 7. When I started working on >vTiger I tested out a lot of IDEs and often would resort to VIM. OMG. >I've been keeping an eye out and see that this product is soon to be >released. > >http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.a >spx > >I give you guys a lot of credit if you're using non WYSIWYG >environments. You are extremely patient. :-) > >Just sharing. > > >Brian Laughlin >_______________________________________________ >Reach hundreds of potential candidates - http://jobs.vtiger.com _________________________________________________________________ Win a Zune™—make MSN® your homepage for your chance to win! http://homepage.msn.com/zune?icid=hmetagline From vtiger at sydesy.com Wed Mar 7 00:25:13 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Wed, 7 Mar 2007 09:25:13 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> Message-ID: <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> Created a ticket on trac with the patch (from 5.0.2). http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/3187 I would like to know how to update my local copy to 5.0.3 from svn (cf my previous mail). X+ On 3/6/07, Brian Laughlin wrote: > Importer that deals with duplicates??? > > That's great. A lot of people have requested that, post to here if you must. :-) > > -----Original Message----- > From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto: vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of xavier dutoit > Sent: Monday, March 05, 2007 8:50 PM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? > > Hi, > > I know I?m probably late in the show, but I?d like to test the 5.0.3branch, using svn. > > The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 > > I suppose I?m not the only one in that case. How did you do it ? > > How do you upgrade your local copy everytime there is a minor 5.0.xversion ? > > Thanks in advance for your advices. > > Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? > > X+ > > _______________________________________________ > 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/20070307/c74aa595/attachment.htm From Dirk.Gorny at Genion.de Wed Mar 7 00:26:15 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Wed, 7 Mar 2007 09:26:15 +0100 Subject: [Vtigercrm-developers] A happy day for PHP In-Reply-To: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> References: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> Message-ID: <200703070926.15776.Dirk.Gorny@Genion.de> Am Dienstag, 6. M?rz 2007 schrieb Brian Laughlin: > I've been keeping an eye out and see that this product is soon to be > released. > > http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.a > spx A nice tool, but it is for developing Web applications. Vtiger has to become a Business application, so there are not only requirements for a rapid visual development and debugging. Because of PHP does not have generic structures for business applications and no extentions, like Rational Rose Data Modeler you have to build all what is a standard in J2EE, given as a benefit from then, by yourself. This is the work, should be done. And if you do so, you will get many free tools like Eclipse and its extentions. Riding another death horse (Delphi) is only a new handicap. With OMG I full aree if you mean http://www.omg.org. Standardised objects are half the battle. Best regards, Dirk From Dirk.Gorny at Genion.de Wed Mar 7 00:47:00 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Wed, 7 Mar 2007 09:47:00 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> Message-ID: <200703070947.00450.Dirk.Gorny@Genion.de> Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > I would like to know how to update my local copy to 5.0.3 from svn (cf > my previous mail). If you want to get all files you only have to do a svn export http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/ ./$LOCALDIRECTORY Because of changes in the structure of the source between the checked out source and the deployment you have to build a diff if you want to update a working deployment and update by "patch". Please look for DB changes every time and fix the DB by hand. Best regards, Dirk From vtiger at sydesy.com Wed Mar 7 01:29:17 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Wed, 7 Mar 2007 10:29:17 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <200703070947.00450.Dirk.Gorny@Genion.de> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> <200703070947.00450.Dirk.Gorny@Genion.de> Message-ID: <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> On 3/7/07, Dirk Gorny wrote: > > Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > > > I would like to know how to update my local copy to 5.0.3 from svn (cf > > my previous mail). > > If you want to get all files you only have to do a svn export > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDIRECTORY Is this how you use it ? That's against the aim of svn to have to do an export every time you change from 5.0.x to 5.0.y isn't it ? I have an up to date version of the 5.0.2 branch. It should be as simple as a "svn update", even between branches, shouldn't it ? The thing is that I don't know how to change from one branch to another without having to do a full checkout. How do you do that ? Because of changes in the structure of the source between the checked out > source and the deployment you have to build a diff if you want to update a > working deployment and update by "patch". Well, svn should deal with the change on the source, that's its job. Please look for DB changes every time and fix the DB by hand. Sure, that's normal to have to change the db by hand. Is there any place where the changes are documented ? eg: /mysql/update/5.0.1-5.0.2 /mysql/update/5.0.2-5.0.3 that is updated every time the db have to change ? Thanks for your advices. Xavier -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070307/d95f2f26/attachment.html From Dirk.Gorny at Genion.de Wed Mar 7 01:48:34 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Wed, 7 Mar 2007 10:48:34 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <200703070947.00450.Dirk.Gorny@Genion.de> <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> Message-ID: <200703071048.34765.Dirk.Gorny@Genion.de> Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > On 3/7/07, Dirk Gorny wrote: > > Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > > > I would like to know how to update my local copy to 5.0.3 from svn (cf > > > my previous mail). > > > > If you want to get all files you only have to do a svn export > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDI > >RECTORY > > Is this how you use it ? No. I use: svn diff --old=http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@$OLDRELEASE --new=http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@HEAD And patch it by hand. Then you look for DB changes and change the database if needed. > It should be as simple as a "svn update", even between branches, shouldn't > it ? No. > The thing is that I don't know how to change from one branch to another > without having to do a full checkout. How do you do that ? look ahead. > Because of changes in the structure of the source between the checked out > > > source and the deployment you have to build a diff if you want to update > > a working deployment and update by "patch". > > Well, svn should deal with the change on the source, that's its job. But your deployment differs with the source. > Sure, that's normal to have to change the db by hand. > Is there any place where the changes are documented ? Look at: http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml Best regards, Dirk From fp at crm-now.de Wed Mar 7 05:46:15 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Wed, 7 Mar 2007 14:46:15 +0100 Subject: [Vtigercrm-developers] New Login.php at SVN In-Reply-To: Message-ID: <200703071346.l27DkFBG008110@doko.im-netz.de> I saw the new v5.0.3 Login page at the SVN. Looks much nicer but raises an i18n issue. The expressions for username, password, language and theme are now hardcoded. Before these could be changed by the default language. Sure it is a minor issue but since you put so much effort in the internationalisation of vtiger it is worth to mention. Regards, Frank www.crm-now.com From vtiger at sydesy.com Thu Mar 8 04:46:29 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Thu, 8 Mar 2007 13:46:29 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <200703071048.34765.Dirk.Gorny@Genion.de> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <200703070947.00450.Dirk.Gorny@Genion.de> <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> <200703071048.34765.Dirk.Gorny@Genion.de> Message-ID: <2617b9b70703080446l3badc95ese7df756aa4c47fbb@mail.gmail.com> > > > > If you want to get all files you only have to do a svn export > > > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDI > > >RECTORY > > > > Is this how you use it ? > > No. I use: > > svn > diff --old= > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@$OLDRELEASE--new= > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@HEAD > > And patch it by hand. Then you look for DB changes and change the database > if > needed. > > > It should be as simple as a "svn update", even between branches, > shouldn't > > it ? > No. Ok, based on my experience with other projects, I know for a fact that it is possible to keep your local modifications and benefit from svn updates without having to create patches between versions. > > Because of changes in the structure of the source between the checked > out > > > > > source and the deployment you have to build a diff if you want to > update > > > a working deployment and update by "patch". > > > > Well, svn should deal with the change on the source, that's its job. > > But your deployment differs with the source. Yes, but again it shouldn't be a problem. Can we imagine two seconds a use case scenario ? I've fixed a bug on the 5.0.2 and there is a new 5.0.3 version. I want to use it, but, of course, to be sure my patch is still existing. They are three scenarios: 1) The bug is still on the 5.0.3 (and my fix still work) 2) They have applied it as offered and I need to "forget" my patch 3) They have fixed it, but with a different patch than what I submited Only the last case should need my intervention. I expect the SCM to deal with the others smoothly. I think the problem is that you are expected to change your working branches for every minor version. In other OSS softwares, the main versions (4.2, 5 and 5.1) are branched before the dev, and the minor ones after (as mainstones while producing the patches, new tar distos). ie. you always work in the same branch 5.n for all its live and you only svn update, and have to branch only when you go from 5.0 and 5.1. I mentioned something like that a few months ago, would it be possible to consider it or am I the only one thinking that would be saving a lot of time without any additional problem ? Look at: > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml Brilliant, thanks. Could you recommend a way of using these to generate mysql commands with the diffs ? X+ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070308/c693533c/attachment.htm From philip at vtiger.com Thu Mar 8 21:48:58 2007 From: philip at vtiger.com (Philip) Date: Fri, 09 Mar 2007 11:18:58 +0530 Subject: [Vtigercrm-developers] New Login.php at SVN In-Reply-To: <200703071346.l27DkFBG008110@doko.im-netz.de> References: <200703071346.l27DkFBG008110@doko.im-netz.de> Message-ID: <45F0F54A.2030102@vtiger.com> Hi Frank, We do have internationalised the label's username,password, language and theme in the login page. Do get back to us if you come across any issue in transaltion in the label while using our latest svn code. Regards, Philip Frank Piepiorra wrote: > I saw the new v5.0.3 Login page at the SVN. Looks much nicer but raises an > i18n issue. The expressions for username, password, language and theme are > now hardcoded. Before these could be changed by the default language. Sure > it is a minor issue but since you put so much effort in the > internationalisation of vtiger it is worth to mention. > > Regards, > Frank > > www.crm-now.com > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > From Dirk.Gorny at Genion.de Fri Mar 9 03:02:14 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Fri, 9 Mar 2007 12:02:14 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703080446l3badc95ese7df756aa4c47fbb@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <200703071048.34765.Dirk.Gorny@Genion.de> <2617b9b70703080446l3badc95ese7df756aa4c47fbb@mail.gmail.com> Message-ID: <200703091202.14700.Dirk.Gorny@Genion.de> Am Donnerstag, 8. M?rz 2007 schrieb xavier dutoit: > > > > If you want to get all files you only have to do a svn export > > > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDI > > > > > >RECTORY > > > > > > Is this how you use it ? > > > > No. I use: > > > > svn > > diff --old= > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@$OLDRELEA > >SE--new= > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@HEAD > > > > And patch it by hand. Then you look for DB changes and change the > > database if > > needed. > > > > > It should be as simple as a "svn update", even between branches, > > > > shouldn't > > > > > it ? > > > > No. > > Ok, based on my experience with other projects, I know for a fact that it > is possible to keep your local modifications and benefit from svn updates > without having to create patches between versions. I don't wrote that it is impossible, I wrote that for me it sholdn't be as simple as "svn update", even between branches, because I dont need it. > Yes, but again it shouldn't be a problem. Can we imagine two seconds a use > case scenario ? > > I've fixed a bug on the 5.0.2 and there is a new 5.0.3 version. I want to > use it, but, of course, to be sure my patch is still existing. > They are three scenarios: > 1) The bug is still on the 5.0.3 (and my fix still work) > 2) They have applied it as offered and I need to "forget" my patch > 3) They have fixed it, but with a different patch than what I submited The most important for me is to change code (not bugfixing) and don't get this overwritten by an update. > > Look at: > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/schema/Dat > >abaseSchema.xml > > Brilliant, thanks. Could you recommend a way of using these to generate > mysql commands with the diffs ? Sory, I have no experience in mysql. I think there are some tools for innodb do this job. Best regards, Dirk From fp at crm-now.de Fri Mar 9 06:19:04 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Fri, 9 Mar 2007 15:19:04 +0100 Subject: [Vtigercrm-developers] osCommerce extension for Webforms In-Reply-To: Message-ID: <200703091419.l29EJ28u021844@doko.im-netz.de> One of our clients has designed an osCommerce extension for the vtiger Webforms and has aksed me to share it with the vtiger community. The webforms by vtiger allow the transfer of contact information to the CRM system by web applications. osCommerce uses a contact form that generates an email to the shop owner. This webform extension for osCommerce combines both and provides an lead entry at the CRM system any time the contact form of osCommerce is used. The extension is designed to be multilingual. You may download it from http://vtigerforge.fosslabs.com/projects/webformsoscext/ Have fun. From brian at pr2k.com Fri Mar 9 10:00:59 2007 From: brian at pr2k.com (Brian Laughlin) Date: Fri, 9 Mar 2007 10:00:59 -0800 Subject: [Vtigercrm-developers] osCommerce extension for Webforms References: <200703091419.l29EJ28u021844@doko.im-netz.de> Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BAC4@svawmc1.awnow.local> Frank -- thank you for sharing this with the community. -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Frank Piepiorra Sent: Friday, March 09, 2007 6:19 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] osCommerce extension for Webforms One of our clients has designed an osCommerce extension for the vtiger Webforms and has aksed me to share it with the vtiger community. The webforms by vtiger allow the transfer of contact information to the CRM system by web applications. osCommerce uses a contact form that generates an email to the shop owner. This webform extension for osCommerce combines both and provides an lead entry at the CRM system any time the contact form of osCommerce is used. The extension is designed to be multilingual. You may download it from http://vtigerforge.fosslabs.com/projects/webformsoscext/ Have fun. _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From javawaba at hotmail.com Sat Mar 10 13:19:46 2007 From: javawaba at hotmail.com (Jim Weir) Date: Sat, 10 Mar 2007 16:19:46 -0500 Subject: [Vtigercrm-developers] import Message-ID: I format my data - firstname, lastname and email with this tool... http://vtigerforge.fosslabs.com/frs/?group_id=93&release_id=165 ...when I try an import I get this error, Import Error: The directory cache/import/ does not exist or is not writable ..so I created a cache/import directory(writable w/ chmod 777 import), but that doesn't help. I also tried export, then re-importing the same records. I get the same error.. HELP! Thanks, JavaWaba _________________________________________________________________ The average US Credit Score is 675. The cost to see yours: $0 by Experian. http://www.freecreditreport.com/pm/default.aspx?sc=660600&bcd=EMAILFOOTERAVERAGE From tzenk at gmx.net Mon Mar 12 04:11:37 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Mon, 12 Mar 2007 12:11:37 +0100 Subject: [Vtigercrm-developers] osCommerce extension for Webforms In-Reply-To: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BAC4@svawmc1.awnow.local> References: <200703091419.l29EJ28u021844@doko.im-netz.de> <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BAC4@svawmc1.awnow.local> Message-ID: <45F53569.5070801@gmx.net> Yeah, my opinion, great message within this step. THX Brian Laughlin schrieb: > Frank -- thank you for sharing this with the community. > > -----Original Message----- > From: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > Frank Piepiorra > Sent: Friday, March 09, 2007 6:19 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] osCommerce extension for Webforms > > One of our clients has designed an osCommerce extension for the vtiger > Webforms and has aksed me to share it with the vtiger community. > > The webforms by vtiger allow the transfer of contact information to the > CRM system by web applications. > osCommerce uses a contact form that generates an email to the shop > owner. > This webform extension for osCommerce combines both and provides an lead > entry at the CRM system any time the contact form of osCommerce is used. > The extension is designed to be multilingual. > > You may download it from > http://vtigerforge.fosslabs.com/projects/webformsoscext/ > > Have fun. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > From tzenk at gmx.net Mon Mar 12 11:38:30 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Mon, 12 Mar 2007 19:38:30 +0100 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: References: Message-ID: <45F59E26.6020805@gmx.net> Hi Folks, till now i worked with Dreamweaver to get parts of vtiger changed and edited. but as i go into things deeper now i need to change my editor setup. So are there any suggestions from your side which editor (s) i should/could use being used to dreamweaver? I need an editor that shows me like dreamweaver the code and the real site look being able to edit the .tpl /.html and .php files in a switching view environment. For some reason dreamweaver doesn?t do it s job too good so i would be thankful for your comments on this Best Regards Torsten Zenk From joe at tsolucio.com Mon Mar 12 13:38:28 2007 From: joe at tsolucio.com (Joe Bordes) Date: Mon, 12 Mar 2007 21:38:28 +0100 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: <45F59E26.6020805@gmx.net> References: <45F59E26.6020805@gmx.net> Message-ID: <1173731908.9047.2.camel@joeshome.int> Hi, I use eclipse with phpeclipse and web tools, firefox with web development extension. I am an old coder and been with unix for a long time. I am comfortable with vi and emacs so my opinion may not help you. Regards, Joe TSolucio El lun, 12-03-2007 a las 19:38 +0100, Torsten Zenk escribi?: > Hi Folks, till now i worked with Dreamweaver to get parts of vtiger > changed and edited. but as i go into things deeper now i need to change > my editor setup. > So are there any suggestions from your side which editor (s) i > should/could use being used to dreamweaver? I need an editor that shows > me like dreamweaver the code and the real site look being able to edit > the .tpl /.html and .php files in a switching view environment. > > For some reason dreamweaver doesn?t do it s job too good so i would be > thankful for your comments on this > > Best Regards > Torsten Zenk > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From info at alpigro.de Tue Mar 13 00:53:29 2007 From: info at alpigro.de (Alex Picker) Date: Tue, 13 Mar 2007 08:53:29 +0100 Subject: [Vtigercrm-developers] How to for developing new modules Message-ID: Hi @all our developers have made a how to for developing and creating new modules in vtiger 5.0.3 RC2. On this link you can download the manuel. Please give us your feedback and your additons for this how to. After a review we can publish it on the vtiger.com wiki http://www.vtiger.de/fileadmin/download/files/creating_new_module_vtiger503_ rc2_Example_MySQL.pdf Best regards from the vtiger.de team in germany Alex Picker support at vtiger.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070313/e69ba2d1/attachment.html From tzenk at gmx.net Tue Mar 13 01:27:40 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 13 Mar 2007 09:27:40 +0100 Subject: [Vtigercrm-developers] How to for developing new modules In-Reply-To: References: Message-ID: <45F6607C.3000904@gmx.net> Grrrrrrrrreat, thank you, this is a good start for wannabe developers like me ;) Greetings Torsten Alex Picker schrieb: > Hi @all > > our developers have made a how to for developing and creating new > modules in vtiger 5.0.3 RC2. > > On this link you can download the manuel. Please give us your feedback > and your additons for this how to. After a review we can publish it on > the vtiger.com wiki > > http://www.vtiger.de/fileadmin/download/files/creating_new_module_vtiger503_rc2_Example_MySQL.pdf > > Best regards from the vtiger.de team in germany > > Alex Picker > support at vtiger.de > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From tzenk at gmx.net Tue Mar 13 01:59:04 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 13 Mar 2007 09:59:04 +0100 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: <45F59E26.6020805@gmx.net> References: <45F59E26.6020805@gmx.net> Message-ID: <45F667D8.5000404@gmx.net> Well for those of you who might wanna try different Frameworks i found this very informing site about frameworks and definitly found some very interesting stuff for the vtiger editing. i hope you folkz do too ;) http://www.phpwact.org/php/mvc_frameworks Greetz Torsten Zenk Torsten Zenk schrieb: > Hi Folks, till now i worked with Dreamweaver to get parts of vtiger > changed and edited. but as i go into things deeper now i need to change > my editor setup. > So are there any suggestions from your side which editor (s) i > should/could use being used to dreamweaver? I need an editor that shows > me like dreamweaver the code and the real site look being able to edit > the .tpl /.html and .php files in a switching view environment. > > For some reason dreamweaver doesn?t do it s job too good so i would be > thankful for your comments on this > > Best Regards > Torsten Zenk > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From dfar2008 at gmail.com Tue Mar 13 02:53:44 2007 From: dfar2008 at gmail.com (ding jianting) Date: Tue, 13 Mar 2007 17:53:44 +0800 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: <45F667D8.5000404@gmx.net> References: <45F59E26.6020805@gmx.net> <45F667D8.5000404@gmx.net> Message-ID: I use Editplus. On 3/13/07, Torsten Zenk wrote: > > Well for those of you who might wanna try different Frameworks i found > this very informing site about frameworks and definitly found some very > interesting stuff for the vtiger editing. i hope you folkz do too ;) > > http://www.phpwact.org/php/mvc_frameworks > > Greetz > Torsten Zenk > > Torsten Zenk schrieb: > > Hi Folks, till now i worked with Dreamweaver to get parts of vtiger > > changed and edited. but as i go into things deeper now i need to change > > my editor setup. > > So are there any suggestions from your side which editor (s) i > > should/could use being used to dreamweaver? I need an editor that shows > > me like dreamweaver the code and the real site look being able to edit > > the .tpl /.html and .php files in a switching view environment. > > > > For some reason dreamweaver doesn?t do it s job too good so i would be > > thankful for your comments on this > > > > Best Regards > > Torsten Zenk > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- ________________________________________ ????????????: http://www.c3crm.com ----------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070313/88c1dc5c/attachment.htm From info at alpigro.de Tue Mar 13 03:49:14 2007 From: info at alpigro.de (Alex Picker) Date: Tue, 13 Mar 2007 11:49:14 +0100 Subject: [Vtigercrm-developers] Migrationscript sugarcrm 4.5 to vtiger 5.0.2 Message-ID: Hi @all we made a migrationscript for a simple and fast migration from sugarcrm to vtiger. I made a new project on vtigerforge. http://vtigerforge.fosslabs.com/projects/sugar-vtiger/ Please give us feedback after testing :-) We want to add some new functions in the future. For example a migration and update to a vtiger database with data in it. Best regards from the vtiger.de team in germany Alex Picker support at vtiger.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070313/05c869d2/attachment.html From fp at crm-now.de Tue Mar 13 08:21:46 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Tue, 13 Mar 2007 16:21:46 +0100 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: Message-ID: <200703131521.l2DFLju5021971@doko.im-netz.de> I just saw at Rev. 10427 that you have set a mail address for the standard user as "standarduser at vtigeruser.com". My friend Dirk was punching my head when we offered this as our default value. How do you know that this email address does not exist already or will exist in the future? This is not a good practice. As we all know CRM users will not change it immediately and there is the danger that emails are getting out to the wrong reciever. So I think it is better to leave this field empty or fill it with the admin email address when you install the system. From davidv.net at gmail.com Tue Mar 13 10:32:10 2007 From: davidv.net at gmail.com (David V.) Date: Tue, 13 Mar 2007 13:32:10 -0400 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: <200703131521.l2DFLju5021971@doko.im-netz.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> Message-ID: I agree ! David V. 2007/3/13, Frank Piepiorra : > I just saw at Rev. 10427 that you have set a mail address for the standard > user as "standarduser at vtigeruser.com". My friend Dirk was punching my head > when we offered this as our default value. How do you know that this email > address does not exist already or will exist in the future? This is not a > good practice. As we all know CRM users will not change it immediately and > there is the danger that emails are getting out to the wrong reciever. So I > think it is better to leave this field empty or fill it with the admin email > address when you install the system. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From Dirk.Gorny at Genion.de Tue Mar 13 11:36:55 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Tue, 13 Mar 2007 19:36:55 +0100 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: <200703131521.l2DFLju5021971@doko.im-netz.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> Message-ID: <200703131936.56171.Dirk.Gorny@Genion.de> I suggest mailadmin at localhost if there must bee a E-Mail address. Because off not sendig this message in the world it stops in worst case at your E-Mail provider. In general all things whitch are preset should not go outside the localhost. Best regards, Dirk Am Dienstag, 13. M?rz 2007 schrieb Frank Piepiorra: > I just saw at Rev. 10427 that you have set a mail address for the standard > user as "standarduser at vtigeruser.com". My friend Dirk was punching my head > when we offered this as our default value. How do you know that this email > address does not exist already or will exist in the future? This is not a > good practice. As we all know CRM users will not change it immediately and > there is the danger that emails are getting out to the wrong reciever. So I > think it is better to leave this field empty or fill it with the admin > email address when you install the system. From tzenk at gmx.net Tue Mar 13 13:57:54 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 13 Mar 2007 21:57:54 +0100 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: <200703131936.56171.Dirk.Gorny@Genion.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> <200703131936.56171.Dirk.Gorny@Genion.de> Message-ID: <45F71052.3020900@gmx.net> Hi added this to the trac: #3213 In SALES > POTENTIALS > MORE INFORMATION the second Button from the Top is called SELECT CONTACT. If you click it the Popup comes up showing all contacts and a button called ADD CONTACT. That not right in my opinion as there should be a button SELECT CONTACT in terms that all other Buttons TELL ME WHAT TO DO and at this point it wants a contact to be selected. And when it comes to translation (german in my example) we have an ERSTELLEN KONTAKT (which means actually to CREATE A CONTACT)but in german it MUST be W?HLE KONTAKT (which then means select contact. So in every way i guess it is best to name the Button SELECT CONTACT. What i did: Row 17 in Smarty/templates/PopUpContents.tpl value="{$APP.LBL_ADD_ITEM} {$APP[$MODULE]}" changed to value="{$APP.LBL_SELECT_BUTTON_LABEL} {$APP[$MODULE]}" Now the button is called SELECT CONTACT and the translationed versions will be fine too. Best Regards Torsten Zenk From tzenk at gmx.net Tue Mar 13 20:01:45 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Wed, 14 Mar 2007 04:01:45 +0100 Subject: [Vtigercrm-developers] Edited the Migration process described by Andrew Rodes... In-Reply-To: <45F667D8.5000404@gmx.net> References: <45F59E26.6020805@gmx.net> <45F667D8.5000404@gmx.net> Message-ID: <45F76599.8050306@gmx.net> ...and as i don?t have edit/make rights to the wiki would someone please add this at the right places: ---------------------------------------------------------------------------- This document was originally made by Andrew Rodes, Jan 19, 2007; 07:08pm and edited by Torsten Zenk, Mar 14, 2007 03:45am because of an error that was forced by missing language files (last migration i successfully tested it with was from 5.02 to 5.02 SVN10430) I have used the following method with success in the past to do local development and verification from one point release to another: 1. get latest version from svn (http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk) for example into a new folder locally 2. export the used version of the DB using mysql export tool .. for example I export a working 5.0.2 db, and reimport it as a new name .. say 5.0.3 3. Copy over the config_inc.php and config_db.php to the new folder from older folder ( 5.0.2->5.0.3) 4. Modify the appropriate settings in the 2 config files from step 3 replacing the old db and url information with the new db and url info. 5. Copy over user_privileges_1.php and sharing_privileges_1.php from the user_privileges folder from the old install to the new ( 5.0.2->5.0.3) 6. Copy over the language files from the old install to the same place in the new install (otherwise you will get an include error) The folders with the language files you have to care about are in include/language and all modules/language files. 7. launch a browser and point it to the new folder (localhost/vtiger503) 8. goto settings->sharing access and recalculate them via the recalculate button if you are having troubles getting the copied version to work in 5.0.3, try rebuilding it in the previous version and copying them over again. Also, it may depend on what version the old privileges files are in .. perhaps trying to go from 5.0.0 to 5.0.3 wont work. I don?t know as I have just moved along with point releases. I am not an expert on this stuff, but thought I might reply to your question with stuff I have tried. If you are still having problems, I could send you my working privileges file which I think will work for admin since I am using the default admin password which appears to be the only critical item stored in the privileges file. Best Regards Torsten Zenk From tzenk at gmx.net Wed Mar 14 09:21:25 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Wed, 14 Mar 2007 17:21:25 +0100 Subject: [Vtigercrm-developers] Bug in currency conversion and probability problem In-Reply-To: <200703131936.56171.Dirk.Gorny@Genion.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> <200703131936.56171.Dirk.Gorny@Genion.de> Message-ID: <45F82105.30007@gmx.net> Hi, would you developers please have a look into this Bugticket in the forum, if you have some time. It handles a currency conversion bug and a problem with the probability view which i find pretty important and should be fixed before .03 final release. What do you think? http://forums.vtiger.com/viewtopic.php?t=14006&highlight=probability Greetings Torsten From kenlyle at yahoo.com Wed Mar 14 13:49:13 2007 From: kenlyle at yahoo.com (Ken Lyle) Date: Wed, 14 Mar 2007 13:49:13 -0700 (PDT) Subject: [Vtigercrm-developers] Tag Cloud for Contacts or Leads In-Reply-To: Message-ID: <20070314204913.85476.qmail@web37303.mail.mud.yahoo.com> This would be like a management snapshot of who is either HOT, or just chewing up resources. Thanks for considering, Ken From chazarra.clement at gmail.com Thu Mar 15 10:56:44 2007 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 15 Mar 2007 17:56:44 +0000 Subject: [Vtigercrm-developers] Hot keys Message-ID: Hello, A while ago, there was some discussion on the list about disabling the vTiger hot key "Alt+D". Actually I would like to add a hot key (Press F9 will add "User name - date" in the field edited), but don't know really where to look apart of the \vtiger_crm\include\language\en_us.lang.php file. How does hot key work? Which files are involved? Thanks, Clem -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070315/df46665e/attachment.htm From joe at tsolucio.com Thu Mar 15 11:53:37 2007 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 15 Mar 2007 19:53:37 +0100 Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for 5.0.3 Message-ID: <1173984817.23089.14.camel@joesunix.int> Hi, Based on the code in thread: http://forums.vtiger.com/viewtopic.php?t=7223 I added OO and RTF merge to Accounts and Contacts in 5.0.3. The existing code had incorrect sql query and some other minor details. I also i18n the download link message because my clients work in spanish. I added the line 'DownloadMergeFile'=>'Download merged document here', to include/language/en_en.lang.php and other corresponding language files. I attach the other files: modules/Account/Merge.php modules/Contacts/Merge.php modules/Settings/savewordtemplate.php include/pclzip.lib.php I modified savewordtemplate.php to accept OO and rtf documents so they can be treated like all others. I tried this under windows (firefox) and it worked fine. I DID NOT try the M$Office compatibility as I could not get it working (I think it was because Word was in spanish so the plugin didn't even appear). The code to maintain compatibility exists so it should work. My next step is to make some macro or picklist so that my clients can easily pick the fields to make their own documents. I'll send code if I get it working. Notes: - Make a copy of affected files before trying (just in case) - There are sample merge files on the thread - Remember to manually add the translation string or you won't see anything Regards, Joe TSolucio -------------- next part -------------- A non-text attachment was scrubbed... Name: RTFOOMerge.zip Type: application/zip Size: 41580 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070315/3ddd8a47/RTFOOMerge-0001.zip From brian at pr2k.com Thu Mar 15 12:33:33 2007 From: brian at pr2k.com (Brian Laughlin) Date: Thu, 15 Mar 2007 12:33:33 -0700 Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for5.0.3 References: <1173984817.23089.14.camel@joesunix.int> Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BC20@svawmc1.awnow.local> Joe you are fantastic, thanks! -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Joe Bordes Sent: Thursday, March 15, 2007 11:54 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for5.0.3 Hi, Based on the code in thread: http://forums.vtiger.com/viewtopic.php?t=7223 I added OO and RTF merge to Accounts and Contacts in 5.0.3. The existing code had incorrect sql query and some other minor details. I also i18n the download link message because my clients work in spanish. I added the line 'DownloadMergeFile'=>'Download merged document here', to include/language/en_en.lang.php and other corresponding language files. I attach the other files: modules/Account/Merge.php modules/Contacts/Merge.php modules/Settings/savewordtemplate.php include/pclzip.lib.php I modified savewordtemplate.php to accept OO and rtf documents so they can be treated like all others. I tried this under windows (firefox) and it worked fine. I DID NOT try the M$Office compatibility as I could not get it working (I think it was because Word was in spanish so the plugin didn't even appear). The code to maintain compatibility exists so it should work. My next step is to make some macro or picklist so that my clients can easily pick the fields to make their own documents. I'll send code if I get it working. Notes: - Make a copy of affected files before trying (just in case) - There are sample merge files on the thread - Remember to manually add the translation string or you won't see anything Regards, Joe TSolucio -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.11/723 - Release Date: 3/15/2007 11:27 AM From peter.guhl at win-lux.ch Thu Mar 15 14:21:42 2007 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Thu, 15 Mar 2007 22:21:42 +0100 Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for 5.0.3 In-Reply-To: <1173984817.23089.14.camel@joesunix.int> References: <1173984817.23089.14.camel@joesunix.int> Message-ID: <45F9B8E6.3000304@win-lux.ch> Hi I did an OO-template-code for vtiger 4. Rather similar, I guess. Sort of a shame that project was already on its way and couldn't be switched to 5 anymore. I guess I had to add a couple of things which others already did for 5.0.3. Well, that's life. Regards Peter Joe Bordes schrieb: > Hi, > > Based on the code in thread: > http://forums.vtiger.com/viewtopic.php?t=7223 > > I added OO and RTF merge to Accounts and Contacts in 5.0.3. > -- Win-Lux GmbH Peter Guhl Schatzenboden 61A CH - 7233 Jenaz Telefon +41 81 330 51 51 Mobil +41 76 437 03 09 Fax +41 81 332 44 58 Mail peter.guhl at win-lux.ch Skype p_guhl Web www.win-lux.ch ************************* Vertraulichkeitserkl?rung ************************* Diese Mitteilung resp. deren Beilagen k?nnen vertrauliche und/oder pers?nliche Informationen enthalten, die einzig f?r den addressierten Empf?nger bestimmt sind. Jegliche Kenntnisnahme oder Weiterleitung durch oder an Dritte ist untersagt. Wenn Sie nicht der addressierte Empf?nger sind, nehmen Sie bitte Kontakt mit dem Absender der Nachricht auf und l?schen Sie alle Kopien. Vielen Dank. From brian at pr2k.com Thu Mar 15 15:24:54 2007 From: brian at pr2k.com (Brian Laughlin) Date: Thu, 15 Mar 2007 15:24:54 -0700 Subject: [Vtigercrm-developers] Limit on Report records send to Excel Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BC26@svawmc1.awnow.local> Anyone know how to increase record limit when exporting a Report to Excel? I'm guessing it's in the /include/php_writeexcel directory. Not sure what to change. Thanks, Brian Laughlin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070315/5d466940/attachment.htm From gonen at active.co.il Sun Mar 18 04:44:58 2007 From: gonen at active.co.il (gonen) Date: Sun, 18 Mar 2007 13:44:58 +0200 Subject: [Vtigercrm-developers] Ajax not saving fields - where to begin ? Message-ID: <45FD263A.9090607@active.co.il> An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070318/d5379b2b/attachment.html From stevem at 411web.com Tue Mar 20 15:39:46 2007 From: stevem at 411web.com (Steve Morocho) Date: Tue, 20 Mar 2007 15:39:46 -0700 Subject: [Vtigercrm-developers] Three questions Message-ID: <1174430387.19933.96.camel@zero.411web.com> I have three questions, and I've looked high and low for the answers before resorting to this list. 1) This is a bug, I'm sure most of you are aware of. Even still exists in the latest 5.03 trunk. After editing a lead and going back to listview the view is reset back to page 1 default view. I would like to enable persistant list views in Vtiger. That is to say when a user is logged in and looking at the Sales->Leads module for instance and action=ListView or action=index and then they click on the ajax Javascript link to paginate to page 3 of a specific filter. then they click on a lead in page three and edit that lead, then if they select Sales->Leads again I want them to go back to page three with the correct filter (viewname) they used and also the sort order. Basically remember what they were looking at in the session. I found a patch that did persistant lead views (http://vtigerforge.fosslabs.com/projects/usablecontrib/) but only if the action was passed in the URL during pagination, and doesn't work with the newer Ajax pagination. Is there another patch I could try? 2) In a similar fashion I would like to add a Previous and Next button to vtiger once in the Lead Detail View that could go to Prev and Next lead from the last page/filter you looked at. So if you were at the top of page three "Prev" would go back to the last lead on page 2, etc. 3) and finally I would like to add the hndMouseOver() javascript/ajax functionality to the ListView so editing can be done on multiple leads at once from this highly accessed page view. Thanks, Steve From dome at tel.co.th Wed Mar 21 03:39:43 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 21 Mar 2007 17:39:43 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? Message-ID: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> Dear all, Is posible to support postgresql in 5.0.3 released version. i try to test in trunk 10511 problem Fatal error: Call to a member function Move() on a non-object in PearDatabase.php on line 441 still alive. Please let's me know about plan to fix this problem Thanks. Dome C. From dome at tel.co.th Wed Mar 21 03:46:45 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 21 Mar 2007 17:46:45 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> Message-ID: <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> Sorry not trunk version branch 10511 Dome C. On 3/21/07, Dome Charoenyost wrote: > Dear all, > Is posible to support postgresql in 5.0.3 released version. > i try to test in trunk 10511 problem > Fatal error: Call to a member function Move() on a non-object in > PearDatabase.php on line 441 > still alive. > > Please let's me know about plan to fix this problem > > Thanks. > > Dome C. > From jens at Strawberry.COM Wed Mar 21 04:05:40 2007 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 21 Mar 2007 12:05:40 +0100 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com>; from Dome Charoenyost on Wed, Mar 21, 2007 at 05:46:45PM +0700 References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> Message-ID: <20070321120540.A3917@Strawberry.COM> Hi, I'm running a 5.0.3 on PostgreSQL 8.1. However the official release is kind of buggy. I'll provide a patch to Don an Ritchie in the next few days. Jens On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > Sorry not trunk version > branch 10511 > > Dome C. > > On 3/21/07, Dome Charoenyost wrote: > > Dear all, > > Is posible to support postgresql in 5.0.3 released version. > > i try to test in trunk 10511 problem > > Fatal error: Call to a member function Move() on a non-object in > > PearDatabase.php on line 441 > > still alive. > > > > Please let's me know about plan to fix this problem > > > > Thanks. > > > > Dome C. > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- -------------------------------------------------------------------------------- s t r a w b e r r y e d v - s y s t e m e g m b h SSSSSSSSS Am Flosskanal 7 Jens Hamisch SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO SSSSS-----SSSSS ---SSSSS--------- fon (+49 8171) 41805-0 -----SSSSSSS----- fax (+49 8171) 41805-59 ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com SSSSS-----SSSSS mobil: (+49 172) 8104162 SSSSSSSSSSSSS Geschaeftsfuehrer/CEO SSSSSSSSS Jens Hamisch a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 From dome at tel.co.th Wed Mar 21 05:02:16 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 21 Mar 2007 19:02:16 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <20070321120540.A3917@Strawberry.COM> References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> <20070321120540.A3917@Strawberry.COM> Message-ID: <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com> Thanks jens, I realy need to run on postgresql beacuse my application mostly use store procedure and trigger. postgresql and vtiger with your patch work fine right ? Dome C. On 3/21/07, Jens Hamisch wrote: > Hi, > > I'm running a 5.0.3 on PostgreSQL 8.1. > However the official release is kind of buggy. > I'll provide a patch to Don an Ritchie in the next > few days. > > > Jens > > > > On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > > Sorry not trunk version > > branch 10511 > > > > Dome C. > > > > On 3/21/07, Dome Charoenyost wrote: > > > Dear all, > > > Is posible to support postgresql in 5.0.3 released version. > > > i try to test in trunk 10511 problem > > > Fatal error: Call to a member function Move() on a non-object in > > > PearDatabase.php on line 441 > > > still alive. > > > > > > Please let's me know about plan to fix this problem > > > > > > Thanks. > > > > > > Dome C. > > > > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > -- > > -------------------------------------------------------------------------------- > > s t r a w b e r r y e d v - s y s t e m e g m b h > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > SSSSS-----SSSSS > ---SSSSS--------- fon (+49 8171) 41805-0 > -----SSSSSSS----- fax (+49 8171) 41805-59 > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > SSSSS-----SSSSS mobil: (+49 172) 8104162 > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > SSSSSSSSS Jens Hamisch > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From Andreas.Reiche at LGN.Niedersachsen.de Wed Mar 21 05:28:09 2007 From: Andreas.Reiche at LGN.Niedersachsen.de (Reiche, Andreas) Date: Wed, 21 Mar 2007 13:28:09 +0100 Subject: [Vtigercrm-developers] (no subject) Message-ID: Hi Team, with revision 10473 you introduced a new language file 'include/js/en_us.lang.js' which defines a javascript array with used strings. I found that all the strings are also defined in the 'normal' lang file. And somewhere in the code (don't know exactly which file at the moment) i found a piece of code where the js-array is matched to a php-array. Just for clarification: Do we have to maintain a xx_xx.lang.js file in the language packs in future or is this just a temporary solution. Without a lang.js file (de_de.lang.js in my case) some functionality is broken if you use another language than english. And additionally there seems to be no consistent use of this js file over the application because in some places i get my translated strings and in other places i get the english string. Please confirm, regards, Andreas Reiche, LGN ( Landesvermessung und Geobasisinformation Niedersachsen) Podbielskistrasse 331 D-30659 Hannover Web: http://www.lgn.de http://www.geolife.de From fp at crm-now.de Wed Mar 21 05:46:03 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Wed, 21 Mar 2007 13:46:03 +0100 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 15, Issue 8 In-Reply-To: Message-ID: <200703211246.l2LCk39t012679@doko.im-netz.de> Andreas, The introduction of new language files was done to fix many of the i18n issues reported. For technical reasons you can not use the existing language files of the modules for js files. Therefore, a new file has been introduced and I do not think that this is a temporary solution. It's still work in progress and you can expect that this will be finished with the v5.0.3 release. To verify and to test the function for our community we have installed yesterday a bleeding edge demo in German at https://vtigercrm5x.at.crm-now.de/. Feel free to test and to report any errors you may find. Regards, Frank > Message: 10 > Date: Wed, 21 Mar 2007 13:28:09 +0100 > From: "Reiche, Andreas" > Subject: [Vtigercrm-developers] (no subject) > To: vtigercrm-developers at lists.vtigercrm.com > Message-ID: > > dersachsen.de> > > Content-Type: text/plain; charset="utf-8" > > Hi Team, > with revision 10473 you introduced a new language file > 'include/js/en_us.lang.js' which defines a javascript array with used > strings. > I found that all the strings are also defined in the 'normal' > lang file. And > somewhere in the code (don't know exactly which file at the > moment) i found > a piece of code where the js-array is matched to a php-array. > > Just for clarification: > Do we have to maintain a xx_xx.lang.js file in the language > packs in future > or is this just a temporary solution. > Without a lang.js file (de_de.lang.js in my case) some > functionality is > broken if you use another language than english. > And additionally there seems to be no consistent use of this > js file over > the application because in some places i get my translated > strings and in > other places i get the english string. > > Please confirm, > regards, > Andreas Reiche, > LGN ( Landesvermessung und Geobasisinformation Niedersachsen) > Podbielskistrasse 331 > D-30659 Hannover > Web: http://www.lgn.de > http://www.geolife.de > > > > > ------------------------------ > > _______________________________________________ > vtigercrm-developers mailing list > vtigercrm-developers at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-developers > > > End of vtigercrm-developers Digest, Vol 15, Issue 8 > *************************************************** > From jens at Strawberry.COM Wed Mar 21 09:34:29 2007 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 21 Mar 2007 17:34:29 +0100 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com>; from Dome Charoenyost on Wed, Mar 21, 2007 at 07:02:16PM +0700 References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> <20070321120540.A3917@Strawberry.COM> <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com> Message-ID: <20070321173429.D1769@Strawberry.COM> Hi, they work really fine. Most of my patches are already part of the 5.0.3 packacke. As I'm currently in the process to migrate to 5.0.3 I cannot send the rest of the patches immediatelly, because I'd have to test them at first. I will hopefully finish that until the end of the week. I'm running vtiger in the following environment: Solaris 10 Apache 2.2.2 PHP 5.1.4 PostgreSQL 8.1.2 (with perl backend) cu Jens On Wed, Mar 21, 2007 at 07:02:16PM +0700, Dome Charoenyost wrote: > Thanks jens, > > I realy need to run on postgresql beacuse my application mostly use > store procedure and trigger. postgresql and vtiger with your patch > work fine right ? > > Dome C. > > On 3/21/07, Jens Hamisch wrote: > > Hi, > > > > I'm running a 5.0.3 on PostgreSQL 8.1. > > However the official release is kind of buggy. > > I'll provide a patch to Don an Ritchie in the next > > few days. > > > > > > Jens > > > > > > > > On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > > > Sorry not trunk version > > > branch 10511 > > > > > > Dome C. > > > > > > On 3/21/07, Dome Charoenyost wrote: > > > > Dear all, > > > > Is posible to support postgresql in 5.0.3 released version. > > > > i try to test in trunk 10511 problem > > > > Fatal error: Call to a member function Move() on a non-object in > > > > PearDatabase.php on line 441 > > > > still alive. > > > > > > > > Please let's me know about plan to fix this problem > > > > > > > > Thanks. > > > > > > > > Dome C. > > > > > > > _______________________________________________ > > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > -- > > > > -------------------------------------------------------------------------------- > > > > s t r a w b e r r y e d v - s y s t e m e g m b h > > > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > > SSSSS-----SSSSS > > ---SSSSS--------- fon (+49 8171) 41805-0 > > -----SSSSSSS----- fax (+49 8171) 41805-59 > > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > > SSSSS-----SSSSS mobil: (+49 172) 8104162 > > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > > SSSSSSSSS Jens Hamisch > > > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- -------------------------------------------------------------------------------- s t r a w b e r r y e d v - s y s t e m e g m b h SSSSSSSSS Am Flosskanal 7 Jens Hamisch SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO SSSSS-----SSSSS ---SSSSS--------- fon (+49 8171) 41805-0 -----SSSSSSS----- fax (+49 8171) 41805-59 ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com SSSSS-----SSSSS mobil: (+49 172) 8104162 SSSSSSSSSSSSS Geschaeftsfuehrer/CEO SSSSSSSSS Jens Hamisch a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 From dome at tel.co.th Thu Mar 22 03:06:59 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Thu, 22 Mar 2007 17:06:59 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <20070321173429.D1769@Strawberry.COM> References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> <20070321120540.A3917@Strawberry.COM> <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com> <20070321173429.D1769@Strawberry.COM> Message-ID: <8ccbff060703220306o666027d3l4e28c099e93130e2@mail.gmail.com> Good. :) Thanks... jens. Dome C. On 3/21/07, Jens Hamisch wrote: > > Hi, > > > they work really fine. Most of my patches are already part of the > 5.0.3 packacke. As I'm currently in the process to migrate to 5.0.3 > I cannot send the rest of the patches immediatelly, because I'd have > to test them at first. > > I will hopefully finish that until the end of the week. > > I'm running vtiger in the following environment: > > Solaris 10 > Apache 2.2.2 > PHP 5.1.4 > PostgreSQL 8.1.2 (with perl backend) > > > cu > Jens > > > On Wed, Mar 21, 2007 at 07:02:16PM +0700, Dome Charoenyost wrote: > > Thanks jens, > > > > I realy need to run on postgresql beacuse my application mostly use > > store procedure and trigger. postgresql and vtiger with your patch > > work fine right ? > > > > Dome C. > > > > On 3/21/07, Jens Hamisch wrote: > > > Hi, > > > > > > I'm running a 5.0.3 on PostgreSQL 8.1. > > > However the official release is kind of buggy. > > > I'll provide a patch to Don an Ritchie in the next > > > few days. > > > > > > > > > Jens > > > > > > > > > > > > On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > > > > Sorry not trunk version > > > > branch 10511 > > > > > > > > Dome C. > > > > > > > > On 3/21/07, Dome Charoenyost wrote: > > > > > Dear all, > > > > > Is posible to support postgresql in 5.0.3 released version. > > > > > i try to test in trunk 10511 problem > > > > > Fatal error: Call to a member function Move() on a non-object in > > > > > PearDatabase.php on line 441 > > > > > still alive. > > > > > > > > > > Please let's me know about plan to fix this problem > > > > > > > > > > Thanks. > > > > > > > > > > Dome C. > > > > > > > > > _______________________________________________ > > > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > > -- > > > > > > -------------------------------------------------------------------------------- > > > > > > s t r a w b e r r y e d v - s y s t e m e g m b h > > > > > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > > > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > > > SSSSS-----SSSSS > > > ---SSSSS--------- fon (+49 8171) 41805-0 > > > -----SSSSSSS----- fax (+49 8171) 41805-59 > > > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > > > SSSSS-----SSSSS mobil: (+49 172) 8104162 > > > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > > > SSSSSSSSS Jens Hamisch > > > > > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > > > _______________________________________________ > > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > -- > > -------------------------------------------------------------------------------- > > s t r a w b e r r y e d v - s y s t e m e g m b h > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > SSSSS-----SSSSS > ---SSSSS--------- fon (+49 8171) 41805-0 > -----SSSSSSS----- fax (+49 8171) 41805-59 > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > SSSSS-----SSSSS mobil: (+49 172) 8104162 > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > SSSSSSSSS Jens Hamisch > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From Dirk.Gorny at Genion.de Fri Mar 23 12:38:39 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Fri, 23 Mar 2007 20:38:39 +0100 Subject: [Vtigercrm-developers] Using a Database Message-ID: <200703232038.40624.Dirk.Gorny@Genion.de> Hallo developer, Using a Database in basic is very easy. If you do only simpel update, select, and create , you can use the same sql syntax at nearly all DBMS. Is an application becommes more power, you nead more complexibility in querys. Querys then are not portable. In former times brainpower was inside the Database presented by normalizing and ER-Models. Something like php or oracle forms, was only for representation. Today the intelligence is inside the appication. The choice of a DBMS is not a choice for building the models it is to choose the features brought to you by the DBMS. Today mysql is supported and there are "ports" to postges. In future there are things to handle like trigger events and do filtering by stored procedures. This are only two weaks of a big list where mysql doesn't shine very bright. Sometimes it is easyer to get mony out of an Casino then get a dump from myql especial with BLOBS. Allso there is more nead to do other things like suport two DBMS. Therefore i suggest to build a migration tool to transport the data to a postgres database and switch vtiger to postgres as the standard. Best regards, Dirk From salvador_bueno_avila at hotmail.com Wed Mar 28 03:41:57 2007 From: salvador_bueno_avila at hotmail.com (=?iso-8859-1?B?U2FsdmFkb3IgQnVlbm8gwXZpbGE=?=) Date: Wed, 28 Mar 2007 12:41:57 +0200 Subject: [Vtigercrm-developers] OSS-ERP acceptance Study Message-ID: Dear Vtigercrm user, We are Salvador Bueno and Dolores Gallego, Assistant Professors in Business Administration Department in Pablo de Olavide University at Seville, Spain. Our research involves an analysis about Open Source Software-Enterprise Resource Planning (OSS-ERP) and its impact at organization. We send you this mail to invite your participation in our study. Specifically, our analysis consists on development a Technological Acceptance Model of an OSS-ERP. We consider you are an OSS-ERP user and we appreciate the time necessary for answer our questionnaire. The name of the participants in this study will remain anonymous. I would be most grateful if you participate in this survey. You only have to answer the questionnaire in the following URL and answer online. You will consider for answer the distribution of OSS-ERP you use. http://aramis.upo.es/general/centros_depart/departamentos/invest/oss/ Please do not hesitate to contact us if you have any queries regarding this study. Best regards, Salvador Bueno, Ph D. _________________________________________________________________ Dale rienda suelta a tu tiempo libre. Mil ideas para exprimir tu ocio con MSN Entretenimiento. http://entretenimiento.msn.es/ From scott at centritechsolutions.com Fri Mar 2 21:23:38 2007 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 2 Mar 2007 21:23:38 -0500 Subject: [Vtigercrm-developers] Ticket comments Message-ID: <006001c75d3a$fc18ab70$0202fea9@laptop> Is there a way to have a report of the ticket comments or a way to create a custom view to show all the ticket comments on one screen? This way I can at least do a print screen. Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070302/f821c2c5/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 1917 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070302/f821c2c5/attachment-0002.jpe From eugene at wtb.co.za Fri Mar 2 21:33:02 2007 From: eugene at wtb.co.za (eugene at wtb.co.za) Date: Sat, 03 Mar 2007 04:33:02 +0200 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 15, Issue 1 Message-ID: Thank you for your e-mail. I am currently on a course but wil be back on Monday, 5 March. Should you require assistance before then, please contact Niel van Vuuren for IT related queries at niel at wtb.co.za or 011 782 4222. For any other queries please call 011 782 4222. Thanks and best regards, Eugene Booyens Walk Thru the Bible Phone: +27 11 782 4222 Fax: +27 11 782 3977 Web: www.bible.org.za From mike.roosa at gmail.com Mon Mar 5 11:06:23 2007 From: mike.roosa at gmail.com (Mike Roosa) Date: Mon, 5 Mar 2007 11:06:23 -0500 Subject: [Vtigercrm-developers] Leads Listview Message-ID: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> I'm sure this will be an easy one for most of you. I'm an ASP developer and just learning both vTiger and PHP so I'm a little lost. I wanted to modify the Leads Listview to take out the Website address and add the Lead Status. When I remove the lines related to website in Leads.php and Lead.php nothing happens. The Website address and website column header still show up. Am I missing something else here? Thanks, Mike Roosa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070305/4befb88f/attachment-0001.html From davidv.net at gmail.com Mon Mar 5 14:37:12 2007 From: davidv.net at gmail.com (David V.) Date: Mon, 5 Mar 2007 15:37:12 -0400 Subject: [Vtigercrm-developers] Leads Listview In-Reply-To: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> References: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> Message-ID: You don't have to go in the code. Just create a new view and make it the default. David V. 2007/3/5, Mike Roosa : > > I'm sure this will be an easy one for most of you. I'm an ASP developer > and just learning both vTiger and PHP so I'm a little lost. I wanted to > modify the Leads Listview to take out the Website address and add the Lead > Status. When I remove the lines related to website in Leads.php and > Lead.php nothing happens. The Website address and website column header > still show up. Am I missing something else here? > > Thanks, > Mike Roosa > > _______________________________________________ > 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/20070305/2805a0ef/attachment-0001.html From mike.roosa at gmail.com Mon Mar 5 14:41:14 2007 From: mike.roosa at gmail.com (Mike Roosa) Date: Mon, 5 Mar 2007 14:41:14 -0500 Subject: [Vtigercrm-developers] Leads Listview In-Reply-To: References: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> Message-ID: <755997990703051141k14da44f6o389c7d9120269dac@mail.gmail.com> Ok, thanks I'll give that a shot. On 3/5/07, David V. wrote: > > You don't have to go in the code. > Just create a new view and make it the default. > > David V. > > > > 2007/3/5, Mike Roosa : > > > > I'm sure this will be an easy one for most of you. I'm an ASP developer > > and just learning both vTiger and PHP so I'm a little lost. I wanted to > > modify the Leads Listview to take out the Website address and add the Lead > > Status. When I remove the lines related to website in Leads.php and > > Lead.php nothing happens. The Website address and website column header > > still show up. Am I missing something else here? > > > > Thanks, > > Mike Roosa > > > > _______________________________________________ > > 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/20070305/b745b110/attachment-0001.html From scott at centritechsolutions.com Mon Mar 5 15:13:45 2007 From: scott at centritechsolutions.com (scott at centritechsolutions.com) Date: Mon, 05 Mar 2007 15:13:45 -0500 Subject: [Vtigercrm-developers] Ticket comments Message-ID: <9125921412.20070305151345@shortpump.com> What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? I.E SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php Thanks Scott ------Original Mail------ From: "bharath" To: Sent: Mon, 05 Mar 2007 16:07:27 +0530 Subject: Re:[Vtigercrm-developers] Ticket comments Dear Scott Brown, Thanks for your fruitful suggestion. Currently we are not supporting this feature, but we will take this in one of our future release. Please do get back to us for further details. Thanks & Regards Bharath ----scott at centritechsolutions.com wrote ---- Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. Scott Brown Operations Manager Main: 804-360-9753Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From brian at pr2k.com Mon Mar 5 17:21:20 2007 From: brian at pr2k.com (Brian Laughlin) Date: Mon, 5 Mar 2007 14:21:20 -0800 Subject: [Vtigercrm-developers] Ticket comments References: <9125921412.20070305151345@shortpump.com> Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6D9D@svawmc1.awnow.local> We don't use Ticket's but based on what I can tell this query might put you on the right path on getting what you what. Select * from vtiger_troubletickets tt join vtiger_crmentity ce on ce.crmid = tt.ticketid where tt.status = 'Open' Good luck, Brian Laughlin -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of scott at centritechsolutions.com Sent: Monday, March 05, 2007 12:14 PM To: bharath at vtiger.com Cc: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Ticket comments What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? I.E SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php Thanks Scott ------Original Mail------ From: "bharath" To: Sent: Mon, 05 Mar 2007 16:07:27 +0530 Subject: Re:[Vtigercrm-developers] Ticket comments Dear Scott Brown, Thanks for your fruitful suggestion. Currently we are not supporting this feature, but we will take this in one of our future release. Please do get back to us for further details. Thanks & Regards Bharath ----scott at centritechsolutions.com wrote ---- Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. Scott Brown Operations Manager Main: 804-360-9753Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From joe at tsolucio.com Mon Mar 5 18:48:34 2007 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 06 Mar 2007 00:48:34 +0100 Subject: [Vtigercrm-developers] Ticket comments In-Reply-To: <9125921412.20070305151345@shortpump.com> References: <9125921412.20070305151345@shortpump.com> Message-ID: <1173138514.8929.2.camel@joeshome.int> Hi Scott, The ticket comments are in the vtiger_ticketcomments table so you will have to select in that table to get the comments you are looking for: select comments, createdtime from vtiger_ticketcomments where ticketid={yourticketid} order by createdtime; That should get the comments. Let us know how it turns out. Regards, Joe TSolucio El lun, 05-03-2007 a las 15:13 -0500, scott at centritechsolutions.com escribi?: > What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? > > I.E > > SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; > > If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php > > Thanks > Scott > > ------Original Mail------ > From: "bharath" > To: > Sent: Mon, 05 Mar 2007 16:07:27 +0530 > Subject: Re:[Vtigercrm-developers] Ticket comments > > > > > Dear Scott Brown, > > Thanks for your fruitful suggestion. > Currently we are not supporting this feature, > but we will take this in one of our future release. > Please do get back to us for further details. > > Thanks & Regards > Bharath > > > > > ----scott at centritechsolutions.com wrote ---- > > Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. > > > Scott Brown > Operations Manager > Main: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > http://www.CentriTechSolutions.com > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From scott at centritechsolutions.com Mon Mar 5 19:06:25 2007 From: scott at centritechsolutions.com (Scott Brown) Date: Mon, 5 Mar 2007 19:06:25 -0500 Subject: [Vtigercrm-developers] Ticket comments In-Reply-To: <1173138514.8929.2.camel@joeshome.int> Message-ID: <00b201c75f83$4efc71b0$0202fea9@laptop> Thanks Joe, How would I join this to the vtiger_troubletickets table so that I can pull out the corresponding ticketed, assignedto, and the title. I also need the where clause to filter out only tickets that have a status of Open. I think I need a combination of what you have and what Brian sent earlier Select * from vtiger_troubletickets tt join vtiger_crmentity ce on ce.crmid = tt.ticketid where tt.status = 'Open' It looks like his suggestion pulls out all the tickets with the status of Open but no comments, and yours would pull out all the comments for a specific ticket. Should I run Brian's query and then step through the result and pull out the ticket Id and then execute a 2nd query using your suggestion and display the data. Then go to the next result in Brian's query ? Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Joe Bordes Sent: Monday, March 05, 2007 6:49 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Ticket comments Hi Scott, The ticket comments are in the vtiger_ticketcomments table so you will have to select in that table to get the comments you are looking for: select comments, createdtime from vtiger_ticketcomments where ticketid={yourticketid} order by createdtime; That should get the comments. Let us know how it turns out. Regards, Joe TSolucio El lun, 05-03-2007 a las 15:13 -0500, scott at centritechsolutions.com escribi?: > What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? > > I.E > > SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; > > If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php > > Thanks > Scott > > ------Original Mail------ > From: "bharath" > To: > Sent: Mon, 05 Mar 2007 16:07:27 +0530 > Subject: Re:[Vtigercrm-developers] Ticket comments > > > > > Dear Scott Brown, > > Thanks for your fruitful suggestion. > Currently we are not supporting this feature, > but we will take this in one of our future release. > Please do get back to us for further details. > > Thanks & Regards > Bharath > > > > > ----scott at centritechsolutions.com wrote ---- > > Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. > > > Scott Brown > Operations Manager > Main: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > http://www.CentriTechSolutions.com > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From vtiger at sydesy.com Mon Mar 5 23:49:36 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Tue, 6 Mar 2007 05:49:36 +0100 Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? Message-ID: <2617b9b70703052049o52dc608eja6677c89837ba7ac@mail.gmail.com> Hi, I know I?m probably late in the show, but I?d like to test the 5.0.3 branch, using svn. The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 I suppose I?m not the only one in that case. How did you do it ? How do you upgrade your local copy everytime there is a minor 5.0.x version ? Thanks in advance for your advices. Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? X+ From brian at pr2k.com Mon Mar 5 23:59:19 2007 From: brian at pr2k.com (Brian Laughlin) Date: Mon, 5 Mar 2007 20:59:19 -0800 Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DD0@svawmc1.awnow.local> Importer that deals with duplicates??? That's great. A lot of people have requested that, post to here if you must. :-) -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of xavier dutoit Sent: Monday, March 05, 2007 8:50 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? Hi, I know I?m probably late in the show, but I?d like to test the 5.0.3 branch, using svn. The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 I suppose I?m not the only one in that case. How did you do it ? How do you upgrade your local copy everytime there is a minor 5.0.x version ? Thanks in advance for your advices. Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? X+ _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From mickie at vtiger.com Tue Mar 6 00:24:24 2007 From: mickie at vtiger.com (Mickie) Date: Tue, 06 Mar 2007 10:54:24 +0530 Subject: [Vtigercrm-developers] Ticket comments In-Reply-To: <00b201c75f83$4efc71b0$0202fea9@laptop> References: <00b201c75f83$4efc71b0$0202fea9@laptop> Message-ID: <11125b49aa6.-3439776111866044364.-5607585072602341996@vtiger.com> Dear Scott, you can run the following query to get the list of open tickets and their comments select vtiger_troubletickets.ticketid,vtiger_troubletickets.title, vtiger_crmentity.smownerid,vtiger_ticketcomments.* from vtiger_troubletickets inner joinvtiger_crmentity onvtiger_troubletickets.ticketid=vtiger_crmentity.crmid left joinvtiger_ticketcomments onvtiger_ticketcomments.ticketid=vtiger_troubletickets.ticketid wherevtiger_troubletickets.status='Open' where as if you want get the details for a single ticket then you can add and vtiger_troubletickets.ticketid=117 at the end of the previous query. Hope this helps to get the result as per your need. Thanks & Regards Mickie ----scott at centritechsolutions.com wrote ---- Thanks Joe, How would I join this to the vtiger_troubletickets table so that I can pull out the corresponding ticketed, assignedto, and the title. I also need the where clause to filter out only tickets that have a status of Open. I think I need a combination of what you have and what Brian sent earlier Select * from vtiger_troubletickets tt join vtiger_crmentity ce on ce.crmid = tt.ticketid where tt.status = 'Open' It looks like his suggestion pulls out all the tickets with the status of Open but no comments, and yours would pull out all the comments for a specific ticket. Should I run Brian's query and then step through the result and pull out the ticket Id and then execute a 2nd query using your suggestion and display the data. Then go to the next result in Brian's query ? Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Joe Bordes Sent: Monday, March 05, 2007 6:49 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Ticket comments Hi Scott, The ticket comments are in the vtiger_ticketcomments table so you will have to select in that table to get the comments you are looking for: select comments, createdtime from vtiger_ticketcomments where ticketid={yourticketid} order by createdtime; That should get the comments. Let us know how it turns out. Regards, Joe TSolucio El lun, 05-03-2007 a las 15:13 -0500, scott at centritechsolutions.com escribi?: > What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? > > I.E > > SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; > > If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as http://www.crmserver.com/getTicketComments.php > > Thanks > Scott > > ------Original Mail------ > From: "bharath" > To: > Sent: Mon, 05 Mar 2007 16:07:27 +0530 > Subject: Re:[Vtigercrm-developers] Ticket comments > > > > > Dear Scott Brown, > > Thanks for your fruitful suggestion. > Currently we are not supporting this feature, > but we will take this in one of our future release. > Please do get back to us for further details. > > Thanks & Regards > Bharath > > > > > ----scott at centritechsolutions.com wrote ---- > > Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. > > > Scott Brown > Operations Manager > Main: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > http://www.CentriTechSolutions.com > > > > _______________________________________________ > 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 _______________________________________________ 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/20070306/82e0881c/attachment-0001.html From xavier at sydesy.com Tue Mar 6 02:58:36 2007 From: xavier at sydesy.com (xavier dutoit) Date: Tue, 6 Mar 2007 08:58:36 +0100 Subject: [Vtigercrm-developers] Patch: import that deals with duplicates Message-ID: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> Just created a ticket on trac with the patch (from 5.0.2). http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/3187 I would like to know how to update my local copy to 5.0.3 from svn (cf my previous mail). X+ On 3/6/07, Brian Laughlin wrote: > Importer that deals with duplicates??? > > That's great. A lot of people have requested that, post to here if you must. :-) > > -----Original Message----- > From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of xavier dutoit > Sent: Monday, March 05, 2007 8:50 PM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? > > Hi, > > I know I?m probably late in the show, but I?d like to test the 5.0.3 branch, using svn. > > The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 > > I suppose I?m not the only one in that case. How did you do it ? > > How do you upgrade your local copy everytime there is a minor 5.0.x version ? > > Thanks in advance for your advices. > > Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? > > X+ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From chazarra.clement at gmail.com Tue Mar 6 06:25:51 2007 From: chazarra.clement at gmail.com (clement chazarra) Date: Tue, 6 Mar 2007 11:25:51 +0000 Subject: [Vtigercrm-developers] Testing tools Message-ID: Hello guys, since we are in a testing phase I thought those tools could be interesting: http://www.joedog.org/ http://httpd.apache.org/docs/trunk/programs/ab.html -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070306/a66361dc/attachment-0001.html From brian at pr2k.com Tue Mar 6 13:42:38 2007 From: brian at pr2k.com (Brian Laughlin) Date: Tue, 6 Mar 2007 10:42:38 -0800 Subject: [Vtigercrm-developers] A happy day for PHP Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> Yay, finally my biggest gripe has a nice simple solution. The last time I seriously coded was with SQL and Delphi 7. When I started working on vTiger I tested out a lot of IDEs and often would resort to VIM. OMG. I've been keeping an eye out and see that this product is soon to be released. http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.a spx I give you guys a lot of credit if you're using non WYSIWYG environments. You are extremely patient. :-) Just sharing. Brian Laughlin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070306/f8508cf3/attachment-0001.html From javawaba at hotmail.com Tue Mar 6 17:34:07 2007 From: javawaba at hotmail.com (Jim Weir) Date: Tue, 06 Mar 2007 17:34:07 -0500 Subject: [Vtigercrm-developers] A happy day for PHP In-Reply-To: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> Message-ID: warp speed development... >From: "Brian Laughlin" >Reply-To: vtigercrm-developers at lists.vtigercrm.com >To: >Subject: [Vtigercrm-developers] A happy day for PHP >Date: Tue, 6 Mar:42:38 -0800 > >Yay, finally my biggest gripe has a nice simple solution. The last time >I seriously coded was with SQL and Delphi 7. When I started working on >vTiger I tested out a lot of IDEs and often would resort to VIM. OMG. >I've been keeping an eye out and see that this product is soon to be >released. > >http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.a >spx > >I give you guys a lot of credit if you're using non WYSIWYG >environments. You are extremely patient. :-) > >Just sharing. > > >Brian Laughlin >_______________________________________________ >Reach hundreds of potential candidates - http://jobs.vtiger.com _________________________________________________________________ Win a Zune??make MSN? your homepage for your chance to win! http://homepage.msn.com/zune?icid=hmetagline From vtiger at sydesy.com Wed Mar 7 03:25:13 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Wed, 7 Mar 2007 09:25:13 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> Message-ID: <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> Created a ticket on trac with the patch (from 5.0.2). http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/3187 I would like to know how to update my local copy to 5.0.3 from svn (cf my previous mail). X+ On 3/6/07, Brian Laughlin wrote: > Importer that deals with duplicates??? > > That's great. A lot of people have requested that, post to here if you must. :-) > > -----Original Message----- > From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto: vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of xavier dutoit > Sent: Monday, March 05, 2007 8:50 PM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? > > Hi, > > I know I?m probably late in the show, but I?d like to test the 5.0.3branch, using svn. > > The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 > > I suppose I?m not the only one in that case. How did you do it ? > > How do you upgrade your local copy everytime there is a minor 5.0.xversion ? > > Thanks in advance for your advices. > > Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? > > X+ > > _______________________________________________ > 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/20070307/c74aa595/attachment-0001.html From Dirk.Gorny at Genion.de Wed Mar 7 03:26:15 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Wed, 7 Mar 2007 09:26:15 +0100 Subject: [Vtigercrm-developers] A happy day for PHP In-Reply-To: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> References: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> Message-ID: <200703070926.15776.Dirk.Gorny@Genion.de> Am Dienstag, 6. M?rz 2007 schrieb Brian Laughlin: > I've been keeping an eye out and see that this product is soon to be > released. > > http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.a > spx A nice tool, but it is for developing Web applications. Vtiger has to become a Business application, so there are not only requirements for a rapid visual development and debugging. Because of PHP does not have generic structures for business applications and no extentions, like Rational Rose Data Modeler you have to build all what is a standard in J2EE, given as a benefit from then, by yourself. This is the work, should be done. And if you do so, you will get many free tools like Eclipse and its extentions. Riding another death horse (Delphi) is only a new handicap. With OMG I full aree if you mean http://www.omg.org. Standardised objects are half the battle. Best regards, Dirk From Dirk.Gorny at Genion.de Wed Mar 7 03:47:00 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Wed, 7 Mar 2007 09:47:00 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> Message-ID: <200703070947.00450.Dirk.Gorny@Genion.de> Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > I would like to know how to update my local copy to 5.0.3 from svn (cf > my previous mail). If you want to get all files you only have to do a svn export http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/ ./$LOCALDIRECTORY Because of changes in the structure of the source between the checked out source and the deployment you have to build a diff if you want to update a working deployment and update by "patch". Please look for DB changes every time and fix the DB by hand. Best regards, Dirk From vtiger at sydesy.com Wed Mar 7 04:29:17 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Wed, 7 Mar 2007 10:29:17 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <200703070947.00450.Dirk.Gorny@Genion.de> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> <200703070947.00450.Dirk.Gorny@Genion.de> Message-ID: <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> On 3/7/07, Dirk Gorny wrote: > > Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > > > I would like to know how to update my local copy to 5.0.3 from svn (cf > > my previous mail). > > If you want to get all files you only have to do a svn export > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDIRECTORY Is this how you use it ? That's against the aim of svn to have to do an export every time you change from 5.0.x to 5.0.y isn't it ? I have an up to date version of the 5.0.2 branch. It should be as simple as a "svn update", even between branches, shouldn't it ? The thing is that I don't know how to change from one branch to another without having to do a full checkout. How do you do that ? Because of changes in the structure of the source between the checked out > source and the deployment you have to build a diff if you want to update a > working deployment and update by "patch". Well, svn should deal with the change on the source, that's its job. Please look for DB changes every time and fix the DB by hand. Sure, that's normal to have to change the db by hand. Is there any place where the changes are documented ? eg: /mysql/update/5.0.1-5.0.2 /mysql/update/5.0.2-5.0.3 that is updated every time the db have to change ? Thanks for your advices. Xavier -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070307/d95f2f26/attachment-0001.html From Dirk.Gorny at Genion.de Wed Mar 7 04:48:34 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Wed, 7 Mar 2007 10:48:34 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <200703070947.00450.Dirk.Gorny@Genion.de> <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> Message-ID: <200703071048.34765.Dirk.Gorny@Genion.de> Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > On 3/7/07, Dirk Gorny wrote: > > Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > > > I would like to know how to update my local copy to 5.0.3 from svn (cf > > > my previous mail). > > > > If you want to get all files you only have to do a svn export > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDI > >RECTORY > > Is this how you use it ? No. I use: svn diff --old=http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@$OLDRELEASE --new=http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@HEAD And patch it by hand. Then you look for DB changes and change the database if needed. > It should be as simple as a "svn update", even between branches, shouldn't > it ? No. > The thing is that I don't know how to change from one branch to another > without having to do a full checkout. How do you do that ? look ahead. > Because of changes in the structure of the source between the checked out > > > source and the deployment you have to build a diff if you want to update > > a working deployment and update by "patch". > > Well, svn should deal with the change on the source, that's its job. But your deployment differs with the source. > Sure, that's normal to have to change the db by hand. > Is there any place where the changes are documented ? Look at: http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml Best regards, Dirk From fp at crm-now.de Wed Mar 7 08:46:15 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Wed, 7 Mar 2007 14:46:15 +0100 Subject: [Vtigercrm-developers] New Login.php at SVN In-Reply-To: Message-ID: <200703071346.l27DkFBG008110@doko.im-netz.de> I saw the new v5.0.3 Login page at the SVN. Looks much nicer but raises an i18n issue. The expressions for username, password, language and theme are now hardcoded. Before these could be changed by the default language. Sure it is a minor issue but since you put so much effort in the internationalisation of vtiger it is worth to mention. Regards, Frank www.crm-now.com From vtiger at sydesy.com Thu Mar 8 07:46:29 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Thu, 8 Mar 2007 13:46:29 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <200703071048.34765.Dirk.Gorny@Genion.de> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <200703070947.00450.Dirk.Gorny@Genion.de> <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> <200703071048.34765.Dirk.Gorny@Genion.de> Message-ID: <2617b9b70703080446l3badc95ese7df756aa4c47fbb@mail.gmail.com> > > > > If you want to get all files you only have to do a svn export > > > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDI > > >RECTORY > > > > Is this how you use it ? > > No. I use: > > svn > diff --old= > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@$OLDRELEASE--new= > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@HEAD > > And patch it by hand. Then you look for DB changes and change the database > if > needed. > > > It should be as simple as a "svn update", even between branches, > shouldn't > > it ? > No. Ok, based on my experience with other projects, I know for a fact that it is possible to keep your local modifications and benefit from svn updates without having to create patches between versions. > > Because of changes in the structure of the source between the checked > out > > > > > source and the deployment you have to build a diff if you want to > update > > > a working deployment and update by "patch". > > > > Well, svn should deal with the change on the source, that's its job. > > But your deployment differs with the source. Yes, but again it shouldn't be a problem. Can we imagine two seconds a use case scenario ? I've fixed a bug on the 5.0.2 and there is a new 5.0.3 version. I want to use it, but, of course, to be sure my patch is still existing. They are three scenarios: 1) The bug is still on the 5.0.3 (and my fix still work) 2) They have applied it as offered and I need to "forget" my patch 3) They have fixed it, but with a different patch than what I submited Only the last case should need my intervention. I expect the SCM to deal with the others smoothly. I think the problem is that you are expected to change your working branches for every minor version. In other OSS softwares, the main versions (4.2, 5 and 5.1) are branched before the dev, and the minor ones after (as mainstones while producing the patches, new tar distos). ie. you always work in the same branch 5.n for all its live and you only svn update, and have to branch only when you go from 5.0 and 5.1. I mentioned something like that a few months ago, would it be possible to consider it or am I the only one thinking that would be saving a lot of time without any additional problem ? Look at: > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml Brilliant, thanks. Could you recommend a way of using these to generate mysql commands with the diffs ? X+ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070308/c693533c/attachment-0001.html From philip at vtiger.com Fri Mar 9 00:48:58 2007 From: philip at vtiger.com (Philip) Date: Fri, 09 Mar 2007 11:18:58 +0530 Subject: [Vtigercrm-developers] New Login.php at SVN In-Reply-To: <200703071346.l27DkFBG008110@doko.im-netz.de> References: <200703071346.l27DkFBG008110@doko.im-netz.de> Message-ID: <45F0F54A.2030102@vtiger.com> Hi Frank, We do have internationalised the label's username,password, language and theme in the login page. Do get back to us if you come across any issue in transaltion in the label while using our latest svn code. Regards, Philip Frank Piepiorra wrote: > I saw the new v5.0.3 Login page at the SVN. Looks much nicer but raises an > i18n issue. The expressions for username, password, language and theme are > now hardcoded. Before these could be changed by the default language. Sure > it is a minor issue but since you put so much effort in the > internationalisation of vtiger it is worth to mention. > > Regards, > Frank > > www.crm-now.com > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > From Dirk.Gorny at Genion.de Fri Mar 9 06:02:14 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Fri, 9 Mar 2007 12:02:14 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703080446l3badc95ese7df756aa4c47fbb@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <200703071048.34765.Dirk.Gorny@Genion.de> <2617b9b70703080446l3badc95ese7df756aa4c47fbb@mail.gmail.com> Message-ID: <200703091202.14700.Dirk.Gorny@Genion.de> Am Donnerstag, 8. M?rz 2007 schrieb xavier dutoit: > > > > If you want to get all files you only have to do a svn export > > > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDI > > > > > >RECTORY > > > > > > Is this how you use it ? > > > > No. I use: > > > > svn > > diff --old= > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@$OLDRELEA > >SE--new= > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@HEAD > > > > And patch it by hand. Then you look for DB changes and change the > > database if > > needed. > > > > > It should be as simple as a "svn update", even between branches, > > > > shouldn't > > > > > it ? > > > > No. > > Ok, based on my experience with other projects, I know for a fact that it > is possible to keep your local modifications and benefit from svn updates > without having to create patches between versions. I don't wrote that it is impossible, I wrote that for me it sholdn't be as simple as "svn update", even between branches, because I dont need it. > Yes, but again it shouldn't be a problem. Can we imagine two seconds a use > case scenario ? > > I've fixed a bug on the 5.0.2 and there is a new 5.0.3 version. I want to > use it, but, of course, to be sure my patch is still existing. > They are three scenarios: > 1) The bug is still on the 5.0.3 (and my fix still work) > 2) They have applied it as offered and I need to "forget" my patch > 3) They have fixed it, but with a different patch than what I submited The most important for me is to change code (not bugfixing) and don't get this overwritten by an update. > > Look at: > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/schema/Dat > >abaseSchema.xml > > Brilliant, thanks. Could you recommend a way of using these to generate > mysql commands with the diffs ? Sory, I have no experience in mysql. I think there are some tools for innodb do this job. Best regards, Dirk From fp at crm-now.de Fri Mar 9 09:19:04 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Fri, 9 Mar 2007 15:19:04 +0100 Subject: [Vtigercrm-developers] osCommerce extension for Webforms In-Reply-To: Message-ID: <200703091419.l29EJ28u021844@doko.im-netz.de> One of our clients has designed an osCommerce extension for the vtiger Webforms and has aksed me to share it with the vtiger community. The webforms by vtiger allow the transfer of contact information to the CRM system by web applications. osCommerce uses a contact form that generates an email to the shop owner. This webform extension for osCommerce combines both and provides an lead entry at the CRM system any time the contact form of osCommerce is used. The extension is designed to be multilingual. You may download it from http://vtigerforge.fosslabs.com/projects/webformsoscext/ Have fun. From brian at pr2k.com Fri Mar 9 13:00:59 2007 From: brian at pr2k.com (Brian Laughlin) Date: Fri, 9 Mar 2007 10:00:59 -0800 Subject: [Vtigercrm-developers] osCommerce extension for Webforms References: <200703091419.l29EJ28u021844@doko.im-netz.de> Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BAC4@svawmc1.awnow.local> Frank -- thank you for sharing this with the community. -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Frank Piepiorra Sent: Friday, March 09, 2007 6:19 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] osCommerce extension for Webforms One of our clients has designed an osCommerce extension for the vtiger Webforms and has aksed me to share it with the vtiger community. The webforms by vtiger allow the transfer of contact information to the CRM system by web applications. osCommerce uses a contact form that generates an email to the shop owner. This webform extension for osCommerce combines both and provides an lead entry at the CRM system any time the contact form of osCommerce is used. The extension is designed to be multilingual. You may download it from http://vtigerforge.fosslabs.com/projects/webformsoscext/ Have fun. _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From javawaba at hotmail.com Sat Mar 10 16:19:46 2007 From: javawaba at hotmail.com (Jim Weir) Date: Sat, 10 Mar 2007 16:19:46 -0500 Subject: [Vtigercrm-developers] import Message-ID: I format my data - firstname, lastname and email with this tool... http://vtigerforge.fosslabs.com/frs/?group_id=93&release_id=165 ...when I try an import I get this error, Import Error: The directory cache/import/ does not exist or is not writable ..so I created a cache/import directory(writable w/ chmod 777 import), but that doesn't help. I also tried export, then re-importing the same records. I get the same error.. HELP! Thanks, JavaWaba _________________________________________________________________ The average US Credit Score is 675. The cost to see yours: $0 by Experian. http://www.freecreditreport.com/pm/default.aspx?sc=660600&bcd=EMAILFOOTERAVERAGE From tzenk at gmx.net Mon Mar 12 07:11:37 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Mon, 12 Mar 2007 12:11:37 +0100 Subject: [Vtigercrm-developers] osCommerce extension for Webforms In-Reply-To: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BAC4@svawmc1.awnow.local> References: <200703091419.l29EJ28u021844@doko.im-netz.de> <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BAC4@svawmc1.awnow.local> Message-ID: <45F53569.5070801@gmx.net> Yeah, my opinion, great message within this step. THX Brian Laughlin schrieb: > Frank -- thank you for sharing this with the community. > > -----Original Message----- > From: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > Frank Piepiorra > Sent: Friday, March 09, 2007 6:19 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] osCommerce extension for Webforms > > One of our clients has designed an osCommerce extension for the vtiger > Webforms and has aksed me to share it with the vtiger community. > > The webforms by vtiger allow the transfer of contact information to the > CRM system by web applications. > osCommerce uses a contact form that generates an email to the shop > owner. > This webform extension for osCommerce combines both and provides an lead > entry at the CRM system any time the contact form of osCommerce is used. > The extension is designed to be multilingual. > > You may download it from > http://vtigerforge.fosslabs.com/projects/webformsoscext/ > > Have fun. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > From tzenk at gmx.net Mon Mar 12 14:38:30 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Mon, 12 Mar 2007 19:38:30 +0100 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: References: Message-ID: <45F59E26.6020805@gmx.net> Hi Folks, till now i worked with Dreamweaver to get parts of vtiger changed and edited. but as i go into things deeper now i need to change my editor setup. So are there any suggestions from your side which editor (s) i should/could use being used to dreamweaver? I need an editor that shows me like dreamweaver the code and the real site look being able to edit the .tpl /.html and .php files in a switching view environment. For some reason dreamweaver doesn?t do it s job too good so i would be thankful for your comments on this Best Regards Torsten Zenk From joe at tsolucio.com Mon Mar 12 16:38:28 2007 From: joe at tsolucio.com (Joe Bordes) Date: Mon, 12 Mar 2007 21:38:28 +0100 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: <45F59E26.6020805@gmx.net> References: <45F59E26.6020805@gmx.net> Message-ID: <1173731908.9047.2.camel@joeshome.int> Hi, I use eclipse with phpeclipse and web tools, firefox with web development extension. I am an old coder and been with unix for a long time. I am comfortable with vi and emacs so my opinion may not help you. Regards, Joe TSolucio El lun, 12-03-2007 a las 19:38 +0100, Torsten Zenk escribi?: > Hi Folks, till now i worked with Dreamweaver to get parts of vtiger > changed and edited. but as i go into things deeper now i need to change > my editor setup. > So are there any suggestions from your side which editor (s) i > should/could use being used to dreamweaver? I need an editor that shows > me like dreamweaver the code and the real site look being able to edit > the .tpl /.html and .php files in a switching view environment. > > For some reason dreamweaver doesn?t do it s job too good so i would be > thankful for your comments on this > > Best Regards > Torsten Zenk > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From info at alpigro.de Tue Mar 13 03:53:29 2007 From: info at alpigro.de (Alex Picker) Date: Tue, 13 Mar 2007 08:53:29 +0100 Subject: [Vtigercrm-developers] How to for developing new modules Message-ID: Hi @all our developers have made a how to for developing and creating new modules in vtiger 5.0.3 RC2. On this link you can download the manuel. Please give us your feedback and your additons for this how to. After a review we can publish it on the vtiger.com wiki http://www.vtiger.de/fileadmin/download/files/creating_new_module_vtiger503_ rc2_Example_MySQL.pdf Best regards from the vtiger.de team in germany Alex Picker support at vtiger.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070313/e69ba2d1/attachment-0001.html From tzenk at gmx.net Tue Mar 13 04:27:40 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 13 Mar 2007 09:27:40 +0100 Subject: [Vtigercrm-developers] How to for developing new modules In-Reply-To: References: Message-ID: <45F6607C.3000904@gmx.net> Grrrrrrrrreat, thank you, this is a good start for wannabe developers like me ;) Greetings Torsten Alex Picker schrieb: > Hi @all > > our developers have made a how to for developing and creating new > modules in vtiger 5.0.3 RC2. > > On this link you can download the manuel. Please give us your feedback > and your additons for this how to. After a review we can publish it on > the vtiger.com wiki > > http://www.vtiger.de/fileadmin/download/files/creating_new_module_vtiger503_rc2_Example_MySQL.pdf > > Best regards from the vtiger.de team in germany > > Alex Picker > support at vtiger.de > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From tzenk at gmx.net Tue Mar 13 04:59:04 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 13 Mar 2007 09:59:04 +0100 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: <45F59E26.6020805@gmx.net> References: <45F59E26.6020805@gmx.net> Message-ID: <45F667D8.5000404@gmx.net> Well for those of you who might wanna try different Frameworks i found this very informing site about frameworks and definitly found some very interesting stuff for the vtiger editing. i hope you folkz do too ;) http://www.phpwact.org/php/mvc_frameworks Greetz Torsten Zenk Torsten Zenk schrieb: > Hi Folks, till now i worked with Dreamweaver to get parts of vtiger > changed and edited. but as i go into things deeper now i need to change > my editor setup. > So are there any suggestions from your side which editor (s) i > should/could use being used to dreamweaver? I need an editor that shows > me like dreamweaver the code and the real site look being able to edit > the .tpl /.html and .php files in a switching view environment. > > For some reason dreamweaver doesn?t do it s job too good so i would be > thankful for your comments on this > > Best Regards > Torsten Zenk > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From dfar2008 at gmail.com Tue Mar 13 05:53:44 2007 From: dfar2008 at gmail.com (ding jianting) Date: Tue, 13 Mar 2007 17:53:44 +0800 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: <45F667D8.5000404@gmx.net> References: <45F59E26.6020805@gmx.net> <45F667D8.5000404@gmx.net> Message-ID: I use Editplus. On 3/13/07, Torsten Zenk wrote: > > Well for those of you who might wanna try different Frameworks i found > this very informing site about frameworks and definitly found some very > interesting stuff for the vtiger editing. i hope you folkz do too ;) > > http://www.phpwact.org/php/mvc_frameworks > > Greetz > Torsten Zenk > > Torsten Zenk schrieb: > > Hi Folks, till now i worked with Dreamweaver to get parts of vtiger > > changed and edited. but as i go into things deeper now i need to change > > my editor setup. > > So are there any suggestions from your side which editor (s) i > > should/could use being used to dreamweaver? I need an editor that shows > > me like dreamweaver the code and the real site look being able to edit > > the .tpl /.html and .php files in a switching view environment. > > > > For some reason dreamweaver doesn?t do it s job too good so i would be > > thankful for your comments on this > > > > Best Regards > > Torsten Zenk > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- ________________________________________ ????????????: http://www.c3crm.com ----------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070313/88c1dc5c/attachment-0001.html From info at alpigro.de Tue Mar 13 06:49:14 2007 From: info at alpigro.de (Alex Picker) Date: Tue, 13 Mar 2007 11:49:14 +0100 Subject: [Vtigercrm-developers] Migrationscript sugarcrm 4.5 to vtiger 5.0.2 Message-ID: Hi @all we made a migrationscript for a simple and fast migration from sugarcrm to vtiger. I made a new project on vtigerforge. http://vtigerforge.fosslabs.com/projects/sugar-vtiger/ Please give us feedback after testing :-) We want to add some new functions in the future. For example a migration and update to a vtiger database with data in it. Best regards from the vtiger.de team in germany Alex Picker support at vtiger.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070313/05c869d2/attachment-0001.html From fp at crm-now.de Tue Mar 13 11:21:46 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Tue, 13 Mar 2007 16:21:46 +0100 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: Message-ID: <200703131521.l2DFLju5021971@doko.im-netz.de> I just saw at Rev. 10427 that you have set a mail address for the standard user as "standarduser at vtigeruser.com". My friend Dirk was punching my head when we offered this as our default value. How do you know that this email address does not exist already or will exist in the future? This is not a good practice. As we all know CRM users will not change it immediately and there is the danger that emails are getting out to the wrong reciever. So I think it is better to leave this field empty or fill it with the admin email address when you install the system. From davidv.net at gmail.com Tue Mar 13 13:32:10 2007 From: davidv.net at gmail.com (David V.) Date: Tue, 13 Mar 2007 13:32:10 -0400 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: <200703131521.l2DFLju5021971@doko.im-netz.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> Message-ID: I agree ! David V. 2007/3/13, Frank Piepiorra : > I just saw at Rev. 10427 that you have set a mail address for the standard > user as "standarduser at vtigeruser.com". My friend Dirk was punching my head > when we offered this as our default value. How do you know that this email > address does not exist already or will exist in the future? This is not a > good practice. As we all know CRM users will not change it immediately and > there is the danger that emails are getting out to the wrong reciever. So I > think it is better to leave this field empty or fill it with the admin email > address when you install the system. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From Dirk.Gorny at Genion.de Tue Mar 13 14:36:55 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Tue, 13 Mar 2007 19:36:55 +0100 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: <200703131521.l2DFLju5021971@doko.im-netz.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> Message-ID: <200703131936.56171.Dirk.Gorny@Genion.de> I suggest mailadmin at localhost if there must bee a E-Mail address. Because off not sendig this message in the world it stops in worst case at your E-Mail provider. In general all things whitch are preset should not go outside the localhost. Best regards, Dirk Am Dienstag, 13. M?rz 2007 schrieb Frank Piepiorra: > I just saw at Rev. 10427 that you have set a mail address for the standard > user as "standarduser at vtigeruser.com". My friend Dirk was punching my head > when we offered this as our default value. How do you know that this email > address does not exist already or will exist in the future? This is not a > good practice. As we all know CRM users will not change it immediately and > there is the danger that emails are getting out to the wrong reciever. So I > think it is better to leave this field empty or fill it with the admin > email address when you install the system. From tzenk at gmx.net Tue Mar 13 16:57:54 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 13 Mar 2007 21:57:54 +0100 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: <200703131936.56171.Dirk.Gorny@Genion.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> <200703131936.56171.Dirk.Gorny@Genion.de> Message-ID: <45F71052.3020900@gmx.net> Hi added this to the trac: #3213 In SALES > POTENTIALS > MORE INFORMATION the second Button from the Top is called SELECT CONTACT. If you click it the Popup comes up showing all contacts and a button called ADD CONTACT. That not right in my opinion as there should be a button SELECT CONTACT in terms that all other Buttons TELL ME WHAT TO DO and at this point it wants a contact to be selected. And when it comes to translation (german in my example) we have an ERSTELLEN KONTAKT (which means actually to CREATE A CONTACT)but in german it MUST be W?HLE KONTAKT (which then means select contact. So in every way i guess it is best to name the Button SELECT CONTACT. What i did: Row 17 in Smarty/templates/PopUpContents.tpl value="{$APP.LBL_ADD_ITEM} {$APP[$MODULE]}" changed to value="{$APP.LBL_SELECT_BUTTON_LABEL} {$APP[$MODULE]}" Now the button is called SELECT CONTACT and the translationed versions will be fine too. Best Regards Torsten Zenk From tzenk at gmx.net Tue Mar 13 23:01:45 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Wed, 14 Mar 2007 04:01:45 +0100 Subject: [Vtigercrm-developers] Edited the Migration process described by Andrew Rodes... In-Reply-To: <45F667D8.5000404@gmx.net> References: <45F59E26.6020805@gmx.net> <45F667D8.5000404@gmx.net> Message-ID: <45F76599.8050306@gmx.net> ...and as i don?t have edit/make rights to the wiki would someone please add this at the right places: ---------------------------------------------------------------------------- This document was originally made by Andrew Rodes, Jan 19, 2007; 07:08pm and edited by Torsten Zenk, Mar 14, 2007 03:45am because of an error that was forced by missing language files (last migration i successfully tested it with was from 5.02 to 5.02 SVN10430) I have used the following method with success in the past to do local development and verification from one point release to another: 1. get latest version from svn (http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk) for example into a new folder locally 2. export the used version of the DB using mysql export tool .. for example I export a working 5.0.2 db, and reimport it as a new name .. say 5.0.3 3. Copy over the config_inc.php and config_db.php to the new folder from older folder ( 5.0.2->5.0.3) 4. Modify the appropriate settings in the 2 config files from step 3 replacing the old db and url information with the new db and url info. 5. Copy over user_privileges_1.php and sharing_privileges_1.php from the user_privileges folder from the old install to the new ( 5.0.2->5.0.3) 6. Copy over the language files from the old install to the same place in the new install (otherwise you will get an include error) The folders with the language files you have to care about are in include/language and all modules/language files. 7. launch a browser and point it to the new folder (localhost/vtiger503) 8. goto settings->sharing access and recalculate them via the recalculate button if you are having troubles getting the copied version to work in 5.0.3, try rebuilding it in the previous version and copying them over again. Also, it may depend on what version the old privileges files are in .. perhaps trying to go from 5.0.0 to 5.0.3 wont work. I don?t know as I have just moved along with point releases. I am not an expert on this stuff, but thought I might reply to your question with stuff I have tried. If you are still having problems, I could send you my working privileges file which I think will work for admin since I am using the default admin password which appears to be the only critical item stored in the privileges file. Best Regards Torsten Zenk From tzenk at gmx.net Wed Mar 14 12:21:25 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Wed, 14 Mar 2007 17:21:25 +0100 Subject: [Vtigercrm-developers] Bug in currency conversion and probability problem In-Reply-To: <200703131936.56171.Dirk.Gorny@Genion.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> <200703131936.56171.Dirk.Gorny@Genion.de> Message-ID: <45F82105.30007@gmx.net> Hi, would you developers please have a look into this Bugticket in the forum, if you have some time. It handles a currency conversion bug and a problem with the probability view which i find pretty important and should be fixed before .03 final release. What do you think? http://forums.vtiger.com/viewtopic.php?t=14006&highlight=probability Greetings Torsten From kenlyle at yahoo.com Wed Mar 14 16:49:13 2007 From: kenlyle at yahoo.com (Ken Lyle) Date: Wed, 14 Mar 2007 13:49:13 -0700 (PDT) Subject: [Vtigercrm-developers] Tag Cloud for Contacts or Leads In-Reply-To: Message-ID: <20070314204913.85476.qmail@web37303.mail.mud.yahoo.com> This would be like a management snapshot of who is either HOT, or just chewing up resources. Thanks for considering, Ken From chazarra.clement at gmail.com Thu Mar 15 13:56:44 2007 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 15 Mar 2007 17:56:44 +0000 Subject: [Vtigercrm-developers] Hot keys Message-ID: Hello, A while ago, there was some discussion on the list about disabling the vTiger hot key "Alt+D". Actually I would like to add a hot key (Press F9 will add "User name - date" in the field edited), but don't know really where to look apart of the \vtiger_crm\include\language\en_us.lang.php file. How does hot key work? Which files are involved? Thanks, Clem -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070315/df46665e/attachment-0001.html From joe at tsolucio.com Thu Mar 15 14:53:37 2007 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 15 Mar 2007 19:53:37 +0100 Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for 5.0.3 Message-ID: <1173984817.23089.14.camel@joesunix.int> Hi, Based on the code in thread: http://forums.vtiger.com/viewtopic.php?t=7223 I added OO and RTF merge to Accounts and Contacts in 5.0.3. The existing code had incorrect sql query and some other minor details. I also i18n the download link message because my clients work in spanish. I added the line 'DownloadMergeFile'=>'Download merged document here', to include/language/en_en.lang.php and other corresponding language files. I attach the other files: modules/Account/Merge.php modules/Contacts/Merge.php modules/Settings/savewordtemplate.php include/pclzip.lib.php I modified savewordtemplate.php to accept OO and rtf documents so they can be treated like all others. I tried this under windows (firefox) and it worked fine. I DID NOT try the M$Office compatibility as I could not get it working (I think it was because Word was in spanish so the plugin didn't even appear). The code to maintain compatibility exists so it should work. My next step is to make some macro or picklist so that my clients can easily pick the fields to make their own documents. I'll send code if I get it working. Notes: - Make a copy of affected files before trying (just in case) - There are sample merge files on the thread - Remember to manually add the translation string or you won't see anything Regards, Joe TSolucio -------------- next part -------------- A non-text attachment was scrubbed... Name: RTFOOMerge.zip Type: application/zip Size: 41580 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070315/3ddd8a47/attachment.zip From brian at pr2k.com Thu Mar 15 15:33:33 2007 From: brian at pr2k.com (Brian Laughlin) Date: Thu, 15 Mar 2007 12:33:33 -0700 Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for5.0.3 References: <1173984817.23089.14.camel@joesunix.int> Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BC20@svawmc1.awnow.local> Joe you are fantastic, thanks! -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Joe Bordes Sent: Thursday, March 15, 2007 11:54 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for5.0.3 Hi, Based on the code in thread: http://forums.vtiger.com/viewtopic.php?t=7223 I added OO and RTF merge to Accounts and Contacts in 5.0.3. The existing code had incorrect sql query and some other minor details. I also i18n the download link message because my clients work in spanish. I added the line 'DownloadMergeFile'=>'Download merged document here', to include/language/en_en.lang.php and other corresponding language files. I attach the other files: modules/Account/Merge.php modules/Contacts/Merge.php modules/Settings/savewordtemplate.php include/pclzip.lib.php I modified savewordtemplate.php to accept OO and rtf documents so they can be treated like all others. I tried this under windows (firefox) and it worked fine. I DID NOT try the M$Office compatibility as I could not get it working (I think it was because Word was in spanish so the plugin didn't even appear). The code to maintain compatibility exists so it should work. My next step is to make some macro or picklist so that my clients can easily pick the fields to make their own documents. I'll send code if I get it working. Notes: - Make a copy of affected files before trying (just in case) - There are sample merge files on the thread - Remember to manually add the translation string or you won't see anything Regards, Joe TSolucio -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.11/723 - Release Date: 3/15/2007 11:27 AM From peter.guhl at win-lux.ch Thu Mar 15 17:21:42 2007 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Thu, 15 Mar 2007 22:21:42 +0100 Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for 5.0.3 In-Reply-To: <1173984817.23089.14.camel@joesunix.int> References: <1173984817.23089.14.camel@joesunix.int> Message-ID: <45F9B8E6.3000304@win-lux.ch> Hi I did an OO-template-code for vtiger 4. Rather similar, I guess. Sort of a shame that project was already on its way and couldn't be switched to 5 anymore. I guess I had to add a couple of things which others already did for 5.0.3. Well, that's life. Regards Peter Joe Bordes schrieb: > Hi, > > Based on the code in thread: > http://forums.vtiger.com/viewtopic.php?t=7223 > > I added OO and RTF merge to Accounts and Contacts in 5.0.3. > -- Win-Lux GmbH Peter Guhl Schatzenboden 61A CH - 7233 Jenaz Telefon +41 81 330 51 51 Mobil +41 76 437 03 09 Fax +41 81 332 44 58 Mail peter.guhl at win-lux.ch Skype p_guhl Web www.win-lux.ch ************************* Vertraulichkeitserkl?rung ************************* Diese Mitteilung resp. deren Beilagen k?nnen vertrauliche und/oder pers?nliche Informationen enthalten, die einzig f?r den addressierten Empf?nger bestimmt sind. Jegliche Kenntnisnahme oder Weiterleitung durch oder an Dritte ist untersagt. Wenn Sie nicht der addressierte Empf?nger sind, nehmen Sie bitte Kontakt mit dem Absender der Nachricht auf und l?schen Sie alle Kopien. Vielen Dank. From brian at pr2k.com Thu Mar 15 18:24:54 2007 From: brian at pr2k.com (Brian Laughlin) Date: Thu, 15 Mar 2007 15:24:54 -0700 Subject: [Vtigercrm-developers] Limit on Report records send to Excel Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BC26@svawmc1.awnow.local> Anyone know how to increase record limit when exporting a Report to Excel? I'm guessing it's in the /include/php_writeexcel directory. Not sure what to change. Thanks, Brian Laughlin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070315/5d466940/attachment.html From gonen at active.co.il Sun Mar 18 07:44:58 2007 From: gonen at active.co.il (gonen) Date: Sun, 18 Mar 2007 13:44:58 +0200 Subject: [Vtigercrm-developers] Ajax not saving fields - where to begin ? Message-ID: <45FD263A.9090607@active.co.il> An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070318/d5379b2b/attachment-0002.html From stevem at 411web.com Tue Mar 20 18:39:46 2007 From: stevem at 411web.com (Steve Morocho) Date: Tue, 20 Mar 2007 15:39:46 -0700 Subject: [Vtigercrm-developers] Three questions Message-ID: <1174430387.19933.96.camel@zero.411web.com> I have three questions, and I've looked high and low for the answers before resorting to this list. 1) This is a bug, I'm sure most of you are aware of. Even still exists in the latest 5.03 trunk. After editing a lead and going back to listview the view is reset back to page 1 default view. I would like to enable persistant list views in Vtiger. That is to say when a user is logged in and looking at the Sales->Leads module for instance and action=ListView or action=index and then they click on the ajax Javascript link to paginate to page 3 of a specific filter. then they click on a lead in page three and edit that lead, then if they select Sales->Leads again I want them to go back to page three with the correct filter (viewname) they used and also the sort order. Basically remember what they were looking at in the session. I found a patch that did persistant lead views (http://vtigerforge.fosslabs.com/projects/usablecontrib/) but only if the action was passed in the URL during pagination, and doesn't work with the newer Ajax pagination. Is there another patch I could try? 2) In a similar fashion I would like to add a Previous and Next button to vtiger once in the Lead Detail View that could go to Prev and Next lead from the last page/filter you looked at. So if you were at the top of page three "Prev" would go back to the last lead on page 2, etc. 3) and finally I would like to add the hndMouseOver() javascript/ajax functionality to the ListView so editing can be done on multiple leads at once from this highly accessed page view. Thanks, Steve From dome at tel.co.th Wed Mar 21 06:39:43 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 21 Mar 2007 17:39:43 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? Message-ID: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> Dear all, Is posible to support postgresql in 5.0.3 released version. i try to test in trunk 10511 problem Fatal error: Call to a member function Move() on a non-object in PearDatabase.php on line 441 still alive. Please let's me know about plan to fix this problem Thanks. Dome C. From dome at tel.co.th Wed Mar 21 06:46:45 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 21 Mar 2007 17:46:45 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> Message-ID: <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> Sorry not trunk version branch 10511 Dome C. On 3/21/07, Dome Charoenyost wrote: > Dear all, > Is posible to support postgresql in 5.0.3 released version. > i try to test in trunk 10511 problem > Fatal error: Call to a member function Move() on a non-object in > PearDatabase.php on line 441 > still alive. > > Please let's me know about plan to fix this problem > > Thanks. > > Dome C. > From jens at Strawberry.COM Wed Mar 21 07:05:40 2007 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 21 Mar 2007 12:05:40 +0100 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com>; from Dome Charoenyost on Wed, Mar 21, 2007 at 05:46:45PM +0700 References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> Message-ID: <20070321120540.A3917@Strawberry.COM> Hi, I'm running a 5.0.3 on PostgreSQL 8.1. However the official release is kind of buggy. I'll provide a patch to Don an Ritchie in the next few days. Jens On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > Sorry not trunk version > branch 10511 > > Dome C. > > On 3/21/07, Dome Charoenyost wrote: > > Dear all, > > Is posible to support postgresql in 5.0.3 released version. > > i try to test in trunk 10511 problem > > Fatal error: Call to a member function Move() on a non-object in > > PearDatabase.php on line 441 > > still alive. > > > > Please let's me know about plan to fix this problem > > > > Thanks. > > > > Dome C. > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- -------------------------------------------------------------------------------- s t r a w b e r r y e d v - s y s t e m e g m b h SSSSSSSSS Am Flosskanal 7 Jens Hamisch SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO SSSSS-----SSSSS ---SSSSS--------- fon (+49 8171) 41805-0 -----SSSSSSS----- fax (+49 8171) 41805-59 ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com SSSSS-----SSSSS mobil: (+49 172) 8104162 SSSSSSSSSSSSS Geschaeftsfuehrer/CEO SSSSSSSSS Jens Hamisch a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 From dome at tel.co.th Wed Mar 21 08:02:16 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 21 Mar 2007 19:02:16 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <20070321120540.A3917@Strawberry.COM> References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> <20070321120540.A3917@Strawberry.COM> Message-ID: <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com> Thanks jens, I realy need to run on postgresql beacuse my application mostly use store procedure and trigger. postgresql and vtiger with your patch work fine right ? Dome C. On 3/21/07, Jens Hamisch wrote: > Hi, > > I'm running a 5.0.3 on PostgreSQL 8.1. > However the official release is kind of buggy. > I'll provide a patch to Don an Ritchie in the next > few days. > > > Jens > > > > On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > > Sorry not trunk version > > branch 10511 > > > > Dome C. > > > > On 3/21/07, Dome Charoenyost wrote: > > > Dear all, > > > Is posible to support postgresql in 5.0.3 released version. > > > i try to test in trunk 10511 problem > > > Fatal error: Call to a member function Move() on a non-object in > > > PearDatabase.php on line 441 > > > still alive. > > > > > > Please let's me know about plan to fix this problem > > > > > > Thanks. > > > > > > Dome C. > > > > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > -- > > -------------------------------------------------------------------------------- > > s t r a w b e r r y e d v - s y s t e m e g m b h > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > SSSSS-----SSSSS > ---SSSSS--------- fon (+49 8171) 41805-0 > -----SSSSSSS----- fax (+49 8171) 41805-59 > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > SSSSS-----SSSSS mobil: (+49 172) 8104162 > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > SSSSSSSSS Jens Hamisch > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From Andreas.Reiche at LGN.Niedersachsen.de Wed Mar 21 08:28:09 2007 From: Andreas.Reiche at LGN.Niedersachsen.de (Reiche, Andreas) Date: Wed, 21 Mar 2007 13:28:09 +0100 Subject: [Vtigercrm-developers] (no subject) Message-ID: Hi Team, with revision 10473 you introduced a new language file 'include/js/en_us.lang.js' which defines a javascript array with used strings. I found that all the strings are also defined in the 'normal' lang file. And somewhere in the code (don't know exactly which file at the moment) i found a piece of code where the js-array is matched to a php-array. Just for clarification: Do we have to maintain a xx_xx.lang.js file in the language packs in future or is this just a temporary solution. Without a lang.js file (de_de.lang.js in my case) some functionality is broken if you use another language than english. And additionally there seems to be no consistent use of this js file over the application because in some places i get my translated strings and in other places i get the english string. Please confirm, regards, Andreas Reiche, LGN ( Landesvermessung und Geobasisinformation Niedersachsen) Podbielskistrasse 331 D-30659 Hannover Web: http://www.lgn.de http://www.geolife.de From fp at crm-now.de Wed Mar 21 08:46:03 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Wed, 21 Mar 2007 13:46:03 +0100 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 15, Issue 8 In-Reply-To: Message-ID: <200703211246.l2LCk39t012679@doko.im-netz.de> Andreas, The introduction of new language files was done to fix many of the i18n issues reported. For technical reasons you can not use the existing language files of the modules for js files. Therefore, a new file has been introduced and I do not think that this is a temporary solution. It's still work in progress and you can expect that this will be finished with the v5.0.3 release. To verify and to test the function for our community we have installed yesterday a bleeding edge demo in German at https://vtigercrm5x.at.crm-now.de/. Feel free to test and to report any errors you may find. Regards, Frank > Message: 10 > Date: Wed, 21 Mar 2007 13:28:09 +0100 > From: "Reiche, Andreas" > Subject: [Vtigercrm-developers] (no subject) > To: vtigercrm-developers at lists.vtigercrm.com > Message-ID: > > dersachsen.de> > > Content-Type: text/plain; charset="utf-8" > > Hi Team, > with revision 10473 you introduced a new language file > 'include/js/en_us.lang.js' which defines a javascript array with used > strings. > I found that all the strings are also defined in the 'normal' > lang file. And > somewhere in the code (don't know exactly which file at the > moment) i found > a piece of code where the js-array is matched to a php-array. > > Just for clarification: > Do we have to maintain a xx_xx.lang.js file in the language > packs in future > or is this just a temporary solution. > Without a lang.js file (de_de.lang.js in my case) some > functionality is > broken if you use another language than english. > And additionally there seems to be no consistent use of this > js file over > the application because in some places i get my translated > strings and in > other places i get the english string. > > Please confirm, > regards, > Andreas Reiche, > LGN ( Landesvermessung und Geobasisinformation Niedersachsen) > Podbielskistrasse 331 > D-30659 Hannover > Web: http://www.lgn.de > http://www.geolife.de > > > > > ------------------------------ > > _______________________________________________ > vtigercrm-developers mailing list > vtigercrm-developers at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-developers > > > End of vtigercrm-developers Digest, Vol 15, Issue 8 > *************************************************** > From jens at Strawberry.COM Wed Mar 21 12:34:29 2007 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 21 Mar 2007 17:34:29 +0100 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com>; from Dome Charoenyost on Wed, Mar 21, 2007 at 07:02:16PM +0700 References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> <20070321120540.A3917@Strawberry.COM> <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com> Message-ID: <20070321173429.D1769@Strawberry.COM> Hi, they work really fine. Most of my patches are already part of the 5.0.3 packacke. As I'm currently in the process to migrate to 5.0.3 I cannot send the rest of the patches immediatelly, because I'd have to test them at first. I will hopefully finish that until the end of the week. I'm running vtiger in the following environment: Solaris 10 Apache 2.2.2 PHP 5.1.4 PostgreSQL 8.1.2 (with perl backend) cu Jens On Wed, Mar 21, 2007 at 07:02:16PM +0700, Dome Charoenyost wrote: > Thanks jens, > > I realy need to run on postgresql beacuse my application mostly use > store procedure and trigger. postgresql and vtiger with your patch > work fine right ? > > Dome C. > > On 3/21/07, Jens Hamisch wrote: > > Hi, > > > > I'm running a 5.0.3 on PostgreSQL 8.1. > > However the official release is kind of buggy. > > I'll provide a patch to Don an Ritchie in the next > > few days. > > > > > > Jens > > > > > > > > On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > > > Sorry not trunk version > > > branch 10511 > > > > > > Dome C. > > > > > > On 3/21/07, Dome Charoenyost wrote: > > > > Dear all, > > > > Is posible to support postgresql in 5.0.3 released version. > > > > i try to test in trunk 10511 problem > > > > Fatal error: Call to a member function Move() on a non-object in > > > > PearDatabase.php on line 441 > > > > still alive. > > > > > > > > Please let's me know about plan to fix this problem > > > > > > > > Thanks. > > > > > > > > Dome C. > > > > > > > _______________________________________________ > > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > -- > > > > -------------------------------------------------------------------------------- > > > > s t r a w b e r r y e d v - s y s t e m e g m b h > > > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > > SSSSS-----SSSSS > > ---SSSSS--------- fon (+49 8171) 41805-0 > > -----SSSSSSS----- fax (+49 8171) 41805-59 > > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > > SSSSS-----SSSSS mobil: (+49 172) 8104162 > > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > > SSSSSSSSS Jens Hamisch > > > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- -------------------------------------------------------------------------------- s t r a w b e r r y e d v - s y s t e m e g m b h SSSSSSSSS Am Flosskanal 7 Jens Hamisch SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO SSSSS-----SSSSS ---SSSSS--------- fon (+49 8171) 41805-0 -----SSSSSSS----- fax (+49 8171) 41805-59 ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com SSSSS-----SSSSS mobil: (+49 172) 8104162 SSSSSSSSSSSSS Geschaeftsfuehrer/CEO SSSSSSSSS Jens Hamisch a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 From dome at tel.co.th Thu Mar 22 06:06:59 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Thu, 22 Mar 2007 17:06:59 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <20070321173429.D1769@Strawberry.COM> References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> <20070321120540.A3917@Strawberry.COM> <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com> <20070321173429.D1769@Strawberry.COM> Message-ID: <8ccbff060703220306o666027d3l4e28c099e93130e2@mail.gmail.com> Good. :) Thanks... jens. Dome C. On 3/21/07, Jens Hamisch wrote: > > Hi, > > > they work really fine. Most of my patches are already part of the > 5.0.3 packacke. As I'm currently in the process to migrate to 5.0.3 > I cannot send the rest of the patches immediatelly, because I'd have > to test them at first. > > I will hopefully finish that until the end of the week. > > I'm running vtiger in the following environment: > > Solaris 10 > Apache 2.2.2 > PHP 5.1.4 > PostgreSQL 8.1.2 (with perl backend) > > > cu > Jens > > > On Wed, Mar 21, 2007 at 07:02:16PM +0700, Dome Charoenyost wrote: > > Thanks jens, > > > > I realy need to run on postgresql beacuse my application mostly use > > store procedure and trigger. postgresql and vtiger with your patch > > work fine right ? > > > > Dome C. > > > > On 3/21/07, Jens Hamisch wrote: > > > Hi, > > > > > > I'm running a 5.0.3 on PostgreSQL 8.1. > > > However the official release is kind of buggy. > > > I'll provide a patch to Don an Ritchie in the next > > > few days. > > > > > > > > > Jens > > > > > > > > > > > > On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > > > > Sorry not trunk version > > > > branch 10511 > > > > > > > > Dome C. > > > > > > > > On 3/21/07, Dome Charoenyost wrote: > > > > > Dear all, > > > > > Is posible to support postgresql in 5.0.3 released version. > > > > > i try to test in trunk 10511 problem > > > > > Fatal error: Call to a member function Move() on a non-object in > > > > > PearDatabase.php on line 441 > > > > > still alive. > > > > > > > > > > Please let's me know about plan to fix this problem > > > > > > > > > > Thanks. > > > > > > > > > > Dome C. > > > > > > > > > _______________________________________________ > > > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > > -- > > > > > > -------------------------------------------------------------------------------- > > > > > > s t r a w b e r r y e d v - s y s t e m e g m b h > > > > > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > > > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > > > SSSSS-----SSSSS > > > ---SSSSS--------- fon (+49 8171) 41805-0 > > > -----SSSSSSS----- fax (+49 8171) 41805-59 > > > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > > > SSSSS-----SSSSS mobil: (+49 172) 8104162 > > > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > > > SSSSSSSSS Jens Hamisch > > > > > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > > > _______________________________________________ > > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > -- > > -------------------------------------------------------------------------------- > > s t r a w b e r r y e d v - s y s t e m e g m b h > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > SSSSS-----SSSSS > ---SSSSS--------- fon (+49 8171) 41805-0 > -----SSSSSSS----- fax (+49 8171) 41805-59 > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > SSSSS-----SSSSS mobil: (+49 172) 8104162 > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > SSSSSSSSS Jens Hamisch > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From Dirk.Gorny at Genion.de Fri Mar 23 15:38:39 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Fri, 23 Mar 2007 20:38:39 +0100 Subject: [Vtigercrm-developers] Using a Database Message-ID: <200703232038.40624.Dirk.Gorny@Genion.de> Hallo developer, Using a Database in basic is very easy. If you do only simpel update, select, and create , you can use the same sql syntax at nearly all DBMS. Is an application becommes more power, you nead more complexibility in querys. Querys then are not portable. In former times brainpower was inside the Database presented by normalizing and ER-Models. Something like php or oracle forms, was only for representation. Today the intelligence is inside the appication. The choice of a DBMS is not a choice for building the models it is to choose the features brought to you by the DBMS. Today mysql is supported and there are "ports" to postges. In future there are things to handle like trigger events and do filtering by stored procedures. This are only two weaks of a big list where mysql doesn't shine very bright. Sometimes it is easyer to get mony out of an Casino then get a dump from myql especial with BLOBS. Allso there is more nead to do other things like suport two DBMS. Therefore i suggest to build a migration tool to transport the data to a postgres database and switch vtiger to postgres as the standard. Best regards, Dirk From salvador_bueno_avila at hotmail.com Wed Mar 28 06:41:57 2007 From: salvador_bueno_avila at hotmail.com (=?iso-8859-1?B?U2FsdmFkb3IgQnVlbm8gwXZpbGE=?=) Date: Wed, 28 Mar 2007 12:41:57 +0200 Subject: [Vtigercrm-developers] OSS-ERP acceptance Study Message-ID: Dear Vtigercrm user, We are Salvador Bueno and Dolores Gallego, Assistant Professors in Business Administration Department in Pablo de Olavide University at Seville, Spain. Our research involves an analysis about Open Source Software-Enterprise Resource Planning (OSS-ERP) and its impact at organization. We send you this mail to invite your participation in our study. Specifically, our analysis consists on development a Technological Acceptance Model of an OSS-ERP. We consider you are an OSS-ERP user and we appreciate the time necessary for answer our questionnaire. The name of the participants in this study will remain anonymous. I would be most grateful if you participate in this survey. You only have to answer the questionnaire in the following URL and answer online. You will consider for answer the distribution of OSS-ERP you use. http://aramis.upo.es/general/centros_depart/departamentos/invest/oss/ Please do not hesitate to contact us if you have any queries regarding this study. Best regards, Salvador Bueno, Ph D. _________________________________________________________________ Dale rienda suelta a tu tiempo libre. Mil ideas para exprimir tu ocio con MSN Entretenimiento. http://entretenimiento.msn.es/ From scott at centritechsolutions.com Fri Mar 2 21:23:38 2007 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 2 Mar 2007 21:23:38 -0500 Subject: [Vtigercrm-developers] Ticket comments Message-ID: <006001c75d3a$fc18ab70$0202fea9@laptop> Is there a way to have a report of the ticket comments or a way to create a custom view to show all the ticket comments on one screen? This way I can at least do a print screen. Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070302/f821c2c5/attachment-0002.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 1917 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070302/f821c2c5/attachment-0003.jpe From eugene at wtb.co.za Fri Mar 2 21:33:02 2007 From: eugene at wtb.co.za (eugene at wtb.co.za) Date: Sat, 03 Mar 2007 04:33:02 +0200 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 15, Issue 1 Message-ID: Thank you for your e-mail. I am currently on a course but wil be back on Monday, 5 March. Should you require assistance before then, please contact Niel van Vuuren for IT related queries at niel at wtb.co.za or 011 782 4222. For any other queries please call 011 782 4222. Thanks and best regards, Eugene Booyens Walk Thru the Bible Phone: +27 11 782 4222 Fax: +27 11 782 3977 Web: www.bible.org.za From mike.roosa at gmail.com Mon Mar 5 11:06:23 2007 From: mike.roosa at gmail.com (Mike Roosa) Date: Mon, 5 Mar 2007 11:06:23 -0500 Subject: [Vtigercrm-developers] Leads Listview Message-ID: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> I'm sure this will be an easy one for most of you. I'm an ASP developer and just learning both vTiger and PHP so I'm a little lost. I wanted to modify the Leads Listview to take out the Website address and add the Lead Status. When I remove the lines related to website in Leads.php and Lead.php nothing happens. The Website address and website column header still show up. Am I missing something else here? Thanks, Mike Roosa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070305/4befb88f/attachment-0002.html From davidv.net at gmail.com Mon Mar 5 14:37:12 2007 From: davidv.net at gmail.com (David V.) Date: Mon, 5 Mar 2007 15:37:12 -0400 Subject: [Vtigercrm-developers] Leads Listview In-Reply-To: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> References: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> Message-ID: You don't have to go in the code. Just create a new view and make it the default. David V. 2007/3/5, Mike Roosa : > > I'm sure this will be an easy one for most of you. I'm an ASP developer > and just learning both vTiger and PHP so I'm a little lost. I wanted to > modify the Leads Listview to take out the Website address and add the Lead > Status. When I remove the lines related to website in Leads.php and > Lead.php nothing happens. The Website address and website column header > still show up. Am I missing something else here? > > Thanks, > Mike Roosa > > _______________________________________________ > 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/20070305/2805a0ef/attachment-0002.html From mike.roosa at gmail.com Mon Mar 5 14:41:14 2007 From: mike.roosa at gmail.com (Mike Roosa) Date: Mon, 5 Mar 2007 14:41:14 -0500 Subject: [Vtigercrm-developers] Leads Listview In-Reply-To: References: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> Message-ID: <755997990703051141k14da44f6o389c7d9120269dac@mail.gmail.com> Ok, thanks I'll give that a shot. On 3/5/07, David V. wrote: > > You don't have to go in the code. > Just create a new view and make it the default. > > David V. > > > > 2007/3/5, Mike Roosa : > > > > I'm sure this will be an easy one for most of you. I'm an ASP developer > > and just learning both vTiger and PHP so I'm a little lost. I wanted to > > modify the Leads Listview to take out the Website address and add the Lead > > Status. When I remove the lines related to website in Leads.php and > > Lead.php nothing happens. The Website address and website column header > > still show up. Am I missing something else here? > > > > Thanks, > > Mike Roosa > > > > _______________________________________________ > > 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/20070305/b745b110/attachment-0002.html From scott at centritechsolutions.com Mon Mar 5 15:13:45 2007 From: scott at centritechsolutions.com (scott at centritechsolutions.com) Date: Mon, 05 Mar 2007 15:13:45 -0500 Subject: [Vtigercrm-developers] Ticket comments Message-ID: <9125921412.20070305151345@shortpump.com> What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? I.E SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php Thanks Scott ------Original Mail------ From: "bharath" To: Sent: Mon, 05 Mar 2007 16:07:27 +0530 Subject: Re:[Vtigercrm-developers] Ticket comments Dear Scott Brown, Thanks for your fruitful suggestion. Currently we are not supporting this feature, but we will take this in one of our future release. Please do get back to us for further details. Thanks & Regards Bharath ----scott at centritechsolutions.com wrote ---- Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. Scott Brown Operations Manager Main: 804-360-9753Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From brian at pr2k.com Mon Mar 5 17:21:20 2007 From: brian at pr2k.com (Brian Laughlin) Date: Mon, 5 Mar 2007 14:21:20 -0800 Subject: [Vtigercrm-developers] Ticket comments References: <9125921412.20070305151345@shortpump.com> Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6D9D@svawmc1.awnow.local> We don't use Ticket's but based on what I can tell this query might put you on the right path on getting what you what. Select * from vtiger_troubletickets tt join vtiger_crmentity ce on ce.crmid = tt.ticketid where tt.status = 'Open' Good luck, Brian Laughlin -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of scott at centritechsolutions.com Sent: Monday, March 05, 2007 12:14 PM To: bharath at vtiger.com Cc: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Ticket comments What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? I.E SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php Thanks Scott ------Original Mail------ From: "bharath" To: Sent: Mon, 05 Mar 2007 16:07:27 +0530 Subject: Re:[Vtigercrm-developers] Ticket comments Dear Scott Brown, Thanks for your fruitful suggestion. Currently we are not supporting this feature, but we will take this in one of our future release. Please do get back to us for further details. Thanks & Regards Bharath ----scott at centritechsolutions.com wrote ---- Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. Scott Brown Operations Manager Main: 804-360-9753Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From joe at tsolucio.com Mon Mar 5 18:48:34 2007 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 06 Mar 2007 00:48:34 +0100 Subject: [Vtigercrm-developers] Ticket comments In-Reply-To: <9125921412.20070305151345@shortpump.com> References: <9125921412.20070305151345@shortpump.com> Message-ID: <1173138514.8929.2.camel@joeshome.int> Hi Scott, The ticket comments are in the vtiger_ticketcomments table so you will have to select in that table to get the comments you are looking for: select comments, createdtime from vtiger_ticketcomments where ticketid={yourticketid} order by createdtime; That should get the comments. Let us know how it turns out. Regards, Joe TSolucio El lun, 05-03-2007 a las 15:13 -0500, scott at centritechsolutions.com escribi?: > What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? > > I.E > > SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; > > If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php > > Thanks > Scott > > ------Original Mail------ > From: "bharath" > To: > Sent: Mon, 05 Mar 2007 16:07:27 +0530 > Subject: Re:[Vtigercrm-developers] Ticket comments > > > > > Dear Scott Brown, > > Thanks for your fruitful suggestion. > Currently we are not supporting this feature, > but we will take this in one of our future release. > Please do get back to us for further details. > > Thanks & Regards > Bharath > > > > > ----scott at centritechsolutions.com wrote ---- > > Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. > > > Scott Brown > Operations Manager > Main: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > http://www.CentriTechSolutions.com > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From scott at centritechsolutions.com Mon Mar 5 19:06:25 2007 From: scott at centritechsolutions.com (Scott Brown) Date: Mon, 5 Mar 2007 19:06:25 -0500 Subject: [Vtigercrm-developers] Ticket comments In-Reply-To: <1173138514.8929.2.camel@joeshome.int> Message-ID: <00b201c75f83$4efc71b0$0202fea9@laptop> Thanks Joe, How would I join this to the vtiger_troubletickets table so that I can pull out the corresponding ticketed, assignedto, and the title. I also need the where clause to filter out only tickets that have a status of Open. I think I need a combination of what you have and what Brian sent earlier Select * from vtiger_troubletickets tt join vtiger_crmentity ce on ce.crmid = tt.ticketid where tt.status = 'Open' It looks like his suggestion pulls out all the tickets with the status of Open but no comments, and yours would pull out all the comments for a specific ticket. Should I run Brian's query and then step through the result and pull out the ticket Id and then execute a 2nd query using your suggestion and display the data. Then go to the next result in Brian's query ? Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Joe Bordes Sent: Monday, March 05, 2007 6:49 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Ticket comments Hi Scott, The ticket comments are in the vtiger_ticketcomments table so you will have to select in that table to get the comments you are looking for: select comments, createdtime from vtiger_ticketcomments where ticketid={yourticketid} order by createdtime; That should get the comments. Let us know how it turns out. Regards, Joe TSolucio El lun, 05-03-2007 a las 15:13 -0500, scott at centritechsolutions.com escribi?: > What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? > > I.E > > SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; > > If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php > > Thanks > Scott > > ------Original Mail------ > From: "bharath" > To: > Sent: Mon, 05 Mar 2007 16:07:27 +0530 > Subject: Re:[Vtigercrm-developers] Ticket comments > > > > > Dear Scott Brown, > > Thanks for your fruitful suggestion. > Currently we are not supporting this feature, > but we will take this in one of our future release. > Please do get back to us for further details. > > Thanks & Regards > Bharath > > > > > ----scott at centritechsolutions.com wrote ---- > > Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. > > > Scott Brown > Operations Manager > Main: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > http://www.CentriTechSolutions.com > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From vtiger at sydesy.com Mon Mar 5 23:49:36 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Tue, 6 Mar 2007 05:49:36 +0100 Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? Message-ID: <2617b9b70703052049o52dc608eja6677c89837ba7ac@mail.gmail.com> Hi, I know I?m probably late in the show, but I?d like to test the 5.0.3 branch, using svn. The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 I suppose I?m not the only one in that case. How did you do it ? How do you upgrade your local copy everytime there is a minor 5.0.x version ? Thanks in advance for your advices. Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? X+ From brian at pr2k.com Mon Mar 5 23:59:19 2007 From: brian at pr2k.com (Brian Laughlin) Date: Mon, 5 Mar 2007 20:59:19 -0800 Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DD0@svawmc1.awnow.local> Importer that deals with duplicates??? That's great. A lot of people have requested that, post to here if you must. :-) -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of xavier dutoit Sent: Monday, March 05, 2007 8:50 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? Hi, I know I?m probably late in the show, but I?d like to test the 5.0.3 branch, using svn. The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 I suppose I?m not the only one in that case. How did you do it ? How do you upgrade your local copy everytime there is a minor 5.0.x version ? Thanks in advance for your advices. Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? X+ _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From mickie at vtiger.com Tue Mar 6 00:24:24 2007 From: mickie at vtiger.com (Mickie) Date: Tue, 06 Mar 2007 10:54:24 +0530 Subject: [Vtigercrm-developers] Ticket comments In-Reply-To: <00b201c75f83$4efc71b0$0202fea9@laptop> References: <00b201c75f83$4efc71b0$0202fea9@laptop> Message-ID: <11125b49aa6.-3439776111866044364.-5607585072602341996@vtiger.com> Dear Scott, you can run the following query to get the list of open tickets and their comments select vtiger_troubletickets.ticketid,vtiger_troubletickets.title, vtiger_crmentity.smownerid,vtiger_ticketcomments.* from vtiger_troubletickets inner joinvtiger_crmentity onvtiger_troubletickets.ticketid=vtiger_crmentity.crmid left joinvtiger_ticketcomments onvtiger_ticketcomments.ticketid=vtiger_troubletickets.ticketid wherevtiger_troubletickets.status='Open' where as if you want get the details for a single ticket then you can add and vtiger_troubletickets.ticketid=117 at the end of the previous query. Hope this helps to get the result as per your need. Thanks & Regards Mickie ----scott at centritechsolutions.com wrote ---- Thanks Joe, How would I join this to the vtiger_troubletickets table so that I can pull out the corresponding ticketed, assignedto, and the title. I also need the where clause to filter out only tickets that have a status of Open. I think I need a combination of what you have and what Brian sent earlier Select * from vtiger_troubletickets tt join vtiger_crmentity ce on ce.crmid = tt.ticketid where tt.status = 'Open' It looks like his suggestion pulls out all the tickets with the status of Open but no comments, and yours would pull out all the comments for a specific ticket. Should I run Brian's query and then step through the result and pull out the ticket Id and then execute a 2nd query using your suggestion and display the data. Then go to the next result in Brian's query ? Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Joe Bordes Sent: Monday, March 05, 2007 6:49 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Ticket comments Hi Scott, The ticket comments are in the vtiger_ticketcomments table so you will have to select in that table to get the comments you are looking for: select comments, createdtime from vtiger_ticketcomments where ticketid={yourticketid} order by createdtime; That should get the comments. Let us know how it turns out. Regards, Joe TSolucio El lun, 05-03-2007 a las 15:13 -0500, scott at centritechsolutions.com escribi?: > What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? > > I.E > > SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; > > If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as http://www.crmserver.com/getTicketComments.php > > Thanks > Scott > > ------Original Mail------ > From: "bharath" > To: > Sent: Mon, 05 Mar 2007 16:07:27 +0530 > Subject: Re:[Vtigercrm-developers] Ticket comments > > > > > Dear Scott Brown, > > Thanks for your fruitful suggestion. > Currently we are not supporting this feature, > but we will take this in one of our future release. > Please do get back to us for further details. > > Thanks & Regards > Bharath > > > > > ----scott at centritechsolutions.com wrote ---- > > Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. > > > Scott Brown > Operations Manager > Main: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > http://www.CentriTechSolutions.com > > > > _______________________________________________ > 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 _______________________________________________ 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/20070306/82e0881c/attachment-0002.html From xavier at sydesy.com Tue Mar 6 02:58:36 2007 From: xavier at sydesy.com (xavier dutoit) Date: Tue, 6 Mar 2007 08:58:36 +0100 Subject: [Vtigercrm-developers] Patch: import that deals with duplicates Message-ID: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> Just created a ticket on trac with the patch (from 5.0.2). http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/3187 I would like to know how to update my local copy to 5.0.3 from svn (cf my previous mail). X+ On 3/6/07, Brian Laughlin wrote: > Importer that deals with duplicates??? > > That's great. A lot of people have requested that, post to here if you must. :-) > > -----Original Message----- > From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of xavier dutoit > Sent: Monday, March 05, 2007 8:50 PM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? > > Hi, > > I know I?m probably late in the show, but I?d like to test the 5.0.3 branch, using svn. > > The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 > > I suppose I?m not the only one in that case. How did you do it ? > > How do you upgrade your local copy everytime there is a minor 5.0.x version ? > > Thanks in advance for your advices. > > Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? > > X+ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From chazarra.clement at gmail.com Tue Mar 6 06:25:51 2007 From: chazarra.clement at gmail.com (clement chazarra) Date: Tue, 6 Mar 2007 11:25:51 +0000 Subject: [Vtigercrm-developers] Testing tools Message-ID: Hello guys, since we are in a testing phase I thought those tools could be interesting: http://www.joedog.org/ http://httpd.apache.org/docs/trunk/programs/ab.html -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070306/a66361dc/attachment-0002.html From brian at pr2k.com Tue Mar 6 13:42:38 2007 From: brian at pr2k.com (Brian Laughlin) Date: Tue, 6 Mar 2007 10:42:38 -0800 Subject: [Vtigercrm-developers] A happy day for PHP Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> Yay, finally my biggest gripe has a nice simple solution. The last time I seriously coded was with SQL and Delphi 7. When I started working on vTiger I tested out a lot of IDEs and often would resort to VIM. OMG. I've been keeping an eye out and see that this product is soon to be released. http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.a spx I give you guys a lot of credit if you're using non WYSIWYG environments. You are extremely patient. :-) Just sharing. Brian Laughlin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070306/f8508cf3/attachment-0002.html From javawaba at hotmail.com Tue Mar 6 17:34:07 2007 From: javawaba at hotmail.com (Jim Weir) Date: Tue, 06 Mar 2007 17:34:07 -0500 Subject: [Vtigercrm-developers] A happy day for PHP In-Reply-To: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> Message-ID: warp speed development... >From: "Brian Laughlin" >Reply-To: vtigercrm-developers at lists.vtigercrm.com >To: >Subject: [Vtigercrm-developers] A happy day for PHP >Date: Tue, 6 Mar:42:38 -0800 > >Yay, finally my biggest gripe has a nice simple solution. The last time >I seriously coded was with SQL and Delphi 7. When I started working on >vTiger I tested out a lot of IDEs and often would resort to VIM. OMG. >I've been keeping an eye out and see that this product is soon to be >released. > >http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.a >spx > >I give you guys a lot of credit if you're using non WYSIWYG >environments. You are extremely patient. :-) > >Just sharing. > > >Brian Laughlin >_______________________________________________ >Reach hundreds of potential candidates - http://jobs.vtiger.com _________________________________________________________________ Win a Zune??make MSN? your homepage for your chance to win! http://homepage.msn.com/zune?icid=hmetagline From vtiger at sydesy.com Wed Mar 7 03:25:13 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Wed, 7 Mar 2007 09:25:13 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> Message-ID: <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> Created a ticket on trac with the patch (from 5.0.2). http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/3187 I would like to know how to update my local copy to 5.0.3 from svn (cf my previous mail). X+ On 3/6/07, Brian Laughlin wrote: > Importer that deals with duplicates??? > > That's great. A lot of people have requested that, post to here if you must. :-) > > -----Original Message----- > From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto: vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of xavier dutoit > Sent: Monday, March 05, 2007 8:50 PM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? > > Hi, > > I know I?m probably late in the show, but I?d like to test the 5.0.3branch, using svn. > > The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 > > I suppose I?m not the only one in that case. How did you do it ? > > How do you upgrade your local copy everytime there is a minor 5.0.xversion ? > > Thanks in advance for your advices. > > Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? > > X+ > > _______________________________________________ > 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/20070307/c74aa595/attachment-0002.html From Dirk.Gorny at Genion.de Wed Mar 7 03:26:15 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Wed, 7 Mar 2007 09:26:15 +0100 Subject: [Vtigercrm-developers] A happy day for PHP In-Reply-To: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> References: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> Message-ID: <200703070926.15776.Dirk.Gorny@Genion.de> Am Dienstag, 6. M?rz 2007 schrieb Brian Laughlin: > I've been keeping an eye out and see that this product is soon to be > released. > > http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.a > spx A nice tool, but it is for developing Web applications. Vtiger has to become a Business application, so there are not only requirements for a rapid visual development and debugging. Because of PHP does not have generic structures for business applications and no extentions, like Rational Rose Data Modeler you have to build all what is a standard in J2EE, given as a benefit from then, by yourself. This is the work, should be done. And if you do so, you will get many free tools like Eclipse and its extentions. Riding another death horse (Delphi) is only a new handicap. With OMG I full aree if you mean http://www.omg.org. Standardised objects are half the battle. Best regards, Dirk From Dirk.Gorny at Genion.de Wed Mar 7 03:47:00 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Wed, 7 Mar 2007 09:47:00 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> Message-ID: <200703070947.00450.Dirk.Gorny@Genion.de> Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > I would like to know how to update my local copy to 5.0.3 from svn (cf > my previous mail). If you want to get all files you only have to do a svn export http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/ ./$LOCALDIRECTORY Because of changes in the structure of the source between the checked out source and the deployment you have to build a diff if you want to update a working deployment and update by "patch". Please look for DB changes every time and fix the DB by hand. Best regards, Dirk From vtiger at sydesy.com Wed Mar 7 04:29:17 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Wed, 7 Mar 2007 10:29:17 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <200703070947.00450.Dirk.Gorny@Genion.de> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> <200703070947.00450.Dirk.Gorny@Genion.de> Message-ID: <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> On 3/7/07, Dirk Gorny wrote: > > Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > > > I would like to know how to update my local copy to 5.0.3 from svn (cf > > my previous mail). > > If you want to get all files you only have to do a svn export > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDIRECTORY Is this how you use it ? That's against the aim of svn to have to do an export every time you change from 5.0.x to 5.0.y isn't it ? I have an up to date version of the 5.0.2 branch. It should be as simple as a "svn update", even between branches, shouldn't it ? The thing is that I don't know how to change from one branch to another without having to do a full checkout. How do you do that ? Because of changes in the structure of the source between the checked out > source and the deployment you have to build a diff if you want to update a > working deployment and update by "patch". Well, svn should deal with the change on the source, that's its job. Please look for DB changes every time and fix the DB by hand. Sure, that's normal to have to change the db by hand. Is there any place where the changes are documented ? eg: /mysql/update/5.0.1-5.0.2 /mysql/update/5.0.2-5.0.3 that is updated every time the db have to change ? Thanks for your advices. Xavier -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070307/d95f2f26/attachment-0002.html From Dirk.Gorny at Genion.de Wed Mar 7 04:48:34 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Wed, 7 Mar 2007 10:48:34 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <200703070947.00450.Dirk.Gorny@Genion.de> <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> Message-ID: <200703071048.34765.Dirk.Gorny@Genion.de> Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > On 3/7/07, Dirk Gorny wrote: > > Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > > > I would like to know how to update my local copy to 5.0.3 from svn (cf > > > my previous mail). > > > > If you want to get all files you only have to do a svn export > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDI > >RECTORY > > Is this how you use it ? No. I use: svn diff --old=http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@$OLDRELEASE --new=http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@HEAD And patch it by hand. Then you look for DB changes and change the database if needed. > It should be as simple as a "svn update", even between branches, shouldn't > it ? No. > The thing is that I don't know how to change from one branch to another > without having to do a full checkout. How do you do that ? look ahead. > Because of changes in the structure of the source between the checked out > > > source and the deployment you have to build a diff if you want to update > > a working deployment and update by "patch". > > Well, svn should deal with the change on the source, that's its job. But your deployment differs with the source. > Sure, that's normal to have to change the db by hand. > Is there any place where the changes are documented ? Look at: http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml Best regards, Dirk From fp at crm-now.de Wed Mar 7 08:46:15 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Wed, 7 Mar 2007 14:46:15 +0100 Subject: [Vtigercrm-developers] New Login.php at SVN In-Reply-To: Message-ID: <200703071346.l27DkFBG008110@doko.im-netz.de> I saw the new v5.0.3 Login page at the SVN. Looks much nicer but raises an i18n issue. The expressions for username, password, language and theme are now hardcoded. Before these could be changed by the default language. Sure it is a minor issue but since you put so much effort in the internationalisation of vtiger it is worth to mention. Regards, Frank www.crm-now.com From vtiger at sydesy.com Thu Mar 8 07:46:29 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Thu, 8 Mar 2007 13:46:29 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <200703071048.34765.Dirk.Gorny@Genion.de> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <200703070947.00450.Dirk.Gorny@Genion.de> <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> <200703071048.34765.Dirk.Gorny@Genion.de> Message-ID: <2617b9b70703080446l3badc95ese7df756aa4c47fbb@mail.gmail.com> > > > > If you want to get all files you only have to do a svn export > > > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDI > > >RECTORY > > > > Is this how you use it ? > > No. I use: > > svn > diff --old= > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@$OLDRELEASE--new= > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@HEAD > > And patch it by hand. Then you look for DB changes and change the database > if > needed. > > > It should be as simple as a "svn update", even between branches, > shouldn't > > it ? > No. Ok, based on my experience with other projects, I know for a fact that it is possible to keep your local modifications and benefit from svn updates without having to create patches between versions. > > Because of changes in the structure of the source between the checked > out > > > > > source and the deployment you have to build a diff if you want to > update > > > a working deployment and update by "patch". > > > > Well, svn should deal with the change on the source, that's its job. > > But your deployment differs with the source. Yes, but again it shouldn't be a problem. Can we imagine two seconds a use case scenario ? I've fixed a bug on the 5.0.2 and there is a new 5.0.3 version. I want to use it, but, of course, to be sure my patch is still existing. They are three scenarios: 1) The bug is still on the 5.0.3 (and my fix still work) 2) They have applied it as offered and I need to "forget" my patch 3) They have fixed it, but with a different patch than what I submited Only the last case should need my intervention. I expect the SCM to deal with the others smoothly. I think the problem is that you are expected to change your working branches for every minor version. In other OSS softwares, the main versions (4.2, 5 and 5.1) are branched before the dev, and the minor ones after (as mainstones while producing the patches, new tar distos). ie. you always work in the same branch 5.n for all its live and you only svn update, and have to branch only when you go from 5.0 and 5.1. I mentioned something like that a few months ago, would it be possible to consider it or am I the only one thinking that would be saving a lot of time without any additional problem ? Look at: > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml Brilliant, thanks. Could you recommend a way of using these to generate mysql commands with the diffs ? X+ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070308/c693533c/attachment-0002.html From philip at vtiger.com Fri Mar 9 00:48:58 2007 From: philip at vtiger.com (Philip) Date: Fri, 09 Mar 2007 11:18:58 +0530 Subject: [Vtigercrm-developers] New Login.php at SVN In-Reply-To: <200703071346.l27DkFBG008110@doko.im-netz.de> References: <200703071346.l27DkFBG008110@doko.im-netz.de> Message-ID: <45F0F54A.2030102@vtiger.com> Hi Frank, We do have internationalised the label's username,password, language and theme in the login page. Do get back to us if you come across any issue in transaltion in the label while using our latest svn code. Regards, Philip Frank Piepiorra wrote: > I saw the new v5.0.3 Login page at the SVN. Looks much nicer but raises an > i18n issue. The expressions for username, password, language and theme are > now hardcoded. Before these could be changed by the default language. Sure > it is a minor issue but since you put so much effort in the > internationalisation of vtiger it is worth to mention. > > Regards, > Frank > > www.crm-now.com > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > From Dirk.Gorny at Genion.de Fri Mar 9 06:02:14 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Fri, 9 Mar 2007 12:02:14 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703080446l3badc95ese7df756aa4c47fbb@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <200703071048.34765.Dirk.Gorny@Genion.de> <2617b9b70703080446l3badc95ese7df756aa4c47fbb@mail.gmail.com> Message-ID: <200703091202.14700.Dirk.Gorny@Genion.de> Am Donnerstag, 8. M?rz 2007 schrieb xavier dutoit: > > > > If you want to get all files you only have to do a svn export > > > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDI > > > > > >RECTORY > > > > > > Is this how you use it ? > > > > No. I use: > > > > svn > > diff --old= > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@$OLDRELEA > >SE--new= > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@HEAD > > > > And patch it by hand. Then you look for DB changes and change the > > database if > > needed. > > > > > It should be as simple as a "svn update", even between branches, > > > > shouldn't > > > > > it ? > > > > No. > > Ok, based on my experience with other projects, I know for a fact that it > is possible to keep your local modifications and benefit from svn updates > without having to create patches between versions. I don't wrote that it is impossible, I wrote that for me it sholdn't be as simple as "svn update", even between branches, because I dont need it. > Yes, but again it shouldn't be a problem. Can we imagine two seconds a use > case scenario ? > > I've fixed a bug on the 5.0.2 and there is a new 5.0.3 version. I want to > use it, but, of course, to be sure my patch is still existing. > They are three scenarios: > 1) The bug is still on the 5.0.3 (and my fix still work) > 2) They have applied it as offered and I need to "forget" my patch > 3) They have fixed it, but with a different patch than what I submited The most important for me is to change code (not bugfixing) and don't get this overwritten by an update. > > Look at: > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/schema/Dat > >abaseSchema.xml > > Brilliant, thanks. Could you recommend a way of using these to generate > mysql commands with the diffs ? Sory, I have no experience in mysql. I think there are some tools for innodb do this job. Best regards, Dirk From fp at crm-now.de Fri Mar 9 09:19:04 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Fri, 9 Mar 2007 15:19:04 +0100 Subject: [Vtigercrm-developers] osCommerce extension for Webforms In-Reply-To: Message-ID: <200703091419.l29EJ28u021844@doko.im-netz.de> One of our clients has designed an osCommerce extension for the vtiger Webforms and has aksed me to share it with the vtiger community. The webforms by vtiger allow the transfer of contact information to the CRM system by web applications. osCommerce uses a contact form that generates an email to the shop owner. This webform extension for osCommerce combines both and provides an lead entry at the CRM system any time the contact form of osCommerce is used. The extension is designed to be multilingual. You may download it from http://vtigerforge.fosslabs.com/projects/webformsoscext/ Have fun. From brian at pr2k.com Fri Mar 9 13:00:59 2007 From: brian at pr2k.com (Brian Laughlin) Date: Fri, 9 Mar 2007 10:00:59 -0800 Subject: [Vtigercrm-developers] osCommerce extension for Webforms References: <200703091419.l29EJ28u021844@doko.im-netz.de> Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BAC4@svawmc1.awnow.local> Frank -- thank you for sharing this with the community. -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Frank Piepiorra Sent: Friday, March 09, 2007 6:19 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] osCommerce extension for Webforms One of our clients has designed an osCommerce extension for the vtiger Webforms and has aksed me to share it with the vtiger community. The webforms by vtiger allow the transfer of contact information to the CRM system by web applications. osCommerce uses a contact form that generates an email to the shop owner. This webform extension for osCommerce combines both and provides an lead entry at the CRM system any time the contact form of osCommerce is used. The extension is designed to be multilingual. You may download it from http://vtigerforge.fosslabs.com/projects/webformsoscext/ Have fun. _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From javawaba at hotmail.com Sat Mar 10 16:19:46 2007 From: javawaba at hotmail.com (Jim Weir) Date: Sat, 10 Mar 2007 16:19:46 -0500 Subject: [Vtigercrm-developers] import Message-ID: I format my data - firstname, lastname and email with this tool... http://vtigerforge.fosslabs.com/frs/?group_id=93&release_id=165 ...when I try an import I get this error, Import Error: The directory cache/import/ does not exist or is not writable ..so I created a cache/import directory(writable w/ chmod 777 import), but that doesn't help. I also tried export, then re-importing the same records. I get the same error.. HELP! Thanks, JavaWaba _________________________________________________________________ The average US Credit Score is 675. The cost to see yours: $0 by Experian. http://www.freecreditreport.com/pm/default.aspx?sc=660600&bcd=EMAILFOOTERAVERAGE From tzenk at gmx.net Mon Mar 12 07:11:37 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Mon, 12 Mar 2007 12:11:37 +0100 Subject: [Vtigercrm-developers] osCommerce extension for Webforms In-Reply-To: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BAC4@svawmc1.awnow.local> References: <200703091419.l29EJ28u021844@doko.im-netz.de> <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BAC4@svawmc1.awnow.local> Message-ID: <45F53569.5070801@gmx.net> Yeah, my opinion, great message within this step. THX Brian Laughlin schrieb: > Frank -- thank you for sharing this with the community. > > -----Original Message----- > From: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > Frank Piepiorra > Sent: Friday, March 09, 2007 6:19 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] osCommerce extension for Webforms > > One of our clients has designed an osCommerce extension for the vtiger > Webforms and has aksed me to share it with the vtiger community. > > The webforms by vtiger allow the transfer of contact information to the > CRM system by web applications. > osCommerce uses a contact form that generates an email to the shop > owner. > This webform extension for osCommerce combines both and provides an lead > entry at the CRM system any time the contact form of osCommerce is used. > The extension is designed to be multilingual. > > You may download it from > http://vtigerforge.fosslabs.com/projects/webformsoscext/ > > Have fun. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > From tzenk at gmx.net Mon Mar 12 14:38:30 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Mon, 12 Mar 2007 19:38:30 +0100 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: References: Message-ID: <45F59E26.6020805@gmx.net> Hi Folks, till now i worked with Dreamweaver to get parts of vtiger changed and edited. but as i go into things deeper now i need to change my editor setup. So are there any suggestions from your side which editor (s) i should/could use being used to dreamweaver? I need an editor that shows me like dreamweaver the code and the real site look being able to edit the .tpl /.html and .php files in a switching view environment. For some reason dreamweaver doesn?t do it s job too good so i would be thankful for your comments on this Best Regards Torsten Zenk From joe at tsolucio.com Mon Mar 12 16:38:28 2007 From: joe at tsolucio.com (Joe Bordes) Date: Mon, 12 Mar 2007 21:38:28 +0100 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: <45F59E26.6020805@gmx.net> References: <45F59E26.6020805@gmx.net> Message-ID: <1173731908.9047.2.camel@joeshome.int> Hi, I use eclipse with phpeclipse and web tools, firefox with web development extension. I am an old coder and been with unix for a long time. I am comfortable with vi and emacs so my opinion may not help you. Regards, Joe TSolucio El lun, 12-03-2007 a las 19:38 +0100, Torsten Zenk escribi?: > Hi Folks, till now i worked with Dreamweaver to get parts of vtiger > changed and edited. but as i go into things deeper now i need to change > my editor setup. > So are there any suggestions from your side which editor (s) i > should/could use being used to dreamweaver? I need an editor that shows > me like dreamweaver the code and the real site look being able to edit > the .tpl /.html and .php files in a switching view environment. > > For some reason dreamweaver doesn?t do it s job too good so i would be > thankful for your comments on this > > Best Regards > Torsten Zenk > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From info at alpigro.de Tue Mar 13 03:53:29 2007 From: info at alpigro.de (Alex Picker) Date: Tue, 13 Mar 2007 08:53:29 +0100 Subject: [Vtigercrm-developers] How to for developing new modules Message-ID: Hi @all our developers have made a how to for developing and creating new modules in vtiger 5.0.3 RC2. On this link you can download the manuel. Please give us your feedback and your additons for this how to. After a review we can publish it on the vtiger.com wiki http://www.vtiger.de/fileadmin/download/files/creating_new_module_vtiger503_ rc2_Example_MySQL.pdf Best regards from the vtiger.de team in germany Alex Picker support at vtiger.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070313/e69ba2d1/attachment-0002.html From tzenk at gmx.net Tue Mar 13 04:27:40 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 13 Mar 2007 09:27:40 +0100 Subject: [Vtigercrm-developers] How to for developing new modules In-Reply-To: References: Message-ID: <45F6607C.3000904@gmx.net> Grrrrrrrrreat, thank you, this is a good start for wannabe developers like me ;) Greetings Torsten Alex Picker schrieb: > Hi @all > > our developers have made a how to for developing and creating new > modules in vtiger 5.0.3 RC2. > > On this link you can download the manuel. Please give us your feedback > and your additons for this how to. After a review we can publish it on > the vtiger.com wiki > > http://www.vtiger.de/fileadmin/download/files/creating_new_module_vtiger503_rc2_Example_MySQL.pdf > > Best regards from the vtiger.de team in germany > > Alex Picker > support at vtiger.de > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From tzenk at gmx.net Tue Mar 13 04:59:04 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 13 Mar 2007 09:59:04 +0100 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: <45F59E26.6020805@gmx.net> References: <45F59E26.6020805@gmx.net> Message-ID: <45F667D8.5000404@gmx.net> Well for those of you who might wanna try different Frameworks i found this very informing site about frameworks and definitly found some very interesting stuff for the vtiger editing. i hope you folkz do too ;) http://www.phpwact.org/php/mvc_frameworks Greetz Torsten Zenk Torsten Zenk schrieb: > Hi Folks, till now i worked with Dreamweaver to get parts of vtiger > changed and edited. but as i go into things deeper now i need to change > my editor setup. > So are there any suggestions from your side which editor (s) i > should/could use being used to dreamweaver? I need an editor that shows > me like dreamweaver the code and the real site look being able to edit > the .tpl /.html and .php files in a switching view environment. > > For some reason dreamweaver doesn?t do it s job too good so i would be > thankful for your comments on this > > Best Regards > Torsten Zenk > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From dfar2008 at gmail.com Tue Mar 13 05:53:44 2007 From: dfar2008 at gmail.com (ding jianting) Date: Tue, 13 Mar 2007 17:53:44 +0800 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: <45F667D8.5000404@gmx.net> References: <45F59E26.6020805@gmx.net> <45F667D8.5000404@gmx.net> Message-ID: I use Editplus. On 3/13/07, Torsten Zenk wrote: > > Well for those of you who might wanna try different Frameworks i found > this very informing site about frameworks and definitly found some very > interesting stuff for the vtiger editing. i hope you folkz do too ;) > > http://www.phpwact.org/php/mvc_frameworks > > Greetz > Torsten Zenk > > Torsten Zenk schrieb: > > Hi Folks, till now i worked with Dreamweaver to get parts of vtiger > > changed and edited. but as i go into things deeper now i need to change > > my editor setup. > > So are there any suggestions from your side which editor (s) i > > should/could use being used to dreamweaver? I need an editor that shows > > me like dreamweaver the code and the real site look being able to edit > > the .tpl /.html and .php files in a switching view environment. > > > > For some reason dreamweaver doesn?t do it s job too good so i would be > > thankful for your comments on this > > > > Best Regards > > Torsten Zenk > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- ________________________________________ ????????????: http://www.c3crm.com ----------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070313/88c1dc5c/attachment-0002.html From info at alpigro.de Tue Mar 13 06:49:14 2007 From: info at alpigro.de (Alex Picker) Date: Tue, 13 Mar 2007 11:49:14 +0100 Subject: [Vtigercrm-developers] Migrationscript sugarcrm 4.5 to vtiger 5.0.2 Message-ID: Hi @all we made a migrationscript for a simple and fast migration from sugarcrm to vtiger. I made a new project on vtigerforge. http://vtigerforge.fosslabs.com/projects/sugar-vtiger/ Please give us feedback after testing :-) We want to add some new functions in the future. For example a migration and update to a vtiger database with data in it. Best regards from the vtiger.de team in germany Alex Picker support at vtiger.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070313/05c869d2/attachment-0002.html From fp at crm-now.de Tue Mar 13 11:21:46 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Tue, 13 Mar 2007 16:21:46 +0100 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: Message-ID: <200703131521.l2DFLju5021971@doko.im-netz.de> I just saw at Rev. 10427 that you have set a mail address for the standard user as "standarduser at vtigeruser.com". My friend Dirk was punching my head when we offered this as our default value. How do you know that this email address does not exist already or will exist in the future? This is not a good practice. As we all know CRM users will not change it immediately and there is the danger that emails are getting out to the wrong reciever. So I think it is better to leave this field empty or fill it with the admin email address when you install the system. From davidv.net at gmail.com Tue Mar 13 13:32:10 2007 From: davidv.net at gmail.com (David V.) Date: Tue, 13 Mar 2007 13:32:10 -0400 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: <200703131521.l2DFLju5021971@doko.im-netz.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> Message-ID: I agree ! David V. 2007/3/13, Frank Piepiorra : > I just saw at Rev. 10427 that you have set a mail address for the standard > user as "standarduser at vtigeruser.com". My friend Dirk was punching my head > when we offered this as our default value. How do you know that this email > address does not exist already or will exist in the future? This is not a > good practice. As we all know CRM users will not change it immediately and > there is the danger that emails are getting out to the wrong reciever. So I > think it is better to leave this field empty or fill it with the admin email > address when you install the system. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From Dirk.Gorny at Genion.de Tue Mar 13 14:36:55 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Tue, 13 Mar 2007 19:36:55 +0100 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: <200703131521.l2DFLju5021971@doko.im-netz.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> Message-ID: <200703131936.56171.Dirk.Gorny@Genion.de> I suggest mailadmin at localhost if there must bee a E-Mail address. Because off not sendig this message in the world it stops in worst case at your E-Mail provider. In general all things whitch are preset should not go outside the localhost. Best regards, Dirk Am Dienstag, 13. M?rz 2007 schrieb Frank Piepiorra: > I just saw at Rev. 10427 that you have set a mail address for the standard > user as "standarduser at vtigeruser.com". My friend Dirk was punching my head > when we offered this as our default value. How do you know that this email > address does not exist already or will exist in the future? This is not a > good practice. As we all know CRM users will not change it immediately and > there is the danger that emails are getting out to the wrong reciever. So I > think it is better to leave this field empty or fill it with the admin > email address when you install the system. From tzenk at gmx.net Tue Mar 13 16:57:54 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 13 Mar 2007 21:57:54 +0100 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: <200703131936.56171.Dirk.Gorny@Genion.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> <200703131936.56171.Dirk.Gorny@Genion.de> Message-ID: <45F71052.3020900@gmx.net> Hi added this to the trac: #3213 In SALES > POTENTIALS > MORE INFORMATION the second Button from the Top is called SELECT CONTACT. If you click it the Popup comes up showing all contacts and a button called ADD CONTACT. That not right in my opinion as there should be a button SELECT CONTACT in terms that all other Buttons TELL ME WHAT TO DO and at this point it wants a contact to be selected. And when it comes to translation (german in my example) we have an ERSTELLEN KONTAKT (which means actually to CREATE A CONTACT)but in german it MUST be W?HLE KONTAKT (which then means select contact. So in every way i guess it is best to name the Button SELECT CONTACT. What i did: Row 17 in Smarty/templates/PopUpContents.tpl value="{$APP.LBL_ADD_ITEM} {$APP[$MODULE]}" changed to value="{$APP.LBL_SELECT_BUTTON_LABEL} {$APP[$MODULE]}" Now the button is called SELECT CONTACT and the translationed versions will be fine too. Best Regards Torsten Zenk From tzenk at gmx.net Tue Mar 13 23:01:45 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Wed, 14 Mar 2007 04:01:45 +0100 Subject: [Vtigercrm-developers] Edited the Migration process described by Andrew Rodes... In-Reply-To: <45F667D8.5000404@gmx.net> References: <45F59E26.6020805@gmx.net> <45F667D8.5000404@gmx.net> Message-ID: <45F76599.8050306@gmx.net> ...and as i don?t have edit/make rights to the wiki would someone please add this at the right places: ---------------------------------------------------------------------------- This document was originally made by Andrew Rodes, Jan 19, 2007; 07:08pm and edited by Torsten Zenk, Mar 14, 2007 03:45am because of an error that was forced by missing language files (last migration i successfully tested it with was from 5.02 to 5.02 SVN10430) I have used the following method with success in the past to do local development and verification from one point release to another: 1. get latest version from svn (http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk) for example into a new folder locally 2. export the used version of the DB using mysql export tool .. for example I export a working 5.0.2 db, and reimport it as a new name .. say 5.0.3 3. Copy over the config_inc.php and config_db.php to the new folder from older folder ( 5.0.2->5.0.3) 4. Modify the appropriate settings in the 2 config files from step 3 replacing the old db and url information with the new db and url info. 5. Copy over user_privileges_1.php and sharing_privileges_1.php from the user_privileges folder from the old install to the new ( 5.0.2->5.0.3) 6. Copy over the language files from the old install to the same place in the new install (otherwise you will get an include error) The folders with the language files you have to care about are in include/language and all modules/language files. 7. launch a browser and point it to the new folder (localhost/vtiger503) 8. goto settings->sharing access and recalculate them via the recalculate button if you are having troubles getting the copied version to work in 5.0.3, try rebuilding it in the previous version and copying them over again. Also, it may depend on what version the old privileges files are in .. perhaps trying to go from 5.0.0 to 5.0.3 wont work. I don?t know as I have just moved along with point releases. I am not an expert on this stuff, but thought I might reply to your question with stuff I have tried. If you are still having problems, I could send you my working privileges file which I think will work for admin since I am using the default admin password which appears to be the only critical item stored in the privileges file. Best Regards Torsten Zenk From tzenk at gmx.net Wed Mar 14 12:21:25 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Wed, 14 Mar 2007 17:21:25 +0100 Subject: [Vtigercrm-developers] Bug in currency conversion and probability problem In-Reply-To: <200703131936.56171.Dirk.Gorny@Genion.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> <200703131936.56171.Dirk.Gorny@Genion.de> Message-ID: <45F82105.30007@gmx.net> Hi, would you developers please have a look into this Bugticket in the forum, if you have some time. It handles a currency conversion bug and a problem with the probability view which i find pretty important and should be fixed before .03 final release. What do you think? http://forums.vtiger.com/viewtopic.php?t=14006&highlight=probability Greetings Torsten From kenlyle at yahoo.com Wed Mar 14 16:49:13 2007 From: kenlyle at yahoo.com (Ken Lyle) Date: Wed, 14 Mar 2007 13:49:13 -0700 (PDT) Subject: [Vtigercrm-developers] Tag Cloud for Contacts or Leads In-Reply-To: Message-ID: <20070314204913.85476.qmail@web37303.mail.mud.yahoo.com> This would be like a management snapshot of who is either HOT, or just chewing up resources. Thanks for considering, Ken From chazarra.clement at gmail.com Thu Mar 15 13:56:44 2007 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 15 Mar 2007 17:56:44 +0000 Subject: [Vtigercrm-developers] Hot keys Message-ID: Hello, A while ago, there was some discussion on the list about disabling the vTiger hot key "Alt+D". Actually I would like to add a hot key (Press F9 will add "User name - date" in the field edited), but don't know really where to look apart of the \vtiger_crm\include\language\en_us.lang.php file. How does hot key work? Which files are involved? Thanks, Clem -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070315/df46665e/attachment-0002.html From joe at tsolucio.com Thu Mar 15 14:53:37 2007 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 15 Mar 2007 19:53:37 +0100 Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for 5.0.3 Message-ID: <1173984817.23089.14.camel@joesunix.int> Hi, Based on the code in thread: http://forums.vtiger.com/viewtopic.php?t=7223 I added OO and RTF merge to Accounts and Contacts in 5.0.3. The existing code had incorrect sql query and some other minor details. I also i18n the download link message because my clients work in spanish. I added the line 'DownloadMergeFile'=>'Download merged document here', to include/language/en_en.lang.php and other corresponding language files. I attach the other files: modules/Account/Merge.php modules/Contacts/Merge.php modules/Settings/savewordtemplate.php include/pclzip.lib.php I modified savewordtemplate.php to accept OO and rtf documents so they can be treated like all others. I tried this under windows (firefox) and it worked fine. I DID NOT try the M$Office compatibility as I could not get it working (I think it was because Word was in spanish so the plugin didn't even appear). The code to maintain compatibility exists so it should work. My next step is to make some macro or picklist so that my clients can easily pick the fields to make their own documents. I'll send code if I get it working. Notes: - Make a copy of affected files before trying (just in case) - There are sample merge files on the thread - Remember to manually add the translation string or you won't see anything Regards, Joe TSolucio -------------- next part -------------- A non-text attachment was scrubbed... Name: RTFOOMerge.zip Type: application/zip Size: 41580 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070315/3ddd8a47/attachment-0001.zip From brian at pr2k.com Thu Mar 15 15:33:33 2007 From: brian at pr2k.com (Brian Laughlin) Date: Thu, 15 Mar 2007 12:33:33 -0700 Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for5.0.3 References: <1173984817.23089.14.camel@joesunix.int> Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BC20@svawmc1.awnow.local> Joe you are fantastic, thanks! -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Joe Bordes Sent: Thursday, March 15, 2007 11:54 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for5.0.3 Hi, Based on the code in thread: http://forums.vtiger.com/viewtopic.php?t=7223 I added OO and RTF merge to Accounts and Contacts in 5.0.3. The existing code had incorrect sql query and some other minor details. I also i18n the download link message because my clients work in spanish. I added the line 'DownloadMergeFile'=>'Download merged document here', to include/language/en_en.lang.php and other corresponding language files. I attach the other files: modules/Account/Merge.php modules/Contacts/Merge.php modules/Settings/savewordtemplate.php include/pclzip.lib.php I modified savewordtemplate.php to accept OO and rtf documents so they can be treated like all others. I tried this under windows (firefox) and it worked fine. I DID NOT try the M$Office compatibility as I could not get it working (I think it was because Word was in spanish so the plugin didn't even appear). The code to maintain compatibility exists so it should work. My next step is to make some macro or picklist so that my clients can easily pick the fields to make their own documents. I'll send code if I get it working. Notes: - Make a copy of affected files before trying (just in case) - There are sample merge files on the thread - Remember to manually add the translation string or you won't see anything Regards, Joe TSolucio -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.11/723 - Release Date: 3/15/2007 11:27 AM From peter.guhl at win-lux.ch Thu Mar 15 17:21:42 2007 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Thu, 15 Mar 2007 22:21:42 +0100 Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for 5.0.3 In-Reply-To: <1173984817.23089.14.camel@joesunix.int> References: <1173984817.23089.14.camel@joesunix.int> Message-ID: <45F9B8E6.3000304@win-lux.ch> Hi I did an OO-template-code for vtiger 4. Rather similar, I guess. Sort of a shame that project was already on its way and couldn't be switched to 5 anymore. I guess I had to add a couple of things which others already did for 5.0.3. Well, that's life. Regards Peter Joe Bordes schrieb: > Hi, > > Based on the code in thread: > http://forums.vtiger.com/viewtopic.php?t=7223 > > I added OO and RTF merge to Accounts and Contacts in 5.0.3. > -- Win-Lux GmbH Peter Guhl Schatzenboden 61A CH - 7233 Jenaz Telefon +41 81 330 51 51 Mobil +41 76 437 03 09 Fax +41 81 332 44 58 Mail peter.guhl at win-lux.ch Skype p_guhl Web www.win-lux.ch ************************* Vertraulichkeitserkl?rung ************************* Diese Mitteilung resp. deren Beilagen k?nnen vertrauliche und/oder pers?nliche Informationen enthalten, die einzig f?r den addressierten Empf?nger bestimmt sind. Jegliche Kenntnisnahme oder Weiterleitung durch oder an Dritte ist untersagt. Wenn Sie nicht der addressierte Empf?nger sind, nehmen Sie bitte Kontakt mit dem Absender der Nachricht auf und l?schen Sie alle Kopien. Vielen Dank. From brian at pr2k.com Thu Mar 15 18:24:54 2007 From: brian at pr2k.com (Brian Laughlin) Date: Thu, 15 Mar 2007 15:24:54 -0700 Subject: [Vtigercrm-developers] Limit on Report records send to Excel Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BC26@svawmc1.awnow.local> Anyone know how to increase record limit when exporting a Report to Excel? I'm guessing it's in the /include/php_writeexcel directory. Not sure what to change. Thanks, Brian Laughlin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070315/5d466940/attachment-0001.html From gonen at active.co.il Sun Mar 18 07:44:58 2007 From: gonen at active.co.il (gonen) Date: Sun, 18 Mar 2007 13:44:58 +0200 Subject: [Vtigercrm-developers] Ajax not saving fields - where to begin ? Message-ID: <45FD263A.9090607@active.co.il> An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070318/d5379b2b/attachment-0003.html From stevem at 411web.com Tue Mar 20 18:39:46 2007 From: stevem at 411web.com (Steve Morocho) Date: Tue, 20 Mar 2007 15:39:46 -0700 Subject: [Vtigercrm-developers] Three questions Message-ID: <1174430387.19933.96.camel@zero.411web.com> I have three questions, and I've looked high and low for the answers before resorting to this list. 1) This is a bug, I'm sure most of you are aware of. Even still exists in the latest 5.03 trunk. After editing a lead and going back to listview the view is reset back to page 1 default view. I would like to enable persistant list views in Vtiger. That is to say when a user is logged in and looking at the Sales->Leads module for instance and action=ListView or action=index and then they click on the ajax Javascript link to paginate to page 3 of a specific filter. then they click on a lead in page three and edit that lead, then if they select Sales->Leads again I want them to go back to page three with the correct filter (viewname) they used and also the sort order. Basically remember what they were looking at in the session. I found a patch that did persistant lead views (http://vtigerforge.fosslabs.com/projects/usablecontrib/) but only if the action was passed in the URL during pagination, and doesn't work with the newer Ajax pagination. Is there another patch I could try? 2) In a similar fashion I would like to add a Previous and Next button to vtiger once in the Lead Detail View that could go to Prev and Next lead from the last page/filter you looked at. So if you were at the top of page three "Prev" would go back to the last lead on page 2, etc. 3) and finally I would like to add the hndMouseOver() javascript/ajax functionality to the ListView so editing can be done on multiple leads at once from this highly accessed page view. Thanks, Steve From dome at tel.co.th Wed Mar 21 06:39:43 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 21 Mar 2007 17:39:43 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? Message-ID: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> Dear all, Is posible to support postgresql in 5.0.3 released version. i try to test in trunk 10511 problem Fatal error: Call to a member function Move() on a non-object in PearDatabase.php on line 441 still alive. Please let's me know about plan to fix this problem Thanks. Dome C. From dome at tel.co.th Wed Mar 21 06:46:45 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 21 Mar 2007 17:46:45 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> Message-ID: <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> Sorry not trunk version branch 10511 Dome C. On 3/21/07, Dome Charoenyost wrote: > Dear all, > Is posible to support postgresql in 5.0.3 released version. > i try to test in trunk 10511 problem > Fatal error: Call to a member function Move() on a non-object in > PearDatabase.php on line 441 > still alive. > > Please let's me know about plan to fix this problem > > Thanks. > > Dome C. > From jens at Strawberry.COM Wed Mar 21 07:05:40 2007 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 21 Mar 2007 12:05:40 +0100 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com>; from Dome Charoenyost on Wed, Mar 21, 2007 at 05:46:45PM +0700 References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> Message-ID: <20070321120540.A3917@Strawberry.COM> Hi, I'm running a 5.0.3 on PostgreSQL 8.1. However the official release is kind of buggy. I'll provide a patch to Don an Ritchie in the next few days. Jens On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > Sorry not trunk version > branch 10511 > > Dome C. > > On 3/21/07, Dome Charoenyost wrote: > > Dear all, > > Is posible to support postgresql in 5.0.3 released version. > > i try to test in trunk 10511 problem > > Fatal error: Call to a member function Move() on a non-object in > > PearDatabase.php on line 441 > > still alive. > > > > Please let's me know about plan to fix this problem > > > > Thanks. > > > > Dome C. > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- -------------------------------------------------------------------------------- s t r a w b e r r y e d v - s y s t e m e g m b h SSSSSSSSS Am Flosskanal 7 Jens Hamisch SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO SSSSS-----SSSSS ---SSSSS--------- fon (+49 8171) 41805-0 -----SSSSSSS----- fax (+49 8171) 41805-59 ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com SSSSS-----SSSSS mobil: (+49 172) 8104162 SSSSSSSSSSSSS Geschaeftsfuehrer/CEO SSSSSSSSS Jens Hamisch a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 From dome at tel.co.th Wed Mar 21 08:02:16 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 21 Mar 2007 19:02:16 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <20070321120540.A3917@Strawberry.COM> References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> <20070321120540.A3917@Strawberry.COM> Message-ID: <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com> Thanks jens, I realy need to run on postgresql beacuse my application mostly use store procedure and trigger. postgresql and vtiger with your patch work fine right ? Dome C. On 3/21/07, Jens Hamisch wrote: > Hi, > > I'm running a 5.0.3 on PostgreSQL 8.1. > However the official release is kind of buggy. > I'll provide a patch to Don an Ritchie in the next > few days. > > > Jens > > > > On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > > Sorry not trunk version > > branch 10511 > > > > Dome C. > > > > On 3/21/07, Dome Charoenyost wrote: > > > Dear all, > > > Is posible to support postgresql in 5.0.3 released version. > > > i try to test in trunk 10511 problem > > > Fatal error: Call to a member function Move() on a non-object in > > > PearDatabase.php on line 441 > > > still alive. > > > > > > Please let's me know about plan to fix this problem > > > > > > Thanks. > > > > > > Dome C. > > > > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > -- > > -------------------------------------------------------------------------------- > > s t r a w b e r r y e d v - s y s t e m e g m b h > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > SSSSS-----SSSSS > ---SSSSS--------- fon (+49 8171) 41805-0 > -----SSSSSSS----- fax (+49 8171) 41805-59 > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > SSSSS-----SSSSS mobil: (+49 172) 8104162 > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > SSSSSSSSS Jens Hamisch > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From Andreas.Reiche at LGN.Niedersachsen.de Wed Mar 21 08:28:09 2007 From: Andreas.Reiche at LGN.Niedersachsen.de (Reiche, Andreas) Date: Wed, 21 Mar 2007 13:28:09 +0100 Subject: [Vtigercrm-developers] (no subject) Message-ID: Hi Team, with revision 10473 you introduced a new language file 'include/js/en_us.lang.js' which defines a javascript array with used strings. I found that all the strings are also defined in the 'normal' lang file. And somewhere in the code (don't know exactly which file at the moment) i found a piece of code where the js-array is matched to a php-array. Just for clarification: Do we have to maintain a xx_xx.lang.js file in the language packs in future or is this just a temporary solution. Without a lang.js file (de_de.lang.js in my case) some functionality is broken if you use another language than english. And additionally there seems to be no consistent use of this js file over the application because in some places i get my translated strings and in other places i get the english string. Please confirm, regards, Andreas Reiche, LGN ( Landesvermessung und Geobasisinformation Niedersachsen) Podbielskistrasse 331 D-30659 Hannover Web: http://www.lgn.de http://www.geolife.de From fp at crm-now.de Wed Mar 21 08:46:03 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Wed, 21 Mar 2007 13:46:03 +0100 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 15, Issue 8 In-Reply-To: Message-ID: <200703211246.l2LCk39t012679@doko.im-netz.de> Andreas, The introduction of new language files was done to fix many of the i18n issues reported. For technical reasons you can not use the existing language files of the modules for js files. Therefore, a new file has been introduced and I do not think that this is a temporary solution. It's still work in progress and you can expect that this will be finished with the v5.0.3 release. To verify and to test the function for our community we have installed yesterday a bleeding edge demo in German at https://vtigercrm5x.at.crm-now.de/. Feel free to test and to report any errors you may find. Regards, Frank > Message: 10 > Date: Wed, 21 Mar 2007 13:28:09 +0100 > From: "Reiche, Andreas" > Subject: [Vtigercrm-developers] (no subject) > To: vtigercrm-developers at lists.vtigercrm.com > Message-ID: > > dersachsen.de> > > Content-Type: text/plain; charset="utf-8" > > Hi Team, > with revision 10473 you introduced a new language file > 'include/js/en_us.lang.js' which defines a javascript array with used > strings. > I found that all the strings are also defined in the 'normal' > lang file. And > somewhere in the code (don't know exactly which file at the > moment) i found > a piece of code where the js-array is matched to a php-array. > > Just for clarification: > Do we have to maintain a xx_xx.lang.js file in the language > packs in future > or is this just a temporary solution. > Without a lang.js file (de_de.lang.js in my case) some > functionality is > broken if you use another language than english. > And additionally there seems to be no consistent use of this > js file over > the application because in some places i get my translated > strings and in > other places i get the english string. > > Please confirm, > regards, > Andreas Reiche, > LGN ( Landesvermessung und Geobasisinformation Niedersachsen) > Podbielskistrasse 331 > D-30659 Hannover > Web: http://www.lgn.de > http://www.geolife.de > > > > > ------------------------------ > > _______________________________________________ > vtigercrm-developers mailing list > vtigercrm-developers at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-developers > > > End of vtigercrm-developers Digest, Vol 15, Issue 8 > *************************************************** > From jens at Strawberry.COM Wed Mar 21 12:34:29 2007 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 21 Mar 2007 17:34:29 +0100 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com>; from Dome Charoenyost on Wed, Mar 21, 2007 at 07:02:16PM +0700 References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> <20070321120540.A3917@Strawberry.COM> <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com> Message-ID: <20070321173429.D1769@Strawberry.COM> Hi, they work really fine. Most of my patches are already part of the 5.0.3 packacke. As I'm currently in the process to migrate to 5.0.3 I cannot send the rest of the patches immediatelly, because I'd have to test them at first. I will hopefully finish that until the end of the week. I'm running vtiger in the following environment: Solaris 10 Apache 2.2.2 PHP 5.1.4 PostgreSQL 8.1.2 (with perl backend) cu Jens On Wed, Mar 21, 2007 at 07:02:16PM +0700, Dome Charoenyost wrote: > Thanks jens, > > I realy need to run on postgresql beacuse my application mostly use > store procedure and trigger. postgresql and vtiger with your patch > work fine right ? > > Dome C. > > On 3/21/07, Jens Hamisch wrote: > > Hi, > > > > I'm running a 5.0.3 on PostgreSQL 8.1. > > However the official release is kind of buggy. > > I'll provide a patch to Don an Ritchie in the next > > few days. > > > > > > Jens > > > > > > > > On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > > > Sorry not trunk version > > > branch 10511 > > > > > > Dome C. > > > > > > On 3/21/07, Dome Charoenyost wrote: > > > > Dear all, > > > > Is posible to support postgresql in 5.0.3 released version. > > > > i try to test in trunk 10511 problem > > > > Fatal error: Call to a member function Move() on a non-object in > > > > PearDatabase.php on line 441 > > > > still alive. > > > > > > > > Please let's me know about plan to fix this problem > > > > > > > > Thanks. > > > > > > > > Dome C. > > > > > > > _______________________________________________ > > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > -- > > > > -------------------------------------------------------------------------------- > > > > s t r a w b e r r y e d v - s y s t e m e g m b h > > > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > > SSSSS-----SSSSS > > ---SSSSS--------- fon (+49 8171) 41805-0 > > -----SSSSSSS----- fax (+49 8171) 41805-59 > > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > > SSSSS-----SSSSS mobil: (+49 172) 8104162 > > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > > SSSSSSSSS Jens Hamisch > > > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- -------------------------------------------------------------------------------- s t r a w b e r r y e d v - s y s t e m e g m b h SSSSSSSSS Am Flosskanal 7 Jens Hamisch SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO SSSSS-----SSSSS ---SSSSS--------- fon (+49 8171) 41805-0 -----SSSSSSS----- fax (+49 8171) 41805-59 ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com SSSSS-----SSSSS mobil: (+49 172) 8104162 SSSSSSSSSSSSS Geschaeftsfuehrer/CEO SSSSSSSSS Jens Hamisch a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 From dome at tel.co.th Thu Mar 22 06:06:59 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Thu, 22 Mar 2007 17:06:59 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <20070321173429.D1769@Strawberry.COM> References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> <20070321120540.A3917@Strawberry.COM> <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com> <20070321173429.D1769@Strawberry.COM> Message-ID: <8ccbff060703220306o666027d3l4e28c099e93130e2@mail.gmail.com> Good. :) Thanks... jens. Dome C. On 3/21/07, Jens Hamisch wrote: > > Hi, > > > they work really fine. Most of my patches are already part of the > 5.0.3 packacke. As I'm currently in the process to migrate to 5.0.3 > I cannot send the rest of the patches immediatelly, because I'd have > to test them at first. > > I will hopefully finish that until the end of the week. > > I'm running vtiger in the following environment: > > Solaris 10 > Apache 2.2.2 > PHP 5.1.4 > PostgreSQL 8.1.2 (with perl backend) > > > cu > Jens > > > On Wed, Mar 21, 2007 at 07:02:16PM +0700, Dome Charoenyost wrote: > > Thanks jens, > > > > I realy need to run on postgresql beacuse my application mostly use > > store procedure and trigger. postgresql and vtiger with your patch > > work fine right ? > > > > Dome C. > > > > On 3/21/07, Jens Hamisch wrote: > > > Hi, > > > > > > I'm running a 5.0.3 on PostgreSQL 8.1. > > > However the official release is kind of buggy. > > > I'll provide a patch to Don an Ritchie in the next > > > few days. > > > > > > > > > Jens > > > > > > > > > > > > On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > > > > Sorry not trunk version > > > > branch 10511 > > > > > > > > Dome C. > > > > > > > > On 3/21/07, Dome Charoenyost wrote: > > > > > Dear all, > > > > > Is posible to support postgresql in 5.0.3 released version. > > > > > i try to test in trunk 10511 problem > > > > > Fatal error: Call to a member function Move() on a non-object in > > > > > PearDatabase.php on line 441 > > > > > still alive. > > > > > > > > > > Please let's me know about plan to fix this problem > > > > > > > > > > Thanks. > > > > > > > > > > Dome C. > > > > > > > > > _______________________________________________ > > > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > > -- > > > > > > -------------------------------------------------------------------------------- > > > > > > s t r a w b e r r y e d v - s y s t e m e g m b h > > > > > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > > > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > > > SSSSS-----SSSSS > > > ---SSSSS--------- fon (+49 8171) 41805-0 > > > -----SSSSSSS----- fax (+49 8171) 41805-59 > > > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > > > SSSSS-----SSSSS mobil: (+49 172) 8104162 > > > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > > > SSSSSSSSS Jens Hamisch > > > > > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > > > _______________________________________________ > > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > -- > > -------------------------------------------------------------------------------- > > s t r a w b e r r y e d v - s y s t e m e g m b h > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > SSSSS-----SSSSS > ---SSSSS--------- fon (+49 8171) 41805-0 > -----SSSSSSS----- fax (+49 8171) 41805-59 > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > SSSSS-----SSSSS mobil: (+49 172) 8104162 > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > SSSSSSSSS Jens Hamisch > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From Dirk.Gorny at Genion.de Fri Mar 23 15:38:39 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Fri, 23 Mar 2007 20:38:39 +0100 Subject: [Vtigercrm-developers] Using a Database Message-ID: <200703232038.40624.Dirk.Gorny@Genion.de> Hallo developer, Using a Database in basic is very easy. If you do only simpel update, select, and create , you can use the same sql syntax at nearly all DBMS. Is an application becommes more power, you nead more complexibility in querys. Querys then are not portable. In former times brainpower was inside the Database presented by normalizing and ER-Models. Something like php or oracle forms, was only for representation. Today the intelligence is inside the appication. The choice of a DBMS is not a choice for building the models it is to choose the features brought to you by the DBMS. Today mysql is supported and there are "ports" to postges. In future there are things to handle like trigger events and do filtering by stored procedures. This are only two weaks of a big list where mysql doesn't shine very bright. Sometimes it is easyer to get mony out of an Casino then get a dump from myql especial with BLOBS. Allso there is more nead to do other things like suport two DBMS. Therefore i suggest to build a migration tool to transport the data to a postgres database and switch vtiger to postgres as the standard. Best regards, Dirk From salvador_bueno_avila at hotmail.com Wed Mar 28 06:41:57 2007 From: salvador_bueno_avila at hotmail.com (=?iso-8859-1?B?U2FsdmFkb3IgQnVlbm8gwXZpbGE=?=) Date: Wed, 28 Mar 2007 12:41:57 +0200 Subject: [Vtigercrm-developers] OSS-ERP acceptance Study Message-ID: Dear Vtigercrm user, We are Salvador Bueno and Dolores Gallego, Assistant Professors in Business Administration Department in Pablo de Olavide University at Seville, Spain. Our research involves an analysis about Open Source Software-Enterprise Resource Planning (OSS-ERP) and its impact at organization. We send you this mail to invite your participation in our study. Specifically, our analysis consists on development a Technological Acceptance Model of an OSS-ERP. We consider you are an OSS-ERP user and we appreciate the time necessary for answer our questionnaire. The name of the participants in this study will remain anonymous. I would be most grateful if you participate in this survey. You only have to answer the questionnaire in the following URL and answer online. You will consider for answer the distribution of OSS-ERP you use. http://aramis.upo.es/general/centros_depart/departamentos/invest/oss/ Please do not hesitate to contact us if you have any queries regarding this study. Best regards, Salvador Bueno, Ph D. _________________________________________________________________ Dale rienda suelta a tu tiempo libre. Mil ideas para exprimir tu ocio con MSN Entretenimiento. http://entretenimiento.msn.es/ From scott at centritechsolutions.com Fri Mar 2 21:23:38 2007 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 2 Mar 2007 21:23:38 -0500 Subject: [Vtigercrm-developers] Ticket comments Message-ID: <006001c75d3a$fc18ab70$0202fea9@laptop> Is there a way to have a report of the ticket comments or a way to create a custom view to show all the ticket comments on one screen? This way I can at least do a print screen. Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070302/f821c2c5/attachment-0003.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 1917 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070302/f821c2c5/attachment-0004.jpe From eugene at wtb.co.za Fri Mar 2 21:33:02 2007 From: eugene at wtb.co.za (eugene at wtb.co.za) Date: Sat, 03 Mar 2007 04:33:02 +0200 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 15, Issue 1 Message-ID: Thank you for your e-mail. I am currently on a course but wil be back on Monday, 5 March. Should you require assistance before then, please contact Niel van Vuuren for IT related queries at niel at wtb.co.za or 011 782 4222. For any other queries please call 011 782 4222. Thanks and best regards, Eugene Booyens Walk Thru the Bible Phone: +27 11 782 4222 Fax: +27 11 782 3977 Web: www.bible.org.za From mike.roosa at gmail.com Mon Mar 5 11:06:23 2007 From: mike.roosa at gmail.com (Mike Roosa) Date: Mon, 5 Mar 2007 11:06:23 -0500 Subject: [Vtigercrm-developers] Leads Listview Message-ID: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> I'm sure this will be an easy one for most of you. I'm an ASP developer and just learning both vTiger and PHP so I'm a little lost. I wanted to modify the Leads Listview to take out the Website address and add the Lead Status. When I remove the lines related to website in Leads.php and Lead.php nothing happens. The Website address and website column header still show up. Am I missing something else here? Thanks, Mike Roosa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070305/4befb88f/attachment-0003.html From davidv.net at gmail.com Mon Mar 5 14:37:12 2007 From: davidv.net at gmail.com (David V.) Date: Mon, 5 Mar 2007 15:37:12 -0400 Subject: [Vtigercrm-developers] Leads Listview In-Reply-To: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> References: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> Message-ID: You don't have to go in the code. Just create a new view and make it the default. David V. 2007/3/5, Mike Roosa : > > I'm sure this will be an easy one for most of you. I'm an ASP developer > and just learning both vTiger and PHP so I'm a little lost. I wanted to > modify the Leads Listview to take out the Website address and add the Lead > Status. When I remove the lines related to website in Leads.php and > Lead.php nothing happens. The Website address and website column header > still show up. Am I missing something else here? > > Thanks, > Mike Roosa > > _______________________________________________ > 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/20070305/2805a0ef/attachment-0003.html From mike.roosa at gmail.com Mon Mar 5 14:41:14 2007 From: mike.roosa at gmail.com (Mike Roosa) Date: Mon, 5 Mar 2007 14:41:14 -0500 Subject: [Vtigercrm-developers] Leads Listview In-Reply-To: References: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> Message-ID: <755997990703051141k14da44f6o389c7d9120269dac@mail.gmail.com> Ok, thanks I'll give that a shot. On 3/5/07, David V. wrote: > > You don't have to go in the code. > Just create a new view and make it the default. > > David V. > > > > 2007/3/5, Mike Roosa : > > > > I'm sure this will be an easy one for most of you. I'm an ASP developer > > and just learning both vTiger and PHP so I'm a little lost. I wanted to > > modify the Leads Listview to take out the Website address and add the Lead > > Status. When I remove the lines related to website in Leads.php and > > Lead.php nothing happens. The Website address and website column header > > still show up. Am I missing something else here? > > > > Thanks, > > Mike Roosa > > > > _______________________________________________ > > 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/20070305/b745b110/attachment-0003.html From scott at centritechsolutions.com Mon Mar 5 15:13:45 2007 From: scott at centritechsolutions.com (scott at centritechsolutions.com) Date: Mon, 05 Mar 2007 15:13:45 -0500 Subject: [Vtigercrm-developers] Ticket comments Message-ID: <9125921412.20070305151345@shortpump.com> What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? I.E SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php Thanks Scott ------Original Mail------ From: "bharath" To: Sent: Mon, 05 Mar 2007 16:07:27 +0530 Subject: Re:[Vtigercrm-developers] Ticket comments Dear Scott Brown, Thanks for your fruitful suggestion. Currently we are not supporting this feature, but we will take this in one of our future release. Please do get back to us for further details. Thanks & Regards Bharath ----scott at centritechsolutions.com wrote ---- Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. Scott Brown Operations Manager Main: 804-360-9753Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From brian at pr2k.com Mon Mar 5 17:21:20 2007 From: brian at pr2k.com (Brian Laughlin) Date: Mon, 5 Mar 2007 14:21:20 -0800 Subject: [Vtigercrm-developers] Ticket comments References: <9125921412.20070305151345@shortpump.com> Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6D9D@svawmc1.awnow.local> We don't use Ticket's but based on what I can tell this query might put you on the right path on getting what you what. Select * from vtiger_troubletickets tt join vtiger_crmentity ce on ce.crmid = tt.ticketid where tt.status = 'Open' Good luck, Brian Laughlin -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of scott at centritechsolutions.com Sent: Monday, March 05, 2007 12:14 PM To: bharath at vtiger.com Cc: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Ticket comments What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? I.E SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php Thanks Scott ------Original Mail------ From: "bharath" To: Sent: Mon, 05 Mar 2007 16:07:27 +0530 Subject: Re:[Vtigercrm-developers] Ticket comments Dear Scott Brown, Thanks for your fruitful suggestion. Currently we are not supporting this feature, but we will take this in one of our future release. Please do get back to us for further details. Thanks & Regards Bharath ----scott at centritechsolutions.com wrote ---- Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. Scott Brown Operations Manager Main: 804-360-9753Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From joe at tsolucio.com Mon Mar 5 18:48:34 2007 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 06 Mar 2007 00:48:34 +0100 Subject: [Vtigercrm-developers] Ticket comments In-Reply-To: <9125921412.20070305151345@shortpump.com> References: <9125921412.20070305151345@shortpump.com> Message-ID: <1173138514.8929.2.camel@joeshome.int> Hi Scott, The ticket comments are in the vtiger_ticketcomments table so you will have to select in that table to get the comments you are looking for: select comments, createdtime from vtiger_ticketcomments where ticketid={yourticketid} order by createdtime; That should get the comments. Let us know how it turns out. Regards, Joe TSolucio El lun, 05-03-2007 a las 15:13 -0500, scott at centritechsolutions.com escribi?: > What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? > > I.E > > SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; > > If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php > > Thanks > Scott > > ------Original Mail------ > From: "bharath" > To: > Sent: Mon, 05 Mar 2007 16:07:27 +0530 > Subject: Re:[Vtigercrm-developers] Ticket comments > > > > > Dear Scott Brown, > > Thanks for your fruitful suggestion. > Currently we are not supporting this feature, > but we will take this in one of our future release. > Please do get back to us for further details. > > Thanks & Regards > Bharath > > > > > ----scott at centritechsolutions.com wrote ---- > > Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. > > > Scott Brown > Operations Manager > Main: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > http://www.CentriTechSolutions.com > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From scott at centritechsolutions.com Mon Mar 5 19:06:25 2007 From: scott at centritechsolutions.com (Scott Brown) Date: Mon, 5 Mar 2007 19:06:25 -0500 Subject: [Vtigercrm-developers] Ticket comments In-Reply-To: <1173138514.8929.2.camel@joeshome.int> Message-ID: <00b201c75f83$4efc71b0$0202fea9@laptop> Thanks Joe, How would I join this to the vtiger_troubletickets table so that I can pull out the corresponding ticketed, assignedto, and the title. I also need the where clause to filter out only tickets that have a status of Open. I think I need a combination of what you have and what Brian sent earlier Select * from vtiger_troubletickets tt join vtiger_crmentity ce on ce.crmid = tt.ticketid where tt.status = 'Open' It looks like his suggestion pulls out all the tickets with the status of Open but no comments, and yours would pull out all the comments for a specific ticket. Should I run Brian's query and then step through the result and pull out the ticket Id and then execute a 2nd query using your suggestion and display the data. Then go to the next result in Brian's query ? Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Joe Bordes Sent: Monday, March 05, 2007 6:49 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Ticket comments Hi Scott, The ticket comments are in the vtiger_ticketcomments table so you will have to select in that table to get the comments you are looking for: select comments, createdtime from vtiger_ticketcomments where ticketid={yourticketid} order by createdtime; That should get the comments. Let us know how it turns out. Regards, Joe TSolucio El lun, 05-03-2007 a las 15:13 -0500, scott at centritechsolutions.com escribi?: > What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? > > I.E > > SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; > > If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php > > Thanks > Scott > > ------Original Mail------ > From: "bharath" > To: > Sent: Mon, 05 Mar 2007 16:07:27 +0530 > Subject: Re:[Vtigercrm-developers] Ticket comments > > > > > Dear Scott Brown, > > Thanks for your fruitful suggestion. > Currently we are not supporting this feature, > but we will take this in one of our future release. > Please do get back to us for further details. > > Thanks & Regards > Bharath > > > > > ----scott at centritechsolutions.com wrote ---- > > Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. > > > Scott Brown > Operations Manager > Main: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > http://www.CentriTechSolutions.com > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From vtiger at sydesy.com Mon Mar 5 23:49:36 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Tue, 6 Mar 2007 05:49:36 +0100 Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? Message-ID: <2617b9b70703052049o52dc608eja6677c89837ba7ac@mail.gmail.com> Hi, I know I?m probably late in the show, but I?d like to test the 5.0.3 branch, using svn. The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 I suppose I?m not the only one in that case. How did you do it ? How do you upgrade your local copy everytime there is a minor 5.0.x version ? Thanks in advance for your advices. Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? X+ From brian at pr2k.com Mon Mar 5 23:59:19 2007 From: brian at pr2k.com (Brian Laughlin) Date: Mon, 5 Mar 2007 20:59:19 -0800 Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DD0@svawmc1.awnow.local> Importer that deals with duplicates??? That's great. A lot of people have requested that, post to here if you must. :-) -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of xavier dutoit Sent: Monday, March 05, 2007 8:50 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? Hi, I know I?m probably late in the show, but I?d like to test the 5.0.3 branch, using svn. The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 I suppose I?m not the only one in that case. How did you do it ? How do you upgrade your local copy everytime there is a minor 5.0.x version ? Thanks in advance for your advices. Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? X+ _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From mickie at vtiger.com Tue Mar 6 00:24:24 2007 From: mickie at vtiger.com (Mickie) Date: Tue, 06 Mar 2007 10:54:24 +0530 Subject: [Vtigercrm-developers] Ticket comments In-Reply-To: <00b201c75f83$4efc71b0$0202fea9@laptop> References: <00b201c75f83$4efc71b0$0202fea9@laptop> Message-ID: <11125b49aa6.-3439776111866044364.-5607585072602341996@vtiger.com> Dear Scott, you can run the following query to get the list of open tickets and their comments select vtiger_troubletickets.ticketid,vtiger_troubletickets.title, vtiger_crmentity.smownerid,vtiger_ticketcomments.* from vtiger_troubletickets inner joinvtiger_crmentity onvtiger_troubletickets.ticketid=vtiger_crmentity.crmid left joinvtiger_ticketcomments onvtiger_ticketcomments.ticketid=vtiger_troubletickets.ticketid wherevtiger_troubletickets.status='Open' where as if you want get the details for a single ticket then you can add and vtiger_troubletickets.ticketid=117 at the end of the previous query. Hope this helps to get the result as per your need. Thanks & Regards Mickie ----scott at centritechsolutions.com wrote ---- Thanks Joe, How would I join this to the vtiger_troubletickets table so that I can pull out the corresponding ticketed, assignedto, and the title. I also need the where clause to filter out only tickets that have a status of Open. I think I need a combination of what you have and what Brian sent earlier Select * from vtiger_troubletickets tt join vtiger_crmentity ce on ce.crmid = tt.ticketid where tt.status = 'Open' It looks like his suggestion pulls out all the tickets with the status of Open but no comments, and yours would pull out all the comments for a specific ticket. Should I run Brian's query and then step through the result and pull out the ticket Id and then execute a 2nd query using your suggestion and display the data. Then go to the next result in Brian's query ? Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Joe Bordes Sent: Monday, March 05, 2007 6:49 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Ticket comments Hi Scott, The ticket comments are in the vtiger_ticketcomments table so you will have to select in that table to get the comments you are looking for: select comments, createdtime from vtiger_ticketcomments where ticketid={yourticketid} order by createdtime; That should get the comments. Let us know how it turns out. Regards, Joe TSolucio El lun, 05-03-2007 a las 15:13 -0500, scott at centritechsolutions.com escribi?: > What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? > > I.E > > SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; > > If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as http://www.crmserver.com/getTicketComments.php > > Thanks > Scott > > ------Original Mail------ > From: "bharath" > To: > Sent: Mon, 05 Mar 2007 16:07:27 +0530 > Subject: Re:[Vtigercrm-developers] Ticket comments > > > > > Dear Scott Brown, > > Thanks for your fruitful suggestion. > Currently we are not supporting this feature, > but we will take this in one of our future release. > Please do get back to us for further details. > > Thanks & Regards > Bharath > > > > > ----scott at centritechsolutions.com wrote ---- > > Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. > > > Scott Brown > Operations Manager > Main: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > http://www.CentriTechSolutions.com > > > > _______________________________________________ > 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 _______________________________________________ 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/20070306/82e0881c/attachment-0003.html From xavier at sydesy.com Tue Mar 6 02:58:36 2007 From: xavier at sydesy.com (xavier dutoit) Date: Tue, 6 Mar 2007 08:58:36 +0100 Subject: [Vtigercrm-developers] Patch: import that deals with duplicates Message-ID: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> Just created a ticket on trac with the patch (from 5.0.2). http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/3187 I would like to know how to update my local copy to 5.0.3 from svn (cf my previous mail). X+ On 3/6/07, Brian Laughlin wrote: > Importer that deals with duplicates??? > > That's great. A lot of people have requested that, post to here if you must. :-) > > -----Original Message----- > From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of xavier dutoit > Sent: Monday, March 05, 2007 8:50 PM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? > > Hi, > > I know I?m probably late in the show, but I?d like to test the 5.0.3 branch, using svn. > > The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 > > I suppose I?m not the only one in that case. How did you do it ? > > How do you upgrade your local copy everytime there is a minor 5.0.x version ? > > Thanks in advance for your advices. > > Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? > > X+ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From chazarra.clement at gmail.com Tue Mar 6 06:25:51 2007 From: chazarra.clement at gmail.com (clement chazarra) Date: Tue, 6 Mar 2007 11:25:51 +0000 Subject: [Vtigercrm-developers] Testing tools Message-ID: Hello guys, since we are in a testing phase I thought those tools could be interesting: http://www.joedog.org/ http://httpd.apache.org/docs/trunk/programs/ab.html -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070306/a66361dc/attachment-0003.html From brian at pr2k.com Tue Mar 6 13:42:38 2007 From: brian at pr2k.com (Brian Laughlin) Date: Tue, 6 Mar 2007 10:42:38 -0800 Subject: [Vtigercrm-developers] A happy day for PHP Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> Yay, finally my biggest gripe has a nice simple solution. The last time I seriously coded was with SQL and Delphi 7. When I started working on vTiger I tested out a lot of IDEs and often would resort to VIM. OMG. I've been keeping an eye out and see that this product is soon to be released. http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.a spx I give you guys a lot of credit if you're using non WYSIWYG environments. You are extremely patient. :-) Just sharing. Brian Laughlin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070306/f8508cf3/attachment-0003.html From javawaba at hotmail.com Tue Mar 6 17:34:07 2007 From: javawaba at hotmail.com (Jim Weir) Date: Tue, 06 Mar 2007 17:34:07 -0500 Subject: [Vtigercrm-developers] A happy day for PHP In-Reply-To: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> Message-ID: warp speed development... >From: "Brian Laughlin" >Reply-To: vtigercrm-developers at lists.vtigercrm.com >To: >Subject: [Vtigercrm-developers] A happy day for PHP >Date: Tue, 6 Mar:42:38 -0800 > >Yay, finally my biggest gripe has a nice simple solution. The last time >I seriously coded was with SQL and Delphi 7. When I started working on >vTiger I tested out a lot of IDEs and often would resort to VIM. OMG. >I've been keeping an eye out and see that this product is soon to be >released. > >http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.a >spx > >I give you guys a lot of credit if you're using non WYSIWYG >environments. You are extremely patient. :-) > >Just sharing. > > >Brian Laughlin >_______________________________________________ >Reach hundreds of potential candidates - http://jobs.vtiger.com _________________________________________________________________ Win a Zune??make MSN? your homepage for your chance to win! http://homepage.msn.com/zune?icid=hmetagline From vtiger at sydesy.com Wed Mar 7 03:25:13 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Wed, 7 Mar 2007 09:25:13 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> Message-ID: <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> Created a ticket on trac with the patch (from 5.0.2). http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/3187 I would like to know how to update my local copy to 5.0.3 from svn (cf my previous mail). X+ On 3/6/07, Brian Laughlin wrote: > Importer that deals with duplicates??? > > That's great. A lot of people have requested that, post to here if you must. :-) > > -----Original Message----- > From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto: vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of xavier dutoit > Sent: Monday, March 05, 2007 8:50 PM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? > > Hi, > > I know I?m probably late in the show, but I?d like to test the 5.0.3branch, using svn. > > The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 > > I suppose I?m not the only one in that case. How did you do it ? > > How do you upgrade your local copy everytime there is a minor 5.0.xversion ? > > Thanks in advance for your advices. > > Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? > > X+ > > _______________________________________________ > 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/20070307/c74aa595/attachment-0003.html From Dirk.Gorny at Genion.de Wed Mar 7 03:26:15 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Wed, 7 Mar 2007 09:26:15 +0100 Subject: [Vtigercrm-developers] A happy day for PHP In-Reply-To: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> References: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> Message-ID: <200703070926.15776.Dirk.Gorny@Genion.de> Am Dienstag, 6. M?rz 2007 schrieb Brian Laughlin: > I've been keeping an eye out and see that this product is soon to be > released. > > http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.a > spx A nice tool, but it is for developing Web applications. Vtiger has to become a Business application, so there are not only requirements for a rapid visual development and debugging. Because of PHP does not have generic structures for business applications and no extentions, like Rational Rose Data Modeler you have to build all what is a standard in J2EE, given as a benefit from then, by yourself. This is the work, should be done. And if you do so, you will get many free tools like Eclipse and its extentions. Riding another death horse (Delphi) is only a new handicap. With OMG I full aree if you mean http://www.omg.org. Standardised objects are half the battle. Best regards, Dirk From Dirk.Gorny at Genion.de Wed Mar 7 03:47:00 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Wed, 7 Mar 2007 09:47:00 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> Message-ID: <200703070947.00450.Dirk.Gorny@Genion.de> Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > I would like to know how to update my local copy to 5.0.3 from svn (cf > my previous mail). If you want to get all files you only have to do a svn export http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/ ./$LOCALDIRECTORY Because of changes in the structure of the source between the checked out source and the deployment you have to build a diff if you want to update a working deployment and update by "patch". Please look for DB changes every time and fix the DB by hand. Best regards, Dirk From vtiger at sydesy.com Wed Mar 7 04:29:17 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Wed, 7 Mar 2007 10:29:17 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <200703070947.00450.Dirk.Gorny@Genion.de> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> <200703070947.00450.Dirk.Gorny@Genion.de> Message-ID: <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> On 3/7/07, Dirk Gorny wrote: > > Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > > > I would like to know how to update my local copy to 5.0.3 from svn (cf > > my previous mail). > > If you want to get all files you only have to do a svn export > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDIRECTORY Is this how you use it ? That's against the aim of svn to have to do an export every time you change from 5.0.x to 5.0.y isn't it ? I have an up to date version of the 5.0.2 branch. It should be as simple as a "svn update", even between branches, shouldn't it ? The thing is that I don't know how to change from one branch to another without having to do a full checkout. How do you do that ? Because of changes in the structure of the source between the checked out > source and the deployment you have to build a diff if you want to update a > working deployment and update by "patch". Well, svn should deal with the change on the source, that's its job. Please look for DB changes every time and fix the DB by hand. Sure, that's normal to have to change the db by hand. Is there any place where the changes are documented ? eg: /mysql/update/5.0.1-5.0.2 /mysql/update/5.0.2-5.0.3 that is updated every time the db have to change ? Thanks for your advices. Xavier -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070307/d95f2f26/attachment-0003.html From Dirk.Gorny at Genion.de Wed Mar 7 04:48:34 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Wed, 7 Mar 2007 10:48:34 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <200703070947.00450.Dirk.Gorny@Genion.de> <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> Message-ID: <200703071048.34765.Dirk.Gorny@Genion.de> Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > On 3/7/07, Dirk Gorny wrote: > > Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > > > I would like to know how to update my local copy to 5.0.3 from svn (cf > > > my previous mail). > > > > If you want to get all files you only have to do a svn export > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDI > >RECTORY > > Is this how you use it ? No. I use: svn diff --old=http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@$OLDRELEASE --new=http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@HEAD And patch it by hand. Then you look for DB changes and change the database if needed. > It should be as simple as a "svn update", even between branches, shouldn't > it ? No. > The thing is that I don't know how to change from one branch to another > without having to do a full checkout. How do you do that ? look ahead. > Because of changes in the structure of the source between the checked out > > > source and the deployment you have to build a diff if you want to update > > a working deployment and update by "patch". > > Well, svn should deal with the change on the source, that's its job. But your deployment differs with the source. > Sure, that's normal to have to change the db by hand. > Is there any place where the changes are documented ? Look at: http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml Best regards, Dirk From fp at crm-now.de Wed Mar 7 08:46:15 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Wed, 7 Mar 2007 14:46:15 +0100 Subject: [Vtigercrm-developers] New Login.php at SVN In-Reply-To: Message-ID: <200703071346.l27DkFBG008110@doko.im-netz.de> I saw the new v5.0.3 Login page at the SVN. Looks much nicer but raises an i18n issue. The expressions for username, password, language and theme are now hardcoded. Before these could be changed by the default language. Sure it is a minor issue but since you put so much effort in the internationalisation of vtiger it is worth to mention. Regards, Frank www.crm-now.com From vtiger at sydesy.com Thu Mar 8 07:46:29 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Thu, 8 Mar 2007 13:46:29 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <200703071048.34765.Dirk.Gorny@Genion.de> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <200703070947.00450.Dirk.Gorny@Genion.de> <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> <200703071048.34765.Dirk.Gorny@Genion.de> Message-ID: <2617b9b70703080446l3badc95ese7df756aa4c47fbb@mail.gmail.com> > > > > If you want to get all files you only have to do a svn export > > > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDI > > >RECTORY > > > > Is this how you use it ? > > No. I use: > > svn > diff --old= > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@$OLDRELEASE--new= > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@HEAD > > And patch it by hand. Then you look for DB changes and change the database > if > needed. > > > It should be as simple as a "svn update", even between branches, > shouldn't > > it ? > No. Ok, based on my experience with other projects, I know for a fact that it is possible to keep your local modifications and benefit from svn updates without having to create patches between versions. > > Because of changes in the structure of the source between the checked > out > > > > > source and the deployment you have to build a diff if you want to > update > > > a working deployment and update by "patch". > > > > Well, svn should deal with the change on the source, that's its job. > > But your deployment differs with the source. Yes, but again it shouldn't be a problem. Can we imagine two seconds a use case scenario ? I've fixed a bug on the 5.0.2 and there is a new 5.0.3 version. I want to use it, but, of course, to be sure my patch is still existing. They are three scenarios: 1) The bug is still on the 5.0.3 (and my fix still work) 2) They have applied it as offered and I need to "forget" my patch 3) They have fixed it, but with a different patch than what I submited Only the last case should need my intervention. I expect the SCM to deal with the others smoothly. I think the problem is that you are expected to change your working branches for every minor version. In other OSS softwares, the main versions (4.2, 5 and 5.1) are branched before the dev, and the minor ones after (as mainstones while producing the patches, new tar distos). ie. you always work in the same branch 5.n for all its live and you only svn update, and have to branch only when you go from 5.0 and 5.1. I mentioned something like that a few months ago, would it be possible to consider it or am I the only one thinking that would be saving a lot of time without any additional problem ? Look at: > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml Brilliant, thanks. Could you recommend a way of using these to generate mysql commands with the diffs ? X+ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070308/c693533c/attachment-0003.html From philip at vtiger.com Fri Mar 9 00:48:58 2007 From: philip at vtiger.com (Philip) Date: Fri, 09 Mar 2007 11:18:58 +0530 Subject: [Vtigercrm-developers] New Login.php at SVN In-Reply-To: <200703071346.l27DkFBG008110@doko.im-netz.de> References: <200703071346.l27DkFBG008110@doko.im-netz.de> Message-ID: <45F0F54A.2030102@vtiger.com> Hi Frank, We do have internationalised the label's username,password, language and theme in the login page. Do get back to us if you come across any issue in transaltion in the label while using our latest svn code. Regards, Philip Frank Piepiorra wrote: > I saw the new v5.0.3 Login page at the SVN. Looks much nicer but raises an > i18n issue. The expressions for username, password, language and theme are > now hardcoded. Before these could be changed by the default language. Sure > it is a minor issue but since you put so much effort in the > internationalisation of vtiger it is worth to mention. > > Regards, > Frank > > www.crm-now.com > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > From Dirk.Gorny at Genion.de Fri Mar 9 06:02:14 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Fri, 9 Mar 2007 12:02:14 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703080446l3badc95ese7df756aa4c47fbb@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <200703071048.34765.Dirk.Gorny@Genion.de> <2617b9b70703080446l3badc95ese7df756aa4c47fbb@mail.gmail.com> Message-ID: <200703091202.14700.Dirk.Gorny@Genion.de> Am Donnerstag, 8. M?rz 2007 schrieb xavier dutoit: > > > > If you want to get all files you only have to do a svn export > > > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDI > > > > > >RECTORY > > > > > > Is this how you use it ? > > > > No. I use: > > > > svn > > diff --old= > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@$OLDRELEA > >SE--new= > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@HEAD > > > > And patch it by hand. Then you look for DB changes and change the > > database if > > needed. > > > > > It should be as simple as a "svn update", even between branches, > > > > shouldn't > > > > > it ? > > > > No. > > Ok, based on my experience with other projects, I know for a fact that it > is possible to keep your local modifications and benefit from svn updates > without having to create patches between versions. I don't wrote that it is impossible, I wrote that for me it sholdn't be as simple as "svn update", even between branches, because I dont need it. > Yes, but again it shouldn't be a problem. Can we imagine two seconds a use > case scenario ? > > I've fixed a bug on the 5.0.2 and there is a new 5.0.3 version. I want to > use it, but, of course, to be sure my patch is still existing. > They are three scenarios: > 1) The bug is still on the 5.0.3 (and my fix still work) > 2) They have applied it as offered and I need to "forget" my patch > 3) They have fixed it, but with a different patch than what I submited The most important for me is to change code (not bugfixing) and don't get this overwritten by an update. > > Look at: > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/schema/Dat > >abaseSchema.xml > > Brilliant, thanks. Could you recommend a way of using these to generate > mysql commands with the diffs ? Sory, I have no experience in mysql. I think there are some tools for innodb do this job. Best regards, Dirk From fp at crm-now.de Fri Mar 9 09:19:04 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Fri, 9 Mar 2007 15:19:04 +0100 Subject: [Vtigercrm-developers] osCommerce extension for Webforms In-Reply-To: Message-ID: <200703091419.l29EJ28u021844@doko.im-netz.de> One of our clients has designed an osCommerce extension for the vtiger Webforms and has aksed me to share it with the vtiger community. The webforms by vtiger allow the transfer of contact information to the CRM system by web applications. osCommerce uses a contact form that generates an email to the shop owner. This webform extension for osCommerce combines both and provides an lead entry at the CRM system any time the contact form of osCommerce is used. The extension is designed to be multilingual. You may download it from http://vtigerforge.fosslabs.com/projects/webformsoscext/ Have fun. From brian at pr2k.com Fri Mar 9 13:00:59 2007 From: brian at pr2k.com (Brian Laughlin) Date: Fri, 9 Mar 2007 10:00:59 -0800 Subject: [Vtigercrm-developers] osCommerce extension for Webforms References: <200703091419.l29EJ28u021844@doko.im-netz.de> Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BAC4@svawmc1.awnow.local> Frank -- thank you for sharing this with the community. -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Frank Piepiorra Sent: Friday, March 09, 2007 6:19 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] osCommerce extension for Webforms One of our clients has designed an osCommerce extension for the vtiger Webforms and has aksed me to share it with the vtiger community. The webforms by vtiger allow the transfer of contact information to the CRM system by web applications. osCommerce uses a contact form that generates an email to the shop owner. This webform extension for osCommerce combines both and provides an lead entry at the CRM system any time the contact form of osCommerce is used. The extension is designed to be multilingual. You may download it from http://vtigerforge.fosslabs.com/projects/webformsoscext/ Have fun. _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From javawaba at hotmail.com Sat Mar 10 16:19:46 2007 From: javawaba at hotmail.com (Jim Weir) Date: Sat, 10 Mar 2007 16:19:46 -0500 Subject: [Vtigercrm-developers] import Message-ID: I format my data - firstname, lastname and email with this tool... http://vtigerforge.fosslabs.com/frs/?group_id=93&release_id=165 ...when I try an import I get this error, Import Error: The directory cache/import/ does not exist or is not writable ..so I created a cache/import directory(writable w/ chmod 777 import), but that doesn't help. I also tried export, then re-importing the same records. I get the same error.. HELP! Thanks, JavaWaba _________________________________________________________________ The average US Credit Score is 675. The cost to see yours: $0 by Experian. http://www.freecreditreport.com/pm/default.aspx?sc=660600&bcd=EMAILFOOTERAVERAGE From tzenk at gmx.net Mon Mar 12 07:11:37 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Mon, 12 Mar 2007 12:11:37 +0100 Subject: [Vtigercrm-developers] osCommerce extension for Webforms In-Reply-To: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BAC4@svawmc1.awnow.local> References: <200703091419.l29EJ28u021844@doko.im-netz.de> <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BAC4@svawmc1.awnow.local> Message-ID: <45F53569.5070801@gmx.net> Yeah, my opinion, great message within this step. THX Brian Laughlin schrieb: > Frank -- thank you for sharing this with the community. > > -----Original Message----- > From: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > Frank Piepiorra > Sent: Friday, March 09, 2007 6:19 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] osCommerce extension for Webforms > > One of our clients has designed an osCommerce extension for the vtiger > Webforms and has aksed me to share it with the vtiger community. > > The webforms by vtiger allow the transfer of contact information to the > CRM system by web applications. > osCommerce uses a contact form that generates an email to the shop > owner. > This webform extension for osCommerce combines both and provides an lead > entry at the CRM system any time the contact form of osCommerce is used. > The extension is designed to be multilingual. > > You may download it from > http://vtigerforge.fosslabs.com/projects/webformsoscext/ > > Have fun. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > From tzenk at gmx.net Mon Mar 12 14:38:30 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Mon, 12 Mar 2007 19:38:30 +0100 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: References: Message-ID: <45F59E26.6020805@gmx.net> Hi Folks, till now i worked with Dreamweaver to get parts of vtiger changed and edited. but as i go into things deeper now i need to change my editor setup. So are there any suggestions from your side which editor (s) i should/could use being used to dreamweaver? I need an editor that shows me like dreamweaver the code and the real site look being able to edit the .tpl /.html and .php files in a switching view environment. For some reason dreamweaver doesn?t do it s job too good so i would be thankful for your comments on this Best Regards Torsten Zenk From joe at tsolucio.com Mon Mar 12 16:38:28 2007 From: joe at tsolucio.com (Joe Bordes) Date: Mon, 12 Mar 2007 21:38:28 +0100 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: <45F59E26.6020805@gmx.net> References: <45F59E26.6020805@gmx.net> Message-ID: <1173731908.9047.2.camel@joeshome.int> Hi, I use eclipse with phpeclipse and web tools, firefox with web development extension. I am an old coder and been with unix for a long time. I am comfortable with vi and emacs so my opinion may not help you. Regards, Joe TSolucio El lun, 12-03-2007 a las 19:38 +0100, Torsten Zenk escribi?: > Hi Folks, till now i worked with Dreamweaver to get parts of vtiger > changed and edited. but as i go into things deeper now i need to change > my editor setup. > So are there any suggestions from your side which editor (s) i > should/could use being used to dreamweaver? I need an editor that shows > me like dreamweaver the code and the real site look being able to edit > the .tpl /.html and .php files in a switching view environment. > > For some reason dreamweaver doesn?t do it s job too good so i would be > thankful for your comments on this > > Best Regards > Torsten Zenk > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From info at alpigro.de Tue Mar 13 03:53:29 2007 From: info at alpigro.de (Alex Picker) Date: Tue, 13 Mar 2007 08:53:29 +0100 Subject: [Vtigercrm-developers] How to for developing new modules Message-ID: Hi @all our developers have made a how to for developing and creating new modules in vtiger 5.0.3 RC2. On this link you can download the manuel. Please give us your feedback and your additons for this how to. After a review we can publish it on the vtiger.com wiki http://www.vtiger.de/fileadmin/download/files/creating_new_module_vtiger503_ rc2_Example_MySQL.pdf Best regards from the vtiger.de team in germany Alex Picker support at vtiger.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070313/e69ba2d1/attachment-0003.html From tzenk at gmx.net Tue Mar 13 04:27:40 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 13 Mar 2007 09:27:40 +0100 Subject: [Vtigercrm-developers] How to for developing new modules In-Reply-To: References: Message-ID: <45F6607C.3000904@gmx.net> Grrrrrrrrreat, thank you, this is a good start for wannabe developers like me ;) Greetings Torsten Alex Picker schrieb: > Hi @all > > our developers have made a how to for developing and creating new > modules in vtiger 5.0.3 RC2. > > On this link you can download the manuel. Please give us your feedback > and your additons for this how to. After a review we can publish it on > the vtiger.com wiki > > http://www.vtiger.de/fileadmin/download/files/creating_new_module_vtiger503_rc2_Example_MySQL.pdf > > Best regards from the vtiger.de team in germany > > Alex Picker > support at vtiger.de > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From tzenk at gmx.net Tue Mar 13 04:59:04 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 13 Mar 2007 09:59:04 +0100 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: <45F59E26.6020805@gmx.net> References: <45F59E26.6020805@gmx.net> Message-ID: <45F667D8.5000404@gmx.net> Well for those of you who might wanna try different Frameworks i found this very informing site about frameworks and definitly found some very interesting stuff for the vtiger editing. i hope you folkz do too ;) http://www.phpwact.org/php/mvc_frameworks Greetz Torsten Zenk Torsten Zenk schrieb: > Hi Folks, till now i worked with Dreamweaver to get parts of vtiger > changed and edited. but as i go into things deeper now i need to change > my editor setup. > So are there any suggestions from your side which editor (s) i > should/could use being used to dreamweaver? I need an editor that shows > me like dreamweaver the code and the real site look being able to edit > the .tpl /.html and .php files in a switching view environment. > > For some reason dreamweaver doesn?t do it s job too good so i would be > thankful for your comments on this > > Best Regards > Torsten Zenk > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From dfar2008 at gmail.com Tue Mar 13 05:53:44 2007 From: dfar2008 at gmail.com (ding jianting) Date: Tue, 13 Mar 2007 17:53:44 +0800 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: <45F667D8.5000404@gmx.net> References: <45F59E26.6020805@gmx.net> <45F667D8.5000404@gmx.net> Message-ID: I use Editplus. On 3/13/07, Torsten Zenk wrote: > > Well for those of you who might wanna try different Frameworks i found > this very informing site about frameworks and definitly found some very > interesting stuff for the vtiger editing. i hope you folkz do too ;) > > http://www.phpwact.org/php/mvc_frameworks > > Greetz > Torsten Zenk > > Torsten Zenk schrieb: > > Hi Folks, till now i worked with Dreamweaver to get parts of vtiger > > changed and edited. but as i go into things deeper now i need to change > > my editor setup. > > So are there any suggestions from your side which editor (s) i > > should/could use being used to dreamweaver? I need an editor that shows > > me like dreamweaver the code and the real site look being able to edit > > the .tpl /.html and .php files in a switching view environment. > > > > For some reason dreamweaver doesn?t do it s job too good so i would be > > thankful for your comments on this > > > > Best Regards > > Torsten Zenk > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- ________________________________________ ????????????: http://www.c3crm.com ----------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070313/88c1dc5c/attachment-0003.html From info at alpigro.de Tue Mar 13 06:49:14 2007 From: info at alpigro.de (Alex Picker) Date: Tue, 13 Mar 2007 11:49:14 +0100 Subject: [Vtigercrm-developers] Migrationscript sugarcrm 4.5 to vtiger 5.0.2 Message-ID: Hi @all we made a migrationscript for a simple and fast migration from sugarcrm to vtiger. I made a new project on vtigerforge. http://vtigerforge.fosslabs.com/projects/sugar-vtiger/ Please give us feedback after testing :-) We want to add some new functions in the future. For example a migration and update to a vtiger database with data in it. Best regards from the vtiger.de team in germany Alex Picker support at vtiger.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070313/05c869d2/attachment-0003.html From fp at crm-now.de Tue Mar 13 11:21:46 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Tue, 13 Mar 2007 16:21:46 +0100 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: Message-ID: <200703131521.l2DFLju5021971@doko.im-netz.de> I just saw at Rev. 10427 that you have set a mail address for the standard user as "standarduser at vtigeruser.com". My friend Dirk was punching my head when we offered this as our default value. How do you know that this email address does not exist already or will exist in the future? This is not a good practice. As we all know CRM users will not change it immediately and there is the danger that emails are getting out to the wrong reciever. So I think it is better to leave this field empty or fill it with the admin email address when you install the system. From davidv.net at gmail.com Tue Mar 13 13:32:10 2007 From: davidv.net at gmail.com (David V.) Date: Tue, 13 Mar 2007 13:32:10 -0400 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: <200703131521.l2DFLju5021971@doko.im-netz.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> Message-ID: I agree ! David V. 2007/3/13, Frank Piepiorra : > I just saw at Rev. 10427 that you have set a mail address for the standard > user as "standarduser at vtigeruser.com". My friend Dirk was punching my head > when we offered this as our default value. How do you know that this email > address does not exist already or will exist in the future? This is not a > good practice. As we all know CRM users will not change it immediately and > there is the danger that emails are getting out to the wrong reciever. So I > think it is better to leave this field empty or fill it with the admin email > address when you install the system. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From Dirk.Gorny at Genion.de Tue Mar 13 14:36:55 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Tue, 13 Mar 2007 19:36:55 +0100 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: <200703131521.l2DFLju5021971@doko.im-netz.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> Message-ID: <200703131936.56171.Dirk.Gorny@Genion.de> I suggest mailadmin at localhost if there must bee a E-Mail address. Because off not sendig this message in the world it stops in worst case at your E-Mail provider. In general all things whitch are preset should not go outside the localhost. Best regards, Dirk Am Dienstag, 13. M?rz 2007 schrieb Frank Piepiorra: > I just saw at Rev. 10427 that you have set a mail address for the standard > user as "standarduser at vtigeruser.com". My friend Dirk was punching my head > when we offered this as our default value. How do you know that this email > address does not exist already or will exist in the future? This is not a > good practice. As we all know CRM users will not change it immediately and > there is the danger that emails are getting out to the wrong reciever. So I > think it is better to leave this field empty or fill it with the admin > email address when you install the system. From tzenk at gmx.net Tue Mar 13 16:57:54 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 13 Mar 2007 21:57:54 +0100 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: <200703131936.56171.Dirk.Gorny@Genion.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> <200703131936.56171.Dirk.Gorny@Genion.de> Message-ID: <45F71052.3020900@gmx.net> Hi added this to the trac: #3213 In SALES > POTENTIALS > MORE INFORMATION the second Button from the Top is called SELECT CONTACT. If you click it the Popup comes up showing all contacts and a button called ADD CONTACT. That not right in my opinion as there should be a button SELECT CONTACT in terms that all other Buttons TELL ME WHAT TO DO and at this point it wants a contact to be selected. And when it comes to translation (german in my example) we have an ERSTELLEN KONTAKT (which means actually to CREATE A CONTACT)but in german it MUST be W?HLE KONTAKT (which then means select contact. So in every way i guess it is best to name the Button SELECT CONTACT. What i did: Row 17 in Smarty/templates/PopUpContents.tpl value="{$APP.LBL_ADD_ITEM} {$APP[$MODULE]}" changed to value="{$APP.LBL_SELECT_BUTTON_LABEL} {$APP[$MODULE]}" Now the button is called SELECT CONTACT and the translationed versions will be fine too. Best Regards Torsten Zenk From tzenk at gmx.net Tue Mar 13 23:01:45 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Wed, 14 Mar 2007 04:01:45 +0100 Subject: [Vtigercrm-developers] Edited the Migration process described by Andrew Rodes... In-Reply-To: <45F667D8.5000404@gmx.net> References: <45F59E26.6020805@gmx.net> <45F667D8.5000404@gmx.net> Message-ID: <45F76599.8050306@gmx.net> ...and as i don?t have edit/make rights to the wiki would someone please add this at the right places: ---------------------------------------------------------------------------- This document was originally made by Andrew Rodes, Jan 19, 2007; 07:08pm and edited by Torsten Zenk, Mar 14, 2007 03:45am because of an error that was forced by missing language files (last migration i successfully tested it with was from 5.02 to 5.02 SVN10430) I have used the following method with success in the past to do local development and verification from one point release to another: 1. get latest version from svn (http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk) for example into a new folder locally 2. export the used version of the DB using mysql export tool .. for example I export a working 5.0.2 db, and reimport it as a new name .. say 5.0.3 3. Copy over the config_inc.php and config_db.php to the new folder from older folder ( 5.0.2->5.0.3) 4. Modify the appropriate settings in the 2 config files from step 3 replacing the old db and url information with the new db and url info. 5. Copy over user_privileges_1.php and sharing_privileges_1.php from the user_privileges folder from the old install to the new ( 5.0.2->5.0.3) 6. Copy over the language files from the old install to the same place in the new install (otherwise you will get an include error) The folders with the language files you have to care about are in include/language and all modules/language files. 7. launch a browser and point it to the new folder (localhost/vtiger503) 8. goto settings->sharing access and recalculate them via the recalculate button if you are having troubles getting the copied version to work in 5.0.3, try rebuilding it in the previous version and copying them over again. Also, it may depend on what version the old privileges files are in .. perhaps trying to go from 5.0.0 to 5.0.3 wont work. I don?t know as I have just moved along with point releases. I am not an expert on this stuff, but thought I might reply to your question with stuff I have tried. If you are still having problems, I could send you my working privileges file which I think will work for admin since I am using the default admin password which appears to be the only critical item stored in the privileges file. Best Regards Torsten Zenk From tzenk at gmx.net Wed Mar 14 12:21:25 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Wed, 14 Mar 2007 17:21:25 +0100 Subject: [Vtigercrm-developers] Bug in currency conversion and probability problem In-Reply-To: <200703131936.56171.Dirk.Gorny@Genion.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> <200703131936.56171.Dirk.Gorny@Genion.de> Message-ID: <45F82105.30007@gmx.net> Hi, would you developers please have a look into this Bugticket in the forum, if you have some time. It handles a currency conversion bug and a problem with the probability view which i find pretty important and should be fixed before .03 final release. What do you think? http://forums.vtiger.com/viewtopic.php?t=14006&highlight=probability Greetings Torsten From kenlyle at yahoo.com Wed Mar 14 16:49:13 2007 From: kenlyle at yahoo.com (Ken Lyle) Date: Wed, 14 Mar 2007 13:49:13 -0700 (PDT) Subject: [Vtigercrm-developers] Tag Cloud for Contacts or Leads In-Reply-To: Message-ID: <20070314204913.85476.qmail@web37303.mail.mud.yahoo.com> This would be like a management snapshot of who is either HOT, or just chewing up resources. Thanks for considering, Ken From chazarra.clement at gmail.com Thu Mar 15 13:56:44 2007 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 15 Mar 2007 17:56:44 +0000 Subject: [Vtigercrm-developers] Hot keys Message-ID: Hello, A while ago, there was some discussion on the list about disabling the vTiger hot key "Alt+D". Actually I would like to add a hot key (Press F9 will add "User name - date" in the field edited), but don't know really where to look apart of the \vtiger_crm\include\language\en_us.lang.php file. How does hot key work? Which files are involved? Thanks, Clem -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070315/df46665e/attachment-0003.html From joe at tsolucio.com Thu Mar 15 14:53:37 2007 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 15 Mar 2007 19:53:37 +0100 Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for 5.0.3 Message-ID: <1173984817.23089.14.camel@joesunix.int> Hi, Based on the code in thread: http://forums.vtiger.com/viewtopic.php?t=7223 I added OO and RTF merge to Accounts and Contacts in 5.0.3. The existing code had incorrect sql query and some other minor details. I also i18n the download link message because my clients work in spanish. I added the line 'DownloadMergeFile'=>'Download merged document here', to include/language/en_en.lang.php and other corresponding language files. I attach the other files: modules/Account/Merge.php modules/Contacts/Merge.php modules/Settings/savewordtemplate.php include/pclzip.lib.php I modified savewordtemplate.php to accept OO and rtf documents so they can be treated like all others. I tried this under windows (firefox) and it worked fine. I DID NOT try the M$Office compatibility as I could not get it working (I think it was because Word was in spanish so the plugin didn't even appear). The code to maintain compatibility exists so it should work. My next step is to make some macro or picklist so that my clients can easily pick the fields to make their own documents. I'll send code if I get it working. Notes: - Make a copy of affected files before trying (just in case) - There are sample merge files on the thread - Remember to manually add the translation string or you won't see anything Regards, Joe TSolucio -------------- next part -------------- A non-text attachment was scrubbed... Name: RTFOOMerge.zip Type: application/zip Size: 41580 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070315/3ddd8a47/attachment-0002.zip From brian at pr2k.com Thu Mar 15 15:33:33 2007 From: brian at pr2k.com (Brian Laughlin) Date: Thu, 15 Mar 2007 12:33:33 -0700 Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for5.0.3 References: <1173984817.23089.14.camel@joesunix.int> Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BC20@svawmc1.awnow.local> Joe you are fantastic, thanks! -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Joe Bordes Sent: Thursday, March 15, 2007 11:54 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for5.0.3 Hi, Based on the code in thread: http://forums.vtiger.com/viewtopic.php?t=7223 I added OO and RTF merge to Accounts and Contacts in 5.0.3. The existing code had incorrect sql query and some other minor details. I also i18n the download link message because my clients work in spanish. I added the line 'DownloadMergeFile'=>'Download merged document here', to include/language/en_en.lang.php and other corresponding language files. I attach the other files: modules/Account/Merge.php modules/Contacts/Merge.php modules/Settings/savewordtemplate.php include/pclzip.lib.php I modified savewordtemplate.php to accept OO and rtf documents so they can be treated like all others. I tried this under windows (firefox) and it worked fine. I DID NOT try the M$Office compatibility as I could not get it working (I think it was because Word was in spanish so the plugin didn't even appear). The code to maintain compatibility exists so it should work. My next step is to make some macro or picklist so that my clients can easily pick the fields to make their own documents. I'll send code if I get it working. Notes: - Make a copy of affected files before trying (just in case) - There are sample merge files on the thread - Remember to manually add the translation string or you won't see anything Regards, Joe TSolucio -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.11/723 - Release Date: 3/15/2007 11:27 AM From peter.guhl at win-lux.ch Thu Mar 15 17:21:42 2007 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Thu, 15 Mar 2007 22:21:42 +0100 Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for 5.0.3 In-Reply-To: <1173984817.23089.14.camel@joesunix.int> References: <1173984817.23089.14.camel@joesunix.int> Message-ID: <45F9B8E6.3000304@win-lux.ch> Hi I did an OO-template-code for vtiger 4. Rather similar, I guess. Sort of a shame that project was already on its way and couldn't be switched to 5 anymore. I guess I had to add a couple of things which others already did for 5.0.3. Well, that's life. Regards Peter Joe Bordes schrieb: > Hi, > > Based on the code in thread: > http://forums.vtiger.com/viewtopic.php?t=7223 > > I added OO and RTF merge to Accounts and Contacts in 5.0.3. > -- Win-Lux GmbH Peter Guhl Schatzenboden 61A CH - 7233 Jenaz Telefon +41 81 330 51 51 Mobil +41 76 437 03 09 Fax +41 81 332 44 58 Mail peter.guhl at win-lux.ch Skype p_guhl Web www.win-lux.ch ************************* Vertraulichkeitserkl?rung ************************* Diese Mitteilung resp. deren Beilagen k?nnen vertrauliche und/oder pers?nliche Informationen enthalten, die einzig f?r den addressierten Empf?nger bestimmt sind. Jegliche Kenntnisnahme oder Weiterleitung durch oder an Dritte ist untersagt. Wenn Sie nicht der addressierte Empf?nger sind, nehmen Sie bitte Kontakt mit dem Absender der Nachricht auf und l?schen Sie alle Kopien. Vielen Dank. From brian at pr2k.com Thu Mar 15 18:24:54 2007 From: brian at pr2k.com (Brian Laughlin) Date: Thu, 15 Mar 2007 15:24:54 -0700 Subject: [Vtigercrm-developers] Limit on Report records send to Excel Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BC26@svawmc1.awnow.local> Anyone know how to increase record limit when exporting a Report to Excel? I'm guessing it's in the /include/php_writeexcel directory. Not sure what to change. Thanks, Brian Laughlin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070315/5d466940/attachment-0002.html From gonen at active.co.il Sun Mar 18 07:44:58 2007 From: gonen at active.co.il (gonen) Date: Sun, 18 Mar 2007 13:44:58 +0200 Subject: [Vtigercrm-developers] Ajax not saving fields - where to begin ? Message-ID: <45FD263A.9090607@active.co.il> An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070318/d5379b2b/attachment-0004.html From stevem at 411web.com Tue Mar 20 18:39:46 2007 From: stevem at 411web.com (Steve Morocho) Date: Tue, 20 Mar 2007 15:39:46 -0700 Subject: [Vtigercrm-developers] Three questions Message-ID: <1174430387.19933.96.camel@zero.411web.com> I have three questions, and I've looked high and low for the answers before resorting to this list. 1) This is a bug, I'm sure most of you are aware of. Even still exists in the latest 5.03 trunk. After editing a lead and going back to listview the view is reset back to page 1 default view. I would like to enable persistant list views in Vtiger. That is to say when a user is logged in and looking at the Sales->Leads module for instance and action=ListView or action=index and then they click on the ajax Javascript link to paginate to page 3 of a specific filter. then they click on a lead in page three and edit that lead, then if they select Sales->Leads again I want them to go back to page three with the correct filter (viewname) they used and also the sort order. Basically remember what they were looking at in the session. I found a patch that did persistant lead views (http://vtigerforge.fosslabs.com/projects/usablecontrib/) but only if the action was passed in the URL during pagination, and doesn't work with the newer Ajax pagination. Is there another patch I could try? 2) In a similar fashion I would like to add a Previous and Next button to vtiger once in the Lead Detail View that could go to Prev and Next lead from the last page/filter you looked at. So if you were at the top of page three "Prev" would go back to the last lead on page 2, etc. 3) and finally I would like to add the hndMouseOver() javascript/ajax functionality to the ListView so editing can be done on multiple leads at once from this highly accessed page view. Thanks, Steve From dome at tel.co.th Wed Mar 21 06:39:43 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 21 Mar 2007 17:39:43 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? Message-ID: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> Dear all, Is posible to support postgresql in 5.0.3 released version. i try to test in trunk 10511 problem Fatal error: Call to a member function Move() on a non-object in PearDatabase.php on line 441 still alive. Please let's me know about plan to fix this problem Thanks. Dome C. From dome at tel.co.th Wed Mar 21 06:46:45 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 21 Mar 2007 17:46:45 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> Message-ID: <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> Sorry not trunk version branch 10511 Dome C. On 3/21/07, Dome Charoenyost wrote: > Dear all, > Is posible to support postgresql in 5.0.3 released version. > i try to test in trunk 10511 problem > Fatal error: Call to a member function Move() on a non-object in > PearDatabase.php on line 441 > still alive. > > Please let's me know about plan to fix this problem > > Thanks. > > Dome C. > From jens at Strawberry.COM Wed Mar 21 07:05:40 2007 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 21 Mar 2007 12:05:40 +0100 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com>; from Dome Charoenyost on Wed, Mar 21, 2007 at 05:46:45PM +0700 References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> Message-ID: <20070321120540.A3917@Strawberry.COM> Hi, I'm running a 5.0.3 on PostgreSQL 8.1. However the official release is kind of buggy. I'll provide a patch to Don an Ritchie in the next few days. Jens On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > Sorry not trunk version > branch 10511 > > Dome C. > > On 3/21/07, Dome Charoenyost wrote: > > Dear all, > > Is posible to support postgresql in 5.0.3 released version. > > i try to test in trunk 10511 problem > > Fatal error: Call to a member function Move() on a non-object in > > PearDatabase.php on line 441 > > still alive. > > > > Please let's me know about plan to fix this problem > > > > Thanks. > > > > Dome C. > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- -------------------------------------------------------------------------------- s t r a w b e r r y e d v - s y s t e m e g m b h SSSSSSSSS Am Flosskanal 7 Jens Hamisch SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO SSSSS-----SSSSS ---SSSSS--------- fon (+49 8171) 41805-0 -----SSSSSSS----- fax (+49 8171) 41805-59 ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com SSSSS-----SSSSS mobil: (+49 172) 8104162 SSSSSSSSSSSSS Geschaeftsfuehrer/CEO SSSSSSSSS Jens Hamisch a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 From dome at tel.co.th Wed Mar 21 08:02:16 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 21 Mar 2007 19:02:16 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <20070321120540.A3917@Strawberry.COM> References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> <20070321120540.A3917@Strawberry.COM> Message-ID: <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com> Thanks jens, I realy need to run on postgresql beacuse my application mostly use store procedure and trigger. postgresql and vtiger with your patch work fine right ? Dome C. On 3/21/07, Jens Hamisch wrote: > Hi, > > I'm running a 5.0.3 on PostgreSQL 8.1. > However the official release is kind of buggy. > I'll provide a patch to Don an Ritchie in the next > few days. > > > Jens > > > > On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > > Sorry not trunk version > > branch 10511 > > > > Dome C. > > > > On 3/21/07, Dome Charoenyost wrote: > > > Dear all, > > > Is posible to support postgresql in 5.0.3 released version. > > > i try to test in trunk 10511 problem > > > Fatal error: Call to a member function Move() on a non-object in > > > PearDatabase.php on line 441 > > > still alive. > > > > > > Please let's me know about plan to fix this problem > > > > > > Thanks. > > > > > > Dome C. > > > > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > -- > > -------------------------------------------------------------------------------- > > s t r a w b e r r y e d v - s y s t e m e g m b h > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > SSSSS-----SSSSS > ---SSSSS--------- fon (+49 8171) 41805-0 > -----SSSSSSS----- fax (+49 8171) 41805-59 > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > SSSSS-----SSSSS mobil: (+49 172) 8104162 > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > SSSSSSSSS Jens Hamisch > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From Andreas.Reiche at LGN.Niedersachsen.de Wed Mar 21 08:28:09 2007 From: Andreas.Reiche at LGN.Niedersachsen.de (Reiche, Andreas) Date: Wed, 21 Mar 2007 13:28:09 +0100 Subject: [Vtigercrm-developers] (no subject) Message-ID: Hi Team, with revision 10473 you introduced a new language file 'include/js/en_us.lang.js' which defines a javascript array with used strings. I found that all the strings are also defined in the 'normal' lang file. And somewhere in the code (don't know exactly which file at the moment) i found a piece of code where the js-array is matched to a php-array. Just for clarification: Do we have to maintain a xx_xx.lang.js file in the language packs in future or is this just a temporary solution. Without a lang.js file (de_de.lang.js in my case) some functionality is broken if you use another language than english. And additionally there seems to be no consistent use of this js file over the application because in some places i get my translated strings and in other places i get the english string. Please confirm, regards, Andreas Reiche, LGN ( Landesvermessung und Geobasisinformation Niedersachsen) Podbielskistrasse 331 D-30659 Hannover Web: http://www.lgn.de http://www.geolife.de From fp at crm-now.de Wed Mar 21 08:46:03 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Wed, 21 Mar 2007 13:46:03 +0100 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 15, Issue 8 In-Reply-To: Message-ID: <200703211246.l2LCk39t012679@doko.im-netz.de> Andreas, The introduction of new language files was done to fix many of the i18n issues reported. For technical reasons you can not use the existing language files of the modules for js files. Therefore, a new file has been introduced and I do not think that this is a temporary solution. It's still work in progress and you can expect that this will be finished with the v5.0.3 release. To verify and to test the function for our community we have installed yesterday a bleeding edge demo in German at https://vtigercrm5x.at.crm-now.de/. Feel free to test and to report any errors you may find. Regards, Frank > Message: 10 > Date: Wed, 21 Mar 2007 13:28:09 +0100 > From: "Reiche, Andreas" > Subject: [Vtigercrm-developers] (no subject) > To: vtigercrm-developers at lists.vtigercrm.com > Message-ID: > > dersachsen.de> > > Content-Type: text/plain; charset="utf-8" > > Hi Team, > with revision 10473 you introduced a new language file > 'include/js/en_us.lang.js' which defines a javascript array with used > strings. > I found that all the strings are also defined in the 'normal' > lang file. And > somewhere in the code (don't know exactly which file at the > moment) i found > a piece of code where the js-array is matched to a php-array. > > Just for clarification: > Do we have to maintain a xx_xx.lang.js file in the language > packs in future > or is this just a temporary solution. > Without a lang.js file (de_de.lang.js in my case) some > functionality is > broken if you use another language than english. > And additionally there seems to be no consistent use of this > js file over > the application because in some places i get my translated > strings and in > other places i get the english string. > > Please confirm, > regards, > Andreas Reiche, > LGN ( Landesvermessung und Geobasisinformation Niedersachsen) > Podbielskistrasse 331 > D-30659 Hannover > Web: http://www.lgn.de > http://www.geolife.de > > > > > ------------------------------ > > _______________________________________________ > vtigercrm-developers mailing list > vtigercrm-developers at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-developers > > > End of vtigercrm-developers Digest, Vol 15, Issue 8 > *************************************************** > From jens at Strawberry.COM Wed Mar 21 12:34:29 2007 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 21 Mar 2007 17:34:29 +0100 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com>; from Dome Charoenyost on Wed, Mar 21, 2007 at 07:02:16PM +0700 References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> <20070321120540.A3917@Strawberry.COM> <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com> Message-ID: <20070321173429.D1769@Strawberry.COM> Hi, they work really fine. Most of my patches are already part of the 5.0.3 packacke. As I'm currently in the process to migrate to 5.0.3 I cannot send the rest of the patches immediatelly, because I'd have to test them at first. I will hopefully finish that until the end of the week. I'm running vtiger in the following environment: Solaris 10 Apache 2.2.2 PHP 5.1.4 PostgreSQL 8.1.2 (with perl backend) cu Jens On Wed, Mar 21, 2007 at 07:02:16PM +0700, Dome Charoenyost wrote: > Thanks jens, > > I realy need to run on postgresql beacuse my application mostly use > store procedure and trigger. postgresql and vtiger with your patch > work fine right ? > > Dome C. > > On 3/21/07, Jens Hamisch wrote: > > Hi, > > > > I'm running a 5.0.3 on PostgreSQL 8.1. > > However the official release is kind of buggy. > > I'll provide a patch to Don an Ritchie in the next > > few days. > > > > > > Jens > > > > > > > > On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > > > Sorry not trunk version > > > branch 10511 > > > > > > Dome C. > > > > > > On 3/21/07, Dome Charoenyost wrote: > > > > Dear all, > > > > Is posible to support postgresql in 5.0.3 released version. > > > > i try to test in trunk 10511 problem > > > > Fatal error: Call to a member function Move() on a non-object in > > > > PearDatabase.php on line 441 > > > > still alive. > > > > > > > > Please let's me know about plan to fix this problem > > > > > > > > Thanks. > > > > > > > > Dome C. > > > > > > > _______________________________________________ > > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > -- > > > > -------------------------------------------------------------------------------- > > > > s t r a w b e r r y e d v - s y s t e m e g m b h > > > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > > SSSSS-----SSSSS > > ---SSSSS--------- fon (+49 8171) 41805-0 > > -----SSSSSSS----- fax (+49 8171) 41805-59 > > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > > SSSSS-----SSSSS mobil: (+49 172) 8104162 > > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > > SSSSSSSSS Jens Hamisch > > > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- -------------------------------------------------------------------------------- s t r a w b e r r y e d v - s y s t e m e g m b h SSSSSSSSS Am Flosskanal 7 Jens Hamisch SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO SSSSS-----SSSSS ---SSSSS--------- fon (+49 8171) 41805-0 -----SSSSSSS----- fax (+49 8171) 41805-59 ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com SSSSS-----SSSSS mobil: (+49 172) 8104162 SSSSSSSSSSSSS Geschaeftsfuehrer/CEO SSSSSSSSS Jens Hamisch a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 From dome at tel.co.th Thu Mar 22 06:06:59 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Thu, 22 Mar 2007 17:06:59 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <20070321173429.D1769@Strawberry.COM> References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> <20070321120540.A3917@Strawberry.COM> <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com> <20070321173429.D1769@Strawberry.COM> Message-ID: <8ccbff060703220306o666027d3l4e28c099e93130e2@mail.gmail.com> Good. :) Thanks... jens. Dome C. On 3/21/07, Jens Hamisch wrote: > > Hi, > > > they work really fine. Most of my patches are already part of the > 5.0.3 packacke. As I'm currently in the process to migrate to 5.0.3 > I cannot send the rest of the patches immediatelly, because I'd have > to test them at first. > > I will hopefully finish that until the end of the week. > > I'm running vtiger in the following environment: > > Solaris 10 > Apache 2.2.2 > PHP 5.1.4 > PostgreSQL 8.1.2 (with perl backend) > > > cu > Jens > > > On Wed, Mar 21, 2007 at 07:02:16PM +0700, Dome Charoenyost wrote: > > Thanks jens, > > > > I realy need to run on postgresql beacuse my application mostly use > > store procedure and trigger. postgresql and vtiger with your patch > > work fine right ? > > > > Dome C. > > > > On 3/21/07, Jens Hamisch wrote: > > > Hi, > > > > > > I'm running a 5.0.3 on PostgreSQL 8.1. > > > However the official release is kind of buggy. > > > I'll provide a patch to Don an Ritchie in the next > > > few days. > > > > > > > > > Jens > > > > > > > > > > > > On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > > > > Sorry not trunk version > > > > branch 10511 > > > > > > > > Dome C. > > > > > > > > On 3/21/07, Dome Charoenyost wrote: > > > > > Dear all, > > > > > Is posible to support postgresql in 5.0.3 released version. > > > > > i try to test in trunk 10511 problem > > > > > Fatal error: Call to a member function Move() on a non-object in > > > > > PearDatabase.php on line 441 > > > > > still alive. > > > > > > > > > > Please let's me know about plan to fix this problem > > > > > > > > > > Thanks. > > > > > > > > > > Dome C. > > > > > > > > > _______________________________________________ > > > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > > -- > > > > > > -------------------------------------------------------------------------------- > > > > > > s t r a w b e r r y e d v - s y s t e m e g m b h > > > > > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > > > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > > > SSSSS-----SSSSS > > > ---SSSSS--------- fon (+49 8171) 41805-0 > > > -----SSSSSSS----- fax (+49 8171) 41805-59 > > > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > > > SSSSS-----SSSSS mobil: (+49 172) 8104162 > > > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > > > SSSSSSSSS Jens Hamisch > > > > > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > > > _______________________________________________ > > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > -- > > -------------------------------------------------------------------------------- > > s t r a w b e r r y e d v - s y s t e m e g m b h > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > SSSSS-----SSSSS > ---SSSSS--------- fon (+49 8171) 41805-0 > -----SSSSSSS----- fax (+49 8171) 41805-59 > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > SSSSS-----SSSSS mobil: (+49 172) 8104162 > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > SSSSSSSSS Jens Hamisch > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From Dirk.Gorny at Genion.de Fri Mar 23 15:38:39 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Fri, 23 Mar 2007 20:38:39 +0100 Subject: [Vtigercrm-developers] Using a Database Message-ID: <200703232038.40624.Dirk.Gorny@Genion.de> Hallo developer, Using a Database in basic is very easy. If you do only simpel update, select, and create , you can use the same sql syntax at nearly all DBMS. Is an application becommes more power, you nead more complexibility in querys. Querys then are not portable. In former times brainpower was inside the Database presented by normalizing and ER-Models. Something like php or oracle forms, was only for representation. Today the intelligence is inside the appication. The choice of a DBMS is not a choice for building the models it is to choose the features brought to you by the DBMS. Today mysql is supported and there are "ports" to postges. In future there are things to handle like trigger events and do filtering by stored procedures. This are only two weaks of a big list where mysql doesn't shine very bright. Sometimes it is easyer to get mony out of an Casino then get a dump from myql especial with BLOBS. Allso there is more nead to do other things like suport two DBMS. Therefore i suggest to build a migration tool to transport the data to a postgres database and switch vtiger to postgres as the standard. Best regards, Dirk From salvador_bueno_avila at hotmail.com Wed Mar 28 06:41:57 2007 From: salvador_bueno_avila at hotmail.com (=?iso-8859-1?B?U2FsdmFkb3IgQnVlbm8gwXZpbGE=?=) Date: Wed, 28 Mar 2007 12:41:57 +0200 Subject: [Vtigercrm-developers] OSS-ERP acceptance Study Message-ID: Dear Vtigercrm user, We are Salvador Bueno and Dolores Gallego, Assistant Professors in Business Administration Department in Pablo de Olavide University at Seville, Spain. Our research involves an analysis about Open Source Software-Enterprise Resource Planning (OSS-ERP) and its impact at organization. We send you this mail to invite your participation in our study. Specifically, our analysis consists on development a Technological Acceptance Model of an OSS-ERP. We consider you are an OSS-ERP user and we appreciate the time necessary for answer our questionnaire. The name of the participants in this study will remain anonymous. I would be most grateful if you participate in this survey. You only have to answer the questionnaire in the following URL and answer online. You will consider for answer the distribution of OSS-ERP you use. http://aramis.upo.es/general/centros_depart/departamentos/invest/oss/ Please do not hesitate to contact us if you have any queries regarding this study. Best regards, Salvador Bueno, Ph D. _________________________________________________________________ Dale rienda suelta a tu tiempo libre. Mil ideas para exprimir tu ocio con MSN Entretenimiento. http://entretenimiento.msn.es/ From scott at centritechsolutions.com Fri Mar 2 18:23:38 2007 From: scott at centritechsolutions.com (Scott Brown) Date: Fri, 2 Mar 2007 21:23:38 -0500 Subject: [Vtigercrm-developers] Ticket comments Message-ID: <006001c75d3a$fc18ab70$0202fea9@laptop> Is there a way to have a report of the ticket comments or a way to create a custom view to show all the ticket comments on one screen? This way I can at least do a print screen. Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070302/f821c2c5/attachment-0004.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 1917 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070302/f821c2c5/attachment-0005.jpe From eugene at wtb.co.za Fri Mar 2 18:33:02 2007 From: eugene at wtb.co.za (eugene at wtb.co.za) Date: Sat, 03 Mar 2007 04:33:02 +0200 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 15, Issue 1 Message-ID: Thank you for your e-mail. I am currently on a course but wil be back on Monday, 5 March. Should you require assistance before then, please contact Niel van Vuuren for IT related queries at niel at wtb.co.za or 011 782 4222. For any other queries please call 011 782 4222. Thanks and best regards, Eugene Booyens Walk Thru the Bible Phone: +27 11 782 4222 Fax: +27 11 782 3977 Web: www.bible.org.za From mike.roosa at gmail.com Mon Mar 5 08:06:23 2007 From: mike.roosa at gmail.com (Mike Roosa) Date: Mon, 5 Mar 2007 11:06:23 -0500 Subject: [Vtigercrm-developers] Leads Listview Message-ID: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> I'm sure this will be an easy one for most of you. I'm an ASP developer and just learning both vTiger and PHP so I'm a little lost. I wanted to modify the Leads Listview to take out the Website address and add the Lead Status. When I remove the lines related to website in Leads.php and Lead.php nothing happens. The Website address and website column header still show up. Am I missing something else here? Thanks, Mike Roosa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070305/4befb88f/attachment-0004.html From davidv.net at gmail.com Mon Mar 5 11:37:12 2007 From: davidv.net at gmail.com (David V.) Date: Mon, 5 Mar 2007 15:37:12 -0400 Subject: [Vtigercrm-developers] Leads Listview In-Reply-To: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> References: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> Message-ID: You don't have to go in the code. Just create a new view and make it the default. David V. 2007/3/5, Mike Roosa : > > I'm sure this will be an easy one for most of you. I'm an ASP developer > and just learning both vTiger and PHP so I'm a little lost. I wanted to > modify the Leads Listview to take out the Website address and add the Lead > Status. When I remove the lines related to website in Leads.php and > Lead.php nothing happens. The Website address and website column header > still show up. Am I missing something else here? > > Thanks, > Mike Roosa > > _______________________________________________ > 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/20070305/2805a0ef/attachment-0004.html From mike.roosa at gmail.com Mon Mar 5 11:41:14 2007 From: mike.roosa at gmail.com (Mike Roosa) Date: Mon, 5 Mar 2007 14:41:14 -0500 Subject: [Vtigercrm-developers] Leads Listview In-Reply-To: References: <755997990703050806x8d6b714vcef00ccdad85f8c7@mail.gmail.com> Message-ID: <755997990703051141k14da44f6o389c7d9120269dac@mail.gmail.com> Ok, thanks I'll give that a shot. On 3/5/07, David V. wrote: > > You don't have to go in the code. > Just create a new view and make it the default. > > David V. > > > > 2007/3/5, Mike Roosa : > > > > I'm sure this will be an easy one for most of you. I'm an ASP developer > > and just learning both vTiger and PHP so I'm a little lost. I wanted to > > modify the Leads Listview to take out the Website address and add the Lead > > Status. When I remove the lines related to website in Leads.php and > > Lead.php nothing happens. The Website address and website column header > > still show up. Am I missing something else here? > > > > Thanks, > > Mike Roosa > > > > _______________________________________________ > > 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/20070305/b745b110/attachment-0004.html From scott at centritechsolutions.com Mon Mar 5 12:13:45 2007 From: scott at centritechsolutions.com (scott at centritechsolutions.com) Date: Mon, 05 Mar 2007 15:13:45 -0500 Subject: [Vtigercrm-developers] Ticket comments Message-ID: <9125921412.20070305151345@shortpump.com> What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? I.E SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php Thanks Scott ------Original Mail------ From: "bharath" To: Sent: Mon, 05 Mar 2007 16:07:27 +0530 Subject: Re:[Vtigercrm-developers] Ticket comments Dear Scott Brown, Thanks for your fruitful suggestion. Currently we are not supporting this feature, but we will take this in one of our future release. Please do get back to us for further details. Thanks & Regards Bharath ----scott at centritechsolutions.com wrote ---- Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. Scott Brown Operations Manager Main: 804-360-9753Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From brian at pr2k.com Mon Mar 5 14:21:20 2007 From: brian at pr2k.com (Brian Laughlin) Date: Mon, 5 Mar 2007 14:21:20 -0800 Subject: [Vtigercrm-developers] Ticket comments References: <9125921412.20070305151345@shortpump.com> Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6D9D@svawmc1.awnow.local> We don't use Ticket's but based on what I can tell this query might put you on the right path on getting what you what. Select * from vtiger_troubletickets tt join vtiger_crmentity ce on ce.crmid = tt.ticketid where tt.status = 'Open' Good luck, Brian Laughlin -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of scott at centritechsolutions.com Sent: Monday, March 05, 2007 12:14 PM To: bharath at vtiger.com Cc: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Ticket comments What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? I.E SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php Thanks Scott ------Original Mail------ From: "bharath" To: Sent: Mon, 05 Mar 2007 16:07:27 +0530 Subject: Re:[Vtigercrm-developers] Ticket comments Dear Scott Brown, Thanks for your fruitful suggestion. Currently we are not supporting this feature, but we will take this in one of our future release. Please do get back to us for further details. Thanks & Regards Bharath ----scott at centritechsolutions.com wrote ---- Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. Scott Brown Operations Manager Main: 804-360-9753Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From joe at tsolucio.com Mon Mar 5 15:48:34 2007 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 06 Mar 2007 00:48:34 +0100 Subject: [Vtigercrm-developers] Ticket comments In-Reply-To: <9125921412.20070305151345@shortpump.com> References: <9125921412.20070305151345@shortpump.com> Message-ID: <1173138514.8929.2.camel@joeshome.int> Hi Scott, The ticket comments are in the vtiger_ticketcomments table so you will have to select in that table to get the comments you are looking for: select comments, createdtime from vtiger_ticketcomments where ticketid={yourticketid} order by createdtime; That should get the comments. Let us know how it turns out. Regards, Joe TSolucio El lun, 05-03-2007 a las 15:13 -0500, scott at centritechsolutions.com escribi?: > What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? > > I.E > > SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; > > If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php > > Thanks > Scott > > ------Original Mail------ > From: "bharath" > To: > Sent: Mon, 05 Mar 2007 16:07:27 +0530 > Subject: Re:[Vtigercrm-developers] Ticket comments > > > > > Dear Scott Brown, > > Thanks for your fruitful suggestion. > Currently we are not supporting this feature, > but we will take this in one of our future release. > Please do get back to us for further details. > > Thanks & Regards > Bharath > > > > > ----scott at centritechsolutions.com wrote ---- > > Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. > > > Scott Brown > Operations Manager > Main: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > http://www.CentriTechSolutions.com > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From scott at centritechsolutions.com Mon Mar 5 16:06:25 2007 From: scott at centritechsolutions.com (Scott Brown) Date: Mon, 5 Mar 2007 19:06:25 -0500 Subject: [Vtigercrm-developers] Ticket comments In-Reply-To: <1173138514.8929.2.camel@joeshome.int> Message-ID: <00b201c75f83$4efc71b0$0202fea9@laptop> Thanks Joe, How would I join this to the vtiger_troubletickets table so that I can pull out the corresponding ticketed, assignedto, and the title. I also need the where clause to filter out only tickets that have a status of Open. I think I need a combination of what you have and what Brian sent earlier Select * from vtiger_troubletickets tt join vtiger_crmentity ce on ce.crmid = tt.ticketid where tt.status = 'Open' It looks like his suggestion pulls out all the tickets with the status of Open but no comments, and yours would pull out all the comments for a specific ticket. Should I run Brian's query and then step through the result and pull out the ticket Id and then execute a 2nd query using your suggestion and display the data. Then go to the next result in Brian's query ? Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Joe Bordes Sent: Monday, March 05, 2007 6:49 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Ticket comments Hi Scott, The ticket comments are in the vtiger_ticketcomments table so you will have to select in that table to get the comments you are looking for: select comments, createdtime from vtiger_ticketcomments where ticketid={yourticketid} order by createdtime; That should get the comments. Let us know how it turns out. Regards, Joe TSolucio El lun, 05-03-2007 a las 15:13 -0500, scott at centritechsolutions.com escribi?: > What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? > > I.E > > SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; > > If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as www.crmserver.com/getTicketComments.php > > Thanks > Scott > > ------Original Mail------ > From: "bharath" > To: > Sent: Mon, 05 Mar 2007 16:07:27 +0530 > Subject: Re:[Vtigercrm-developers] Ticket comments > > > > > Dear Scott Brown, > > Thanks for your fruitful suggestion. > Currently we are not supporting this feature, > but we will take this in one of our future release. > Please do get back to us for further details. > > Thanks & Regards > Bharath > > > > > ----scott at centritechsolutions.com wrote ---- > > Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. > > > Scott Brown > Operations Manager > Main: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > http://www.CentriTechSolutions.com > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From vtiger at sydesy.com Mon Mar 5 20:49:36 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Tue, 6 Mar 2007 05:49:36 +0100 Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? Message-ID: <2617b9b70703052049o52dc608eja6677c89837ba7ac@mail.gmail.com> Hi, I know I?m probably late in the show, but I?d like to test the 5.0.3 branch, using svn. The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 I suppose I?m not the only one in that case. How did you do it ? How do you upgrade your local copy everytime there is a minor 5.0.x version ? Thanks in advance for your advices. Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? X+ From brian at pr2k.com Mon Mar 5 20:59:19 2007 From: brian at pr2k.com (Brian Laughlin) Date: Mon, 5 Mar 2007 20:59:19 -0800 Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DD0@svawmc1.awnow.local> Importer that deals with duplicates??? That's great. A lot of people have requested that, post to here if you must. :-) -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of xavier dutoit Sent: Monday, March 05, 2007 8:50 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? Hi, I know I?m probably late in the show, but I?d like to test the 5.0.3 branch, using svn. The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 I suppose I?m not the only one in that case. How did you do it ? How do you upgrade your local copy everytime there is a minor 5.0.x version ? Thanks in advance for your advices. Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? X+ _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From mickie at vtiger.com Mon Mar 5 21:24:24 2007 From: mickie at vtiger.com (Mickie) Date: Tue, 06 Mar 2007 10:54:24 +0530 Subject: [Vtigercrm-developers] Ticket comments In-Reply-To: <00b201c75f83$4efc71b0$0202fea9@laptop> References: <00b201c75f83$4efc71b0$0202fea9@laptop> Message-ID: <11125b49aa6.-3439776111866044364.-5607585072602341996@vtiger.com> Dear Scott, you can run the following query to get the list of open tickets and their comments select vtiger_troubletickets.ticketid,vtiger_troubletickets.title, vtiger_crmentity.smownerid,vtiger_ticketcomments.* from vtiger_troubletickets inner joinvtiger_crmentity onvtiger_troubletickets.ticketid=vtiger_crmentity.crmid left joinvtiger_ticketcomments onvtiger_ticketcomments.ticketid=vtiger_troubletickets.ticketid wherevtiger_troubletickets.status='Open' where as if you want get the details for a single ticket then you can add and vtiger_troubletickets.ticketid=117 at the end of the previous query. Hope this helps to get the result as per your need. Thanks & Regards Mickie ----scott at centritechsolutions.com wrote ---- Thanks Joe, How would I join this to the vtiger_troubletickets table so that I can pull out the corresponding ticketed, assignedto, and the title. I also need the where clause to filter out only tickets that have a status of Open. I think I need a combination of what you have and what Brian sent earlier Select * from vtiger_troubletickets tt join vtiger_crmentity ce on ce.crmid = tt.ticketid where tt.status = 'Open' It looks like his suggestion pulls out all the tickets with the status of Open but no comments, and yours would pull out all the comments for a specific ticket. Should I run Brian's query and then step through the result and pull out the ticket Id and then execute a 2nd query using your suggestion and display the data. Then go to the next result in Brian's query ? Scott Brown Operations Manager Main: 804-360-9753 Ext. 400 Fax: 1-800-851-0516 scott at centritechsolutions.com http://www.CentriTechSolutions.com -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Joe Bordes Sent: Monday, March 05, 2007 6:49 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Ticket comments Hi Scott, The ticket comments are in the vtiger_ticketcomments table so you will have to select in that table to get the comments you are looking for: select comments, createdtime from vtiger_ticketcomments where ticketid={yourticketid} order by createdtime; That should get the comments. Let us know how it turns out. Regards, Joe TSolucio El lun, 05-03-2007 a las 15:13 -0500, scott at centritechsolutions.com escribi?: > What I need is some type of output to a table that shows comments of certain tickets. What would my sql statment be to achieve this? > > I.E > > SELECT ticketid, assignedto, ticketcomments, createdtime WHERE ticket status is equal to 'Open'; > > If I have this sql statment then I would think I should be able to print the results out to a html table and that would be sufficent for me. It doesn't even have to be integrated into any modules. I could just call the url directly such as http://www.crmserver.com/getTicketComments.php > > Thanks > Scott > > ------Original Mail------ > From: "bharath" > To: > Sent: Mon, 05 Mar 2007 16:07:27 +0530 > Subject: Re:[Vtigercrm-developers] Ticket comments > > > > > Dear Scott Brown, > > Thanks for your fruitful suggestion. > Currently we are not supporting this feature, > but we will take this in one of our future release. > Please do get back to us for further details. > > Thanks & Regards > Bharath > > > > > ----scott at centritechsolutions.com wrote ---- > > Is there a way to have a report ofthe ticket comments or a way to create a custom view to show all the ticketcomments on one screen? This way I can at least do a print screen. > > > Scott Brown > Operations Manager > Main: 804-360-9753Ext. 400 > Fax: 1-800-851-0516 > scott at centritechsolutions.com > http://www.CentriTechSolutions.com > > > > _______________________________________________ > 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 _______________________________________________ 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/20070306/82e0881c/attachment-0004.html From xavier at sydesy.com Mon Mar 5 23:58:36 2007 From: xavier at sydesy.com (xavier dutoit) Date: Tue, 6 Mar 2007 08:58:36 +0100 Subject: [Vtigercrm-developers] Patch: import that deals with duplicates Message-ID: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> Just created a ticket on trac with the patch (from 5.0.2). http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/3187 I would like to know how to update my local copy to 5.0.3 from svn (cf my previous mail). X+ On 3/6/07, Brian Laughlin wrote: > Importer that deals with duplicates??? > > That's great. A lot of people have requested that, post to here if you must. :-) > > -----Original Message----- > From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of xavier dutoit > Sent: Monday, March 05, 2007 8:50 PM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? > > Hi, > > I know I?m probably late in the show, but I?d like to test the 5.0.3 branch, using svn. > > The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 > > I suppose I?m not the only one in that case. How did you do it ? > > How do you upgrade your local copy everytime there is a minor 5.0.x version ? > > Thanks in advance for your advices. > > Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? > > X+ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From chazarra.clement at gmail.com Tue Mar 6 03:25:51 2007 From: chazarra.clement at gmail.com (clement chazarra) Date: Tue, 6 Mar 2007 11:25:51 +0000 Subject: [Vtigercrm-developers] Testing tools Message-ID: Hello guys, since we are in a testing phase I thought those tools could be interesting: http://www.joedog.org/ http://httpd.apache.org/docs/trunk/programs/ab.html -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070306/a66361dc/attachment-0004.html From brian at pr2k.com Tue Mar 6 10:42:38 2007 From: brian at pr2k.com (Brian Laughlin) Date: Tue, 6 Mar 2007 10:42:38 -0800 Subject: [Vtigercrm-developers] A happy day for PHP Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> Yay, finally my biggest gripe has a nice simple solution. The last time I seriously coded was with SQL and Delphi 7. When I started working on vTiger I tested out a lot of IDEs and often would resort to VIM. OMG. I've been keeping an eye out and see that this product is soon to be released. http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.a spx I give you guys a lot of credit if you're using non WYSIWYG environments. You are extremely patient. :-) Just sharing. Brian Laughlin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070306/f8508cf3/attachment-0004.html From javawaba at hotmail.com Tue Mar 6 14:34:07 2007 From: javawaba at hotmail.com (Jim Weir) Date: Tue, 06 Mar 2007 17:34:07 -0500 Subject: [Vtigercrm-developers] A happy day for PHP In-Reply-To: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> Message-ID: warp speed development... >From: "Brian Laughlin" >Reply-To: vtigercrm-developers at lists.vtigercrm.com >To: >Subject: [Vtigercrm-developers] A happy day for PHP >Date: Tue, 6 Mar:42:38 -0800 > >Yay, finally my biggest gripe has a nice simple solution. The last time >I seriously coded was with SQL and Delphi 7. When I started working on >vTiger I tested out a lot of IDEs and often would resort to VIM. OMG. >I've been keeping an eye out and see that this product is soon to be >released. > >http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.a >spx > >I give you guys a lot of credit if you're using non WYSIWYG >environments. You are extremely patient. :-) > >Just sharing. > > >Brian Laughlin >_______________________________________________ >Reach hundreds of potential candidates - http://jobs.vtiger.com _________________________________________________________________ Win a Zune??make MSN? your homepage for your chance to win! http://homepage.msn.com/zune?icid=hmetagline From vtiger at sydesy.com Wed Mar 7 00:25:13 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Wed, 7 Mar 2007 09:25:13 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> Message-ID: <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> Created a ticket on trac with the patch (from 5.0.2). http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/3187 I would like to know how to update my local copy to 5.0.3 from svn (cf my previous mail). X+ On 3/6/07, Brian Laughlin wrote: > Importer that deals with duplicates??? > > That's great. A lot of people have requested that, post to here if you must. :-) > > -----Original Message----- > From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto: vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of xavier dutoit > Sent: Monday, March 05, 2007 8:50 PM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] How to test 5.0.3 from svn ? > > Hi, > > I know I?m probably late in the show, but I?d like to test the 5.0.3branch, using svn. > > The problem is that I have some custom patches and new functions on my svn 5.0.2 I?d like to keep, or at least have a clear view of what has changed between my patched version and 5.0.3 > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3 > > I suppose I?m not the only one in that case. How did you do it ? > > How do you upgrade your local copy everytime there is a minor 5.0.xversion ? > > Thanks in advance for your advices. > > Otherwise, I developed an import feature that deals with duplicate/already existing contacts and accounts. Can I submit it or is it featurefreezed ? > > X+ > > _______________________________________________ > 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/20070307/c74aa595/attachment-0004.html From Dirk.Gorny at Genion.de Wed Mar 7 00:26:15 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Wed, 7 Mar 2007 09:26:15 +0100 Subject: [Vtigercrm-developers] A happy day for PHP In-Reply-To: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> References: <27CABE0A5EFD714EA5B2F9B47EE5CB85BC6DE6@svawmc1.awnow.local> Message-ID: <200703070926.15776.Dirk.Gorny@Genion.de> Am Dienstag, 6. M?rz 2007 schrieb Brian Laughlin: > I've been keeping an eye out and see that this product is soon to be > released. > > http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.a > spx A nice tool, but it is for developing Web applications. Vtiger has to become a Business application, so there are not only requirements for a rapid visual development and debugging. Because of PHP does not have generic structures for business applications and no extentions, like Rational Rose Data Modeler you have to build all what is a standard in J2EE, given as a benefit from then, by yourself. This is the work, should be done. And if you do so, you will get many free tools like Eclipse and its extentions. Riding another death horse (Delphi) is only a new handicap. With OMG I full aree if you mean http://www.omg.org. Standardised objects are half the battle. Best regards, Dirk From Dirk.Gorny at Genion.de Wed Mar 7 00:47:00 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Wed, 7 Mar 2007 09:47:00 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> Message-ID: <200703070947.00450.Dirk.Gorny@Genion.de> Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > I would like to know how to update my local copy to 5.0.3 from svn (cf > my previous mail). If you want to get all files you only have to do a svn export http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/ ./$LOCALDIRECTORY Because of changes in the structure of the source between the checked out source and the deployment you have to build a diff if you want to update a working deployment and update by "patch". Please look for DB changes every time and fix the DB by hand. Best regards, Dirk From vtiger at sydesy.com Wed Mar 7 01:29:17 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Wed, 7 Mar 2007 10:29:17 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <200703070947.00450.Dirk.Gorny@Genion.de> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <2617b9b70703070025m2e75a206mfa5288017d4fd63e@mail.gmail.com> <200703070947.00450.Dirk.Gorny@Genion.de> Message-ID: <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> On 3/7/07, Dirk Gorny wrote: > > Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > > > I would like to know how to update my local copy to 5.0.3 from svn (cf > > my previous mail). > > If you want to get all files you only have to do a svn export > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDIRECTORY Is this how you use it ? That's against the aim of svn to have to do an export every time you change from 5.0.x to 5.0.y isn't it ? I have an up to date version of the 5.0.2 branch. It should be as simple as a "svn update", even between branches, shouldn't it ? The thing is that I don't know how to change from one branch to another without having to do a full checkout. How do you do that ? Because of changes in the structure of the source between the checked out > source and the deployment you have to build a diff if you want to update a > working deployment and update by "patch". Well, svn should deal with the change on the source, that's its job. Please look for DB changes every time and fix the DB by hand. Sure, that's normal to have to change the db by hand. Is there any place where the changes are documented ? eg: /mysql/update/5.0.1-5.0.2 /mysql/update/5.0.2-5.0.3 that is updated every time the db have to change ? Thanks for your advices. Xavier -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070307/d95f2f26/attachment-0004.html From Dirk.Gorny at Genion.de Wed Mar 7 01:48:34 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Wed, 7 Mar 2007 10:48:34 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <200703070947.00450.Dirk.Gorny@Genion.de> <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> Message-ID: <200703071048.34765.Dirk.Gorny@Genion.de> Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > On 3/7/07, Dirk Gorny wrote: > > Am Mittwoch, 7. M?rz 2007 schrieb xavier dutoit: > > > I would like to know how to update my local copy to 5.0.3 from svn (cf > > > my previous mail). > > > > If you want to get all files you only have to do a svn export > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDI > >RECTORY > > Is this how you use it ? No. I use: svn diff --old=http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@$OLDRELEASE --new=http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@HEAD And patch it by hand. Then you look for DB changes and change the database if needed. > It should be as simple as a "svn update", even between branches, shouldn't > it ? No. > The thing is that I don't know how to change from one branch to another > without having to do a full checkout. How do you do that ? look ahead. > Because of changes in the structure of the source between the checked out > > > source and the deployment you have to build a diff if you want to update > > a working deployment and update by "patch". > > Well, svn should deal with the change on the source, that's its job. But your deployment differs with the source. > Sure, that's normal to have to change the db by hand. > Is there any place where the changes are documented ? Look at: http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml Best regards, Dirk From fp at crm-now.de Wed Mar 7 05:46:15 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Wed, 7 Mar 2007 14:46:15 +0100 Subject: [Vtigercrm-developers] New Login.php at SVN In-Reply-To: Message-ID: <200703071346.l27DkFBG008110@doko.im-netz.de> I saw the new v5.0.3 Login page at the SVN. Looks much nicer but raises an i18n issue. The expressions for username, password, language and theme are now hardcoded. Before these could be changed by the default language. Sure it is a minor issue but since you put so much effort in the internationalisation of vtiger it is worth to mention. Regards, Frank www.crm-now.com From vtiger at sydesy.com Thu Mar 8 04:46:29 2007 From: vtiger at sydesy.com (xavier dutoit) Date: Thu, 8 Mar 2007 13:46:29 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <200703071048.34765.Dirk.Gorny@Genion.de> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <200703070947.00450.Dirk.Gorny@Genion.de> <2617b9b70703070129r62daabd1gd9512b3f33e52f5f@mail.gmail.com> <200703071048.34765.Dirk.Gorny@Genion.de> Message-ID: <2617b9b70703080446l3badc95ese7df756aa4c47fbb@mail.gmail.com> > > > > If you want to get all files you only have to do a svn export > > > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDI > > >RECTORY > > > > Is this how you use it ? > > No. I use: > > svn > diff --old= > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@$OLDRELEASE--new= > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@HEAD > > And patch it by hand. Then you look for DB changes and change the database > if > needed. > > > It should be as simple as a "svn update", even between branches, > shouldn't > > it ? > No. Ok, based on my experience with other projects, I know for a fact that it is possible to keep your local modifications and benefit from svn updates without having to create patches between versions. > > Because of changes in the structure of the source between the checked > out > > > > > source and the deployment you have to build a diff if you want to > update > > > a working deployment and update by "patch". > > > > Well, svn should deal with the change on the source, that's its job. > > But your deployment differs with the source. Yes, but again it shouldn't be a problem. Can we imagine two seconds a use case scenario ? I've fixed a bug on the 5.0.2 and there is a new 5.0.3 version. I want to use it, but, of course, to be sure my patch is still existing. They are three scenarios: 1) The bug is still on the 5.0.3 (and my fix still work) 2) They have applied it as offered and I need to "forget" my patch 3) They have fixed it, but with a different patch than what I submited Only the last case should need my intervention. I expect the SCM to deal with the others smoothly. I think the problem is that you are expected to change your working branches for every minor version. In other OSS softwares, the main versions (4.2, 5 and 5.1) are branched before the dev, and the minor ones after (as mainstones while producing the patches, new tar distos). ie. you always work in the same branch 5.n for all its live and you only svn update, and have to branch only when you go from 5.0 and 5.1. I mentioned something like that a few months ago, would it be possible to consider it or am I the only one thinking that would be saving a lot of time without any additional problem ? Look at: > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml Brilliant, thanks. Could you recommend a way of using these to generate mysql commands with the diffs ? X+ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070308/c693533c/attachment-0004.html From philip at vtiger.com Thu Mar 8 21:48:58 2007 From: philip at vtiger.com (Philip) Date: Fri, 09 Mar 2007 11:18:58 +0530 Subject: [Vtigercrm-developers] New Login.php at SVN In-Reply-To: <200703071346.l27DkFBG008110@doko.im-netz.de> References: <200703071346.l27DkFBG008110@doko.im-netz.de> Message-ID: <45F0F54A.2030102@vtiger.com> Hi Frank, We do have internationalised the label's username,password, language and theme in the login page. Do get back to us if you come across any issue in transaltion in the label while using our latest svn code. Regards, Philip Frank Piepiorra wrote: > I saw the new v5.0.3 Login page at the SVN. Looks much nicer but raises an > i18n issue. The expressions for username, password, language and theme are > now hardcoded. Before these could be changed by the default language. Sure > it is a minor issue but since you put so much effort in the > internationalisation of vtiger it is worth to mention. > > Regards, > Frank > > www.crm-now.com > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > From Dirk.Gorny at Genion.de Fri Mar 9 03:02:14 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Fri, 9 Mar 2007 12:02:14 +0100 Subject: [Vtigercrm-developers] Fwd: Patch: import that deals with duplicates In-Reply-To: <2617b9b70703080446l3badc95ese7df756aa4c47fbb@mail.gmail.com> References: <2617b9b70703052358o1947b733odf2130ee585faad6@mail.gmail.com> <200703071048.34765.Dirk.Gorny@Genion.de> <2617b9b70703080446l3badc95ese7df756aa4c47fbb@mail.gmail.com> Message-ID: <200703091202.14700.Dirk.Gorny@Genion.de> Am Donnerstag, 8. M?rz 2007 schrieb xavier dutoit: > > > > If you want to get all files you only have to do a svn export > > > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/./$LOCALDI > > > > > >RECTORY > > > > > > Is this how you use it ? > > > > No. I use: > > > > svn > > diff --old= > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@$OLDRELEA > >SE--new= > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/@HEAD > > > > And patch it by hand. Then you look for DB changes and change the > > database if > > needed. > > > > > It should be as simple as a "svn update", even between branches, > > > > shouldn't > > > > > it ? > > > > No. > > Ok, based on my experience with other projects, I know for a fact that it > is possible to keep your local modifications and benefit from svn updates > without having to create patches between versions. I don't wrote that it is impossible, I wrote that for me it sholdn't be as simple as "svn update", even between branches, because I dont need it. > Yes, but again it shouldn't be a problem. Can we imagine two seconds a use > case scenario ? > > I've fixed a bug on the 5.0.2 and there is a new 5.0.3 version. I want to > use it, but, of course, to be sure my patch is still existing. > They are three scenarios: > 1) The bug is still on the 5.0.3 (and my fix still work) > 2) They have applied it as offered and I need to "forget" my patch > 3) They have fixed it, but with a different patch than what I submited The most important for me is to change code (not bugfixing) and don't get this overwritten by an update. > > Look at: > > http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3/schema/Dat > >abaseSchema.xml > > Brilliant, thanks. Could you recommend a way of using these to generate > mysql commands with the diffs ? Sory, I have no experience in mysql. I think there are some tools for innodb do this job. Best regards, Dirk From fp at crm-now.de Fri Mar 9 06:19:04 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Fri, 9 Mar 2007 15:19:04 +0100 Subject: [Vtigercrm-developers] osCommerce extension for Webforms In-Reply-To: Message-ID: <200703091419.l29EJ28u021844@doko.im-netz.de> One of our clients has designed an osCommerce extension for the vtiger Webforms and has aksed me to share it with the vtiger community. The webforms by vtiger allow the transfer of contact information to the CRM system by web applications. osCommerce uses a contact form that generates an email to the shop owner. This webform extension for osCommerce combines both and provides an lead entry at the CRM system any time the contact form of osCommerce is used. The extension is designed to be multilingual. You may download it from http://vtigerforge.fosslabs.com/projects/webformsoscext/ Have fun. From brian at pr2k.com Fri Mar 9 10:00:59 2007 From: brian at pr2k.com (Brian Laughlin) Date: Fri, 9 Mar 2007 10:00:59 -0800 Subject: [Vtigercrm-developers] osCommerce extension for Webforms References: <200703091419.l29EJ28u021844@doko.im-netz.de> Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BAC4@svawmc1.awnow.local> Frank -- thank you for sharing this with the community. -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Frank Piepiorra Sent: Friday, March 09, 2007 6:19 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] osCommerce extension for Webforms One of our clients has designed an osCommerce extension for the vtiger Webforms and has aksed me to share it with the vtiger community. The webforms by vtiger allow the transfer of contact information to the CRM system by web applications. osCommerce uses a contact form that generates an email to the shop owner. This webform extension for osCommerce combines both and provides an lead entry at the CRM system any time the contact form of osCommerce is used. The extension is designed to be multilingual. You may download it from http://vtigerforge.fosslabs.com/projects/webformsoscext/ Have fun. _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com From javawaba at hotmail.com Sat Mar 10 13:19:46 2007 From: javawaba at hotmail.com (Jim Weir) Date: Sat, 10 Mar 2007 16:19:46 -0500 Subject: [Vtigercrm-developers] import Message-ID: I format my data - firstname, lastname and email with this tool... http://vtigerforge.fosslabs.com/frs/?group_id=93&release_id=165 ...when I try an import I get this error, Import Error: The directory cache/import/ does not exist or is not writable ..so I created a cache/import directory(writable w/ chmod 777 import), but that doesn't help. I also tried export, then re-importing the same records. I get the same error.. HELP! Thanks, JavaWaba _________________________________________________________________ The average US Credit Score is 675. The cost to see yours: $0 by Experian. http://www.freecreditreport.com/pm/default.aspx?sc=660600&bcd=EMAILFOOTERAVERAGE From tzenk at gmx.net Mon Mar 12 04:11:37 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Mon, 12 Mar 2007 12:11:37 +0100 Subject: [Vtigercrm-developers] osCommerce extension for Webforms In-Reply-To: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BAC4@svawmc1.awnow.local> References: <200703091419.l29EJ28u021844@doko.im-netz.de> <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BAC4@svawmc1.awnow.local> Message-ID: <45F53569.5070801@gmx.net> Yeah, my opinion, great message within this step. THX Brian Laughlin schrieb: > Frank -- thank you for sharing this with the community. > > -----Original Message----- > From: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of > Frank Piepiorra > Sent: Friday, March 09, 2007 6:19 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] osCommerce extension for Webforms > > One of our clients has designed an osCommerce extension for the vtiger > Webforms and has aksed me to share it with the vtiger community. > > The webforms by vtiger allow the transfer of contact information to the > CRM system by web applications. > osCommerce uses a contact form that generates an email to the shop > owner. > This webform extension for osCommerce combines both and provides an lead > entry at the CRM system any time the contact form of osCommerce is used. > The extension is designed to be multilingual. > > You may download it from > http://vtigerforge.fosslabs.com/projects/webformsoscext/ > > Have fun. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > From tzenk at gmx.net Mon Mar 12 11:38:30 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Mon, 12 Mar 2007 19:38:30 +0100 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: References: Message-ID: <45F59E26.6020805@gmx.net> Hi Folks, till now i worked with Dreamweaver to get parts of vtiger changed and edited. but as i go into things deeper now i need to change my editor setup. So are there any suggestions from your side which editor (s) i should/could use being used to dreamweaver? I need an editor that shows me like dreamweaver the code and the real site look being able to edit the .tpl /.html and .php files in a switching view environment. For some reason dreamweaver doesn?t do it s job too good so i would be thankful for your comments on this Best Regards Torsten Zenk From joe at tsolucio.com Mon Mar 12 13:38:28 2007 From: joe at tsolucio.com (Joe Bordes) Date: Mon, 12 Mar 2007 21:38:28 +0100 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: <45F59E26.6020805@gmx.net> References: <45F59E26.6020805@gmx.net> Message-ID: <1173731908.9047.2.camel@joeshome.int> Hi, I use eclipse with phpeclipse and web tools, firefox with web development extension. I am an old coder and been with unix for a long time. I am comfortable with vi and emacs so my opinion may not help you. Regards, Joe TSolucio El lun, 12-03-2007 a las 19:38 +0100, Torsten Zenk escribi?: > Hi Folks, till now i worked with Dreamweaver to get parts of vtiger > changed and edited. but as i go into things deeper now i need to change > my editor setup. > So are there any suggestions from your side which editor (s) i > should/could use being used to dreamweaver? I need an editor that shows > me like dreamweaver the code and the real site look being able to edit > the .tpl /.html and .php files in a switching view environment. > > For some reason dreamweaver doesn?t do it s job too good so i would be > thankful for your comments on this > > Best Regards > Torsten Zenk > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From info at alpigro.de Tue Mar 13 00:53:29 2007 From: info at alpigro.de (Alex Picker) Date: Tue, 13 Mar 2007 08:53:29 +0100 Subject: [Vtigercrm-developers] How to for developing new modules Message-ID: Hi @all our developers have made a how to for developing and creating new modules in vtiger 5.0.3 RC2. On this link you can download the manuel. Please give us your feedback and your additons for this how to. After a review we can publish it on the vtiger.com wiki http://www.vtiger.de/fileadmin/download/files/creating_new_module_vtiger503_ rc2_Example_MySQL.pdf Best regards from the vtiger.de team in germany Alex Picker support at vtiger.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070313/e69ba2d1/attachment-0004.html From tzenk at gmx.net Tue Mar 13 01:27:40 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 13 Mar 2007 09:27:40 +0100 Subject: [Vtigercrm-developers] How to for developing new modules In-Reply-To: References: Message-ID: <45F6607C.3000904@gmx.net> Grrrrrrrrreat, thank you, this is a good start for wannabe developers like me ;) Greetings Torsten Alex Picker schrieb: > Hi @all > > our developers have made a how to for developing and creating new > modules in vtiger 5.0.3 RC2. > > On this link you can download the manuel. Please give us your feedback > and your additons for this how to. After a review we can publish it on > the vtiger.com wiki > > http://www.vtiger.de/fileadmin/download/files/creating_new_module_vtiger503_rc2_Example_MySQL.pdf > > Best regards from the vtiger.de team in germany > > Alex Picker > support at vtiger.de > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From tzenk at gmx.net Tue Mar 13 01:59:04 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 13 Mar 2007 09:59:04 +0100 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: <45F59E26.6020805@gmx.net> References: <45F59E26.6020805@gmx.net> Message-ID: <45F667D8.5000404@gmx.net> Well for those of you who might wanna try different Frameworks i found this very informing site about frameworks and definitly found some very interesting stuff for the vtiger editing. i hope you folkz do too ;) http://www.phpwact.org/php/mvc_frameworks Greetz Torsten Zenk Torsten Zenk schrieb: > Hi Folks, till now i worked with Dreamweaver to get parts of vtiger > changed and edited. but as i go into things deeper now i need to change > my editor setup. > So are there any suggestions from your side which editor (s) i > should/could use being used to dreamweaver? I need an editor that shows > me like dreamweaver the code and the real site look being able to edit > the .tpl /.html and .php files in a switching view environment. > > For some reason dreamweaver doesn?t do it s job too good so i would be > thankful for your comments on this > > Best Regards > Torsten Zenk > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From dfar2008 at gmail.com Tue Mar 13 02:53:44 2007 From: dfar2008 at gmail.com (ding jianting) Date: Tue, 13 Mar 2007 17:53:44 +0800 Subject: [Vtigercrm-developers] Which Editor to choose In-Reply-To: <45F667D8.5000404@gmx.net> References: <45F59E26.6020805@gmx.net> <45F667D8.5000404@gmx.net> Message-ID: I use Editplus. On 3/13/07, Torsten Zenk wrote: > > Well for those of you who might wanna try different Frameworks i found > this very informing site about frameworks and definitly found some very > interesting stuff for the vtiger editing. i hope you folkz do too ;) > > http://www.phpwact.org/php/mvc_frameworks > > Greetz > Torsten Zenk > > Torsten Zenk schrieb: > > Hi Folks, till now i worked with Dreamweaver to get parts of vtiger > > changed and edited. but as i go into things deeper now i need to change > > my editor setup. > > So are there any suggestions from your side which editor (s) i > > should/could use being used to dreamweaver? I need an editor that shows > > me like dreamweaver the code and the real site look being able to edit > > the .tpl /.html and .php files in a switching view environment. > > > > For some reason dreamweaver doesn?t do it s job too good so i would be > > thankful for your comments on this > > > > Best Regards > > Torsten Zenk > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- ________________________________________ ????????????: http://www.c3crm.com ----------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070313/88c1dc5c/attachment-0004.html From info at alpigro.de Tue Mar 13 03:49:14 2007 From: info at alpigro.de (Alex Picker) Date: Tue, 13 Mar 2007 11:49:14 +0100 Subject: [Vtigercrm-developers] Migrationscript sugarcrm 4.5 to vtiger 5.0.2 Message-ID: Hi @all we made a migrationscript for a simple and fast migration from sugarcrm to vtiger. I made a new project on vtigerforge. http://vtigerforge.fosslabs.com/projects/sugar-vtiger/ Please give us feedback after testing :-) We want to add some new functions in the future. For example a migration and update to a vtiger database with data in it. Best regards from the vtiger.de team in germany Alex Picker support at vtiger.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070313/05c869d2/attachment-0004.html From fp at crm-now.de Tue Mar 13 08:21:46 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Tue, 13 Mar 2007 16:21:46 +0100 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: Message-ID: <200703131521.l2DFLju5021971@doko.im-netz.de> I just saw at Rev. 10427 that you have set a mail address for the standard user as "standarduser at vtigeruser.com". My friend Dirk was punching my head when we offered this as our default value. How do you know that this email address does not exist already or will exist in the future? This is not a good practice. As we all know CRM users will not change it immediately and there is the danger that emails are getting out to the wrong reciever. So I think it is better to leave this field empty or fill it with the admin email address when you install the system. From davidv.net at gmail.com Tue Mar 13 10:32:10 2007 From: davidv.net at gmail.com (David V.) Date: Tue, 13 Mar 2007 13:32:10 -0400 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: <200703131521.l2DFLju5021971@doko.im-netz.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> Message-ID: I agree ! David V. 2007/3/13, Frank Piepiorra : > I just saw at Rev. 10427 that you have set a mail address for the standard > user as "standarduser at vtigeruser.com". My friend Dirk was punching my head > when we offered this as our default value. How do you know that this email > address does not exist already or will exist in the future? This is not a > good practice. As we all know CRM users will not change it immediately and > there is the danger that emails are getting out to the wrong reciever. So I > think it is better to leave this field empty or fill it with the admin email > address when you install the system. > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From Dirk.Gorny at Genion.de Tue Mar 13 11:36:55 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Tue, 13 Mar 2007 19:36:55 +0100 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: <200703131521.l2DFLju5021971@doko.im-netz.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> Message-ID: <200703131936.56171.Dirk.Gorny@Genion.de> I suggest mailadmin at localhost if there must bee a E-Mail address. Because off not sendig this message in the world it stops in worst case at your E-Mail provider. In general all things whitch are preset should not go outside the localhost. Best regards, Dirk Am Dienstag, 13. M?rz 2007 schrieb Frank Piepiorra: > I just saw at Rev. 10427 that you have set a mail address for the standard > user as "standarduser at vtigeruser.com". My friend Dirk was punching my head > when we offered this as our default value. How do you know that this email > address does not exist already or will exist in the future? This is not a > good practice. As we all know CRM users will not change it immediately and > there is the danger that emails are getting out to the wrong reciever. So I > think it is better to leave this field empty or fill it with the admin > email address when you install the system. From tzenk at gmx.net Tue Mar 13 13:57:54 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 13 Mar 2007 21:57:54 +0100 Subject: [Vtigercrm-developers] Default mail address for standarduser In-Reply-To: <200703131936.56171.Dirk.Gorny@Genion.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> <200703131936.56171.Dirk.Gorny@Genion.de> Message-ID: <45F71052.3020900@gmx.net> Hi added this to the trac: #3213 In SALES > POTENTIALS > MORE INFORMATION the second Button from the Top is called SELECT CONTACT. If you click it the Popup comes up showing all contacts and a button called ADD CONTACT. That not right in my opinion as there should be a button SELECT CONTACT in terms that all other Buttons TELL ME WHAT TO DO and at this point it wants a contact to be selected. And when it comes to translation (german in my example) we have an ERSTELLEN KONTAKT (which means actually to CREATE A CONTACT)but in german it MUST be W?HLE KONTAKT (which then means select contact. So in every way i guess it is best to name the Button SELECT CONTACT. What i did: Row 17 in Smarty/templates/PopUpContents.tpl value="{$APP.LBL_ADD_ITEM} {$APP[$MODULE]}" changed to value="{$APP.LBL_SELECT_BUTTON_LABEL} {$APP[$MODULE]}" Now the button is called SELECT CONTACT and the translationed versions will be fine too. Best Regards Torsten Zenk From tzenk at gmx.net Tue Mar 13 20:01:45 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Wed, 14 Mar 2007 04:01:45 +0100 Subject: [Vtigercrm-developers] Edited the Migration process described by Andrew Rodes... In-Reply-To: <45F667D8.5000404@gmx.net> References: <45F59E26.6020805@gmx.net> <45F667D8.5000404@gmx.net> Message-ID: <45F76599.8050306@gmx.net> ...and as i don?t have edit/make rights to the wiki would someone please add this at the right places: ---------------------------------------------------------------------------- This document was originally made by Andrew Rodes, Jan 19, 2007; 07:08pm and edited by Torsten Zenk, Mar 14, 2007 03:45am because of an error that was forced by missing language files (last migration i successfully tested it with was from 5.02 to 5.02 SVN10430) I have used the following method with success in the past to do local development and verification from one point release to another: 1. get latest version from svn (http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk) for example into a new folder locally 2. export the used version of the DB using mysql export tool .. for example I export a working 5.0.2 db, and reimport it as a new name .. say 5.0.3 3. Copy over the config_inc.php and config_db.php to the new folder from older folder ( 5.0.2->5.0.3) 4. Modify the appropriate settings in the 2 config files from step 3 replacing the old db and url information with the new db and url info. 5. Copy over user_privileges_1.php and sharing_privileges_1.php from the user_privileges folder from the old install to the new ( 5.0.2->5.0.3) 6. Copy over the language files from the old install to the same place in the new install (otherwise you will get an include error) The folders with the language files you have to care about are in include/language and all modules/language files. 7. launch a browser and point it to the new folder (localhost/vtiger503) 8. goto settings->sharing access and recalculate them via the recalculate button if you are having troubles getting the copied version to work in 5.0.3, try rebuilding it in the previous version and copying them over again. Also, it may depend on what version the old privileges files are in .. perhaps trying to go from 5.0.0 to 5.0.3 wont work. I don?t know as I have just moved along with point releases. I am not an expert on this stuff, but thought I might reply to your question with stuff I have tried. If you are still having problems, I could send you my working privileges file which I think will work for admin since I am using the default admin password which appears to be the only critical item stored in the privileges file. Best Regards Torsten Zenk From tzenk at gmx.net Wed Mar 14 09:21:25 2007 From: tzenk at gmx.net (Torsten Zenk) Date: Wed, 14 Mar 2007 17:21:25 +0100 Subject: [Vtigercrm-developers] Bug in currency conversion and probability problem In-Reply-To: <200703131936.56171.Dirk.Gorny@Genion.de> References: <200703131521.l2DFLju5021971@doko.im-netz.de> <200703131936.56171.Dirk.Gorny@Genion.de> Message-ID: <45F82105.30007@gmx.net> Hi, would you developers please have a look into this Bugticket in the forum, if you have some time. It handles a currency conversion bug and a problem with the probability view which i find pretty important and should be fixed before .03 final release. What do you think? http://forums.vtiger.com/viewtopic.php?t=14006&highlight=probability Greetings Torsten From kenlyle at yahoo.com Wed Mar 14 13:49:13 2007 From: kenlyle at yahoo.com (Ken Lyle) Date: Wed, 14 Mar 2007 13:49:13 -0700 (PDT) Subject: [Vtigercrm-developers] Tag Cloud for Contacts or Leads In-Reply-To: Message-ID: <20070314204913.85476.qmail@web37303.mail.mud.yahoo.com> This would be like a management snapshot of who is either HOT, or just chewing up resources. Thanks for considering, Ken From chazarra.clement at gmail.com Thu Mar 15 10:56:44 2007 From: chazarra.clement at gmail.com (clement chazarra) Date: Thu, 15 Mar 2007 17:56:44 +0000 Subject: [Vtigercrm-developers] Hot keys Message-ID: Hello, A while ago, there was some discussion on the list about disabling the vTiger hot key "Alt+D". Actually I would like to add a hot key (Press F9 will add "User name - date" in the field edited), but don't know really where to look apart of the \vtiger_crm\include\language\en_us.lang.php file. How does hot key work? Which files are involved? Thanks, Clem -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070315/df46665e/attachment-0004.html From joe at tsolucio.com Thu Mar 15 11:53:37 2007 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 15 Mar 2007 19:53:37 +0100 Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for 5.0.3 Message-ID: <1173984817.23089.14.camel@joesunix.int> Hi, Based on the code in thread: http://forums.vtiger.com/viewtopic.php?t=7223 I added OO and RTF merge to Accounts and Contacts in 5.0.3. The existing code had incorrect sql query and some other minor details. I also i18n the download link message because my clients work in spanish. I added the line 'DownloadMergeFile'=>'Download merged document here', to include/language/en_en.lang.php and other corresponding language files. I attach the other files: modules/Account/Merge.php modules/Contacts/Merge.php modules/Settings/savewordtemplate.php include/pclzip.lib.php I modified savewordtemplate.php to accept OO and rtf documents so they can be treated like all others. I tried this under windows (firefox) and it worked fine. I DID NOT try the M$Office compatibility as I could not get it working (I think it was because Word was in spanish so the plugin didn't even appear). The code to maintain compatibility exists so it should work. My next step is to make some macro or picklist so that my clients can easily pick the fields to make their own documents. I'll send code if I get it working. Notes: - Make a copy of affected files before trying (just in case) - There are sample merge files on the thread - Remember to manually add the translation string or you won't see anything Regards, Joe TSolucio -------------- next part -------------- A non-text attachment was scrubbed... Name: RTFOOMerge.zip Type: application/zip Size: 41580 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070315/3ddd8a47/attachment-0003.zip From brian at pr2k.com Thu Mar 15 12:33:33 2007 From: brian at pr2k.com (Brian Laughlin) Date: Thu, 15 Mar 2007 12:33:33 -0700 Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for5.0.3 References: <1173984817.23089.14.camel@joesunix.int> Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BC20@svawmc1.awnow.local> Joe you are fantastic, thanks! -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Joe Bordes Sent: Thursday, March 15, 2007 11:54 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for5.0.3 Hi, Based on the code in thread: http://forums.vtiger.com/viewtopic.php?t=7223 I added OO and RTF merge to Accounts and Contacts in 5.0.3. The existing code had incorrect sql query and some other minor details. I also i18n the download link message because my clients work in spanish. I added the line 'DownloadMergeFile'=>'Download merged document here', to include/language/en_en.lang.php and other corresponding language files. I attach the other files: modules/Account/Merge.php modules/Contacts/Merge.php modules/Settings/savewordtemplate.php include/pclzip.lib.php I modified savewordtemplate.php to accept OO and rtf documents so they can be treated like all others. I tried this under windows (firefox) and it worked fine. I DID NOT try the M$Office compatibility as I could not get it working (I think it was because Word was in spanish so the plugin didn't even appear). The code to maintain compatibility exists so it should work. My next step is to make some macro or picklist so that my clients can easily pick the fields to make their own documents. I'll send code if I get it working. Notes: - Make a copy of affected files before trying (just in case) - There are sample merge files on the thread - Remember to manually add the translation string or you won't see anything Regards, Joe TSolucio -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.11/723 - Release Date: 3/15/2007 11:27 AM From peter.guhl at win-lux.ch Thu Mar 15 14:21:42 2007 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Thu, 15 Mar 2007 22:21:42 +0100 Subject: [Vtigercrm-developers] Merge with Open Office and RTF Documents for 5.0.3 In-Reply-To: <1173984817.23089.14.camel@joesunix.int> References: <1173984817.23089.14.camel@joesunix.int> Message-ID: <45F9B8E6.3000304@win-lux.ch> Hi I did an OO-template-code for vtiger 4. Rather similar, I guess. Sort of a shame that project was already on its way and couldn't be switched to 5 anymore. I guess I had to add a couple of things which others already did for 5.0.3. Well, that's life. Regards Peter Joe Bordes schrieb: > Hi, > > Based on the code in thread: > http://forums.vtiger.com/viewtopic.php?t=7223 > > I added OO and RTF merge to Accounts and Contacts in 5.0.3. > -- Win-Lux GmbH Peter Guhl Schatzenboden 61A CH - 7233 Jenaz Telefon +41 81 330 51 51 Mobil +41 76 437 03 09 Fax +41 81 332 44 58 Mail peter.guhl at win-lux.ch Skype p_guhl Web www.win-lux.ch ************************* Vertraulichkeitserkl?rung ************************* Diese Mitteilung resp. deren Beilagen k?nnen vertrauliche und/oder pers?nliche Informationen enthalten, die einzig f?r den addressierten Empf?nger bestimmt sind. Jegliche Kenntnisnahme oder Weiterleitung durch oder an Dritte ist untersagt. Wenn Sie nicht der addressierte Empf?nger sind, nehmen Sie bitte Kontakt mit dem Absender der Nachricht auf und l?schen Sie alle Kopien. Vielen Dank. From brian at pr2k.com Thu Mar 15 15:24:54 2007 From: brian at pr2k.com (Brian Laughlin) Date: Thu, 15 Mar 2007 15:24:54 -0700 Subject: [Vtigercrm-developers] Limit on Report records send to Excel Message-ID: <27CABE0A5EFD714EA5B2F9B47EE5CB85D6BC26@svawmc1.awnow.local> Anyone know how to increase record limit when exporting a Report to Excel? I'm guessing it's in the /include/php_writeexcel directory. Not sure what to change. Thanks, Brian Laughlin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070315/5d466940/attachment-0003.html From gonen at active.co.il Sun Mar 18 04:44:58 2007 From: gonen at active.co.il (gonen) Date: Sun, 18 Mar 2007 13:44:58 +0200 Subject: [Vtigercrm-developers] Ajax not saving fields - where to begin ? Message-ID: <45FD263A.9090607@active.co.il> An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20070318/d5379b2b/attachment-0005.html From stevem at 411web.com Tue Mar 20 15:39:46 2007 From: stevem at 411web.com (Steve Morocho) Date: Tue, 20 Mar 2007 15:39:46 -0700 Subject: [Vtigercrm-developers] Three questions Message-ID: <1174430387.19933.96.camel@zero.411web.com> I have three questions, and I've looked high and low for the answers before resorting to this list. 1) This is a bug, I'm sure most of you are aware of. Even still exists in the latest 5.03 trunk. After editing a lead and going back to listview the view is reset back to page 1 default view. I would like to enable persistant list views in Vtiger. That is to say when a user is logged in and looking at the Sales->Leads module for instance and action=ListView or action=index and then they click on the ajax Javascript link to paginate to page 3 of a specific filter. then they click on a lead in page three and edit that lead, then if they select Sales->Leads again I want them to go back to page three with the correct filter (viewname) they used and also the sort order. Basically remember what they were looking at in the session. I found a patch that did persistant lead views (http://vtigerforge.fosslabs.com/projects/usablecontrib/) but only if the action was passed in the URL during pagination, and doesn't work with the newer Ajax pagination. Is there another patch I could try? 2) In a similar fashion I would like to add a Previous and Next button to vtiger once in the Lead Detail View that could go to Prev and Next lead from the last page/filter you looked at. So if you were at the top of page three "Prev" would go back to the last lead on page 2, etc. 3) and finally I would like to add the hndMouseOver() javascript/ajax functionality to the ListView so editing can be done on multiple leads at once from this highly accessed page view. Thanks, Steve From dome at tel.co.th Wed Mar 21 03:39:43 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 21 Mar 2007 17:39:43 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? Message-ID: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> Dear all, Is posible to support postgresql in 5.0.3 released version. i try to test in trunk 10511 problem Fatal error: Call to a member function Move() on a non-object in PearDatabase.php on line 441 still alive. Please let's me know about plan to fix this problem Thanks. Dome C. From dome at tel.co.th Wed Mar 21 03:46:45 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 21 Mar 2007 17:46:45 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> Message-ID: <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> Sorry not trunk version branch 10511 Dome C. On 3/21/07, Dome Charoenyost wrote: > Dear all, > Is posible to support postgresql in 5.0.3 released version. > i try to test in trunk 10511 problem > Fatal error: Call to a member function Move() on a non-object in > PearDatabase.php on line 441 > still alive. > > Please let's me know about plan to fix this problem > > Thanks. > > Dome C. > From jens at Strawberry.COM Wed Mar 21 04:05:40 2007 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 21 Mar 2007 12:05:40 +0100 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com>; from Dome Charoenyost on Wed, Mar 21, 2007 at 05:46:45PM +0700 References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> Message-ID: <20070321120540.A3917@Strawberry.COM> Hi, I'm running a 5.0.3 on PostgreSQL 8.1. However the official release is kind of buggy. I'll provide a patch to Don an Ritchie in the next few days. Jens On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > Sorry not trunk version > branch 10511 > > Dome C. > > On 3/21/07, Dome Charoenyost wrote: > > Dear all, > > Is posible to support postgresql in 5.0.3 released version. > > i try to test in trunk 10511 problem > > Fatal error: Call to a member function Move() on a non-object in > > PearDatabase.php on line 441 > > still alive. > > > > Please let's me know about plan to fix this problem > > > > Thanks. > > > > Dome C. > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- -------------------------------------------------------------------------------- s t r a w b e r r y e d v - s y s t e m e g m b h SSSSSSSSS Am Flosskanal 7 Jens Hamisch SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO SSSSS-----SSSSS ---SSSSS--------- fon (+49 8171) 41805-0 -----SSSSSSS----- fax (+49 8171) 41805-59 ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com SSSSS-----SSSSS mobil: (+49 172) 8104162 SSSSSSSSSSSSS Geschaeftsfuehrer/CEO SSSSSSSSS Jens Hamisch a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 From dome at tel.co.th Wed Mar 21 05:02:16 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 21 Mar 2007 19:02:16 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <20070321120540.A3917@Strawberry.COM> References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> <20070321120540.A3917@Strawberry.COM> Message-ID: <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com> Thanks jens, I realy need to run on postgresql beacuse my application mostly use store procedure and trigger. postgresql and vtiger with your patch work fine right ? Dome C. On 3/21/07, Jens Hamisch wrote: > Hi, > > I'm running a 5.0.3 on PostgreSQL 8.1. > However the official release is kind of buggy. > I'll provide a patch to Don an Ritchie in the next > few days. > > > Jens > > > > On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > > Sorry not trunk version > > branch 10511 > > > > Dome C. > > > > On 3/21/07, Dome Charoenyost wrote: > > > Dear all, > > > Is posible to support postgresql in 5.0.3 released version. > > > i try to test in trunk 10511 problem > > > Fatal error: Call to a member function Move() on a non-object in > > > PearDatabase.php on line 441 > > > still alive. > > > > > > Please let's me know about plan to fix this problem > > > > > > Thanks. > > > > > > Dome C. > > > > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > -- > > -------------------------------------------------------------------------------- > > s t r a w b e r r y e d v - s y s t e m e g m b h > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > SSSSS-----SSSSS > ---SSSSS--------- fon (+49 8171) 41805-0 > -----SSSSSSS----- fax (+49 8171) 41805-59 > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > SSSSS-----SSSSS mobil: (+49 172) 8104162 > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > SSSSSSSSS Jens Hamisch > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From Andreas.Reiche at LGN.Niedersachsen.de Wed Mar 21 05:28:09 2007 From: Andreas.Reiche at LGN.Niedersachsen.de (Reiche, Andreas) Date: Wed, 21 Mar 2007 13:28:09 +0100 Subject: [Vtigercrm-developers] (no subject) Message-ID: Hi Team, with revision 10473 you introduced a new language file 'include/js/en_us.lang.js' which defines a javascript array with used strings. I found that all the strings are also defined in the 'normal' lang file. And somewhere in the code (don't know exactly which file at the moment) i found a piece of code where the js-array is matched to a php-array. Just for clarification: Do we have to maintain a xx_xx.lang.js file in the language packs in future or is this just a temporary solution. Without a lang.js file (de_de.lang.js in my case) some functionality is broken if you use another language than english. And additionally there seems to be no consistent use of this js file over the application because in some places i get my translated strings and in other places i get the english string. Please confirm, regards, Andreas Reiche, LGN ( Landesvermessung und Geobasisinformation Niedersachsen) Podbielskistrasse 331 D-30659 Hannover Web: http://www.lgn.de http://www.geolife.de From fp at crm-now.de Wed Mar 21 05:46:03 2007 From: fp at crm-now.de (Frank Piepiorra) Date: Wed, 21 Mar 2007 13:46:03 +0100 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 15, Issue 8 In-Reply-To: Message-ID: <200703211246.l2LCk39t012679@doko.im-netz.de> Andreas, The introduction of new language files was done to fix many of the i18n issues reported. For technical reasons you can not use the existing language files of the modules for js files. Therefore, a new file has been introduced and I do not think that this is a temporary solution. It's still work in progress and you can expect that this will be finished with the v5.0.3 release. To verify and to test the function for our community we have installed yesterday a bleeding edge demo in German at https://vtigercrm5x.at.crm-now.de/. Feel free to test and to report any errors you may find. Regards, Frank > Message: 10 > Date: Wed, 21 Mar 2007 13:28:09 +0100 > From: "Reiche, Andreas" > Subject: [Vtigercrm-developers] (no subject) > To: vtigercrm-developers at lists.vtigercrm.com > Message-ID: > > dersachsen.de> > > Content-Type: text/plain; charset="utf-8" > > Hi Team, > with revision 10473 you introduced a new language file > 'include/js/en_us.lang.js' which defines a javascript array with used > strings. > I found that all the strings are also defined in the 'normal' > lang file. And > somewhere in the code (don't know exactly which file at the > moment) i found > a piece of code where the js-array is matched to a php-array. > > Just for clarification: > Do we have to maintain a xx_xx.lang.js file in the language > packs in future > or is this just a temporary solution. > Without a lang.js file (de_de.lang.js in my case) some > functionality is > broken if you use another language than english. > And additionally there seems to be no consistent use of this > js file over > the application because in some places i get my translated > strings and in > other places i get the english string. > > Please confirm, > regards, > Andreas Reiche, > LGN ( Landesvermessung und Geobasisinformation Niedersachsen) > Podbielskistrasse 331 > D-30659 Hannover > Web: http://www.lgn.de > http://www.geolife.de > > > > > ------------------------------ > > _______________________________________________ > vtigercrm-developers mailing list > vtigercrm-developers at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-developers > > > End of vtigercrm-developers Digest, Vol 15, Issue 8 > *************************************************** > From jens at Strawberry.COM Wed Mar 21 09:34:29 2007 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 21 Mar 2007 17:34:29 +0100 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com>; from Dome Charoenyost on Wed, Mar 21, 2007 at 07:02:16PM +0700 References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> <20070321120540.A3917@Strawberry.COM> <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com> Message-ID: <20070321173429.D1769@Strawberry.COM> Hi, they work really fine. Most of my patches are already part of the 5.0.3 packacke. As I'm currently in the process to migrate to 5.0.3 I cannot send the rest of the patches immediatelly, because I'd have to test them at first. I will hopefully finish that until the end of the week. I'm running vtiger in the following environment: Solaris 10 Apache 2.2.2 PHP 5.1.4 PostgreSQL 8.1.2 (with perl backend) cu Jens On Wed, Mar 21, 2007 at 07:02:16PM +0700, Dome Charoenyost wrote: > Thanks jens, > > I realy need to run on postgresql beacuse my application mostly use > store procedure and trigger. postgresql and vtiger with your patch > work fine right ? > > Dome C. > > On 3/21/07, Jens Hamisch wrote: > > Hi, > > > > I'm running a 5.0.3 on PostgreSQL 8.1. > > However the official release is kind of buggy. > > I'll provide a patch to Don an Ritchie in the next > > few days. > > > > > > Jens > > > > > > > > On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > > > Sorry not trunk version > > > branch 10511 > > > > > > Dome C. > > > > > > On 3/21/07, Dome Charoenyost wrote: > > > > Dear all, > > > > Is posible to support postgresql in 5.0.3 released version. > > > > i try to test in trunk 10511 problem > > > > Fatal error: Call to a member function Move() on a non-object in > > > > PearDatabase.php on line 441 > > > > still alive. > > > > > > > > Please let's me know about plan to fix this problem > > > > > > > > Thanks. > > > > > > > > Dome C. > > > > > > > _______________________________________________ > > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > -- > > > > -------------------------------------------------------------------------------- > > > > s t r a w b e r r y e d v - s y s t e m e g m b h > > > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > > SSSSS-----SSSSS > > ---SSSSS--------- fon (+49 8171) 41805-0 > > -----SSSSSSS----- fax (+49 8171) 41805-59 > > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > > SSSSS-----SSSSS mobil: (+49 172) 8104162 > > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > > SSSSSSSSS Jens Hamisch > > > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -- -------------------------------------------------------------------------------- s t r a w b e r r y e d v - s y s t e m e g m b h SSSSSSSSS Am Flosskanal 7 Jens Hamisch SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO SSSSS-----SSSSS ---SSSSS--------- fon (+49 8171) 41805-0 -----SSSSSSS----- fax (+49 8171) 41805-59 ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com SSSSS-----SSSSS mobil: (+49 172) 8104162 SSSSSSSSSSSSS Geschaeftsfuehrer/CEO SSSSSSSSS Jens Hamisch a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 From dome at tel.co.th Thu Mar 22 03:06:59 2007 From: dome at tel.co.th (Dome Charoenyost) Date: Thu, 22 Mar 2007 17:06:59 +0700 Subject: [Vtigercrm-developers] Postgresql 8.1 problem ? In-Reply-To: <20070321173429.D1769@Strawberry.COM> References: <8ccbff060703210339o140e9476w7300c8f6df8ca9ec@mail.gmail.com> <8ccbff060703210346ua9fae9m4a4427e30bd826ac@mail.gmail.com> <20070321120540.A3917@Strawberry.COM> <8ccbff060703210502t65656493lc44fc9869f3f2de@mail.gmail.com> <20070321173429.D1769@Strawberry.COM> Message-ID: <8ccbff060703220306o666027d3l4e28c099e93130e2@mail.gmail.com> Good. :) Thanks... jens. Dome C. On 3/21/07, Jens Hamisch wrote: > > Hi, > > > they work really fine. Most of my patches are already part of the > 5.0.3 packacke. As I'm currently in the process to migrate to 5.0.3 > I cannot send the rest of the patches immediatelly, because I'd have > to test them at first. > > I will hopefully finish that until the end of the week. > > I'm running vtiger in the following environment: > > Solaris 10 > Apache 2.2.2 > PHP 5.1.4 > PostgreSQL 8.1.2 (with perl backend) > > > cu > Jens > > > On Wed, Mar 21, 2007 at 07:02:16PM +0700, Dome Charoenyost wrote: > > Thanks jens, > > > > I realy need to run on postgresql beacuse my application mostly use > > store procedure and trigger. postgresql and vtiger with your patch > > work fine right ? > > > > Dome C. > > > > On 3/21/07, Jens Hamisch wrote: > > > Hi, > > > > > > I'm running a 5.0.3 on PostgreSQL 8.1. > > > However the official release is kind of buggy. > > > I'll provide a patch to Don an Ritchie in the next > > > few days. > > > > > > > > > Jens > > > > > > > > > > > > On Wed, Mar 21, 2007 at 05:46:45PM +0700, Dome Charoenyost wrote: > > > > Sorry not trunk version > > > > branch 10511 > > > > > > > > Dome C. > > > > > > > > On 3/21/07, Dome Charoenyost wrote: > > > > > Dear all, > > > > > Is posible to support postgresql in 5.0.3 released version. > > > > > i try to test in trunk 10511 problem > > > > > Fatal error: Call to a member function Move() on a non-object in > > > > > PearDatabase.php on line 441 > > > > > still alive. > > > > > > > > > > Please let's me know about plan to fix this problem > > > > > > > > > > Thanks. > > > > > > > > > > Dome C. > > > > > > > > > _______________________________________________ > > > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > > -- > > > > > > -------------------------------------------------------------------------------- > > > > > > s t r a w b e r r y e d v - s y s t e m e g m b h > > > > > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > > > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > > > SSSSS-----SSSSS > > > ---SSSSS--------- fon (+49 8171) 41805-0 > > > -----SSSSSSS----- fax (+49 8171) 41805-59 > > > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > > > SSSSS-----SSSSS mobil: (+49 172) 8104162 > > > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > > > SSSSSSSSS Jens Hamisch > > > > > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > > > _______________________________________________ > > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > _______________________________________________ > > Reach hundreds of potential candidates - http://jobs.vtiger.com > > -- > > -------------------------------------------------------------------------------- > > s t r a w b e r r y e d v - s y s t e m e g m b h > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO > SSSSS-----SSSSS > ---SSSSS--------- fon (+49 8171) 41805-0 > -----SSSSSSS----- fax (+49 8171) 41805-59 > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com > SSSSS-----SSSSS mobil: (+49 172) 8104162 > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO > SSSSSSSSS Jens Hamisch > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8 > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > From Dirk.Gorny at Genion.de Fri Mar 23 12:38:39 2007 From: Dirk.Gorny at Genion.de (Dirk Gorny) Date: Fri, 23 Mar 2007 20:38:39 +0100 Subject: [Vtigercrm-developers] Using a Database Message-ID: <200703232038.40624.Dirk.Gorny@Genion.de> Hallo developer, Using a Database in basic is very easy. If you do only simpel update, select, and create , you can use the same sql syntax at nearly all DBMS. Is an application becommes more power, you nead more complexibility in querys. Querys then are not portable. In former times brainpower was inside the Database presented by normalizing and ER-Models. Something like php or oracle forms, was only for representation. Today the intelligence is inside the appication. The choice of a DBMS is not a choice for building the models it is to choose the features brought to you by the DBMS. Today mysql is supported and there are "ports" to postges. In future there are things to handle like trigger events and do filtering by stored procedures. This are only two weaks of a big list where mysql doesn't shine very bright. Sometimes it is easyer to get mony out of an Casino then get a dump from myql especial with BLOBS. Allso there is more nead to do other things like suport two DBMS. Therefore i suggest to build a migration tool to transport the data to a postgres database and switch vtiger to postgres as the standard. Best regards, Dirk From salvador_bueno_avila at hotmail.com Wed Mar 28 03:41:57 2007 From: salvador_bueno_avila at hotmail.com (=?iso-8859-1?B?U2FsdmFkb3IgQnVlbm8gwXZpbGE=?=) Date: Wed, 28 Mar 2007 12:41:57 +0200 Subject: [Vtigercrm-developers] OSS-ERP acceptance Study Message-ID: Dear Vtigercrm user, We are Salvador Bueno and Dolores Gallego, Assistant Professors in Business Administration Department in Pablo de Olavide University at Seville, Spain. Our research involves an analysis about Open Source Software-Enterprise Resource Planning (OSS-ERP) and its impact at organization. We send you this mail to invite your participation in our study. Specifically, our analysis consists on development a Technological Acceptance Model of an OSS-ERP. We consider you are an OSS-ERP user and we appreciate the time necessary for answer our questionnaire. The name of the participants in this study will remain anonymous. I would be most grateful if you participate in this survey. You only have to answer the questionnaire in the following URL and answer online. You will consider for answer the distribution of OSS-ERP you use. http://aramis.upo.es/general/centros_depart/departamentos/invest/oss/ Please do not hesitate to contact us if you have any queries regarding this study. Best regards, Salvador Bueno, Ph D. _________________________________________________________________ Dale rienda suelta a tu tiempo libre. Mil ideas para exprimir tu ocio con MSN Entretenimiento. http://entretenimiento.msn.es/