From chazarra.clement at gmail.com Sun Dec 3 08:31:06 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Sun, 3 Dec 2006 16:31:06 +0000 Subject: [Vtigercrm-developers] vtigercrm nubee In-Reply-To: <30200a940611290432s3c146c22h2deecc7b74021ad3@mail.gmail.com> References: <30200a940611290432s3c146c22h2deecc7b74021ad3@mail.gmail.com> Message-ID: Hello, It might not be useful in your case, but we never know.. >From the command line on my windows system I had to execute " mysqld --max_allowed_packet=32M " because I was getting some kind of memory size errors when dumping my database. Don't know the procedure to execute this command on a linux system, but have a try and tell if it helped ;) Byebye On 11/29/06, Gregory Machin wrote: > > Hi All. > I'm trying to install my, vtiger 5.0.2 from the tgz file.. > and I get the following on the finish step .... > > Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to > allocate 64 bytes) in > /var/www/html/vtigercrm/adodb/adodb-xmlschema.inc.php on line 1656 > > Im using Fedora Core 6 64_bit > AMD Turion 64 3Hz > 1Gig Ram > apache 2.2.3 > php 5.1.6 > > php.ini ... > > max_execution_time = 300 ; Maximum execution time of each script, in > second > max_input_time = 60 ; Maximum amount of time each script may spend > parsing > memory_limit = 512M ; Maximum amount of memory a script may consume > > > I started out memory_limit = 32M then 64M then 128M then got peeved > and set it to 512M > and still the same error.. > > I have played with all the setting I know and have used to resolve, > similar problems before .. > I'm stumped ... > > please help > > Many thanks > > > -- > Gregory Machin > gregory.machin at gmail.com > www.linuxpro.co.za > _______________________________________________ > 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/20061203/3a050d68/attachment.htm From allan.bush+vtiger_dev at gmail.com Thu Dec 7 23:55:36 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 7 Dec 2006 23:55:36 -0800 Subject: [Vtigercrm-developers] 4.2 Database Modification Procedure Message-ID: <3bec26390612072355j15ae8d69sf5de38443f0919d6@mail.gmail.com> I've landed a script which keeps the database and code versions in sync. This should provide one click upgrades for both SVN and point release users when database changes occur. For developers this adds a couple extra requirements if your changes require modifying the database. The documentation for these requirements can be found here: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/DatabaseChanges Any users using the 4.2 SVN code should update their code base asap as once ticket #2721 (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2721) lands the upgrade from SVN revisions < 9948 will be somewhat tricky. Allan From davidv.net at gmail.com Fri Dec 8 05:57:59 2006 From: davidv.net at gmail.com (David V.) Date: Fri, 8 Dec 2006 09:57:59 -0400 Subject: [Vtigercrm-developers] Why Accounts an Account ? Message-ID: Hi Everybody ! Why in the code do we find : Accounts.php and Account.php Campaigns.php and Campaign.php Emails.php and Email.php Should we rely on the file with a "s" or the other file ? I had a look on the code to know wich files were updated by the developpers : here for instance ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950) You can see that Accounts.php is more recent that Account.php So I said : "Ok let's make it a rule to always rely on the file with the "s" at the end" But this cannot be a rule, because when you look at the Invoice and the HelpDesk modules there are no file with a "s" at the end. You can find Invoice.php but not Invoices.php. What should we do ? David V. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061208/5eee8891/attachment.html From tzenk at gmx.net Fri Dec 8 07:24:10 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Fri, 08 Dec 2006 16:24:10 +0100 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: References: Message-ID: <4579839A.3080504@gmx.net> Hello, why not simply say everything in the future should be plural? Cheers David V. schrieb: > Hi Everybody ! > > Why in the code do we find : > > Accounts.php and Account.php > Campaigns.php and Campaign.php > Emails.php and Email.php > > Should we rely on the file with a "s" or the other file ? > > I had a look on the code to know wich files were updated by the > developpers : > here for instance ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > ) > You can see that Accounts.php is more recent that Account.php > > So I said : "Ok let's make it a rule to always rely on the file with > the "s" at the end" > > But this cannot be a rule, because when you look at the Invoice and > the HelpDesk modules there are no file with a "s" at the end. > You can find Invoice.php but not Invoices.php. > > What should we do ? > > David V. > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 748 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061208/a93a4445/tzenk.vcf From davidv.net at gmail.com Fri Dec 8 07:57:47 2006 From: davidv.net at gmail.com (David V.) Date: Fri, 8 Dec 2006 11:57:47 -0400 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: <4579839A.3080504@gmx.net> References: <4579839A.3080504@gmx.net> Message-ID: Either plural or not we need to not what to rely on. If someone from vtiger team could reply on this ... ?? Thanks in advance. :-) David V. 2006/12/8, Torsten Zenk : > > Hello, > why not simply say everything in the future should be plural? > > Cheers > > David V. schrieb: > > Hi Everybody ! > > > > Why in the code do we find : > > > > Accounts.php and Account.php > > Campaigns.php and Campaign.php > > Emails.php and Email.php > > > > Should we rely on the file with a "s" or the other file ? > > > > I had a look on the code to know wich files were updated by the > > developpers : > > here for instance ( > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > > ) > > You can see that Accounts.php is more recent that Account.php > > > > So I said : "Ok let's make it a rule to always rely on the file with > > the "s" at the end" > > > > But this cannot be a rule, because when you look at the Invoice and > > the HelpDesk modules there are no file with a "s" at the end. > > You can find Invoice.php but not Invoices.php. > > > > What should we do ? > > > > David V. > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > 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/20061208/3c4bd4bb/attachment.html From mickie at vtiger.com Fri Dec 8 21:42:48 2006 From: mickie at vtiger.com (Mickie) Date: Sat, 09 Dec 2006 11:12:48 +0530 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: References: <4579839A.3080504@gmx.net> Message-ID: <10f65bc2d1e.-8713424216092580425.5444410678496103450@@vtiger.com> Dear Team, These Accounts.php, Contacts.php, etc., are added to keey the Module name, Module.php name and Class Name similar. For example if we take Accounts, (module/Accounts/Accounts.php) module = Accounts module.php file = Accounts.php class name = Accounts In some places, when we try to include a file or create a object basedon the module we could not do that. Also it will helpful when we addnew modules in future. so that we have used these files with 's'instead of old files. Hope this is clear. Thanks & Regards Mickie ---- On Fri, 08 Dec 2006 David V. wrote ---- Either plural or not we need to not what to rely on. If someone from vtiger team could reply on this ... ?? Thanks in advance. :-) David V. 2006/12/8, Torsten Zenk :Hello, why not simply say everything in the future should be plural? Cheers David V. schrieb: > Hi Everybody ! > > Why in the code do we find : > > Accounts.php and Account.php > Campaigns.php and Campaign.php > Emails.php and Email.php > > Should we rely on the file with a "s" or the other file ? > > I had a look on the code to know wich files were updated by the > developpers : > here for instance ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > ) > You can see that Accounts.php is more recent that Account.php > > So I said : "Ok let's make it a rule to always rely on the file with > the "s" at the end" > > But this cannot be a rule, because when you look at the Invoice and > the HelpDesk modules there are no file with a "s" at the end. > You can find Invoice.php but not Invoices.php. > > What should we do ? > > David V. > > ------------------------------------------------------------------------ > > _______________________________________________ > 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/20061209/8df0ee6f/attachment.htm From davidv.net at gmail.com Sat Dec 9 02:58:15 2006 From: davidv.net at gmail.com (David V.) Date: Sat, 9 Dec 2006 06:58:15 -0400 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: <820923160745435555@unknownmsgid> References: <4579839A.3080504@gmx.net> <820923160745435555@unknownmsgid> Message-ID: Thank you for your reply Mickie. So if I understand correctly : 1rst rule : keep module_folder name, module.php name and class name in sync 2nd rule : this name should have a "s" at the end So now 2 questions : Why not deleting the old files (Account.php, Email.php, ...) ? Why not renaming Invoice to Invoices ? And what do you mean by : "when we try to include a file or create a object based on the module we could not do that" ? Thanks and regards. David V. 2006/12/9, Mickie : > > Dear Team, > > These Accounts.php, Contacts.php, etc., are added to keey the Module name, > Module.php name and Class Name similar. > For example if we take Accounts, (module/Accounts/Accounts.php) > module = Accounts > module.php file = Accounts.php > class name = Accounts > > In some places, when we try to include a file or create a object based on > the module we could not do that. Also it will helpful when we add new > modules in future. so that we have used these files with 's' instead of old > files. > > Hope this is clear. > Thanks & Regards > Mickie > > > > ---- On Fri, 08 Dec 2006 *David V. * wrote ---- > > Either plural or not we need to not what to rely on. > If someone from vtiger team could reply on this ... ?? > > Thanks in advance. :-) > > David V. > > > 2006/12/8, Torsten Zenk < tzenk at gmx.net>: > > Hello, > why not simply say everything in the future should be plural? > > Cheers > > David V. schrieb: > > Hi Everybody ! > > > > Why in the code do we find : > > > > Accounts.php and Account.php > > Campaigns.php and Campaign.php > > Emails.php and Email.php > > > > Should we rely on the file with a "s" or the other file ? > > > > I had a look on the code to know wich files were updated by the > > developpers : > > here for instance ( > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > > ) > > You can see that Accounts.php is more recent that Account.php > > > > So I said : "Ok let's make it a rule to always rely on the file with > > the "s" at the end" > > > > But this cannot be a rule, because when you look at the Invoice and > > the HelpDesk modules there are no file with a "s" at the end. > > You can find Invoice.php but not Invoices.php. > > > > What should we do ? > > > > David V. > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > 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/20061209/4287ee31/attachment.html From tzenk at gmx.net Tue Dec 5 10:32:52 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 05 Dec 2006 19:32:52 +0100 Subject: [Vtigercrm-developers] beneath the supportstartdate >>> (dd-mm-yyyy) ...wanna hide this.... Message-ID: <4575BB54.5020902@gmx.net> Hello, i?m new to this mailinglist thing so please excuse me if i act a little strange... ;) Coming from the forum i have a question that i seek an answer for quit some time now. Maybe someone here can answer this? i would like to get rid of the Date Format display in the masks where dates can be choosen from the calender. what i mean. in vtiger i create a new product for example. i use the + Button and now see the new mask with a lot of entries to be made. Depending on which dateformat you have setup in the vtiger settings it shows this beneath the supportstartdate etc. >>> (dd-mm-yyyy) I would like to hide this for certain people as they get confused about it. Second thing is that i would like the choosen dates to be shown in the dates fields as 05.12.2006 instead of 05-12-2006. How can i change this? Thanks for your attention Pimok -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 769 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061205/01e4cee0/tzenk.vcf From joe at tsolucio.com Sun Dec 10 14:49:12 2006 From: joe at tsolucio.com (Joe Bordes) Date: Sun, 10 Dec 2006 23:49:12 +0100 Subject: [Vtigercrm-developers] beneath the supportstartdate >>> (dd-mm-yyyy) ...wanna hide this.... In-Reply-To: <4575BB54.5020902@gmx.net> References: <4575BB54.5020902@gmx.net> Message-ID: <1165790952.12200.6.camel@joeshome.int> Hi, El mar, 05-12-2006 a las 19:32 +0100, Torsten Zenk escribi?: > Hello, > i?m new to this mailinglist thing so please excuse me if i act a little > strange... ;) > > Coming from the forum i have a question that i seek an answer for quit > some time now. > Maybe someone here can answer this? > > i would like to get rid of the Date Format display in the masks where > dates can be choosen from the calender. > > what i mean. > > in vtiger i create a new product for example. > i use the + Button and now see the new mask with a lot of entries to be > made. Depending on which dateformat you have setup in the vtiger > settings it shows this beneath the supportstartdate etc. >>> > > (dd-mm-yyyy) > > I would like to hide this for certain people as they get confused about it. > This is hardcoded so you will have to eliminate it. You have to look for the block of code: --------------- {if $uitype eq 5 || $uitype eq 23}
({$dateStr}) {else}
({$dateStr}) {/if} --------------- and comment it in the template files. My search returned 9 files in the template directory (maybe not all involved) > > Second thing is that i would like the choosen dates to be shown in the > dates fields as 05.12.2006 instead of 05-12-2006. How can i change this? > This is also hardcoded but won't be as easy to change. I have no idea of the implications of trying to change this as there are functions that change/return the dates using the '-' (getDBInsertDateValue) NOTE: If anybody with more in-depth knowledge can confirm correct ... Regards, Joe TSolucio From peter.guhl at win-lux.ch Mon Dec 11 06:55:10 2006 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Mon, 11 Dec 2006 15:55:10 +0100 Subject: [Vtigercrm-developers] Adding Modules Message-ID: <457D714E.6010503@win-lux.ch> Hi all After working through http://wiki.vtiger.com/index.php/Creating_New_Module for half a day (making it to 2.6 by now) I just have one question left: Is this the only way to do it? And what happens when I upgrade to 5.0.3? It seems like I need to do changes in most of the core components of vtiger to get this module in. Regards Peter -- 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 From joe at tsolucio.com Mon Dec 11 08:12:54 2006 From: joe at tsolucio.com (Joe Bordes) Date: Mon, 11 Dec 2006 17:12:54 +0100 Subject: [Vtigercrm-developers] Adding Modules In-Reply-To: <457D714E.6010503@win-lux.ch> References: <457D714E.6010503@win-lux.ch> Message-ID: <1165853574.29437.34.camel@joesunix.int> Yes. You are right. VTiger is not modular. This is really just a procedure to add new code to an existing version. Joe TSolucio El lun, 11-12-2006 a las 15:55 +0100, Peter Guhl escribi?: > Hi all > > After working through > http://wiki.vtiger.com/index.php/Creating_New_Module for half a day > (making it to 2.6 by now) I just have one question left: Is this the > only way to do it? And what happens when I upgrade to 5.0.3? It seems > like I need to do changes in most of the core components of vtiger to > get this module in. > > Regards > Peter > From peter.guhl at win-lux.ch Mon Dec 11 08:21:23 2006 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Mon, 11 Dec 2006 17:21:23 +0100 Subject: [Vtigercrm-developers] Adding Modules In-Reply-To: <1165853574.29437.34.camel@joesunix.int> References: <457D714E.6010503@win-lux.ch> <1165853574.29437.34.camel@joesunix.int> Message-ID: <457D8583.10200@win-lux.ch> Holla ;-) OK. Looks like it's a good idea to keep a clean documentation of what I am changing ;-) I am sure the plugin infrastructure is somewhere in the feature requests already ;-) Regards Peter Joe Bordes schrieb: > Yes. You are right. VTiger is not modular. This is really just a > procedure to add new code to an existing version. > > Joe > TSolucio > > El lun, 11-12-2006 a las 15:55 +0100, Peter Guhl escribi?: > >> Hi all >> >> After working through >> http://wiki.vtiger.com/index.php/Creating_New_Module for half a day >> (making it to 2.6 by now) I just have one question left: Is this the >> only way to do it? And what happens when I upgrade to 5.0.3? It seems >> like I need to do changes in most of the core components of vtiger to >> get this module in. >> >> Regards >> Peter >> >> From tzenk at gmx.net Tue Dec 12 00:55:55 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 12 Dec 2006 09:55:55 +0100 Subject: [Vtigercrm-developers] beneath the supportstartdate >>> (dd-mm-yyyy) ...wanna hide this.... In-Reply-To: <1165790952.12200.6.camel@joeshome.int> References: <4575BB54.5020902@gmx.net> <1165790952.12200.6.camel@joeshome.int> Message-ID: <457E6E9B.4070401@gmx.net> Okay , for those who may be intersted, thx to Joe i found how to get rid of displaying the (dd-mm-yyyy) under the dates. Simply comment out the following lines in DisplayFields.tpl like this. That?s it! ----------------------------------------------------------------------------------- Line 343
{else}
------------------------------------------------------------------------------------- I wonder if the europeans in here ever worked on the issue with the dd-mm-yyyy format as it is unknown in Europe. We use always use dd.mm.yyyy. There are lots of questions about this issue, but i found no solution untill now. Good bye Joe Bordes schrieb: > Hi, > > El mar, 05-12-2006 a las 19:32 +0100, Torsten Zenk escribi?: > >> Hello, >> i?m new to this mailinglist thing so please excuse me if i act a little >> strange... ;) >> >> Coming from the forum i have a question that i seek an answer for quit >> some time now. >> Maybe someone here can answer this? >> >> i would like to get rid of the Date Format display in the masks where >> dates can be choosen from the calender. >> >> what i mean. >> >> in vtiger i create a new product for example. >> i use the + Button and now see the new mask with a lot of entries to be >> made. Depending on which dateformat you have setup in the vtiger >> settings it shows this beneath the supportstartdate etc. >>> >> >> (dd-mm-yyyy) >> >> I would like to hide this for certain people as they get confused about it. >> >> > This is hardcoded so you will have to eliminate it. > You have to look for the block of code: > --------------- > {if $uitype eq 5 || $uitype eq 23} >
({$dateStr}) > {else} >
({$dateStr}) > {/if} > --------------- > and comment it in the template files. My search returned 9 files in the > template directory (maybe not all involved) > > >> Second thing is that i would like the choosen dates to be shown in the >> dates fields as 05.12.2006 instead of 05-12-2006. How can i change this? >> >> > This is also hardcoded but won't be as easy to change. I have no idea of > the implications of trying to change this as there are functions that > change/return the dates using the '-' (getDBInsertDateValue) > > NOTE: If anybody with more in-depth knowledge can confirm correct ... > > Regards, Joe > TSolucio > > -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 769 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061212/e9af09ae/tzenk.vcf From alexeyeg at gmail.com Tue Dec 12 06:25:12 2006 From: alexeyeg at gmail.com (Alexey Egorov) Date: Tue, 12 Dec 2006 17:25:12 +0300 Subject: [Vtigercrm-developers] Russian localisation Message-ID: <231624650612120625g67970cc4w3f9c55e8ca86df55@mail.gmail.com> Hello, what should I do to VTiger CRM 5 to create and edit fields in Russian (using Russian characters)? Thanks, Alexey -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061212/d1e52aac/attachment.html From seo at awebd.com.au Mon Dec 11 20:33:08 2006 From: seo at awebd.com.au (Mahamud Shahjahan) Date: Tue, 12 Dec 2006 15:33:08 +1100 Subject: [Vtigercrm-developers] Changing tab names In-Reply-To: Message-ID: Hello, I opened the "parent_tabdata.php" file and then tried to edit the main tab. I typed "Home Page" instead of "My Home Page" and the tab did not show up. Then I typed in "My Home Page" again, and this time the tab showed up. Please can anyone let me know the process to modify the tab names. Regards. Viper Boy -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From chazarra.clement at gmail.com Tue Dec 12 07:42:08 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Tue, 12 Dec 2006 15:42:08 +0000 Subject: [Vtigercrm-developers] Changing tab names In-Reply-To: References: Message-ID: Have a look to this thread: http://forums.vtiger.com/viewtopic.php?t=9483&highlight=menu *chmac* gives name of files and tables related to the problem you have. Regards, Clem On 12/12/06, Mahamud Shahjahan wrote: > > Hello, > > I opened the "parent_tabdata.php" file and then tried to edit the main > tab. I typed "Home Page" instead of "My Home Page" and the tab did not show > up. > > Then I typed in "My Home Page" again, and this time the tab showed up. > Please can anyone let me know the process to modify the tab names. > > Regards. > > Viper Boy > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > > _______________________________________________ > 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/20061212/fe484c04/attachment.htm From gregory.machin at gmail.com Wed Dec 13 03:21:18 2006 From: gregory.machin at gmail.com (Gregory Machin) Date: Wed, 13 Dec 2006 13:21:18 +0200 Subject: [Vtigercrm-developers] vtigercrm nubee In-Reply-To: References: <30200a940611290432s3c146c22h2deecc7b74021ad3@mail.gmail.com> Message-ID: <30200a940612130321q84fa8bfr94d33f79808e41dc@mail.gmail.com> On 12/3/06, clement chazarra wrote: > Hello, > > It might not be useful in your case, but we never know.. > From the command line on my windows system I had to execute " mysqld > --max_allowed_packet=32M " because I was getting some kind of memory size > errors when dumping my database. > > Don't know the procedure to execute this command on a linux system, but have > a try and tell if it helped ;) > > Byebye > > > On 11/29/06, Gregory Machin wrote: > > > > Hi All. > > I'm trying to install my, vtiger 5.0.2 from the tgz file.. > > and I get the following on the finish step .... > > > > Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to > > allocate 64 bytes) in > > /var/www/html/vtigercrm/adodb/adodb-xmlschema.inc.php on > line 1656 > > > > Im using Fedora Core 6 64_bit > > AMD Turion 64 3Hz > > 1Gig Ram > > apache 2.2.3 > > php 5.1.6 > > > > php.ini ... > > > > max_execution_time = 300 ; Maximum execution time of each script, in > second > > max_input_time = 60 ; Maximum amount of time each script may spend > parsing > > memory_limit = 512M ; Maximum amount of memory a script may consume > > > > > > I started out memory_limit = 32M then 64M then 128M then got peeved > > and set it to 512M > > and still the same error.. > > > > I have played with all the setting I know and have used to resolve, > > similar problems before .. > > I'm stumped ... > > > > please help > > > > Many thanks thanks for the tip .. I'll give it a go . From ckwu at ck-erp.net Wed Dec 13 05:09:38 2006 From: ckwu at ck-erp.net (C K Wu) Date: Wed, 13 Dec 2006 21:09:38 +0800 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo Message-ID: <457FFB92.4060303@ck-erp.net> Hi, folks, I have completed a preliminary version of a vTiger connector for use with CK-ERP. For a demo of CK-ERP operating within vTiger, please visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites Additionally, special thank is due to Guillermo Patterer of Argentina for providing Spanish translation for the ck-ap, ck-bank, ck-contact, ck-crm, and ck-quote modules. Translation of the other ck-* modules is still continuing. Because I have not been able to manipulate the vTiger page header (charset parameter, to be exact) without changing vTiger's main code, so if you wish to watch the demo in non-English language, you may have to adjust your browser's character encoding parameter to be able to see the page display correctly. This is especially true for Chinese readers. Cheers, CK From chazarra.clement at gmail.com Wed Dec 13 06:02:43 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Wed, 13 Dec 2006 14:02:43 +0000 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <457FFB92.4060303@ck-erp.net> References: <457FFB92.4060303@ck-erp.net> Message-ID: The demo doesn't seems to load properly, the page is loading but nothing appear... Have a look ;) Cheers, Clem On 12/13/06, C K Wu wrote: > > Hi, folks, > > I have completed a preliminary version of a vTiger connector for use > with CK-ERP. For a demo of CK-ERP operating within vTiger, please > visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > Additionally, special thank is due to Guillermo Patterer of Argentina > for providing Spanish translation for the ck-ap, ck-bank, ck-contact, > ck-crm, and ck-quote modules. Translation of the other ck-* modules is > still continuing. > > Because I have not been able to manipulate the vTiger page header > (charset parameter, to be exact) without changing vTiger's main code, > so if you wish to watch the demo in non-English language, you may have > to adjust your browser's character encoding parameter to be able to see > the page display correctly. This is especially true for Chinese readers. > > Cheers, > CK > _______________________________________________ > 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/20061213/a22ab67a/attachment.html From ckwu at ck-erp.net Wed Dec 13 06:50:13 2006 From: ckwu at ck-erp.net (C K Wu) Date: Wed, 13 Dec 2006 22:50:13 +0800 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: References: <457FFB92.4060303@ck-erp.net> Message-ID: <45801325.6020107@ck-erp.net> Hi, Clem, Thank you for your interest in CK-ERP. I have visited the demo page a few minutes ago. It works ok, albeit being loaded a bit slower than usual. I guess it's peak network hour (10:00 pm local time) here in Hong Kong. Coupled with the fact that announcement of the new demo had just been posted to various mailing lists and forums one/two hours ago, so a fair number of curious surfers may be visiting the demo page concurrently at this very moment. If you are located away from East Asia, you may see response time to be extremely slow. I guess you may have to re-visit the demo site at an alternative time, say, 12 hours later. Cheers, CK clement chazarra wrote: > The demo doesn't seems to load properly, the page is loading but > nothing appear... > > Have a look ;) > > Cheers, > Clem > > On 12/13/06, *C K Wu* < ckwu at ck-erp.net > wrote: > > Hi, folks, > > I have completed a preliminary version of a vTiger connector for use > with CK-ERP. For a demo of CK-ERP operating within vTiger, please > visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > > Additionally, special thank is due to Guillermo Patterer of Argentina > for providing Spanish translation for the ck-ap, ck-bank, ck-contact, > ck-crm, and ck-quote modules. Translation of the other ck-* > modules is > still continuing. > > Because I have not been able to manipulate the vTiger page header > (charset parameter, to be exact) without changing vTiger's main code, > so if you wish to watch the demo in non-English language, you may > have > to adjust your browser's character encoding parameter to be able > to see > the page display correctly. This is especially true for Chinese > readers. > > Cheers, > CK > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From chazarra.clement at gmail.com Wed Dec 13 08:14:39 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Wed, 13 Dec 2006 16:14:39 +0000 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <45801325.6020107@ck-erp.net> References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> Message-ID: Ok, I will try later on ;) Cheers, Clem On 12/13/06, C K Wu wrote: > > Hi, Clem, > > Thank you for your interest in CK-ERP. > > I have visited the demo page a few minutes ago. It works ok, albeit > being loaded a bit slower than usual. I guess it's peak network hour > (10:00 pm local time) here in Hong Kong. Coupled with the fact that > announcement of the new demo had just been posted to various mailing > lists and forums one/two hours ago, so a fair number of curious surfers > may be visiting the demo page concurrently at this very moment. If you > are located away from East Asia, you may see response time to be > extremely slow. I guess you may have to re-visit the demo site at an > alternative time, say, 12 hours later. > > Cheers, > CK > > clement chazarra wrote: > > The demo doesn't seems to load properly, the page is loading but > > nothing appear... > > > > Have a look ;) > > > > Cheers, > > Clem > > > > On 12/13/06, *C K Wu* < ckwu at ck-erp.net > wrote: > > > > Hi, folks, > > > > I have completed a preliminary version of a vTiger connector for use > > with CK-ERP. For a demo of CK-ERP operating within vTiger, please > > visit, > http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > > > > > Additionally, special thank is due to Guillermo Patterer of > Argentina > > for providing Spanish translation for the ck-ap, ck-bank, > ck-contact, > > ck-crm, and ck-quote modules. Translation of the other ck-* > > modules is > > still continuing. > > > > Because I have not been able to manipulate the vTiger page header > > (charset parameter, to be exact) without changing vTiger's main > code, > > so if you wish to watch the demo in non-English language, you may > > have > > to adjust your browser's character encoding parameter to be able > > to see > > the page display correctly. This is especially true for Chinese > > readers. > > > > Cheers, > > CK > > _______________________________________________ > > 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/20061213/18ea6775/attachment.htm From tzenk at gmx.net Thu Dec 14 02:46:53 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Thu, 14 Dec 2006 11:46:53 +0100 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> Message-ID: <45812B9D.6080909@gmx.net> Still isn?t working... Authorization Required This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required. Additionally, a 401 Authorization Required error was encountered while trying to use an ErrorDocument to handle the request. ------------------------------------------------------------------------ Apache/1.3.34 Server at ck-erp.net Port 80 clement chazarra schrieb: > Ok, I will try later on ;) > > Cheers, > Clem > > On 12/13/06, *C K Wu* > wrote: > > Hi, Clem, > > Thank you for your interest in CK-ERP. > > I have visited the demo page a few minutes ago. It works ok, albeit > being loaded a bit slower than usual. I guess it's peak network hour > (10:00 pm local time) here in Hong Kong. Coupled with the fact that > announcement of the new demo had just been posted to various mailing > lists and forums one/two hours ago, so a fair number of curious > surfers > may be visiting the demo page concurrently at this very > moment. If you > are located away from East Asia, you may see response time to be > extremely slow. I guess you may have to re-visit the demo site at an > alternative time, say, 12 hours later. > > Cheers, > CK > > clement chazarra wrote: > > The demo doesn't seems to load properly, the page is loading but > > nothing appear... > > > > Have a look ;) > > > > Cheers, > > Clem > > > > On 12/13/06, *C K Wu* < ckwu at ck-erp.net > >> wrote: > > > > Hi, folks, > > > > I have completed a preliminary version of a vTiger connector > for use > > with CK-ERP. For a demo of CK-ERP operating within vTiger, > please > > > visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > > > > > > > Additionally, special thank is due to Guillermo Patterer of > Argentina > > for providing Spanish translation for the ck-ap, ck-bank, > ck-contact, > > ck-crm, and ck-quote modules. Translation of the other ck-* > > modules is > > still continuing. > > > > Because I have not been able to manipulate the vTiger page > header > > (charset parameter, to be exact) without changing vTiger's > main code, > > so if you wish to watch the demo in non-English language, > you may > > have > > to adjust your browser's character encoding parameter to be > able > > to see > > the page display correctly. This is especially true for Chinese > > readers. > > > > Cheers, > > CK > > _______________________________________________ > > 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 -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 748 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061214/22d68711/tzenk-0001.vcf From ckwu at ck-erp.net Thu Dec 14 07:22:46 2006 From: ckwu at ck-erp.net (C K Wu) Date: Thu, 14 Dec 2006 23:22:46 +0800 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <45812B9D.6080909@gmx.net> References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> <45812B9D.6080909@gmx.net> Message-ID: <45816C46.8060802@ck-erp.net> Hi, Torsten, Thank you for your interest in CK-ERP. I presume you are referring to the pop-up window that appears when you access, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites Inside the pop-up window, there is a standard prompt, "Anti-Phishing message - If you intend to review CK-ERP, enter demo as username and guest as password. Otherwise, do not proceed any further." So, enter 'demo' as the username and 'guest' as the password (without the quotes), will get you pass this pop-up window. Cheers, CK Torsten Zenk wrote: > Still isn?t working... > > > Authorization Required > > This server could not verify that you are authorized to access the > document requested. Either you supplied the wrong credentials (e.g., > bad password), or your browser doesn't understand how to supply the > credentials required. > > Additionally, a 401 Authorization Required error was encountered while > trying to use an ErrorDocument to handle the request. > > ------------------------------------------------------------------------ > Apache/1.3.34 Server at ck-erp.net Port 80 > From tzenk at gmx.net Thu Dec 14 08:18:26 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Thu, 14 Dec 2006 17:18:26 +0100 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <45816C46.8060802@ck-erp.net> References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> <45812B9D.6080909@gmx.net> <45816C46.8060802@ck-erp.net> Message-ID: <45817952.8080602@gmx.net> Ahhh, thx now it works but is too slow to build up the complete site...i?ll try later C K Wu schrieb: > Hi, Torsten, > > Thank you for your interest in CK-ERP. > > I presume you are referring to the pop-up window that appears when you > access, > http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > Inside the pop-up window, there is a standard prompt, "Anti-Phishing > message - If you intend to review CK-ERP, enter demo as username and > guest as password. Otherwise, do not proceed any further." > > So, enter 'demo' as the username and 'guest' as the password (without > the quotes), will get you pass this pop-up window. > > Cheers, > CK > > Torsten Zenk wrote: >> Still isn?t working... >> >> >> Authorization Required >> >> This server could not verify that you are authorized to access the >> document requested. Either you supplied the wrong credentials (e.g., >> bad password), or your browser doesn't understand how to supply the >> credentials required. >> >> Additionally, a 401 Authorization Required error was encountered >> while trying to use an ErrorDocument to handle the request. >> >> ------------------------------------------------------------------------ >> Apache/1.3.34 Server at ck-erp.net Port 80 >> > -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 748 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061214/b053d114/tzenk.vcf From peter.guhl at win-lux.ch Tue Dec 19 02:55:33 2006 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Tue, 19 Dec 2006 11:55:33 +0100 Subject: [Vtigercrm-developers] Checkbox-Values not shown in Contacts Message-ID: <4587C525.3090007@win-lux.ch> Hello all I have the effect with "normal" and custom checkboxes in a couple of vtiger installations (all 5.0.2) and am currently looking for a solution. The problem doesn't seem to be known in Trac or the forum (or did I simply not find it yet?) I am rather sure there must be something wrong with my installations - or is it really possible that selecting the values of checkboxes is just not yet done in getBlocks()? It's not likely... for me it doesn't even look possible to avoid selecting the checkbox-values (if this would be desirable). Regards Peter -- 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 lists.vtigercrm.com at callum-macdonald.com Thu Dec 21 18:35:12 2006 From: lists.vtigercrm.com at callum-macdonald.com (Callum Macdonald) Date: Fri, 22 Dec 2006 09:35:12 +0700 Subject: [Vtigercrm-developers] Adding a new Activity Type Message-ID: <458B4460.4070705@callum-macdonald.com> Hey Guys, We're making a couple of mods to vtiger to add some custom mail merging stuff. For anyone interested, the solution we're using is to use Microsoft Word (we'd prefer to use OpenOffice, but that's another story) and merging directly against a MySQL database. So the mod to vtiger exports the required data to a new table in another database, and then our word processor merges against that directly. It's not without complications, but it delivers a very powerful solution. Anyway, my question is about activity types. I've added an activity type called Mail Merge in the vtiger_activitytypes table, but when I manually change an activity type in the table vtiger_activity, it disappears from the Contact's view. I'm assuming the Call and Meeting activity types are hard coded. Can anyone shed any light on how we'd go about modifying this to add a new activity type? With my limited knowledge I'd guess we need to: 1) Find and update all queries that explicitly use Call or Meeting 2) Modify the smarty views for that field to add the new types to the interface Is there anything I'm missing? Any feedback or suggestions most appreciated. Cheers, Callum. From lists.vtigercrm.com at callum-macdonald.com Thu Dec 21 18:55:14 2006 From: lists.vtigercrm.com at callum-macdonald.com (Callum Macdonald) Date: Fri, 22 Dec 2006 09:55:14 +0700 Subject: [Vtigercrm-developers] Two wikis? Message-ID: <458B4912.6040008@callum-macdonald.com> Hey Guys, I thought that the Trac wiki and wiki.vtiger.com were the same thing, but I've just checked, they're not. I'd suggest it makes sense to standardise the Wiki into one platform. I'm not sure about how practical that is, so as an alternative could we transfer all the content from one Wiki onto the other and simply redirect one? Or if having two wikis makes sense, could somebody post a short explanation of which wiki is for what and then I'm happy to add that to the homepage of each (if I have permission to do that). C. From gopals at vtiger.com Fri Dec 22 08:11:39 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 22 Dec 2006 21:41:39 +0530 Subject: [Vtigercrm-developers] Two wikis? In-Reply-To: <458B4912.6040008@callum-macdonald.com> References: <458B4912.6040008@callum-macdonald.com> Message-ID: <10faaee93fb.2050536164905912392.6466520180434504229@@vtiger.com> Hi Callum, Good question. wiki.vtiger.com is for the product related documentation, such as User Manual, Installation Manuals, Developer manuals etc., where as Trac - Wiki is for tracking the vtiger CRM project related documents, such as project progress tracking, SVN access details, etc. Hope this information helps you. Regards, Gopal -- S.S.G.Gopal 1-877-788-4437 Skype:sripadag | Blogs ---- On Fri, 22 Dec 2006 Callum Macdonald wrote ---- Hey Guys, I thought that the Trac wiki and wiki.vtiger.com were the same thing, but I&cmve just checked, they&cmre not. I&cmd suggest it makes sense to standardise the Wiki into one platform. I&cmm not sure about how practical that is, so as an alternative could we transfer all the content from one Wiki onto the other and simply redirect one? Or if having two wikis makes sense, could somebody post a short explanation of which wiki is for what and then I&cmm happy to add that to the homepage of each (if I have permission to do that). C. _______________________________________________ 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/20061222/eef2b4ab/attachment.html From john at tantor.com Thu Dec 28 07:49:00 2006 From: john at tantor.com (J Zakhar) Date: Thu, 28 Dec 2006 10:49:00 -0500 Subject: [Vtigercrm-developers] Quick question on DB column mappings. Message-ID: <4593E76C.5040208@tantor.com> Does anyone off hand know where the mapping for vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? Thanks in advance J From joe at tsolucio.com Thu Dec 28 09:23:18 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 28 Dec 2006 18:23:18 +0100 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <4593E76C.5040208@tantor.com> References: <4593E76C.5040208@tantor.com> Message-ID: <1167326599.861.53.camel@joesunix.int> vtiger_field? Joe TSolucio El jue, 28-12-2006 a las 10:49 -0500, J Zakhar escribi?: > Does anyone off hand know where the mapping for > vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? > > Thanks in advance > > > > J > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From john at tantor.com Thu Dec 28 09:41:47 2006 From: john at tantor.com (J Zakhar) Date: Thu, 28 Dec 2006 12:41:47 -0500 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <1167326599.861.53.camel@joesunix.int> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> Message-ID: <459401DB.7020509@tantor.com> Err let me clarify.. If you create a custom field in any module, you can assign it a title, so create custom field foo in the accounts module. Open any account and its displayed as "foo", however in vtiger_accountscf its cf_123, somewhere there is a map that defines cf_123 = "foo". Id like to know where that is defined. Joe Bordes wrote: > vtiger_field? > > Joe > TSolucio > > El jue, 28-12-2006 a las 10:49 -0500, J Zakhar escribi?: > >> Does anyone off hand know where the mapping for >> vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? >> >> Thanks in advance >> >> >> >> J >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From alex.svetos at gmail.com Thu Dec 28 10:24:29 2006 From: alex.svetos at gmail.com (alex svetos) Date: Thu, 28 Dec 2006 19:24:29 +0100 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <459401DB.7020509@tantor.com> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> <459401DB.7020509@tantor.com> Message-ID: <26debbf70612281024y24903173xed7e965aa1029876@mail.gmail.com> > > If you create a custom field in any module, you can assign it a title, > so create custom field foo in the accounts module. Open any account and > its displayed as "foo", however in vtiger_accountscf its cf_123, > somewhere there is a map that defines cf_123 = "foo". > > Id like to know where that is defined. > > I think Joe was wright, it is vtiger_field : cf_123 is stored in the fieldname column and "foo" in the fieldlabel one. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061228/4b563c7c/attachment.htm From joe at tsolucio.com Thu Dec 28 10:40:55 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 28 Dec 2006 19:40:55 +0100 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <459401DB.7020509@tantor.com> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> <459401DB.7020509@tantor.com> Message-ID: <1167331255.861.55.camel@joesunix.int> vtiger_field Joe TSolucio El jue, 28-12-2006 a las 12:41 -0500, J Zakhar escribi?: > Err let me clarify.. > > If you create a custom field in any module, you can assign it a title, > so create custom field foo in the accounts module. Open any account and > its displayed as "foo", however in vtiger_accountscf its cf_123, > somewhere there is a map that defines cf_123 = "foo". > > Id like to know where that is defined. > > > Joe Bordes wrote: > > vtiger_field? > > > > Joe > > TSolucio > > > > El jue, 28-12-2006 a las 10:49 -0500, J Zakhar escribi?: > > > >> Does anyone off hand know where the mapping for > >> vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? > >> > >> Thanks in advance > >> > >> > >> > >> J > >> _______________________________________________ > >> 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 john at tantor.com Thu Dec 28 10:57:53 2006 From: john at tantor.com (J Zakhar) Date: Thu, 28 Dec 2006 13:57:53 -0500 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <26debbf70612281024y24903173xed7e965aa1029876@mail.gmail.com> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> <459401DB.7020509@tantor.com> <26debbf70612281024y24903173xed7e965aa1029876@mail.gmail.com> Message-ID: <459413B1.6010701@tantor.com> Ahh right, I apologize, I was thrown off by his sole comment of vtiger_field. I see now that there is a table with the information in it. It was a long holiday weekend and im not totally recovered, I should have spent more time looking before I posted to the list lol I am embarassed =) Thank you both. alex svetos wrote: > > > If you create a custom field in any module, you can assign it a title, > so create custom field foo in the accounts module. Open any > account and > its displayed as "foo", however in vtiger_accountscf its cf_123, > somewhere there is a map that defines cf_123 = "foo". > > Id like to know where that is defined. > > > I think Joe was wright, it is vtiger_field : cf_123 is stored in the > fieldname column and "foo" in the fieldlabel one. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From chazarra.clement at gmail.com Sun Dec 3 11:31:06 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Sun, 3 Dec 2006 16:31:06 +0000 Subject: [Vtigercrm-developers] vtigercrm nubee In-Reply-To: <30200a940611290432s3c146c22h2deecc7b74021ad3@mail.gmail.com> References: <30200a940611290432s3c146c22h2deecc7b74021ad3@mail.gmail.com> Message-ID: Hello, It might not be useful in your case, but we never know.. >From the command line on my windows system I had to execute " mysqld --max_allowed_packet=32M " because I was getting some kind of memory size errors when dumping my database. Don't know the procedure to execute this command on a linux system, but have a try and tell if it helped ;) Byebye On 11/29/06, Gregory Machin wrote: > > Hi All. > I'm trying to install my, vtiger 5.0.2 from the tgz file.. > and I get the following on the finish step .... > > Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to > allocate 64 bytes) in > /var/www/html/vtigercrm/adodb/adodb-xmlschema.inc.php on line 1656 > > Im using Fedora Core 6 64_bit > AMD Turion 64 3Hz > 1Gig Ram > apache 2.2.3 > php 5.1.6 > > php.ini ... > > max_execution_time = 300 ; Maximum execution time of each script, in > second > max_input_time = 60 ; Maximum amount of time each script may spend > parsing > memory_limit = 512M ; Maximum amount of memory a script may consume > > > I started out memory_limit = 32M then 64M then 128M then got peeved > and set it to 512M > and still the same error.. > > I have played with all the setting I know and have used to resolve, > similar problems before .. > I'm stumped ... > > please help > > Many thanks > > > -- > Gregory Machin > gregory.machin at gmail.com > www.linuxpro.co.za > _______________________________________________ > 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/20061203/3a050d68/attachment-0001.html From allan.bush+vtiger_dev at gmail.com Fri Dec 8 02:55:36 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 7 Dec 2006 23:55:36 -0800 Subject: [Vtigercrm-developers] 4.2 Database Modification Procedure Message-ID: <3bec26390612072355j15ae8d69sf5de38443f0919d6@mail.gmail.com> I've landed a script which keeps the database and code versions in sync. This should provide one click upgrades for both SVN and point release users when database changes occur. For developers this adds a couple extra requirements if your changes require modifying the database. The documentation for these requirements can be found here: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/DatabaseChanges Any users using the 4.2 SVN code should update their code base asap as once ticket #2721 (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2721) lands the upgrade from SVN revisions < 9948 will be somewhat tricky. Allan From davidv.net at gmail.com Fri Dec 8 08:57:59 2006 From: davidv.net at gmail.com (David V.) Date: Fri, 8 Dec 2006 09:57:59 -0400 Subject: [Vtigercrm-developers] Why Accounts an Account ? Message-ID: Hi Everybody ! Why in the code do we find : Accounts.php and Account.php Campaigns.php and Campaign.php Emails.php and Email.php Should we rely on the file with a "s" or the other file ? I had a look on the code to know wich files were updated by the developpers : here for instance ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950) You can see that Accounts.php is more recent that Account.php So I said : "Ok let's make it a rule to always rely on the file with the "s" at the end" But this cannot be a rule, because when you look at the Invoice and the HelpDesk modules there are no file with a "s" at the end. You can find Invoice.php but not Invoices.php. What should we do ? David V. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061208/5eee8891/attachment-0001.html From tzenk at gmx.net Fri Dec 8 10:24:10 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Fri, 08 Dec 2006 16:24:10 +0100 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: References: Message-ID: <4579839A.3080504@gmx.net> Hello, why not simply say everything in the future should be plural? Cheers David V. schrieb: > Hi Everybody ! > > Why in the code do we find : > > Accounts.php and Account.php > Campaigns.php and Campaign.php > Emails.php and Email.php > > Should we rely on the file with a "s" or the other file ? > > I had a look on the code to know wich files were updated by the > developpers : > here for instance ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > ) > You can see that Accounts.php is more recent that Account.php > > So I said : "Ok let's make it a rule to always rely on the file with > the "s" at the end" > > But this cannot be a rule, because when you look at the Invoice and > the HelpDesk modules there are no file with a "s" at the end. > You can find Invoice.php but not Invoices.php. > > What should we do ? > > David V. > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 748 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061208/a93a4445/attachment.vcf From davidv.net at gmail.com Fri Dec 8 10:57:47 2006 From: davidv.net at gmail.com (David V.) Date: Fri, 8 Dec 2006 11:57:47 -0400 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: <4579839A.3080504@gmx.net> References: <4579839A.3080504@gmx.net> Message-ID: Either plural or not we need to not what to rely on. If someone from vtiger team could reply on this ... ?? Thanks in advance. :-) David V. 2006/12/8, Torsten Zenk : > > Hello, > why not simply say everything in the future should be plural? > > Cheers > > David V. schrieb: > > Hi Everybody ! > > > > Why in the code do we find : > > > > Accounts.php and Account.php > > Campaigns.php and Campaign.php > > Emails.php and Email.php > > > > Should we rely on the file with a "s" or the other file ? > > > > I had a look on the code to know wich files were updated by the > > developpers : > > here for instance ( > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > > ) > > You can see that Accounts.php is more recent that Account.php > > > > So I said : "Ok let's make it a rule to always rely on the file with > > the "s" at the end" > > > > But this cannot be a rule, because when you look at the Invoice and > > the HelpDesk modules there are no file with a "s" at the end. > > You can find Invoice.php but not Invoices.php. > > > > What should we do ? > > > > David V. > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > 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/20061208/3c4bd4bb/attachment-0001.html From mickie at vtiger.com Sat Dec 9 00:42:48 2006 From: mickie at vtiger.com (Mickie) Date: Sat, 09 Dec 2006 11:12:48 +0530 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: References: <4579839A.3080504@gmx.net> Message-ID: <10f65bc2d1e.-8713424216092580425.5444410678496103450@@vtiger.com> Dear Team, These Accounts.php, Contacts.php, etc., are added to keey the Module name, Module.php name and Class Name similar. For example if we take Accounts, (module/Accounts/Accounts.php) module = Accounts module.php file = Accounts.php class name = Accounts In some places, when we try to include a file or create a object basedon the module we could not do that. Also it will helpful when we addnew modules in future. so that we have used these files with 's'instead of old files. Hope this is clear. Thanks & Regards Mickie ---- On Fri, 08 Dec 2006 David V. wrote ---- Either plural or not we need to not what to rely on. If someone from vtiger team could reply on this ... ?? Thanks in advance. :-) David V. 2006/12/8, Torsten Zenk :Hello, why not simply say everything in the future should be plural? Cheers David V. schrieb: > Hi Everybody ! > > Why in the code do we find : > > Accounts.php and Account.php > Campaigns.php and Campaign.php > Emails.php and Email.php > > Should we rely on the file with a "s" or the other file ? > > I had a look on the code to know wich files were updated by the > developpers : > here for instance ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > ) > You can see that Accounts.php is more recent that Account.php > > So I said : "Ok let's make it a rule to always rely on the file with > the "s" at the end" > > But this cannot be a rule, because when you look at the Invoice and > the HelpDesk modules there are no file with a "s" at the end. > You can find Invoice.php but not Invoices.php. > > What should we do ? > > David V. > > ------------------------------------------------------------------------ > > _______________________________________________ > 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/20061209/8df0ee6f/attachment-0001.html From davidv.net at gmail.com Sat Dec 9 05:58:15 2006 From: davidv.net at gmail.com (David V.) Date: Sat, 9 Dec 2006 06:58:15 -0400 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: <820923160745435555@unknownmsgid> References: <4579839A.3080504@gmx.net> <820923160745435555@unknownmsgid> Message-ID: Thank you for your reply Mickie. So if I understand correctly : 1rst rule : keep module_folder name, module.php name and class name in sync 2nd rule : this name should have a "s" at the end So now 2 questions : Why not deleting the old files (Account.php, Email.php, ...) ? Why not renaming Invoice to Invoices ? And what do you mean by : "when we try to include a file or create a object based on the module we could not do that" ? Thanks and regards. David V. 2006/12/9, Mickie : > > Dear Team, > > These Accounts.php, Contacts.php, etc., are added to keey the Module name, > Module.php name and Class Name similar. > For example if we take Accounts, (module/Accounts/Accounts.php) > module = Accounts > module.php file = Accounts.php > class name = Accounts > > In some places, when we try to include a file or create a object based on > the module we could not do that. Also it will helpful when we add new > modules in future. so that we have used these files with 's' instead of old > files. > > Hope this is clear. > Thanks & Regards > Mickie > > > > ---- On Fri, 08 Dec 2006 *David V. * wrote ---- > > Either plural or not we need to not what to rely on. > If someone from vtiger team could reply on this ... ?? > > Thanks in advance. :-) > > David V. > > > 2006/12/8, Torsten Zenk < tzenk at gmx.net>: > > Hello, > why not simply say everything in the future should be plural? > > Cheers > > David V. schrieb: > > Hi Everybody ! > > > > Why in the code do we find : > > > > Accounts.php and Account.php > > Campaigns.php and Campaign.php > > Emails.php and Email.php > > > > Should we rely on the file with a "s" or the other file ? > > > > I had a look on the code to know wich files were updated by the > > developpers : > > here for instance ( > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > > ) > > You can see that Accounts.php is more recent that Account.php > > > > So I said : "Ok let's make it a rule to always rely on the file with > > the "s" at the end" > > > > But this cannot be a rule, because when you look at the Invoice and > > the HelpDesk modules there are no file with a "s" at the end. > > You can find Invoice.php but not Invoices.php. > > > > What should we do ? > > > > David V. > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > 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/20061209/4287ee31/attachment-0001.html From tzenk at gmx.net Tue Dec 5 13:32:52 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 05 Dec 2006 19:32:52 +0100 Subject: [Vtigercrm-developers] beneath the supportstartdate >>> (dd-mm-yyyy) ...wanna hide this.... Message-ID: <4575BB54.5020902@gmx.net> Hello, i?m new to this mailinglist thing so please excuse me if i act a little strange... ;) Coming from the forum i have a question that i seek an answer for quit some time now. Maybe someone here can answer this? i would like to get rid of the Date Format display in the masks where dates can be choosen from the calender. what i mean. in vtiger i create a new product for example. i use the + Button and now see the new mask with a lot of entries to be made. Depending on which dateformat you have setup in the vtiger settings it shows this beneath the supportstartdate etc. >>> (dd-mm-yyyy) I would like to hide this for certain people as they get confused about it. Second thing is that i would like the choosen dates to be shown in the dates fields as 05.12.2006 instead of 05-12-2006. How can i change this? Thanks for your attention Pimok -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 769 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061205/01e4cee0/attachment.vcf From joe at tsolucio.com Sun Dec 10 17:49:12 2006 From: joe at tsolucio.com (Joe Bordes) Date: Sun, 10 Dec 2006 23:49:12 +0100 Subject: [Vtigercrm-developers] beneath the supportstartdate >>> (dd-mm-yyyy) ...wanna hide this.... In-Reply-To: <4575BB54.5020902@gmx.net> References: <4575BB54.5020902@gmx.net> Message-ID: <1165790952.12200.6.camel@joeshome.int> Hi, El mar, 05-12-2006 a las 19:32 +0100, Torsten Zenk escribi?: > Hello, > i?m new to this mailinglist thing so please excuse me if i act a little > strange... ;) > > Coming from the forum i have a question that i seek an answer for quit > some time now. > Maybe someone here can answer this? > > i would like to get rid of the Date Format display in the masks where > dates can be choosen from the calender. > > what i mean. > > in vtiger i create a new product for example. > i use the + Button and now see the new mask with a lot of entries to be > made. Depending on which dateformat you have setup in the vtiger > settings it shows this beneath the supportstartdate etc. >>> > > (dd-mm-yyyy) > > I would like to hide this for certain people as they get confused about it. > This is hardcoded so you will have to eliminate it. You have to look for the block of code: --------------- {if $uitype eq 5 || $uitype eq 23}
({$dateStr}) {else}
({$dateStr}) {/if} --------------- and comment it in the template files. My search returned 9 files in the template directory (maybe not all involved) > > Second thing is that i would like the choosen dates to be shown in the > dates fields as 05.12.2006 instead of 05-12-2006. How can i change this? > This is also hardcoded but won't be as easy to change. I have no idea of the implications of trying to change this as there are functions that change/return the dates using the '-' (getDBInsertDateValue) NOTE: If anybody with more in-depth knowledge can confirm correct ... Regards, Joe TSolucio From peter.guhl at win-lux.ch Mon Dec 11 09:55:10 2006 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Mon, 11 Dec 2006 15:55:10 +0100 Subject: [Vtigercrm-developers] Adding Modules Message-ID: <457D714E.6010503@win-lux.ch> Hi all After working through http://wiki.vtiger.com/index.php/Creating_New_Module for half a day (making it to 2.6 by now) I just have one question left: Is this the only way to do it? And what happens when I upgrade to 5.0.3? It seems like I need to do changes in most of the core components of vtiger to get this module in. Regards Peter -- 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 From joe at tsolucio.com Mon Dec 11 11:12:54 2006 From: joe at tsolucio.com (Joe Bordes) Date: Mon, 11 Dec 2006 17:12:54 +0100 Subject: [Vtigercrm-developers] Adding Modules In-Reply-To: <457D714E.6010503@win-lux.ch> References: <457D714E.6010503@win-lux.ch> Message-ID: <1165853574.29437.34.camel@joesunix.int> Yes. You are right. VTiger is not modular. This is really just a procedure to add new code to an existing version. Joe TSolucio El lun, 11-12-2006 a las 15:55 +0100, Peter Guhl escribi?: > Hi all > > After working through > http://wiki.vtiger.com/index.php/Creating_New_Module for half a day > (making it to 2.6 by now) I just have one question left: Is this the > only way to do it? And what happens when I upgrade to 5.0.3? It seems > like I need to do changes in most of the core components of vtiger to > get this module in. > > Regards > Peter > From peter.guhl at win-lux.ch Mon Dec 11 11:21:23 2006 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Mon, 11 Dec 2006 17:21:23 +0100 Subject: [Vtigercrm-developers] Adding Modules In-Reply-To: <1165853574.29437.34.camel@joesunix.int> References: <457D714E.6010503@win-lux.ch> <1165853574.29437.34.camel@joesunix.int> Message-ID: <457D8583.10200@win-lux.ch> Holla ;-) OK. Looks like it's a good idea to keep a clean documentation of what I am changing ;-) I am sure the plugin infrastructure is somewhere in the feature requests already ;-) Regards Peter Joe Bordes schrieb: > Yes. You are right. VTiger is not modular. This is really just a > procedure to add new code to an existing version. > > Joe > TSolucio > > El lun, 11-12-2006 a las 15:55 +0100, Peter Guhl escribi?: > >> Hi all >> >> After working through >> http://wiki.vtiger.com/index.php/Creating_New_Module for half a day >> (making it to 2.6 by now) I just have one question left: Is this the >> only way to do it? And what happens when I upgrade to 5.0.3? It seems >> like I need to do changes in most of the core components of vtiger to >> get this module in. >> >> Regards >> Peter >> >> From tzenk at gmx.net Tue Dec 12 03:55:55 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 12 Dec 2006 09:55:55 +0100 Subject: [Vtigercrm-developers] beneath the supportstartdate >>> (dd-mm-yyyy) ...wanna hide this.... In-Reply-To: <1165790952.12200.6.camel@joeshome.int> References: <4575BB54.5020902@gmx.net> <1165790952.12200.6.camel@joeshome.int> Message-ID: <457E6E9B.4070401@gmx.net> Okay , for those who may be intersted, thx to Joe i found how to get rid of displaying the (dd-mm-yyyy) under the dates. Simply comment out the following lines in DisplayFields.tpl like this. That?s it! ----------------------------------------------------------------------------------- Line 343
{else}
------------------------------------------------------------------------------------- I wonder if the europeans in here ever worked on the issue with the dd-mm-yyyy format as it is unknown in Europe. We use always use dd.mm.yyyy. There are lots of questions about this issue, but i found no solution untill now. Good bye Joe Bordes schrieb: > Hi, > > El mar, 05-12-2006 a las 19:32 +0100, Torsten Zenk escribi?: > >> Hello, >> i?m new to this mailinglist thing so please excuse me if i act a little >> strange... ;) >> >> Coming from the forum i have a question that i seek an answer for quit >> some time now. >> Maybe someone here can answer this? >> >> i would like to get rid of the Date Format display in the masks where >> dates can be choosen from the calender. >> >> what i mean. >> >> in vtiger i create a new product for example. >> i use the + Button and now see the new mask with a lot of entries to be >> made. Depending on which dateformat you have setup in the vtiger >> settings it shows this beneath the supportstartdate etc. >>> >> >> (dd-mm-yyyy) >> >> I would like to hide this for certain people as they get confused about it. >> >> > This is hardcoded so you will have to eliminate it. > You have to look for the block of code: > --------------- > {if $uitype eq 5 || $uitype eq 23} >
({$dateStr}) > {else} >
({$dateStr}) > {/if} > --------------- > and comment it in the template files. My search returned 9 files in the > template directory (maybe not all involved) > > >> Second thing is that i would like the choosen dates to be shown in the >> dates fields as 05.12.2006 instead of 05-12-2006. How can i change this? >> >> > This is also hardcoded but won't be as easy to change. I have no idea of > the implications of trying to change this as there are functions that > change/return the dates using the '-' (getDBInsertDateValue) > > NOTE: If anybody with more in-depth knowledge can confirm correct ... > > Regards, Joe > TSolucio > > -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 769 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061212/e9af09ae/attachment.vcf From alexeyeg at gmail.com Tue Dec 12 09:25:12 2006 From: alexeyeg at gmail.com (Alexey Egorov) Date: Tue, 12 Dec 2006 17:25:12 +0300 Subject: [Vtigercrm-developers] Russian localisation Message-ID: <231624650612120625g67970cc4w3f9c55e8ca86df55@mail.gmail.com> Hello, what should I do to VTiger CRM 5 to create and edit fields in Russian (using Russian characters)? Thanks, Alexey -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061212/d1e52aac/attachment-0001.html From seo at awebd.com.au Mon Dec 11 23:33:08 2006 From: seo at awebd.com.au (Mahamud Shahjahan) Date: Tue, 12 Dec 2006 15:33:08 +1100 Subject: [Vtigercrm-developers] Changing tab names In-Reply-To: Message-ID: Hello, I opened the "parent_tabdata.php" file and then tried to edit the main tab. I typed "Home Page" instead of "My Home Page" and the tab did not show up. Then I typed in "My Home Page" again, and this time the tab showed up. Please can anyone let me know the process to modify the tab names. Regards. Viper Boy -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From chazarra.clement at gmail.com Tue Dec 12 10:42:08 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Tue, 12 Dec 2006 15:42:08 +0000 Subject: [Vtigercrm-developers] Changing tab names In-Reply-To: References: Message-ID: Have a look to this thread: http://forums.vtiger.com/viewtopic.php?t=9483&highlight=menu *chmac* gives name of files and tables related to the problem you have. Regards, Clem On 12/12/06, Mahamud Shahjahan wrote: > > Hello, > > I opened the "parent_tabdata.php" file and then tried to edit the main > tab. I typed "Home Page" instead of "My Home Page" and the tab did not show > up. > > Then I typed in "My Home Page" again, and this time the tab showed up. > Please can anyone let me know the process to modify the tab names. > > Regards. > > Viper Boy > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > > _______________________________________________ > 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/20061212/fe484c04/attachment-0001.html From gregory.machin at gmail.com Wed Dec 13 06:21:18 2006 From: gregory.machin at gmail.com (Gregory Machin) Date: Wed, 13 Dec 2006 13:21:18 +0200 Subject: [Vtigercrm-developers] vtigercrm nubee In-Reply-To: References: <30200a940611290432s3c146c22h2deecc7b74021ad3@mail.gmail.com> Message-ID: <30200a940612130321q84fa8bfr94d33f79808e41dc@mail.gmail.com> On 12/3/06, clement chazarra wrote: > Hello, > > It might not be useful in your case, but we never know.. > From the command line on my windows system I had to execute " mysqld > --max_allowed_packet=32M " because I was getting some kind of memory size > errors when dumping my database. > > Don't know the procedure to execute this command on a linux system, but have > a try and tell if it helped ;) > > Byebye > > > On 11/29/06, Gregory Machin wrote: > > > > Hi All. > > I'm trying to install my, vtiger 5.0.2 from the tgz file.. > > and I get the following on the finish step .... > > > > Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to > > allocate 64 bytes) in > > /var/www/html/vtigercrm/adodb/adodb-xmlschema.inc.php on > line 1656 > > > > Im using Fedora Core 6 64_bit > > AMD Turion 64 3Hz > > 1Gig Ram > > apache 2.2.3 > > php 5.1.6 > > > > php.ini ... > > > > max_execution_time = 300 ; Maximum execution time of each script, in > second > > max_input_time = 60 ; Maximum amount of time each script may spend > parsing > > memory_limit = 512M ; Maximum amount of memory a script may consume > > > > > > I started out memory_limit = 32M then 64M then 128M then got peeved > > and set it to 512M > > and still the same error.. > > > > I have played with all the setting I know and have used to resolve, > > similar problems before .. > > I'm stumped ... > > > > please help > > > > Many thanks thanks for the tip .. I'll give it a go . From ckwu at ck-erp.net Wed Dec 13 08:09:38 2006 From: ckwu at ck-erp.net (C K Wu) Date: Wed, 13 Dec 2006 21:09:38 +0800 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo Message-ID: <457FFB92.4060303@ck-erp.net> Hi, folks, I have completed a preliminary version of a vTiger connector for use with CK-ERP. For a demo of CK-ERP operating within vTiger, please visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites Additionally, special thank is due to Guillermo Patterer of Argentina for providing Spanish translation for the ck-ap, ck-bank, ck-contact, ck-crm, and ck-quote modules. Translation of the other ck-* modules is still continuing. Because I have not been able to manipulate the vTiger page header (charset parameter, to be exact) without changing vTiger's main code, so if you wish to watch the demo in non-English language, you may have to adjust your browser's character encoding parameter to be able to see the page display correctly. This is especially true for Chinese readers. Cheers, CK From chazarra.clement at gmail.com Wed Dec 13 09:02:43 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Wed, 13 Dec 2006 14:02:43 +0000 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <457FFB92.4060303@ck-erp.net> References: <457FFB92.4060303@ck-erp.net> Message-ID: The demo doesn't seems to load properly, the page is loading but nothing appear... Have a look ;) Cheers, Clem On 12/13/06, C K Wu wrote: > > Hi, folks, > > I have completed a preliminary version of a vTiger connector for use > with CK-ERP. For a demo of CK-ERP operating within vTiger, please > visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > Additionally, special thank is due to Guillermo Patterer of Argentina > for providing Spanish translation for the ck-ap, ck-bank, ck-contact, > ck-crm, and ck-quote modules. Translation of the other ck-* modules is > still continuing. > > Because I have not been able to manipulate the vTiger page header > (charset parameter, to be exact) without changing vTiger's main code, > so if you wish to watch the demo in non-English language, you may have > to adjust your browser's character encoding parameter to be able to see > the page display correctly. This is especially true for Chinese readers. > > Cheers, > CK > _______________________________________________ > 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/20061213/a22ab67a/attachment-0001.html From ckwu at ck-erp.net Wed Dec 13 09:50:13 2006 From: ckwu at ck-erp.net (C K Wu) Date: Wed, 13 Dec 2006 22:50:13 +0800 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: References: <457FFB92.4060303@ck-erp.net> Message-ID: <45801325.6020107@ck-erp.net> Hi, Clem, Thank you for your interest in CK-ERP. I have visited the demo page a few minutes ago. It works ok, albeit being loaded a bit slower than usual. I guess it's peak network hour (10:00 pm local time) here in Hong Kong. Coupled with the fact that announcement of the new demo had just been posted to various mailing lists and forums one/two hours ago, so a fair number of curious surfers may be visiting the demo page concurrently at this very moment. If you are located away from East Asia, you may see response time to be extremely slow. I guess you may have to re-visit the demo site at an alternative time, say, 12 hours later. Cheers, CK clement chazarra wrote: > The demo doesn't seems to load properly, the page is loading but > nothing appear... > > Have a look ;) > > Cheers, > Clem > > On 12/13/06, *C K Wu* < ckwu at ck-erp.net > wrote: > > Hi, folks, > > I have completed a preliminary version of a vTiger connector for use > with CK-ERP. For a demo of CK-ERP operating within vTiger, please > visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > > Additionally, special thank is due to Guillermo Patterer of Argentina > for providing Spanish translation for the ck-ap, ck-bank, ck-contact, > ck-crm, and ck-quote modules. Translation of the other ck-* > modules is > still continuing. > > Because I have not been able to manipulate the vTiger page header > (charset parameter, to be exact) without changing vTiger's main code, > so if you wish to watch the demo in non-English language, you may > have > to adjust your browser's character encoding parameter to be able > to see > the page display correctly. This is especially true for Chinese > readers. > > Cheers, > CK > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From chazarra.clement at gmail.com Wed Dec 13 11:14:39 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Wed, 13 Dec 2006 16:14:39 +0000 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <45801325.6020107@ck-erp.net> References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> Message-ID: Ok, I will try later on ;) Cheers, Clem On 12/13/06, C K Wu wrote: > > Hi, Clem, > > Thank you for your interest in CK-ERP. > > I have visited the demo page a few minutes ago. It works ok, albeit > being loaded a bit slower than usual. I guess it's peak network hour > (10:00 pm local time) here in Hong Kong. Coupled with the fact that > announcement of the new demo had just been posted to various mailing > lists and forums one/two hours ago, so a fair number of curious surfers > may be visiting the demo page concurrently at this very moment. If you > are located away from East Asia, you may see response time to be > extremely slow. I guess you may have to re-visit the demo site at an > alternative time, say, 12 hours later. > > Cheers, > CK > > clement chazarra wrote: > > The demo doesn't seems to load properly, the page is loading but > > nothing appear... > > > > Have a look ;) > > > > Cheers, > > Clem > > > > On 12/13/06, *C K Wu* < ckwu at ck-erp.net > wrote: > > > > Hi, folks, > > > > I have completed a preliminary version of a vTiger connector for use > > with CK-ERP. For a demo of CK-ERP operating within vTiger, please > > visit, > http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > > > > > Additionally, special thank is due to Guillermo Patterer of > Argentina > > for providing Spanish translation for the ck-ap, ck-bank, > ck-contact, > > ck-crm, and ck-quote modules. Translation of the other ck-* > > modules is > > still continuing. > > > > Because I have not been able to manipulate the vTiger page header > > (charset parameter, to be exact) without changing vTiger's main > code, > > so if you wish to watch the demo in non-English language, you may > > have > > to adjust your browser's character encoding parameter to be able > > to see > > the page display correctly. This is especially true for Chinese > > readers. > > > > Cheers, > > CK > > _______________________________________________ > > 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/20061213/18ea6775/attachment-0001.html From tzenk at gmx.net Thu Dec 14 05:46:53 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Thu, 14 Dec 2006 11:46:53 +0100 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> Message-ID: <45812B9D.6080909@gmx.net> Still isn?t working... Authorization Required This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required. Additionally, a 401 Authorization Required error was encountered while trying to use an ErrorDocument to handle the request. ------------------------------------------------------------------------ Apache/1.3.34 Server at ck-erp.net Port 80 clement chazarra schrieb: > Ok, I will try later on ;) > > Cheers, > Clem > > On 12/13/06, *C K Wu* > wrote: > > Hi, Clem, > > Thank you for your interest in CK-ERP. > > I have visited the demo page a few minutes ago. It works ok, albeit > being loaded a bit slower than usual. I guess it's peak network hour > (10:00 pm local time) here in Hong Kong. Coupled with the fact that > announcement of the new demo had just been posted to various mailing > lists and forums one/two hours ago, so a fair number of curious > surfers > may be visiting the demo page concurrently at this very > moment. If you > are located away from East Asia, you may see response time to be > extremely slow. I guess you may have to re-visit the demo site at an > alternative time, say, 12 hours later. > > Cheers, > CK > > clement chazarra wrote: > > The demo doesn't seems to load properly, the page is loading but > > nothing appear... > > > > Have a look ;) > > > > Cheers, > > Clem > > > > On 12/13/06, *C K Wu* < ckwu at ck-erp.net > >> wrote: > > > > Hi, folks, > > > > I have completed a preliminary version of a vTiger connector > for use > > with CK-ERP. For a demo of CK-ERP operating within vTiger, > please > > > visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > > > > > > > Additionally, special thank is due to Guillermo Patterer of > Argentina > > for providing Spanish translation for the ck-ap, ck-bank, > ck-contact, > > ck-crm, and ck-quote modules. Translation of the other ck-* > > modules is > > still continuing. > > > > Because I have not been able to manipulate the vTiger page > header > > (charset parameter, to be exact) without changing vTiger's > main code, > > so if you wish to watch the demo in non-English language, > you may > > have > > to adjust your browser's character encoding parameter to be > able > > to see > > the page display correctly. This is especially true for Chinese > > readers. > > > > Cheers, > > CK > > _______________________________________________ > > 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 -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 748 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061214/22d68711/attachment.vcf From ckwu at ck-erp.net Thu Dec 14 10:22:46 2006 From: ckwu at ck-erp.net (C K Wu) Date: Thu, 14 Dec 2006 23:22:46 +0800 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <45812B9D.6080909@gmx.net> References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> <45812B9D.6080909@gmx.net> Message-ID: <45816C46.8060802@ck-erp.net> Hi, Torsten, Thank you for your interest in CK-ERP. I presume you are referring to the pop-up window that appears when you access, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites Inside the pop-up window, there is a standard prompt, "Anti-Phishing message - If you intend to review CK-ERP, enter demo as username and guest as password. Otherwise, do not proceed any further." So, enter 'demo' as the username and 'guest' as the password (without the quotes), will get you pass this pop-up window. Cheers, CK Torsten Zenk wrote: > Still isn?t working... > > > Authorization Required > > This server could not verify that you are authorized to access the > document requested. Either you supplied the wrong credentials (e.g., > bad password), or your browser doesn't understand how to supply the > credentials required. > > Additionally, a 401 Authorization Required error was encountered while > trying to use an ErrorDocument to handle the request. > > ------------------------------------------------------------------------ > Apache/1.3.34 Server at ck-erp.net Port 80 > From tzenk at gmx.net Thu Dec 14 11:18:26 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Thu, 14 Dec 2006 17:18:26 +0100 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <45816C46.8060802@ck-erp.net> References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> <45812B9D.6080909@gmx.net> <45816C46.8060802@ck-erp.net> Message-ID: <45817952.8080602@gmx.net> Ahhh, thx now it works but is too slow to build up the complete site...i?ll try later C K Wu schrieb: > Hi, Torsten, > > Thank you for your interest in CK-ERP. > > I presume you are referring to the pop-up window that appears when you > access, > http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > Inside the pop-up window, there is a standard prompt, "Anti-Phishing > message - If you intend to review CK-ERP, enter demo as username and > guest as password. Otherwise, do not proceed any further." > > So, enter 'demo' as the username and 'guest' as the password (without > the quotes), will get you pass this pop-up window. > > Cheers, > CK > > Torsten Zenk wrote: >> Still isn?t working... >> >> >> Authorization Required >> >> This server could not verify that you are authorized to access the >> document requested. Either you supplied the wrong credentials (e.g., >> bad password), or your browser doesn't understand how to supply the >> credentials required. >> >> Additionally, a 401 Authorization Required error was encountered >> while trying to use an ErrorDocument to handle the request. >> >> ------------------------------------------------------------------------ >> Apache/1.3.34 Server at ck-erp.net Port 80 >> > -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 748 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061214/b053d114/attachment.vcf From peter.guhl at win-lux.ch Tue Dec 19 05:55:33 2006 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Tue, 19 Dec 2006 11:55:33 +0100 Subject: [Vtigercrm-developers] Checkbox-Values not shown in Contacts Message-ID: <4587C525.3090007@win-lux.ch> Hello all I have the effect with "normal" and custom checkboxes in a couple of vtiger installations (all 5.0.2) and am currently looking for a solution. The problem doesn't seem to be known in Trac or the forum (or did I simply not find it yet?) I am rather sure there must be something wrong with my installations - or is it really possible that selecting the values of checkboxes is just not yet done in getBlocks()? It's not likely... for me it doesn't even look possible to avoid selecting the checkbox-values (if this would be desirable). Regards Peter -- 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 lists.vtigercrm.com at callum-macdonald.com Thu Dec 21 21:35:12 2006 From: lists.vtigercrm.com at callum-macdonald.com (Callum Macdonald) Date: Fri, 22 Dec 2006 09:35:12 +0700 Subject: [Vtigercrm-developers] Adding a new Activity Type Message-ID: <458B4460.4070705@callum-macdonald.com> Hey Guys, We're making a couple of mods to vtiger to add some custom mail merging stuff. For anyone interested, the solution we're using is to use Microsoft Word (we'd prefer to use OpenOffice, but that's another story) and merging directly against a MySQL database. So the mod to vtiger exports the required data to a new table in another database, and then our word processor merges against that directly. It's not without complications, but it delivers a very powerful solution. Anyway, my question is about activity types. I've added an activity type called Mail Merge in the vtiger_activitytypes table, but when I manually change an activity type in the table vtiger_activity, it disappears from the Contact's view. I'm assuming the Call and Meeting activity types are hard coded. Can anyone shed any light on how we'd go about modifying this to add a new activity type? With my limited knowledge I'd guess we need to: 1) Find and update all queries that explicitly use Call or Meeting 2) Modify the smarty views for that field to add the new types to the interface Is there anything I'm missing? Any feedback or suggestions most appreciated. Cheers, Callum. From lists.vtigercrm.com at callum-macdonald.com Thu Dec 21 21:55:14 2006 From: lists.vtigercrm.com at callum-macdonald.com (Callum Macdonald) Date: Fri, 22 Dec 2006 09:55:14 +0700 Subject: [Vtigercrm-developers] Two wikis? Message-ID: <458B4912.6040008@callum-macdonald.com> Hey Guys, I thought that the Trac wiki and wiki.vtiger.com were the same thing, but I've just checked, they're not. I'd suggest it makes sense to standardise the Wiki into one platform. I'm not sure about how practical that is, so as an alternative could we transfer all the content from one Wiki onto the other and simply redirect one? Or if having two wikis makes sense, could somebody post a short explanation of which wiki is for what and then I'm happy to add that to the homepage of each (if I have permission to do that). C. From gopals at vtiger.com Fri Dec 22 11:11:39 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 22 Dec 2006 21:41:39 +0530 Subject: [Vtigercrm-developers] Two wikis? In-Reply-To: <458B4912.6040008@callum-macdonald.com> References: <458B4912.6040008@callum-macdonald.com> Message-ID: <10faaee93fb.2050536164905912392.6466520180434504229@@vtiger.com> Hi Callum, Good question. wiki.vtiger.com is for the product related documentation, such as User Manual, Installation Manuals, Developer manuals etc., where as Trac - Wiki is for tracking the vtiger CRM project related documents, such as project progress tracking, SVN access details, etc. Hope this information helps you. Regards, Gopal -- S.S.G.Gopal 1-877-788-4437 Skype:sripadag | Blogs ---- On Fri, 22 Dec 2006 Callum Macdonald wrote ---- Hey Guys, I thought that the Trac wiki and wiki.vtiger.com were the same thing, but I&cmve just checked, they&cmre not. I&cmd suggest it makes sense to standardise the Wiki into one platform. I&cmm not sure about how practical that is, so as an alternative could we transfer all the content from one Wiki onto the other and simply redirect one? Or if having two wikis makes sense, could somebody post a short explanation of which wiki is for what and then I&cmm happy to add that to the homepage of each (if I have permission to do that). C. _______________________________________________ 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/20061222/eef2b4ab/attachment-0001.html From john at tantor.com Thu Dec 28 10:49:00 2006 From: john at tantor.com (J Zakhar) Date: Thu, 28 Dec 2006 10:49:00 -0500 Subject: [Vtigercrm-developers] Quick question on DB column mappings. Message-ID: <4593E76C.5040208@tantor.com> Does anyone off hand know where the mapping for vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? Thanks in advance J From joe at tsolucio.com Thu Dec 28 12:23:18 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 28 Dec 2006 18:23:18 +0100 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <4593E76C.5040208@tantor.com> References: <4593E76C.5040208@tantor.com> Message-ID: <1167326599.861.53.camel@joesunix.int> vtiger_field? Joe TSolucio El jue, 28-12-2006 a las 10:49 -0500, J Zakhar escribi?: > Does anyone off hand know where the mapping for > vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? > > Thanks in advance > > > > J > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From john at tantor.com Thu Dec 28 12:41:47 2006 From: john at tantor.com (J Zakhar) Date: Thu, 28 Dec 2006 12:41:47 -0500 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <1167326599.861.53.camel@joesunix.int> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> Message-ID: <459401DB.7020509@tantor.com> Err let me clarify.. If you create a custom field in any module, you can assign it a title, so create custom field foo in the accounts module. Open any account and its displayed as "foo", however in vtiger_accountscf its cf_123, somewhere there is a map that defines cf_123 = "foo". Id like to know where that is defined. Joe Bordes wrote: > vtiger_field? > > Joe > TSolucio > > El jue, 28-12-2006 a las 10:49 -0500, J Zakhar escribi?: > >> Does anyone off hand know where the mapping for >> vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? >> >> Thanks in advance >> >> >> >> J >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From alex.svetos at gmail.com Thu Dec 28 13:24:29 2006 From: alex.svetos at gmail.com (alex svetos) Date: Thu, 28 Dec 2006 19:24:29 +0100 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <459401DB.7020509@tantor.com> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> <459401DB.7020509@tantor.com> Message-ID: <26debbf70612281024y24903173xed7e965aa1029876@mail.gmail.com> > > If you create a custom field in any module, you can assign it a title, > so create custom field foo in the accounts module. Open any account and > its displayed as "foo", however in vtiger_accountscf its cf_123, > somewhere there is a map that defines cf_123 = "foo". > > Id like to know where that is defined. > > I think Joe was wright, it is vtiger_field : cf_123 is stored in the fieldname column and "foo" in the fieldlabel one. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061228/4b563c7c/attachment-0001.html From joe at tsolucio.com Thu Dec 28 13:40:55 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 28 Dec 2006 19:40:55 +0100 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <459401DB.7020509@tantor.com> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> <459401DB.7020509@tantor.com> Message-ID: <1167331255.861.55.camel@joesunix.int> vtiger_field Joe TSolucio El jue, 28-12-2006 a las 12:41 -0500, J Zakhar escribi?: > Err let me clarify.. > > If you create a custom field in any module, you can assign it a title, > so create custom field foo in the accounts module. Open any account and > its displayed as "foo", however in vtiger_accountscf its cf_123, > somewhere there is a map that defines cf_123 = "foo". > > Id like to know where that is defined. > > > Joe Bordes wrote: > > vtiger_field? > > > > Joe > > TSolucio > > > > El jue, 28-12-2006 a las 10:49 -0500, J Zakhar escribi?: > > > >> Does anyone off hand know where the mapping for > >> vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? > >> > >> Thanks in advance > >> > >> > >> > >> J > >> _______________________________________________ > >> 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 john at tantor.com Thu Dec 28 13:57:53 2006 From: john at tantor.com (J Zakhar) Date: Thu, 28 Dec 2006 13:57:53 -0500 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <26debbf70612281024y24903173xed7e965aa1029876@mail.gmail.com> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> <459401DB.7020509@tantor.com> <26debbf70612281024y24903173xed7e965aa1029876@mail.gmail.com> Message-ID: <459413B1.6010701@tantor.com> Ahh right, I apologize, I was thrown off by his sole comment of vtiger_field. I see now that there is a table with the information in it. It was a long holiday weekend and im not totally recovered, I should have spent more time looking before I posted to the list lol I am embarassed =) Thank you both. alex svetos wrote: > > > If you create a custom field in any module, you can assign it a title, > so create custom field foo in the accounts module. Open any > account and > its displayed as "foo", however in vtiger_accountscf its cf_123, > somewhere there is a map that defines cf_123 = "foo". > > Id like to know where that is defined. > > > I think Joe was wright, it is vtiger_field : cf_123 is stored in the > fieldname column and "foo" in the fieldlabel one. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From chazarra.clement at gmail.com Sun Dec 3 11:31:06 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Sun, 3 Dec 2006 16:31:06 +0000 Subject: [Vtigercrm-developers] vtigercrm nubee In-Reply-To: <30200a940611290432s3c146c22h2deecc7b74021ad3@mail.gmail.com> References: <30200a940611290432s3c146c22h2deecc7b74021ad3@mail.gmail.com> Message-ID: Hello, It might not be useful in your case, but we never know.. >From the command line on my windows system I had to execute " mysqld --max_allowed_packet=32M " because I was getting some kind of memory size errors when dumping my database. Don't know the procedure to execute this command on a linux system, but have a try and tell if it helped ;) Byebye On 11/29/06, Gregory Machin wrote: > > Hi All. > I'm trying to install my, vtiger 5.0.2 from the tgz file.. > and I get the following on the finish step .... > > Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to > allocate 64 bytes) in > /var/www/html/vtigercrm/adodb/adodb-xmlschema.inc.php on line 1656 > > Im using Fedora Core 6 64_bit > AMD Turion 64 3Hz > 1Gig Ram > apache 2.2.3 > php 5.1.6 > > php.ini ... > > max_execution_time = 300 ; Maximum execution time of each script, in > second > max_input_time = 60 ; Maximum amount of time each script may spend > parsing > memory_limit = 512M ; Maximum amount of memory a script may consume > > > I started out memory_limit = 32M then 64M then 128M then got peeved > and set it to 512M > and still the same error.. > > I have played with all the setting I know and have used to resolve, > similar problems before .. > I'm stumped ... > > please help > > Many thanks > > > -- > Gregory Machin > gregory.machin at gmail.com > www.linuxpro.co.za > _______________________________________________ > 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/20061203/3a050d68/attachment-0002.html From allan.bush+vtiger_dev at gmail.com Fri Dec 8 02:55:36 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 7 Dec 2006 23:55:36 -0800 Subject: [Vtigercrm-developers] 4.2 Database Modification Procedure Message-ID: <3bec26390612072355j15ae8d69sf5de38443f0919d6@mail.gmail.com> I've landed a script which keeps the database and code versions in sync. This should provide one click upgrades for both SVN and point release users when database changes occur. For developers this adds a couple extra requirements if your changes require modifying the database. The documentation for these requirements can be found here: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/DatabaseChanges Any users using the 4.2 SVN code should update their code base asap as once ticket #2721 (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2721) lands the upgrade from SVN revisions < 9948 will be somewhat tricky. Allan From davidv.net at gmail.com Fri Dec 8 08:57:59 2006 From: davidv.net at gmail.com (David V.) Date: Fri, 8 Dec 2006 09:57:59 -0400 Subject: [Vtigercrm-developers] Why Accounts an Account ? Message-ID: Hi Everybody ! Why in the code do we find : Accounts.php and Account.php Campaigns.php and Campaign.php Emails.php and Email.php Should we rely on the file with a "s" or the other file ? I had a look on the code to know wich files were updated by the developpers : here for instance ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950) You can see that Accounts.php is more recent that Account.php So I said : "Ok let's make it a rule to always rely on the file with the "s" at the end" But this cannot be a rule, because when you look at the Invoice and the HelpDesk modules there are no file with a "s" at the end. You can find Invoice.php but not Invoices.php. What should we do ? David V. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061208/5eee8891/attachment-0002.html From tzenk at gmx.net Fri Dec 8 10:24:10 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Fri, 08 Dec 2006 16:24:10 +0100 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: References: Message-ID: <4579839A.3080504@gmx.net> Hello, why not simply say everything in the future should be plural? Cheers David V. schrieb: > Hi Everybody ! > > Why in the code do we find : > > Accounts.php and Account.php > Campaigns.php and Campaign.php > Emails.php and Email.php > > Should we rely on the file with a "s" or the other file ? > > I had a look on the code to know wich files were updated by the > developpers : > here for instance ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > ) > You can see that Accounts.php is more recent that Account.php > > So I said : "Ok let's make it a rule to always rely on the file with > the "s" at the end" > > But this cannot be a rule, because when you look at the Invoice and > the HelpDesk modules there are no file with a "s" at the end. > You can find Invoice.php but not Invoices.php. > > What should we do ? > > David V. > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 748 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061208/a93a4445/attachment-0001.vcf From davidv.net at gmail.com Fri Dec 8 10:57:47 2006 From: davidv.net at gmail.com (David V.) Date: Fri, 8 Dec 2006 11:57:47 -0400 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: <4579839A.3080504@gmx.net> References: <4579839A.3080504@gmx.net> Message-ID: Either plural or not we need to not what to rely on. If someone from vtiger team could reply on this ... ?? Thanks in advance. :-) David V. 2006/12/8, Torsten Zenk : > > Hello, > why not simply say everything in the future should be plural? > > Cheers > > David V. schrieb: > > Hi Everybody ! > > > > Why in the code do we find : > > > > Accounts.php and Account.php > > Campaigns.php and Campaign.php > > Emails.php and Email.php > > > > Should we rely on the file with a "s" or the other file ? > > > > I had a look on the code to know wich files were updated by the > > developpers : > > here for instance ( > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > > ) > > You can see that Accounts.php is more recent that Account.php > > > > So I said : "Ok let's make it a rule to always rely on the file with > > the "s" at the end" > > > > But this cannot be a rule, because when you look at the Invoice and > > the HelpDesk modules there are no file with a "s" at the end. > > You can find Invoice.php but not Invoices.php. > > > > What should we do ? > > > > David V. > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > 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/20061208/3c4bd4bb/attachment-0002.html From mickie at vtiger.com Sat Dec 9 00:42:48 2006 From: mickie at vtiger.com (Mickie) Date: Sat, 09 Dec 2006 11:12:48 +0530 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: References: <4579839A.3080504@gmx.net> Message-ID: <10f65bc2d1e.-8713424216092580425.5444410678496103450@@vtiger.com> Dear Team, These Accounts.php, Contacts.php, etc., are added to keey the Module name, Module.php name and Class Name similar. For example if we take Accounts, (module/Accounts/Accounts.php) module = Accounts module.php file = Accounts.php class name = Accounts In some places, when we try to include a file or create a object basedon the module we could not do that. Also it will helpful when we addnew modules in future. so that we have used these files with 's'instead of old files. Hope this is clear. Thanks & Regards Mickie ---- On Fri, 08 Dec 2006 David V. wrote ---- Either plural or not we need to not what to rely on. If someone from vtiger team could reply on this ... ?? Thanks in advance. :-) David V. 2006/12/8, Torsten Zenk :Hello, why not simply say everything in the future should be plural? Cheers David V. schrieb: > Hi Everybody ! > > Why in the code do we find : > > Accounts.php and Account.php > Campaigns.php and Campaign.php > Emails.php and Email.php > > Should we rely on the file with a "s" or the other file ? > > I had a look on the code to know wich files were updated by the > developpers : > here for instance ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > ) > You can see that Accounts.php is more recent that Account.php > > So I said : "Ok let's make it a rule to always rely on the file with > the "s" at the end" > > But this cannot be a rule, because when you look at the Invoice and > the HelpDesk modules there are no file with a "s" at the end. > You can find Invoice.php but not Invoices.php. > > What should we do ? > > David V. > > ------------------------------------------------------------------------ > > _______________________________________________ > 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/20061209/8df0ee6f/attachment-0002.html From davidv.net at gmail.com Sat Dec 9 05:58:15 2006 From: davidv.net at gmail.com (David V.) Date: Sat, 9 Dec 2006 06:58:15 -0400 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: <820923160745435555@unknownmsgid> References: <4579839A.3080504@gmx.net> <820923160745435555@unknownmsgid> Message-ID: Thank you for your reply Mickie. So if I understand correctly : 1rst rule : keep module_folder name, module.php name and class name in sync 2nd rule : this name should have a "s" at the end So now 2 questions : Why not deleting the old files (Account.php, Email.php, ...) ? Why not renaming Invoice to Invoices ? And what do you mean by : "when we try to include a file or create a object based on the module we could not do that" ? Thanks and regards. David V. 2006/12/9, Mickie : > > Dear Team, > > These Accounts.php, Contacts.php, etc., are added to keey the Module name, > Module.php name and Class Name similar. > For example if we take Accounts, (module/Accounts/Accounts.php) > module = Accounts > module.php file = Accounts.php > class name = Accounts > > In some places, when we try to include a file or create a object based on > the module we could not do that. Also it will helpful when we add new > modules in future. so that we have used these files with 's' instead of old > files. > > Hope this is clear. > Thanks & Regards > Mickie > > > > ---- On Fri, 08 Dec 2006 *David V. * wrote ---- > > Either plural or not we need to not what to rely on. > If someone from vtiger team could reply on this ... ?? > > Thanks in advance. :-) > > David V. > > > 2006/12/8, Torsten Zenk < tzenk at gmx.net>: > > Hello, > why not simply say everything in the future should be plural? > > Cheers > > David V. schrieb: > > Hi Everybody ! > > > > Why in the code do we find : > > > > Accounts.php and Account.php > > Campaigns.php and Campaign.php > > Emails.php and Email.php > > > > Should we rely on the file with a "s" or the other file ? > > > > I had a look on the code to know wich files were updated by the > > developpers : > > here for instance ( > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > > ) > > You can see that Accounts.php is more recent that Account.php > > > > So I said : "Ok let's make it a rule to always rely on the file with > > the "s" at the end" > > > > But this cannot be a rule, because when you look at the Invoice and > > the HelpDesk modules there are no file with a "s" at the end. > > You can find Invoice.php but not Invoices.php. > > > > What should we do ? > > > > David V. > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > 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/20061209/4287ee31/attachment-0002.html From tzenk at gmx.net Tue Dec 5 13:32:52 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 05 Dec 2006 19:32:52 +0100 Subject: [Vtigercrm-developers] beneath the supportstartdate >>> (dd-mm-yyyy) ...wanna hide this.... Message-ID: <4575BB54.5020902@gmx.net> Hello, i?m new to this mailinglist thing so please excuse me if i act a little strange... ;) Coming from the forum i have a question that i seek an answer for quit some time now. Maybe someone here can answer this? i would like to get rid of the Date Format display in the masks where dates can be choosen from the calender. what i mean. in vtiger i create a new product for example. i use the + Button and now see the new mask with a lot of entries to be made. Depending on which dateformat you have setup in the vtiger settings it shows this beneath the supportstartdate etc. >>> (dd-mm-yyyy) I would like to hide this for certain people as they get confused about it. Second thing is that i would like the choosen dates to be shown in the dates fields as 05.12.2006 instead of 05-12-2006. How can i change this? Thanks for your attention Pimok -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 769 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061205/01e4cee0/attachment-0001.vcf From joe at tsolucio.com Sun Dec 10 17:49:12 2006 From: joe at tsolucio.com (Joe Bordes) Date: Sun, 10 Dec 2006 23:49:12 +0100 Subject: [Vtigercrm-developers] beneath the supportstartdate >>> (dd-mm-yyyy) ...wanna hide this.... In-Reply-To: <4575BB54.5020902@gmx.net> References: <4575BB54.5020902@gmx.net> Message-ID: <1165790952.12200.6.camel@joeshome.int> Hi, El mar, 05-12-2006 a las 19:32 +0100, Torsten Zenk escribi?: > Hello, > i?m new to this mailinglist thing so please excuse me if i act a little > strange... ;) > > Coming from the forum i have a question that i seek an answer for quit > some time now. > Maybe someone here can answer this? > > i would like to get rid of the Date Format display in the masks where > dates can be choosen from the calender. > > what i mean. > > in vtiger i create a new product for example. > i use the + Button and now see the new mask with a lot of entries to be > made. Depending on which dateformat you have setup in the vtiger > settings it shows this beneath the supportstartdate etc. >>> > > (dd-mm-yyyy) > > I would like to hide this for certain people as they get confused about it. > This is hardcoded so you will have to eliminate it. You have to look for the block of code: --------------- {if $uitype eq 5 || $uitype eq 23}
({$dateStr}) {else}
({$dateStr}) {/if} --------------- and comment it in the template files. My search returned 9 files in the template directory (maybe not all involved) > > Second thing is that i would like the choosen dates to be shown in the > dates fields as 05.12.2006 instead of 05-12-2006. How can i change this? > This is also hardcoded but won't be as easy to change. I have no idea of the implications of trying to change this as there are functions that change/return the dates using the '-' (getDBInsertDateValue) NOTE: If anybody with more in-depth knowledge can confirm correct ... Regards, Joe TSolucio From peter.guhl at win-lux.ch Mon Dec 11 09:55:10 2006 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Mon, 11 Dec 2006 15:55:10 +0100 Subject: [Vtigercrm-developers] Adding Modules Message-ID: <457D714E.6010503@win-lux.ch> Hi all After working through http://wiki.vtiger.com/index.php/Creating_New_Module for half a day (making it to 2.6 by now) I just have one question left: Is this the only way to do it? And what happens when I upgrade to 5.0.3? It seems like I need to do changes in most of the core components of vtiger to get this module in. Regards Peter -- 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 From joe at tsolucio.com Mon Dec 11 11:12:54 2006 From: joe at tsolucio.com (Joe Bordes) Date: Mon, 11 Dec 2006 17:12:54 +0100 Subject: [Vtigercrm-developers] Adding Modules In-Reply-To: <457D714E.6010503@win-lux.ch> References: <457D714E.6010503@win-lux.ch> Message-ID: <1165853574.29437.34.camel@joesunix.int> Yes. You are right. VTiger is not modular. This is really just a procedure to add new code to an existing version. Joe TSolucio El lun, 11-12-2006 a las 15:55 +0100, Peter Guhl escribi?: > Hi all > > After working through > http://wiki.vtiger.com/index.php/Creating_New_Module for half a day > (making it to 2.6 by now) I just have one question left: Is this the > only way to do it? And what happens when I upgrade to 5.0.3? It seems > like I need to do changes in most of the core components of vtiger to > get this module in. > > Regards > Peter > From peter.guhl at win-lux.ch Mon Dec 11 11:21:23 2006 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Mon, 11 Dec 2006 17:21:23 +0100 Subject: [Vtigercrm-developers] Adding Modules In-Reply-To: <1165853574.29437.34.camel@joesunix.int> References: <457D714E.6010503@win-lux.ch> <1165853574.29437.34.camel@joesunix.int> Message-ID: <457D8583.10200@win-lux.ch> Holla ;-) OK. Looks like it's a good idea to keep a clean documentation of what I am changing ;-) I am sure the plugin infrastructure is somewhere in the feature requests already ;-) Regards Peter Joe Bordes schrieb: > Yes. You are right. VTiger is not modular. This is really just a > procedure to add new code to an existing version. > > Joe > TSolucio > > El lun, 11-12-2006 a las 15:55 +0100, Peter Guhl escribi?: > >> Hi all >> >> After working through >> http://wiki.vtiger.com/index.php/Creating_New_Module for half a day >> (making it to 2.6 by now) I just have one question left: Is this the >> only way to do it? And what happens when I upgrade to 5.0.3? It seems >> like I need to do changes in most of the core components of vtiger to >> get this module in. >> >> Regards >> Peter >> >> From tzenk at gmx.net Tue Dec 12 03:55:55 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 12 Dec 2006 09:55:55 +0100 Subject: [Vtigercrm-developers] beneath the supportstartdate >>> (dd-mm-yyyy) ...wanna hide this.... In-Reply-To: <1165790952.12200.6.camel@joeshome.int> References: <4575BB54.5020902@gmx.net> <1165790952.12200.6.camel@joeshome.int> Message-ID: <457E6E9B.4070401@gmx.net> Okay , for those who may be intersted, thx to Joe i found how to get rid of displaying the (dd-mm-yyyy) under the dates. Simply comment out the following lines in DisplayFields.tpl like this. That?s it! ----------------------------------------------------------------------------------- Line 343
{else}
------------------------------------------------------------------------------------- I wonder if the europeans in here ever worked on the issue with the dd-mm-yyyy format as it is unknown in Europe. We use always use dd.mm.yyyy. There are lots of questions about this issue, but i found no solution untill now. Good bye Joe Bordes schrieb: > Hi, > > El mar, 05-12-2006 a las 19:32 +0100, Torsten Zenk escribi?: > >> Hello, >> i?m new to this mailinglist thing so please excuse me if i act a little >> strange... ;) >> >> Coming from the forum i have a question that i seek an answer for quit >> some time now. >> Maybe someone here can answer this? >> >> i would like to get rid of the Date Format display in the masks where >> dates can be choosen from the calender. >> >> what i mean. >> >> in vtiger i create a new product for example. >> i use the + Button and now see the new mask with a lot of entries to be >> made. Depending on which dateformat you have setup in the vtiger >> settings it shows this beneath the supportstartdate etc. >>> >> >> (dd-mm-yyyy) >> >> I would like to hide this for certain people as they get confused about it. >> >> > This is hardcoded so you will have to eliminate it. > You have to look for the block of code: > --------------- > {if $uitype eq 5 || $uitype eq 23} >
({$dateStr}) > {else} >
({$dateStr}) > {/if} > --------------- > and comment it in the template files. My search returned 9 files in the > template directory (maybe not all involved) > > >> Second thing is that i would like the choosen dates to be shown in the >> dates fields as 05.12.2006 instead of 05-12-2006. How can i change this? >> >> > This is also hardcoded but won't be as easy to change. I have no idea of > the implications of trying to change this as there are functions that > change/return the dates using the '-' (getDBInsertDateValue) > > NOTE: If anybody with more in-depth knowledge can confirm correct ... > > Regards, Joe > TSolucio > > -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 769 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061212/e9af09ae/attachment-0001.vcf From alexeyeg at gmail.com Tue Dec 12 09:25:12 2006 From: alexeyeg at gmail.com (Alexey Egorov) Date: Tue, 12 Dec 2006 17:25:12 +0300 Subject: [Vtigercrm-developers] Russian localisation Message-ID: <231624650612120625g67970cc4w3f9c55e8ca86df55@mail.gmail.com> Hello, what should I do to VTiger CRM 5 to create and edit fields in Russian (using Russian characters)? Thanks, Alexey -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061212/d1e52aac/attachment-0002.html From seo at awebd.com.au Mon Dec 11 23:33:08 2006 From: seo at awebd.com.au (Mahamud Shahjahan) Date: Tue, 12 Dec 2006 15:33:08 +1100 Subject: [Vtigercrm-developers] Changing tab names In-Reply-To: Message-ID: Hello, I opened the "parent_tabdata.php" file and then tried to edit the main tab. I typed "Home Page" instead of "My Home Page" and the tab did not show up. Then I typed in "My Home Page" again, and this time the tab showed up. Please can anyone let me know the process to modify the tab names. Regards. Viper Boy -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From chazarra.clement at gmail.com Tue Dec 12 10:42:08 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Tue, 12 Dec 2006 15:42:08 +0000 Subject: [Vtigercrm-developers] Changing tab names In-Reply-To: References: Message-ID: Have a look to this thread: http://forums.vtiger.com/viewtopic.php?t=9483&highlight=menu *chmac* gives name of files and tables related to the problem you have. Regards, Clem On 12/12/06, Mahamud Shahjahan wrote: > > Hello, > > I opened the "parent_tabdata.php" file and then tried to edit the main > tab. I typed "Home Page" instead of "My Home Page" and the tab did not show > up. > > Then I typed in "My Home Page" again, and this time the tab showed up. > Please can anyone let me know the process to modify the tab names. > > Regards. > > Viper Boy > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > > _______________________________________________ > 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/20061212/fe484c04/attachment-0002.html From gregory.machin at gmail.com Wed Dec 13 06:21:18 2006 From: gregory.machin at gmail.com (Gregory Machin) Date: Wed, 13 Dec 2006 13:21:18 +0200 Subject: [Vtigercrm-developers] vtigercrm nubee In-Reply-To: References: <30200a940611290432s3c146c22h2deecc7b74021ad3@mail.gmail.com> Message-ID: <30200a940612130321q84fa8bfr94d33f79808e41dc@mail.gmail.com> On 12/3/06, clement chazarra wrote: > Hello, > > It might not be useful in your case, but we never know.. > From the command line on my windows system I had to execute " mysqld > --max_allowed_packet=32M " because I was getting some kind of memory size > errors when dumping my database. > > Don't know the procedure to execute this command on a linux system, but have > a try and tell if it helped ;) > > Byebye > > > On 11/29/06, Gregory Machin wrote: > > > > Hi All. > > I'm trying to install my, vtiger 5.0.2 from the tgz file.. > > and I get the following on the finish step .... > > > > Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to > > allocate 64 bytes) in > > /var/www/html/vtigercrm/adodb/adodb-xmlschema.inc.php on > line 1656 > > > > Im using Fedora Core 6 64_bit > > AMD Turion 64 3Hz > > 1Gig Ram > > apache 2.2.3 > > php 5.1.6 > > > > php.ini ... > > > > max_execution_time = 300 ; Maximum execution time of each script, in > second > > max_input_time = 60 ; Maximum amount of time each script may spend > parsing > > memory_limit = 512M ; Maximum amount of memory a script may consume > > > > > > I started out memory_limit = 32M then 64M then 128M then got peeved > > and set it to 512M > > and still the same error.. > > > > I have played with all the setting I know and have used to resolve, > > similar problems before .. > > I'm stumped ... > > > > please help > > > > Many thanks thanks for the tip .. I'll give it a go . From ckwu at ck-erp.net Wed Dec 13 08:09:38 2006 From: ckwu at ck-erp.net (C K Wu) Date: Wed, 13 Dec 2006 21:09:38 +0800 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo Message-ID: <457FFB92.4060303@ck-erp.net> Hi, folks, I have completed a preliminary version of a vTiger connector for use with CK-ERP. For a demo of CK-ERP operating within vTiger, please visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites Additionally, special thank is due to Guillermo Patterer of Argentina for providing Spanish translation for the ck-ap, ck-bank, ck-contact, ck-crm, and ck-quote modules. Translation of the other ck-* modules is still continuing. Because I have not been able to manipulate the vTiger page header (charset parameter, to be exact) without changing vTiger's main code, so if you wish to watch the demo in non-English language, you may have to adjust your browser's character encoding parameter to be able to see the page display correctly. This is especially true for Chinese readers. Cheers, CK From chazarra.clement at gmail.com Wed Dec 13 09:02:43 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Wed, 13 Dec 2006 14:02:43 +0000 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <457FFB92.4060303@ck-erp.net> References: <457FFB92.4060303@ck-erp.net> Message-ID: The demo doesn't seems to load properly, the page is loading but nothing appear... Have a look ;) Cheers, Clem On 12/13/06, C K Wu wrote: > > Hi, folks, > > I have completed a preliminary version of a vTiger connector for use > with CK-ERP. For a demo of CK-ERP operating within vTiger, please > visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > Additionally, special thank is due to Guillermo Patterer of Argentina > for providing Spanish translation for the ck-ap, ck-bank, ck-contact, > ck-crm, and ck-quote modules. Translation of the other ck-* modules is > still continuing. > > Because I have not been able to manipulate the vTiger page header > (charset parameter, to be exact) without changing vTiger's main code, > so if you wish to watch the demo in non-English language, you may have > to adjust your browser's character encoding parameter to be able to see > the page display correctly. This is especially true for Chinese readers. > > Cheers, > CK > _______________________________________________ > 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/20061213/a22ab67a/attachment-0002.html From ckwu at ck-erp.net Wed Dec 13 09:50:13 2006 From: ckwu at ck-erp.net (C K Wu) Date: Wed, 13 Dec 2006 22:50:13 +0800 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: References: <457FFB92.4060303@ck-erp.net> Message-ID: <45801325.6020107@ck-erp.net> Hi, Clem, Thank you for your interest in CK-ERP. I have visited the demo page a few minutes ago. It works ok, albeit being loaded a bit slower than usual. I guess it's peak network hour (10:00 pm local time) here in Hong Kong. Coupled with the fact that announcement of the new demo had just been posted to various mailing lists and forums one/two hours ago, so a fair number of curious surfers may be visiting the demo page concurrently at this very moment. If you are located away from East Asia, you may see response time to be extremely slow. I guess you may have to re-visit the demo site at an alternative time, say, 12 hours later. Cheers, CK clement chazarra wrote: > The demo doesn't seems to load properly, the page is loading but > nothing appear... > > Have a look ;) > > Cheers, > Clem > > On 12/13/06, *C K Wu* < ckwu at ck-erp.net > wrote: > > Hi, folks, > > I have completed a preliminary version of a vTiger connector for use > with CK-ERP. For a demo of CK-ERP operating within vTiger, please > visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > > Additionally, special thank is due to Guillermo Patterer of Argentina > for providing Spanish translation for the ck-ap, ck-bank, ck-contact, > ck-crm, and ck-quote modules. Translation of the other ck-* > modules is > still continuing. > > Because I have not been able to manipulate the vTiger page header > (charset parameter, to be exact) without changing vTiger's main code, > so if you wish to watch the demo in non-English language, you may > have > to adjust your browser's character encoding parameter to be able > to see > the page display correctly. This is especially true for Chinese > readers. > > Cheers, > CK > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From chazarra.clement at gmail.com Wed Dec 13 11:14:39 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Wed, 13 Dec 2006 16:14:39 +0000 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <45801325.6020107@ck-erp.net> References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> Message-ID: Ok, I will try later on ;) Cheers, Clem On 12/13/06, C K Wu wrote: > > Hi, Clem, > > Thank you for your interest in CK-ERP. > > I have visited the demo page a few minutes ago. It works ok, albeit > being loaded a bit slower than usual. I guess it's peak network hour > (10:00 pm local time) here in Hong Kong. Coupled with the fact that > announcement of the new demo had just been posted to various mailing > lists and forums one/two hours ago, so a fair number of curious surfers > may be visiting the demo page concurrently at this very moment. If you > are located away from East Asia, you may see response time to be > extremely slow. I guess you may have to re-visit the demo site at an > alternative time, say, 12 hours later. > > Cheers, > CK > > clement chazarra wrote: > > The demo doesn't seems to load properly, the page is loading but > > nothing appear... > > > > Have a look ;) > > > > Cheers, > > Clem > > > > On 12/13/06, *C K Wu* < ckwu at ck-erp.net > wrote: > > > > Hi, folks, > > > > I have completed a preliminary version of a vTiger connector for use > > with CK-ERP. For a demo of CK-ERP operating within vTiger, please > > visit, > http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > > > > > Additionally, special thank is due to Guillermo Patterer of > Argentina > > for providing Spanish translation for the ck-ap, ck-bank, > ck-contact, > > ck-crm, and ck-quote modules. Translation of the other ck-* > > modules is > > still continuing. > > > > Because I have not been able to manipulate the vTiger page header > > (charset parameter, to be exact) without changing vTiger's main > code, > > so if you wish to watch the demo in non-English language, you may > > have > > to adjust your browser's character encoding parameter to be able > > to see > > the page display correctly. This is especially true for Chinese > > readers. > > > > Cheers, > > CK > > _______________________________________________ > > 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/20061213/18ea6775/attachment-0002.html From tzenk at gmx.net Thu Dec 14 05:46:53 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Thu, 14 Dec 2006 11:46:53 +0100 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> Message-ID: <45812B9D.6080909@gmx.net> Still isn?t working... Authorization Required This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required. Additionally, a 401 Authorization Required error was encountered while trying to use an ErrorDocument to handle the request. ------------------------------------------------------------------------ Apache/1.3.34 Server at ck-erp.net Port 80 clement chazarra schrieb: > Ok, I will try later on ;) > > Cheers, > Clem > > On 12/13/06, *C K Wu* > wrote: > > Hi, Clem, > > Thank you for your interest in CK-ERP. > > I have visited the demo page a few minutes ago. It works ok, albeit > being loaded a bit slower than usual. I guess it's peak network hour > (10:00 pm local time) here in Hong Kong. Coupled with the fact that > announcement of the new demo had just been posted to various mailing > lists and forums one/two hours ago, so a fair number of curious > surfers > may be visiting the demo page concurrently at this very > moment. If you > are located away from East Asia, you may see response time to be > extremely slow. I guess you may have to re-visit the demo site at an > alternative time, say, 12 hours later. > > Cheers, > CK > > clement chazarra wrote: > > The demo doesn't seems to load properly, the page is loading but > > nothing appear... > > > > Have a look ;) > > > > Cheers, > > Clem > > > > On 12/13/06, *C K Wu* < ckwu at ck-erp.net > >> wrote: > > > > Hi, folks, > > > > I have completed a preliminary version of a vTiger connector > for use > > with CK-ERP. For a demo of CK-ERP operating within vTiger, > please > > > visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > > > > > > > Additionally, special thank is due to Guillermo Patterer of > Argentina > > for providing Spanish translation for the ck-ap, ck-bank, > ck-contact, > > ck-crm, and ck-quote modules. Translation of the other ck-* > > modules is > > still continuing. > > > > Because I have not been able to manipulate the vTiger page > header > > (charset parameter, to be exact) without changing vTiger's > main code, > > so if you wish to watch the demo in non-English language, > you may > > have > > to adjust your browser's character encoding parameter to be > able > > to see > > the page display correctly. This is especially true for Chinese > > readers. > > > > Cheers, > > CK > > _______________________________________________ > > 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 -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 748 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061214/22d68711/attachment-0001.vcf From ckwu at ck-erp.net Thu Dec 14 10:22:46 2006 From: ckwu at ck-erp.net (C K Wu) Date: Thu, 14 Dec 2006 23:22:46 +0800 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <45812B9D.6080909@gmx.net> References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> <45812B9D.6080909@gmx.net> Message-ID: <45816C46.8060802@ck-erp.net> Hi, Torsten, Thank you for your interest in CK-ERP. I presume you are referring to the pop-up window that appears when you access, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites Inside the pop-up window, there is a standard prompt, "Anti-Phishing message - If you intend to review CK-ERP, enter demo as username and guest as password. Otherwise, do not proceed any further." So, enter 'demo' as the username and 'guest' as the password (without the quotes), will get you pass this pop-up window. Cheers, CK Torsten Zenk wrote: > Still isn?t working... > > > Authorization Required > > This server could not verify that you are authorized to access the > document requested. Either you supplied the wrong credentials (e.g., > bad password), or your browser doesn't understand how to supply the > credentials required. > > Additionally, a 401 Authorization Required error was encountered while > trying to use an ErrorDocument to handle the request. > > ------------------------------------------------------------------------ > Apache/1.3.34 Server at ck-erp.net Port 80 > From tzenk at gmx.net Thu Dec 14 11:18:26 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Thu, 14 Dec 2006 17:18:26 +0100 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <45816C46.8060802@ck-erp.net> References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> <45812B9D.6080909@gmx.net> <45816C46.8060802@ck-erp.net> Message-ID: <45817952.8080602@gmx.net> Ahhh, thx now it works but is too slow to build up the complete site...i?ll try later C K Wu schrieb: > Hi, Torsten, > > Thank you for your interest in CK-ERP. > > I presume you are referring to the pop-up window that appears when you > access, > http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > Inside the pop-up window, there is a standard prompt, "Anti-Phishing > message - If you intend to review CK-ERP, enter demo as username and > guest as password. Otherwise, do not proceed any further." > > So, enter 'demo' as the username and 'guest' as the password (without > the quotes), will get you pass this pop-up window. > > Cheers, > CK > > Torsten Zenk wrote: >> Still isn?t working... >> >> >> Authorization Required >> >> This server could not verify that you are authorized to access the >> document requested. Either you supplied the wrong credentials (e.g., >> bad password), or your browser doesn't understand how to supply the >> credentials required. >> >> Additionally, a 401 Authorization Required error was encountered >> while trying to use an ErrorDocument to handle the request. >> >> ------------------------------------------------------------------------ >> Apache/1.3.34 Server at ck-erp.net Port 80 >> > -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 748 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061214/b053d114/attachment-0001.vcf From peter.guhl at win-lux.ch Tue Dec 19 05:55:33 2006 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Tue, 19 Dec 2006 11:55:33 +0100 Subject: [Vtigercrm-developers] Checkbox-Values not shown in Contacts Message-ID: <4587C525.3090007@win-lux.ch> Hello all I have the effect with "normal" and custom checkboxes in a couple of vtiger installations (all 5.0.2) and am currently looking for a solution. The problem doesn't seem to be known in Trac or the forum (or did I simply not find it yet?) I am rather sure there must be something wrong with my installations - or is it really possible that selecting the values of checkboxes is just not yet done in getBlocks()? It's not likely... for me it doesn't even look possible to avoid selecting the checkbox-values (if this would be desirable). Regards Peter -- 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 lists.vtigercrm.com at callum-macdonald.com Thu Dec 21 21:35:12 2006 From: lists.vtigercrm.com at callum-macdonald.com (Callum Macdonald) Date: Fri, 22 Dec 2006 09:35:12 +0700 Subject: [Vtigercrm-developers] Adding a new Activity Type Message-ID: <458B4460.4070705@callum-macdonald.com> Hey Guys, We're making a couple of mods to vtiger to add some custom mail merging stuff. For anyone interested, the solution we're using is to use Microsoft Word (we'd prefer to use OpenOffice, but that's another story) and merging directly against a MySQL database. So the mod to vtiger exports the required data to a new table in another database, and then our word processor merges against that directly. It's not without complications, but it delivers a very powerful solution. Anyway, my question is about activity types. I've added an activity type called Mail Merge in the vtiger_activitytypes table, but when I manually change an activity type in the table vtiger_activity, it disappears from the Contact's view. I'm assuming the Call and Meeting activity types are hard coded. Can anyone shed any light on how we'd go about modifying this to add a new activity type? With my limited knowledge I'd guess we need to: 1) Find and update all queries that explicitly use Call or Meeting 2) Modify the smarty views for that field to add the new types to the interface Is there anything I'm missing? Any feedback or suggestions most appreciated. Cheers, Callum. From lists.vtigercrm.com at callum-macdonald.com Thu Dec 21 21:55:14 2006 From: lists.vtigercrm.com at callum-macdonald.com (Callum Macdonald) Date: Fri, 22 Dec 2006 09:55:14 +0700 Subject: [Vtigercrm-developers] Two wikis? Message-ID: <458B4912.6040008@callum-macdonald.com> Hey Guys, I thought that the Trac wiki and wiki.vtiger.com were the same thing, but I've just checked, they're not. I'd suggest it makes sense to standardise the Wiki into one platform. I'm not sure about how practical that is, so as an alternative could we transfer all the content from one Wiki onto the other and simply redirect one? Or if having two wikis makes sense, could somebody post a short explanation of which wiki is for what and then I'm happy to add that to the homepage of each (if I have permission to do that). C. From gopals at vtiger.com Fri Dec 22 11:11:39 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 22 Dec 2006 21:41:39 +0530 Subject: [Vtigercrm-developers] Two wikis? In-Reply-To: <458B4912.6040008@callum-macdonald.com> References: <458B4912.6040008@callum-macdonald.com> Message-ID: <10faaee93fb.2050536164905912392.6466520180434504229@@vtiger.com> Hi Callum, Good question. wiki.vtiger.com is for the product related documentation, such as User Manual, Installation Manuals, Developer manuals etc., where as Trac - Wiki is for tracking the vtiger CRM project related documents, such as project progress tracking, SVN access details, etc. Hope this information helps you. Regards, Gopal -- S.S.G.Gopal 1-877-788-4437 Skype:sripadag | Blogs ---- On Fri, 22 Dec 2006 Callum Macdonald wrote ---- Hey Guys, I thought that the Trac wiki and wiki.vtiger.com were the same thing, but I&cmve just checked, they&cmre not. I&cmd suggest it makes sense to standardise the Wiki into one platform. I&cmm not sure about how practical that is, so as an alternative could we transfer all the content from one Wiki onto the other and simply redirect one? Or if having two wikis makes sense, could somebody post a short explanation of which wiki is for what and then I&cmm happy to add that to the homepage of each (if I have permission to do that). C. _______________________________________________ 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/20061222/eef2b4ab/attachment-0002.html From john at tantor.com Thu Dec 28 10:49:00 2006 From: john at tantor.com (J Zakhar) Date: Thu, 28 Dec 2006 10:49:00 -0500 Subject: [Vtigercrm-developers] Quick question on DB column mappings. Message-ID: <4593E76C.5040208@tantor.com> Does anyone off hand know where the mapping for vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? Thanks in advance J From joe at tsolucio.com Thu Dec 28 12:23:18 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 28 Dec 2006 18:23:18 +0100 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <4593E76C.5040208@tantor.com> References: <4593E76C.5040208@tantor.com> Message-ID: <1167326599.861.53.camel@joesunix.int> vtiger_field? Joe TSolucio El jue, 28-12-2006 a las 10:49 -0500, J Zakhar escribi?: > Does anyone off hand know where the mapping for > vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? > > Thanks in advance > > > > J > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From john at tantor.com Thu Dec 28 12:41:47 2006 From: john at tantor.com (J Zakhar) Date: Thu, 28 Dec 2006 12:41:47 -0500 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <1167326599.861.53.camel@joesunix.int> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> Message-ID: <459401DB.7020509@tantor.com> Err let me clarify.. If you create a custom field in any module, you can assign it a title, so create custom field foo in the accounts module. Open any account and its displayed as "foo", however in vtiger_accountscf its cf_123, somewhere there is a map that defines cf_123 = "foo". Id like to know where that is defined. Joe Bordes wrote: > vtiger_field? > > Joe > TSolucio > > El jue, 28-12-2006 a las 10:49 -0500, J Zakhar escribi?: > >> Does anyone off hand know where the mapping for >> vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? >> >> Thanks in advance >> >> >> >> J >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From alex.svetos at gmail.com Thu Dec 28 13:24:29 2006 From: alex.svetos at gmail.com (alex svetos) Date: Thu, 28 Dec 2006 19:24:29 +0100 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <459401DB.7020509@tantor.com> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> <459401DB.7020509@tantor.com> Message-ID: <26debbf70612281024y24903173xed7e965aa1029876@mail.gmail.com> > > If you create a custom field in any module, you can assign it a title, > so create custom field foo in the accounts module. Open any account and > its displayed as "foo", however in vtiger_accountscf its cf_123, > somewhere there is a map that defines cf_123 = "foo". > > Id like to know where that is defined. > > I think Joe was wright, it is vtiger_field : cf_123 is stored in the fieldname column and "foo" in the fieldlabel one. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061228/4b563c7c/attachment-0002.html From joe at tsolucio.com Thu Dec 28 13:40:55 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 28 Dec 2006 19:40:55 +0100 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <459401DB.7020509@tantor.com> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> <459401DB.7020509@tantor.com> Message-ID: <1167331255.861.55.camel@joesunix.int> vtiger_field Joe TSolucio El jue, 28-12-2006 a las 12:41 -0500, J Zakhar escribi?: > Err let me clarify.. > > If you create a custom field in any module, you can assign it a title, > so create custom field foo in the accounts module. Open any account and > its displayed as "foo", however in vtiger_accountscf its cf_123, > somewhere there is a map that defines cf_123 = "foo". > > Id like to know where that is defined. > > > Joe Bordes wrote: > > vtiger_field? > > > > Joe > > TSolucio > > > > El jue, 28-12-2006 a las 10:49 -0500, J Zakhar escribi?: > > > >> Does anyone off hand know where the mapping for > >> vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? > >> > >> Thanks in advance > >> > >> > >> > >> J > >> _______________________________________________ > >> 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 john at tantor.com Thu Dec 28 13:57:53 2006 From: john at tantor.com (J Zakhar) Date: Thu, 28 Dec 2006 13:57:53 -0500 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <26debbf70612281024y24903173xed7e965aa1029876@mail.gmail.com> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> <459401DB.7020509@tantor.com> <26debbf70612281024y24903173xed7e965aa1029876@mail.gmail.com> Message-ID: <459413B1.6010701@tantor.com> Ahh right, I apologize, I was thrown off by his sole comment of vtiger_field. I see now that there is a table with the information in it. It was a long holiday weekend and im not totally recovered, I should have spent more time looking before I posted to the list lol I am embarassed =) Thank you both. alex svetos wrote: > > > If you create a custom field in any module, you can assign it a title, > so create custom field foo in the accounts module. Open any > account and > its displayed as "foo", however in vtiger_accountscf its cf_123, > somewhere there is a map that defines cf_123 = "foo". > > Id like to know where that is defined. > > > I think Joe was wright, it is vtiger_field : cf_123 is stored in the > fieldname column and "foo" in the fieldlabel one. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From chazarra.clement at gmail.com Sun Dec 3 11:31:06 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Sun, 3 Dec 2006 16:31:06 +0000 Subject: [Vtigercrm-developers] vtigercrm nubee In-Reply-To: <30200a940611290432s3c146c22h2deecc7b74021ad3@mail.gmail.com> References: <30200a940611290432s3c146c22h2deecc7b74021ad3@mail.gmail.com> Message-ID: Hello, It might not be useful in your case, but we never know.. >From the command line on my windows system I had to execute " mysqld --max_allowed_packet=32M " because I was getting some kind of memory size errors when dumping my database. Don't know the procedure to execute this command on a linux system, but have a try and tell if it helped ;) Byebye On 11/29/06, Gregory Machin wrote: > > Hi All. > I'm trying to install my, vtiger 5.0.2 from the tgz file.. > and I get the following on the finish step .... > > Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to > allocate 64 bytes) in > /var/www/html/vtigercrm/adodb/adodb-xmlschema.inc.php on line 1656 > > Im using Fedora Core 6 64_bit > AMD Turion 64 3Hz > 1Gig Ram > apache 2.2.3 > php 5.1.6 > > php.ini ... > > max_execution_time = 300 ; Maximum execution time of each script, in > second > max_input_time = 60 ; Maximum amount of time each script may spend > parsing > memory_limit = 512M ; Maximum amount of memory a script may consume > > > I started out memory_limit = 32M then 64M then 128M then got peeved > and set it to 512M > and still the same error.. > > I have played with all the setting I know and have used to resolve, > similar problems before .. > I'm stumped ... > > please help > > Many thanks > > > -- > Gregory Machin > gregory.machin at gmail.com > www.linuxpro.co.za > _______________________________________________ > 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/20061203/3a050d68/attachment-0003.html From allan.bush+vtiger_dev at gmail.com Fri Dec 8 02:55:36 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 7 Dec 2006 23:55:36 -0800 Subject: [Vtigercrm-developers] 4.2 Database Modification Procedure Message-ID: <3bec26390612072355j15ae8d69sf5de38443f0919d6@mail.gmail.com> I've landed a script which keeps the database and code versions in sync. This should provide one click upgrades for both SVN and point release users when database changes occur. For developers this adds a couple extra requirements if your changes require modifying the database. The documentation for these requirements can be found here: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/DatabaseChanges Any users using the 4.2 SVN code should update their code base asap as once ticket #2721 (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2721) lands the upgrade from SVN revisions < 9948 will be somewhat tricky. Allan From davidv.net at gmail.com Fri Dec 8 08:57:59 2006 From: davidv.net at gmail.com (David V.) Date: Fri, 8 Dec 2006 09:57:59 -0400 Subject: [Vtigercrm-developers] Why Accounts an Account ? Message-ID: Hi Everybody ! Why in the code do we find : Accounts.php and Account.php Campaigns.php and Campaign.php Emails.php and Email.php Should we rely on the file with a "s" or the other file ? I had a look on the code to know wich files were updated by the developpers : here for instance ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950) You can see that Accounts.php is more recent that Account.php So I said : "Ok let's make it a rule to always rely on the file with the "s" at the end" But this cannot be a rule, because when you look at the Invoice and the HelpDesk modules there are no file with a "s" at the end. You can find Invoice.php but not Invoices.php. What should we do ? David V. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061208/5eee8891/attachment-0003.html From tzenk at gmx.net Fri Dec 8 10:24:10 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Fri, 08 Dec 2006 16:24:10 +0100 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: References: Message-ID: <4579839A.3080504@gmx.net> Hello, why not simply say everything in the future should be plural? Cheers David V. schrieb: > Hi Everybody ! > > Why in the code do we find : > > Accounts.php and Account.php > Campaigns.php and Campaign.php > Emails.php and Email.php > > Should we rely on the file with a "s" or the other file ? > > I had a look on the code to know wich files were updated by the > developpers : > here for instance ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > ) > You can see that Accounts.php is more recent that Account.php > > So I said : "Ok let's make it a rule to always rely on the file with > the "s" at the end" > > But this cannot be a rule, because when you look at the Invoice and > the HelpDesk modules there are no file with a "s" at the end. > You can find Invoice.php but not Invoices.php. > > What should we do ? > > David V. > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 748 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061208/a93a4445/attachment-0002.vcf From davidv.net at gmail.com Fri Dec 8 10:57:47 2006 From: davidv.net at gmail.com (David V.) Date: Fri, 8 Dec 2006 11:57:47 -0400 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: <4579839A.3080504@gmx.net> References: <4579839A.3080504@gmx.net> Message-ID: Either plural or not we need to not what to rely on. If someone from vtiger team could reply on this ... ?? Thanks in advance. :-) David V. 2006/12/8, Torsten Zenk : > > Hello, > why not simply say everything in the future should be plural? > > Cheers > > David V. schrieb: > > Hi Everybody ! > > > > Why in the code do we find : > > > > Accounts.php and Account.php > > Campaigns.php and Campaign.php > > Emails.php and Email.php > > > > Should we rely on the file with a "s" or the other file ? > > > > I had a look on the code to know wich files were updated by the > > developpers : > > here for instance ( > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > > ) > > You can see that Accounts.php is more recent that Account.php > > > > So I said : "Ok let's make it a rule to always rely on the file with > > the "s" at the end" > > > > But this cannot be a rule, because when you look at the Invoice and > > the HelpDesk modules there are no file with a "s" at the end. > > You can find Invoice.php but not Invoices.php. > > > > What should we do ? > > > > David V. > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > 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/20061208/3c4bd4bb/attachment-0003.html From mickie at vtiger.com Sat Dec 9 00:42:48 2006 From: mickie at vtiger.com (Mickie) Date: Sat, 09 Dec 2006 11:12:48 +0530 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: References: <4579839A.3080504@gmx.net> Message-ID: <10f65bc2d1e.-8713424216092580425.5444410678496103450@@vtiger.com> Dear Team, These Accounts.php, Contacts.php, etc., are added to keey the Module name, Module.php name and Class Name similar. For example if we take Accounts, (module/Accounts/Accounts.php) module = Accounts module.php file = Accounts.php class name = Accounts In some places, when we try to include a file or create a object basedon the module we could not do that. Also it will helpful when we addnew modules in future. so that we have used these files with 's'instead of old files. Hope this is clear. Thanks & Regards Mickie ---- On Fri, 08 Dec 2006 David V. wrote ---- Either plural or not we need to not what to rely on. If someone from vtiger team could reply on this ... ?? Thanks in advance. :-) David V. 2006/12/8, Torsten Zenk :Hello, why not simply say everything in the future should be plural? Cheers David V. schrieb: > Hi Everybody ! > > Why in the code do we find : > > Accounts.php and Account.php > Campaigns.php and Campaign.php > Emails.php and Email.php > > Should we rely on the file with a "s" or the other file ? > > I had a look on the code to know wich files were updated by the > developpers : > here for instance ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > ) > You can see that Accounts.php is more recent that Account.php > > So I said : "Ok let's make it a rule to always rely on the file with > the "s" at the end" > > But this cannot be a rule, because when you look at the Invoice and > the HelpDesk modules there are no file with a "s" at the end. > You can find Invoice.php but not Invoices.php. > > What should we do ? > > David V. > > ------------------------------------------------------------------------ > > _______________________________________________ > 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/20061209/8df0ee6f/attachment-0003.html From davidv.net at gmail.com Sat Dec 9 05:58:15 2006 From: davidv.net at gmail.com (David V.) Date: Sat, 9 Dec 2006 06:58:15 -0400 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: <820923160745435555@unknownmsgid> References: <4579839A.3080504@gmx.net> <820923160745435555@unknownmsgid> Message-ID: Thank you for your reply Mickie. So if I understand correctly : 1rst rule : keep module_folder name, module.php name and class name in sync 2nd rule : this name should have a "s" at the end So now 2 questions : Why not deleting the old files (Account.php, Email.php, ...) ? Why not renaming Invoice to Invoices ? And what do you mean by : "when we try to include a file or create a object based on the module we could not do that" ? Thanks and regards. David V. 2006/12/9, Mickie : > > Dear Team, > > These Accounts.php, Contacts.php, etc., are added to keey the Module name, > Module.php name and Class Name similar. > For example if we take Accounts, (module/Accounts/Accounts.php) > module = Accounts > module.php file = Accounts.php > class name = Accounts > > In some places, when we try to include a file or create a object based on > the module we could not do that. Also it will helpful when we add new > modules in future. so that we have used these files with 's' instead of old > files. > > Hope this is clear. > Thanks & Regards > Mickie > > > > ---- On Fri, 08 Dec 2006 *David V. * wrote ---- > > Either plural or not we need to not what to rely on. > If someone from vtiger team could reply on this ... ?? > > Thanks in advance. :-) > > David V. > > > 2006/12/8, Torsten Zenk < tzenk at gmx.net>: > > Hello, > why not simply say everything in the future should be plural? > > Cheers > > David V. schrieb: > > Hi Everybody ! > > > > Why in the code do we find : > > > > Accounts.php and Account.php > > Campaigns.php and Campaign.php > > Emails.php and Email.php > > > > Should we rely on the file with a "s" or the other file ? > > > > I had a look on the code to know wich files were updated by the > > developpers : > > here for instance ( > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > > ) > > You can see that Accounts.php is more recent that Account.php > > > > So I said : "Ok let's make it a rule to always rely on the file with > > the "s" at the end" > > > > But this cannot be a rule, because when you look at the Invoice and > > the HelpDesk modules there are no file with a "s" at the end. > > You can find Invoice.php but not Invoices.php. > > > > What should we do ? > > > > David V. > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > 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/20061209/4287ee31/attachment-0003.html From tzenk at gmx.net Tue Dec 5 13:32:52 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 05 Dec 2006 19:32:52 +0100 Subject: [Vtigercrm-developers] beneath the supportstartdate >>> (dd-mm-yyyy) ...wanna hide this.... Message-ID: <4575BB54.5020902@gmx.net> Hello, i?m new to this mailinglist thing so please excuse me if i act a little strange... ;) Coming from the forum i have a question that i seek an answer for quit some time now. Maybe someone here can answer this? i would like to get rid of the Date Format display in the masks where dates can be choosen from the calender. what i mean. in vtiger i create a new product for example. i use the + Button and now see the new mask with a lot of entries to be made. Depending on which dateformat you have setup in the vtiger settings it shows this beneath the supportstartdate etc. >>> (dd-mm-yyyy) I would like to hide this for certain people as they get confused about it. Second thing is that i would like the choosen dates to be shown in the dates fields as 05.12.2006 instead of 05-12-2006. How can i change this? Thanks for your attention Pimok -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 769 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061205/01e4cee0/attachment-0002.vcf From joe at tsolucio.com Sun Dec 10 17:49:12 2006 From: joe at tsolucio.com (Joe Bordes) Date: Sun, 10 Dec 2006 23:49:12 +0100 Subject: [Vtigercrm-developers] beneath the supportstartdate >>> (dd-mm-yyyy) ...wanna hide this.... In-Reply-To: <4575BB54.5020902@gmx.net> References: <4575BB54.5020902@gmx.net> Message-ID: <1165790952.12200.6.camel@joeshome.int> Hi, El mar, 05-12-2006 a las 19:32 +0100, Torsten Zenk escribi?: > Hello, > i?m new to this mailinglist thing so please excuse me if i act a little > strange... ;) > > Coming from the forum i have a question that i seek an answer for quit > some time now. > Maybe someone here can answer this? > > i would like to get rid of the Date Format display in the masks where > dates can be choosen from the calender. > > what i mean. > > in vtiger i create a new product for example. > i use the + Button and now see the new mask with a lot of entries to be > made. Depending on which dateformat you have setup in the vtiger > settings it shows this beneath the supportstartdate etc. >>> > > (dd-mm-yyyy) > > I would like to hide this for certain people as they get confused about it. > This is hardcoded so you will have to eliminate it. You have to look for the block of code: --------------- {if $uitype eq 5 || $uitype eq 23}
({$dateStr}) {else}
({$dateStr}) {/if} --------------- and comment it in the template files. My search returned 9 files in the template directory (maybe not all involved) > > Second thing is that i would like the choosen dates to be shown in the > dates fields as 05.12.2006 instead of 05-12-2006. How can i change this? > This is also hardcoded but won't be as easy to change. I have no idea of the implications of trying to change this as there are functions that change/return the dates using the '-' (getDBInsertDateValue) NOTE: If anybody with more in-depth knowledge can confirm correct ... Regards, Joe TSolucio From peter.guhl at win-lux.ch Mon Dec 11 09:55:10 2006 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Mon, 11 Dec 2006 15:55:10 +0100 Subject: [Vtigercrm-developers] Adding Modules Message-ID: <457D714E.6010503@win-lux.ch> Hi all After working through http://wiki.vtiger.com/index.php/Creating_New_Module for half a day (making it to 2.6 by now) I just have one question left: Is this the only way to do it? And what happens when I upgrade to 5.0.3? It seems like I need to do changes in most of the core components of vtiger to get this module in. Regards Peter -- 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 From joe at tsolucio.com Mon Dec 11 11:12:54 2006 From: joe at tsolucio.com (Joe Bordes) Date: Mon, 11 Dec 2006 17:12:54 +0100 Subject: [Vtigercrm-developers] Adding Modules In-Reply-To: <457D714E.6010503@win-lux.ch> References: <457D714E.6010503@win-lux.ch> Message-ID: <1165853574.29437.34.camel@joesunix.int> Yes. You are right. VTiger is not modular. This is really just a procedure to add new code to an existing version. Joe TSolucio El lun, 11-12-2006 a las 15:55 +0100, Peter Guhl escribi?: > Hi all > > After working through > http://wiki.vtiger.com/index.php/Creating_New_Module for half a day > (making it to 2.6 by now) I just have one question left: Is this the > only way to do it? And what happens when I upgrade to 5.0.3? It seems > like I need to do changes in most of the core components of vtiger to > get this module in. > > Regards > Peter > From peter.guhl at win-lux.ch Mon Dec 11 11:21:23 2006 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Mon, 11 Dec 2006 17:21:23 +0100 Subject: [Vtigercrm-developers] Adding Modules In-Reply-To: <1165853574.29437.34.camel@joesunix.int> References: <457D714E.6010503@win-lux.ch> <1165853574.29437.34.camel@joesunix.int> Message-ID: <457D8583.10200@win-lux.ch> Holla ;-) OK. Looks like it's a good idea to keep a clean documentation of what I am changing ;-) I am sure the plugin infrastructure is somewhere in the feature requests already ;-) Regards Peter Joe Bordes schrieb: > Yes. You are right. VTiger is not modular. This is really just a > procedure to add new code to an existing version. > > Joe > TSolucio > > El lun, 11-12-2006 a las 15:55 +0100, Peter Guhl escribi?: > >> Hi all >> >> After working through >> http://wiki.vtiger.com/index.php/Creating_New_Module for half a day >> (making it to 2.6 by now) I just have one question left: Is this the >> only way to do it? And what happens when I upgrade to 5.0.3? It seems >> like I need to do changes in most of the core components of vtiger to >> get this module in. >> >> Regards >> Peter >> >> From tzenk at gmx.net Tue Dec 12 03:55:55 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 12 Dec 2006 09:55:55 +0100 Subject: [Vtigercrm-developers] beneath the supportstartdate >>> (dd-mm-yyyy) ...wanna hide this.... In-Reply-To: <1165790952.12200.6.camel@joeshome.int> References: <4575BB54.5020902@gmx.net> <1165790952.12200.6.camel@joeshome.int> Message-ID: <457E6E9B.4070401@gmx.net> Okay , for those who may be intersted, thx to Joe i found how to get rid of displaying the (dd-mm-yyyy) under the dates. Simply comment out the following lines in DisplayFields.tpl like this. That?s it! ----------------------------------------------------------------------------------- Line 343
{else}
------------------------------------------------------------------------------------- I wonder if the europeans in here ever worked on the issue with the dd-mm-yyyy format as it is unknown in Europe. We use always use dd.mm.yyyy. There are lots of questions about this issue, but i found no solution untill now. Good bye Joe Bordes schrieb: > Hi, > > El mar, 05-12-2006 a las 19:32 +0100, Torsten Zenk escribi?: > >> Hello, >> i?m new to this mailinglist thing so please excuse me if i act a little >> strange... ;) >> >> Coming from the forum i have a question that i seek an answer for quit >> some time now. >> Maybe someone here can answer this? >> >> i would like to get rid of the Date Format display in the masks where >> dates can be choosen from the calender. >> >> what i mean. >> >> in vtiger i create a new product for example. >> i use the + Button and now see the new mask with a lot of entries to be >> made. Depending on which dateformat you have setup in the vtiger >> settings it shows this beneath the supportstartdate etc. >>> >> >> (dd-mm-yyyy) >> >> I would like to hide this for certain people as they get confused about it. >> >> > This is hardcoded so you will have to eliminate it. > You have to look for the block of code: > --------------- > {if $uitype eq 5 || $uitype eq 23} >
({$dateStr}) > {else} >
({$dateStr}) > {/if} > --------------- > and comment it in the template files. My search returned 9 files in the > template directory (maybe not all involved) > > >> Second thing is that i would like the choosen dates to be shown in the >> dates fields as 05.12.2006 instead of 05-12-2006. How can i change this? >> >> > This is also hardcoded but won't be as easy to change. I have no idea of > the implications of trying to change this as there are functions that > change/return the dates using the '-' (getDBInsertDateValue) > > NOTE: If anybody with more in-depth knowledge can confirm correct ... > > Regards, Joe > TSolucio > > -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 769 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061212/e9af09ae/attachment-0002.vcf From alexeyeg at gmail.com Tue Dec 12 09:25:12 2006 From: alexeyeg at gmail.com (Alexey Egorov) Date: Tue, 12 Dec 2006 17:25:12 +0300 Subject: [Vtigercrm-developers] Russian localisation Message-ID: <231624650612120625g67970cc4w3f9c55e8ca86df55@mail.gmail.com> Hello, what should I do to VTiger CRM 5 to create and edit fields in Russian (using Russian characters)? Thanks, Alexey -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061212/d1e52aac/attachment-0003.html From seo at awebd.com.au Mon Dec 11 23:33:08 2006 From: seo at awebd.com.au (Mahamud Shahjahan) Date: Tue, 12 Dec 2006 15:33:08 +1100 Subject: [Vtigercrm-developers] Changing tab names In-Reply-To: Message-ID: Hello, I opened the "parent_tabdata.php" file and then tried to edit the main tab. I typed "Home Page" instead of "My Home Page" and the tab did not show up. Then I typed in "My Home Page" again, and this time the tab showed up. Please can anyone let me know the process to modify the tab names. Regards. Viper Boy -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From chazarra.clement at gmail.com Tue Dec 12 10:42:08 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Tue, 12 Dec 2006 15:42:08 +0000 Subject: [Vtigercrm-developers] Changing tab names In-Reply-To: References: Message-ID: Have a look to this thread: http://forums.vtiger.com/viewtopic.php?t=9483&highlight=menu *chmac* gives name of files and tables related to the problem you have. Regards, Clem On 12/12/06, Mahamud Shahjahan wrote: > > Hello, > > I opened the "parent_tabdata.php" file and then tried to edit the main > tab. I typed "Home Page" instead of "My Home Page" and the tab did not show > up. > > Then I typed in "My Home Page" again, and this time the tab showed up. > Please can anyone let me know the process to modify the tab names. > > Regards. > > Viper Boy > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > > _______________________________________________ > 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/20061212/fe484c04/attachment-0003.html From gregory.machin at gmail.com Wed Dec 13 06:21:18 2006 From: gregory.machin at gmail.com (Gregory Machin) Date: Wed, 13 Dec 2006 13:21:18 +0200 Subject: [Vtigercrm-developers] vtigercrm nubee In-Reply-To: References: <30200a940611290432s3c146c22h2deecc7b74021ad3@mail.gmail.com> Message-ID: <30200a940612130321q84fa8bfr94d33f79808e41dc@mail.gmail.com> On 12/3/06, clement chazarra wrote: > Hello, > > It might not be useful in your case, but we never know.. > From the command line on my windows system I had to execute " mysqld > --max_allowed_packet=32M " because I was getting some kind of memory size > errors when dumping my database. > > Don't know the procedure to execute this command on a linux system, but have > a try and tell if it helped ;) > > Byebye > > > On 11/29/06, Gregory Machin wrote: > > > > Hi All. > > I'm trying to install my, vtiger 5.0.2 from the tgz file.. > > and I get the following on the finish step .... > > > > Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to > > allocate 64 bytes) in > > /var/www/html/vtigercrm/adodb/adodb-xmlschema.inc.php on > line 1656 > > > > Im using Fedora Core 6 64_bit > > AMD Turion 64 3Hz > > 1Gig Ram > > apache 2.2.3 > > php 5.1.6 > > > > php.ini ... > > > > max_execution_time = 300 ; Maximum execution time of each script, in > second > > max_input_time = 60 ; Maximum amount of time each script may spend > parsing > > memory_limit = 512M ; Maximum amount of memory a script may consume > > > > > > I started out memory_limit = 32M then 64M then 128M then got peeved > > and set it to 512M > > and still the same error.. > > > > I have played with all the setting I know and have used to resolve, > > similar problems before .. > > I'm stumped ... > > > > please help > > > > Many thanks thanks for the tip .. I'll give it a go . From ckwu at ck-erp.net Wed Dec 13 08:09:38 2006 From: ckwu at ck-erp.net (C K Wu) Date: Wed, 13 Dec 2006 21:09:38 +0800 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo Message-ID: <457FFB92.4060303@ck-erp.net> Hi, folks, I have completed a preliminary version of a vTiger connector for use with CK-ERP. For a demo of CK-ERP operating within vTiger, please visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites Additionally, special thank is due to Guillermo Patterer of Argentina for providing Spanish translation for the ck-ap, ck-bank, ck-contact, ck-crm, and ck-quote modules. Translation of the other ck-* modules is still continuing. Because I have not been able to manipulate the vTiger page header (charset parameter, to be exact) without changing vTiger's main code, so if you wish to watch the demo in non-English language, you may have to adjust your browser's character encoding parameter to be able to see the page display correctly. This is especially true for Chinese readers. Cheers, CK From chazarra.clement at gmail.com Wed Dec 13 09:02:43 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Wed, 13 Dec 2006 14:02:43 +0000 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <457FFB92.4060303@ck-erp.net> References: <457FFB92.4060303@ck-erp.net> Message-ID: The demo doesn't seems to load properly, the page is loading but nothing appear... Have a look ;) Cheers, Clem On 12/13/06, C K Wu wrote: > > Hi, folks, > > I have completed a preliminary version of a vTiger connector for use > with CK-ERP. For a demo of CK-ERP operating within vTiger, please > visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > Additionally, special thank is due to Guillermo Patterer of Argentina > for providing Spanish translation for the ck-ap, ck-bank, ck-contact, > ck-crm, and ck-quote modules. Translation of the other ck-* modules is > still continuing. > > Because I have not been able to manipulate the vTiger page header > (charset parameter, to be exact) without changing vTiger's main code, > so if you wish to watch the demo in non-English language, you may have > to adjust your browser's character encoding parameter to be able to see > the page display correctly. This is especially true for Chinese readers. > > Cheers, > CK > _______________________________________________ > 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/20061213/a22ab67a/attachment-0003.html From ckwu at ck-erp.net Wed Dec 13 09:50:13 2006 From: ckwu at ck-erp.net (C K Wu) Date: Wed, 13 Dec 2006 22:50:13 +0800 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: References: <457FFB92.4060303@ck-erp.net> Message-ID: <45801325.6020107@ck-erp.net> Hi, Clem, Thank you for your interest in CK-ERP. I have visited the demo page a few minutes ago. It works ok, albeit being loaded a bit slower than usual. I guess it's peak network hour (10:00 pm local time) here in Hong Kong. Coupled with the fact that announcement of the new demo had just been posted to various mailing lists and forums one/two hours ago, so a fair number of curious surfers may be visiting the demo page concurrently at this very moment. If you are located away from East Asia, you may see response time to be extremely slow. I guess you may have to re-visit the demo site at an alternative time, say, 12 hours later. Cheers, CK clement chazarra wrote: > The demo doesn't seems to load properly, the page is loading but > nothing appear... > > Have a look ;) > > Cheers, > Clem > > On 12/13/06, *C K Wu* < ckwu at ck-erp.net > wrote: > > Hi, folks, > > I have completed a preliminary version of a vTiger connector for use > with CK-ERP. For a demo of CK-ERP operating within vTiger, please > visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > > Additionally, special thank is due to Guillermo Patterer of Argentina > for providing Spanish translation for the ck-ap, ck-bank, ck-contact, > ck-crm, and ck-quote modules. Translation of the other ck-* > modules is > still continuing. > > Because I have not been able to manipulate the vTiger page header > (charset parameter, to be exact) without changing vTiger's main code, > so if you wish to watch the demo in non-English language, you may > have > to adjust your browser's character encoding parameter to be able > to see > the page display correctly. This is especially true for Chinese > readers. > > Cheers, > CK > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From chazarra.clement at gmail.com Wed Dec 13 11:14:39 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Wed, 13 Dec 2006 16:14:39 +0000 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <45801325.6020107@ck-erp.net> References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> Message-ID: Ok, I will try later on ;) Cheers, Clem On 12/13/06, C K Wu wrote: > > Hi, Clem, > > Thank you for your interest in CK-ERP. > > I have visited the demo page a few minutes ago. It works ok, albeit > being loaded a bit slower than usual. I guess it's peak network hour > (10:00 pm local time) here in Hong Kong. Coupled with the fact that > announcement of the new demo had just been posted to various mailing > lists and forums one/two hours ago, so a fair number of curious surfers > may be visiting the demo page concurrently at this very moment. If you > are located away from East Asia, you may see response time to be > extremely slow. I guess you may have to re-visit the demo site at an > alternative time, say, 12 hours later. > > Cheers, > CK > > clement chazarra wrote: > > The demo doesn't seems to load properly, the page is loading but > > nothing appear... > > > > Have a look ;) > > > > Cheers, > > Clem > > > > On 12/13/06, *C K Wu* < ckwu at ck-erp.net > wrote: > > > > Hi, folks, > > > > I have completed a preliminary version of a vTiger connector for use > > with CK-ERP. For a demo of CK-ERP operating within vTiger, please > > visit, > http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > > > > > Additionally, special thank is due to Guillermo Patterer of > Argentina > > for providing Spanish translation for the ck-ap, ck-bank, > ck-contact, > > ck-crm, and ck-quote modules. Translation of the other ck-* > > modules is > > still continuing. > > > > Because I have not been able to manipulate the vTiger page header > > (charset parameter, to be exact) without changing vTiger's main > code, > > so if you wish to watch the demo in non-English language, you may > > have > > to adjust your browser's character encoding parameter to be able > > to see > > the page display correctly. This is especially true for Chinese > > readers. > > > > Cheers, > > CK > > _______________________________________________ > > 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/20061213/18ea6775/attachment-0003.html From tzenk at gmx.net Thu Dec 14 05:46:53 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Thu, 14 Dec 2006 11:46:53 +0100 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> Message-ID: <45812B9D.6080909@gmx.net> Still isn?t working... Authorization Required This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required. Additionally, a 401 Authorization Required error was encountered while trying to use an ErrorDocument to handle the request. ------------------------------------------------------------------------ Apache/1.3.34 Server at ck-erp.net Port 80 clement chazarra schrieb: > Ok, I will try later on ;) > > Cheers, > Clem > > On 12/13/06, *C K Wu* > wrote: > > Hi, Clem, > > Thank you for your interest in CK-ERP. > > I have visited the demo page a few minutes ago. It works ok, albeit > being loaded a bit slower than usual. I guess it's peak network hour > (10:00 pm local time) here in Hong Kong. Coupled with the fact that > announcement of the new demo had just been posted to various mailing > lists and forums one/two hours ago, so a fair number of curious > surfers > may be visiting the demo page concurrently at this very > moment. If you > are located away from East Asia, you may see response time to be > extremely slow. I guess you may have to re-visit the demo site at an > alternative time, say, 12 hours later. > > Cheers, > CK > > clement chazarra wrote: > > The demo doesn't seems to load properly, the page is loading but > > nothing appear... > > > > Have a look ;) > > > > Cheers, > > Clem > > > > On 12/13/06, *C K Wu* < ckwu at ck-erp.net > >> wrote: > > > > Hi, folks, > > > > I have completed a preliminary version of a vTiger connector > for use > > with CK-ERP. For a demo of CK-ERP operating within vTiger, > please > > > visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > > > > > > > Additionally, special thank is due to Guillermo Patterer of > Argentina > > for providing Spanish translation for the ck-ap, ck-bank, > ck-contact, > > ck-crm, and ck-quote modules. Translation of the other ck-* > > modules is > > still continuing. > > > > Because I have not been able to manipulate the vTiger page > header > > (charset parameter, to be exact) without changing vTiger's > main code, > > so if you wish to watch the demo in non-English language, > you may > > have > > to adjust your browser's character encoding parameter to be > able > > to see > > the page display correctly. This is especially true for Chinese > > readers. > > > > Cheers, > > CK > > _______________________________________________ > > 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 -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 748 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061214/22d68711/attachment-0002.vcf From ckwu at ck-erp.net Thu Dec 14 10:22:46 2006 From: ckwu at ck-erp.net (C K Wu) Date: Thu, 14 Dec 2006 23:22:46 +0800 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <45812B9D.6080909@gmx.net> References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> <45812B9D.6080909@gmx.net> Message-ID: <45816C46.8060802@ck-erp.net> Hi, Torsten, Thank you for your interest in CK-ERP. I presume you are referring to the pop-up window that appears when you access, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites Inside the pop-up window, there is a standard prompt, "Anti-Phishing message - If you intend to review CK-ERP, enter demo as username and guest as password. Otherwise, do not proceed any further." So, enter 'demo' as the username and 'guest' as the password (without the quotes), will get you pass this pop-up window. Cheers, CK Torsten Zenk wrote: > Still isn?t working... > > > Authorization Required > > This server could not verify that you are authorized to access the > document requested. Either you supplied the wrong credentials (e.g., > bad password), or your browser doesn't understand how to supply the > credentials required. > > Additionally, a 401 Authorization Required error was encountered while > trying to use an ErrorDocument to handle the request. > > ------------------------------------------------------------------------ > Apache/1.3.34 Server at ck-erp.net Port 80 > From tzenk at gmx.net Thu Dec 14 11:18:26 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Thu, 14 Dec 2006 17:18:26 +0100 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <45816C46.8060802@ck-erp.net> References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> <45812B9D.6080909@gmx.net> <45816C46.8060802@ck-erp.net> Message-ID: <45817952.8080602@gmx.net> Ahhh, thx now it works but is too slow to build up the complete site...i?ll try later C K Wu schrieb: > Hi, Torsten, > > Thank you for your interest in CK-ERP. > > I presume you are referring to the pop-up window that appears when you > access, > http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > Inside the pop-up window, there is a standard prompt, "Anti-Phishing > message - If you intend to review CK-ERP, enter demo as username and > guest as password. Otherwise, do not proceed any further." > > So, enter 'demo' as the username and 'guest' as the password (without > the quotes), will get you pass this pop-up window. > > Cheers, > CK > > Torsten Zenk wrote: >> Still isn?t working... >> >> >> Authorization Required >> >> This server could not verify that you are authorized to access the >> document requested. Either you supplied the wrong credentials (e.g., >> bad password), or your browser doesn't understand how to supply the >> credentials required. >> >> Additionally, a 401 Authorization Required error was encountered >> while trying to use an ErrorDocument to handle the request. >> >> ------------------------------------------------------------------------ >> Apache/1.3.34 Server at ck-erp.net Port 80 >> > -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 748 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061214/b053d114/attachment-0002.vcf From peter.guhl at win-lux.ch Tue Dec 19 05:55:33 2006 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Tue, 19 Dec 2006 11:55:33 +0100 Subject: [Vtigercrm-developers] Checkbox-Values not shown in Contacts Message-ID: <4587C525.3090007@win-lux.ch> Hello all I have the effect with "normal" and custom checkboxes in a couple of vtiger installations (all 5.0.2) and am currently looking for a solution. The problem doesn't seem to be known in Trac or the forum (or did I simply not find it yet?) I am rather sure there must be something wrong with my installations - or is it really possible that selecting the values of checkboxes is just not yet done in getBlocks()? It's not likely... for me it doesn't even look possible to avoid selecting the checkbox-values (if this would be desirable). Regards Peter -- 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 lists.vtigercrm.com at callum-macdonald.com Thu Dec 21 21:35:12 2006 From: lists.vtigercrm.com at callum-macdonald.com (Callum Macdonald) Date: Fri, 22 Dec 2006 09:35:12 +0700 Subject: [Vtigercrm-developers] Adding a new Activity Type Message-ID: <458B4460.4070705@callum-macdonald.com> Hey Guys, We're making a couple of mods to vtiger to add some custom mail merging stuff. For anyone interested, the solution we're using is to use Microsoft Word (we'd prefer to use OpenOffice, but that's another story) and merging directly against a MySQL database. So the mod to vtiger exports the required data to a new table in another database, and then our word processor merges against that directly. It's not without complications, but it delivers a very powerful solution. Anyway, my question is about activity types. I've added an activity type called Mail Merge in the vtiger_activitytypes table, but when I manually change an activity type in the table vtiger_activity, it disappears from the Contact's view. I'm assuming the Call and Meeting activity types are hard coded. Can anyone shed any light on how we'd go about modifying this to add a new activity type? With my limited knowledge I'd guess we need to: 1) Find and update all queries that explicitly use Call or Meeting 2) Modify the smarty views for that field to add the new types to the interface Is there anything I'm missing? Any feedback or suggestions most appreciated. Cheers, Callum. From lists.vtigercrm.com at callum-macdonald.com Thu Dec 21 21:55:14 2006 From: lists.vtigercrm.com at callum-macdonald.com (Callum Macdonald) Date: Fri, 22 Dec 2006 09:55:14 +0700 Subject: [Vtigercrm-developers] Two wikis? Message-ID: <458B4912.6040008@callum-macdonald.com> Hey Guys, I thought that the Trac wiki and wiki.vtiger.com were the same thing, but I've just checked, they're not. I'd suggest it makes sense to standardise the Wiki into one platform. I'm not sure about how practical that is, so as an alternative could we transfer all the content from one Wiki onto the other and simply redirect one? Or if having two wikis makes sense, could somebody post a short explanation of which wiki is for what and then I'm happy to add that to the homepage of each (if I have permission to do that). C. From gopals at vtiger.com Fri Dec 22 11:11:39 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 22 Dec 2006 21:41:39 +0530 Subject: [Vtigercrm-developers] Two wikis? In-Reply-To: <458B4912.6040008@callum-macdonald.com> References: <458B4912.6040008@callum-macdonald.com> Message-ID: <10faaee93fb.2050536164905912392.6466520180434504229@@vtiger.com> Hi Callum, Good question. wiki.vtiger.com is for the product related documentation, such as User Manual, Installation Manuals, Developer manuals etc., where as Trac - Wiki is for tracking the vtiger CRM project related documents, such as project progress tracking, SVN access details, etc. Hope this information helps you. Regards, Gopal -- S.S.G.Gopal 1-877-788-4437 Skype:sripadag | Blogs ---- On Fri, 22 Dec 2006 Callum Macdonald wrote ---- Hey Guys, I thought that the Trac wiki and wiki.vtiger.com were the same thing, but I&cmve just checked, they&cmre not. I&cmd suggest it makes sense to standardise the Wiki into one platform. I&cmm not sure about how practical that is, so as an alternative could we transfer all the content from one Wiki onto the other and simply redirect one? Or if having two wikis makes sense, could somebody post a short explanation of which wiki is for what and then I&cmm happy to add that to the homepage of each (if I have permission to do that). C. _______________________________________________ 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/20061222/eef2b4ab/attachment-0003.html From john at tantor.com Thu Dec 28 10:49:00 2006 From: john at tantor.com (J Zakhar) Date: Thu, 28 Dec 2006 10:49:00 -0500 Subject: [Vtigercrm-developers] Quick question on DB column mappings. Message-ID: <4593E76C.5040208@tantor.com> Does anyone off hand know where the mapping for vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? Thanks in advance J From joe at tsolucio.com Thu Dec 28 12:23:18 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 28 Dec 2006 18:23:18 +0100 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <4593E76C.5040208@tantor.com> References: <4593E76C.5040208@tantor.com> Message-ID: <1167326599.861.53.camel@joesunix.int> vtiger_field? Joe TSolucio El jue, 28-12-2006 a las 10:49 -0500, J Zakhar escribi?: > Does anyone off hand know where the mapping for > vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? > > Thanks in advance > > > > J > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From john at tantor.com Thu Dec 28 12:41:47 2006 From: john at tantor.com (J Zakhar) Date: Thu, 28 Dec 2006 12:41:47 -0500 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <1167326599.861.53.camel@joesunix.int> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> Message-ID: <459401DB.7020509@tantor.com> Err let me clarify.. If you create a custom field in any module, you can assign it a title, so create custom field foo in the accounts module. Open any account and its displayed as "foo", however in vtiger_accountscf its cf_123, somewhere there is a map that defines cf_123 = "foo". Id like to know where that is defined. Joe Bordes wrote: > vtiger_field? > > Joe > TSolucio > > El jue, 28-12-2006 a las 10:49 -0500, J Zakhar escribi?: > >> Does anyone off hand know where the mapping for >> vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? >> >> Thanks in advance >> >> >> >> J >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From alex.svetos at gmail.com Thu Dec 28 13:24:29 2006 From: alex.svetos at gmail.com (alex svetos) Date: Thu, 28 Dec 2006 19:24:29 +0100 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <459401DB.7020509@tantor.com> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> <459401DB.7020509@tantor.com> Message-ID: <26debbf70612281024y24903173xed7e965aa1029876@mail.gmail.com> > > If you create a custom field in any module, you can assign it a title, > so create custom field foo in the accounts module. Open any account and > its displayed as "foo", however in vtiger_accountscf its cf_123, > somewhere there is a map that defines cf_123 = "foo". > > Id like to know where that is defined. > > I think Joe was wright, it is vtiger_field : cf_123 is stored in the fieldname column and "foo" in the fieldlabel one. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061228/4b563c7c/attachment-0003.html From joe at tsolucio.com Thu Dec 28 13:40:55 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 28 Dec 2006 19:40:55 +0100 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <459401DB.7020509@tantor.com> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> <459401DB.7020509@tantor.com> Message-ID: <1167331255.861.55.camel@joesunix.int> vtiger_field Joe TSolucio El jue, 28-12-2006 a las 12:41 -0500, J Zakhar escribi?: > Err let me clarify.. > > If you create a custom field in any module, you can assign it a title, > so create custom field foo in the accounts module. Open any account and > its displayed as "foo", however in vtiger_accountscf its cf_123, > somewhere there is a map that defines cf_123 = "foo". > > Id like to know where that is defined. > > > Joe Bordes wrote: > > vtiger_field? > > > > Joe > > TSolucio > > > > El jue, 28-12-2006 a las 10:49 -0500, J Zakhar escribi?: > > > >> Does anyone off hand know where the mapping for > >> vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? > >> > >> Thanks in advance > >> > >> > >> > >> J > >> _______________________________________________ > >> 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 john at tantor.com Thu Dec 28 13:57:53 2006 From: john at tantor.com (J Zakhar) Date: Thu, 28 Dec 2006 13:57:53 -0500 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <26debbf70612281024y24903173xed7e965aa1029876@mail.gmail.com> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> <459401DB.7020509@tantor.com> <26debbf70612281024y24903173xed7e965aa1029876@mail.gmail.com> Message-ID: <459413B1.6010701@tantor.com> Ahh right, I apologize, I was thrown off by his sole comment of vtiger_field. I see now that there is a table with the information in it. It was a long holiday weekend and im not totally recovered, I should have spent more time looking before I posted to the list lol I am embarassed =) Thank you both. alex svetos wrote: > > > If you create a custom field in any module, you can assign it a title, > so create custom field foo in the accounts module. Open any > account and > its displayed as "foo", however in vtiger_accountscf its cf_123, > somewhere there is a map that defines cf_123 = "foo". > > Id like to know where that is defined. > > > I think Joe was wright, it is vtiger_field : cf_123 is stored in the > fieldname column and "foo" in the fieldlabel one. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From chazarra.clement at gmail.com Sun Dec 3 08:31:06 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Sun, 3 Dec 2006 16:31:06 +0000 Subject: [Vtigercrm-developers] vtigercrm nubee In-Reply-To: <30200a940611290432s3c146c22h2deecc7b74021ad3@mail.gmail.com> References: <30200a940611290432s3c146c22h2deecc7b74021ad3@mail.gmail.com> Message-ID: Hello, It might not be useful in your case, but we never know.. >From the command line on my windows system I had to execute " mysqld --max_allowed_packet=32M " because I was getting some kind of memory size errors when dumping my database. Don't know the procedure to execute this command on a linux system, but have a try and tell if it helped ;) Byebye On 11/29/06, Gregory Machin wrote: > > Hi All. > I'm trying to install my, vtiger 5.0.2 from the tgz file.. > and I get the following on the finish step .... > > Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to > allocate 64 bytes) in > /var/www/html/vtigercrm/adodb/adodb-xmlschema.inc.php on line 1656 > > Im using Fedora Core 6 64_bit > AMD Turion 64 3Hz > 1Gig Ram > apache 2.2.3 > php 5.1.6 > > php.ini ... > > max_execution_time = 300 ; Maximum execution time of each script, in > second > max_input_time = 60 ; Maximum amount of time each script may spend > parsing > memory_limit = 512M ; Maximum amount of memory a script may consume > > > I started out memory_limit = 32M then 64M then 128M then got peeved > and set it to 512M > and still the same error.. > > I have played with all the setting I know and have used to resolve, > similar problems before .. > I'm stumped ... > > please help > > Many thanks > > > -- > Gregory Machin > gregory.machin at gmail.com > www.linuxpro.co.za > _______________________________________________ > 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/20061203/3a050d68/attachment-0004.html From allan.bush+vtiger_dev at gmail.com Thu Dec 7 23:55:36 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 7 Dec 2006 23:55:36 -0800 Subject: [Vtigercrm-developers] 4.2 Database Modification Procedure Message-ID: <3bec26390612072355j15ae8d69sf5de38443f0919d6@mail.gmail.com> I've landed a script which keeps the database and code versions in sync. This should provide one click upgrades for both SVN and point release users when database changes occur. For developers this adds a couple extra requirements if your changes require modifying the database. The documentation for these requirements can be found here: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/DatabaseChanges Any users using the 4.2 SVN code should update their code base asap as once ticket #2721 (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2721) lands the upgrade from SVN revisions < 9948 will be somewhat tricky. Allan From davidv.net at gmail.com Fri Dec 8 05:57:59 2006 From: davidv.net at gmail.com (David V.) Date: Fri, 8 Dec 2006 09:57:59 -0400 Subject: [Vtigercrm-developers] Why Accounts an Account ? Message-ID: Hi Everybody ! Why in the code do we find : Accounts.php and Account.php Campaigns.php and Campaign.php Emails.php and Email.php Should we rely on the file with a "s" or the other file ? I had a look on the code to know wich files were updated by the developpers : here for instance ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950) You can see that Accounts.php is more recent that Account.php So I said : "Ok let's make it a rule to always rely on the file with the "s" at the end" But this cannot be a rule, because when you look at the Invoice and the HelpDesk modules there are no file with a "s" at the end. You can find Invoice.php but not Invoices.php. What should we do ? David V. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061208/5eee8891/attachment-0004.html From tzenk at gmx.net Fri Dec 8 07:24:10 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Fri, 08 Dec 2006 16:24:10 +0100 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: References: Message-ID: <4579839A.3080504@gmx.net> Hello, why not simply say everything in the future should be plural? Cheers David V. schrieb: > Hi Everybody ! > > Why in the code do we find : > > Accounts.php and Account.php > Campaigns.php and Campaign.php > Emails.php and Email.php > > Should we rely on the file with a "s" or the other file ? > > I had a look on the code to know wich files were updated by the > developpers : > here for instance ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > ) > You can see that Accounts.php is more recent that Account.php > > So I said : "Ok let's make it a rule to always rely on the file with > the "s" at the end" > > But this cannot be a rule, because when you look at the Invoice and > the HelpDesk modules there are no file with a "s" at the end. > You can find Invoice.php but not Invoices.php. > > What should we do ? > > David V. > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 748 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061208/a93a4445/attachment-0003.vcf From davidv.net at gmail.com Fri Dec 8 07:57:47 2006 From: davidv.net at gmail.com (David V.) Date: Fri, 8 Dec 2006 11:57:47 -0400 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: <4579839A.3080504@gmx.net> References: <4579839A.3080504@gmx.net> Message-ID: Either plural or not we need to not what to rely on. If someone from vtiger team could reply on this ... ?? Thanks in advance. :-) David V. 2006/12/8, Torsten Zenk : > > Hello, > why not simply say everything in the future should be plural? > > Cheers > > David V. schrieb: > > Hi Everybody ! > > > > Why in the code do we find : > > > > Accounts.php and Account.php > > Campaigns.php and Campaign.php > > Emails.php and Email.php > > > > Should we rely on the file with a "s" or the other file ? > > > > I had a look on the code to know wich files were updated by the > > developpers : > > here for instance ( > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > > ) > > You can see that Accounts.php is more recent that Account.php > > > > So I said : "Ok let's make it a rule to always rely on the file with > > the "s" at the end" > > > > But this cannot be a rule, because when you look at the Invoice and > > the HelpDesk modules there are no file with a "s" at the end. > > You can find Invoice.php but not Invoices.php. > > > > What should we do ? > > > > David V. > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > 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/20061208/3c4bd4bb/attachment-0004.html From mickie at vtiger.com Fri Dec 8 21:42:48 2006 From: mickie at vtiger.com (Mickie) Date: Sat, 09 Dec 2006 11:12:48 +0530 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: References: <4579839A.3080504@gmx.net> Message-ID: <10f65bc2d1e.-8713424216092580425.5444410678496103450@@vtiger.com> Dear Team, These Accounts.php, Contacts.php, etc., are added to keey the Module name, Module.php name and Class Name similar. For example if we take Accounts, (module/Accounts/Accounts.php) module = Accounts module.php file = Accounts.php class name = Accounts In some places, when we try to include a file or create a object basedon the module we could not do that. Also it will helpful when we addnew modules in future. so that we have used these files with 's'instead of old files. Hope this is clear. Thanks & Regards Mickie ---- On Fri, 08 Dec 2006 David V. wrote ---- Either plural or not we need to not what to rely on. If someone from vtiger team could reply on this ... ?? Thanks in advance. :-) David V. 2006/12/8, Torsten Zenk :Hello, why not simply say everything in the future should be plural? Cheers David V. schrieb: > Hi Everybody ! > > Why in the code do we find : > > Accounts.php and Account.php > Campaigns.php and Campaign.php > Emails.php and Email.php > > Should we rely on the file with a "s" or the other file ? > > I had a look on the code to know wich files were updated by the > developpers : > here for instance ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > ) > You can see that Accounts.php is more recent that Account.php > > So I said : "Ok let's make it a rule to always rely on the file with > the "s" at the end" > > But this cannot be a rule, because when you look at the Invoice and > the HelpDesk modules there are no file with a "s" at the end. > You can find Invoice.php but not Invoices.php. > > What should we do ? > > David V. > > ------------------------------------------------------------------------ > > _______________________________________________ > 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/20061209/8df0ee6f/attachment-0004.html From davidv.net at gmail.com Sat Dec 9 02:58:15 2006 From: davidv.net at gmail.com (David V.) Date: Sat, 9 Dec 2006 06:58:15 -0400 Subject: [Vtigercrm-developers] Why Accounts an Account ? In-Reply-To: <820923160745435555@unknownmsgid> References: <4579839A.3080504@gmx.net> <820923160745435555@unknownmsgid> Message-ID: Thank you for your reply Mickie. So if I understand correctly : 1rst rule : keep module_folder name, module.php name and class name in sync 2nd rule : this name should have a "s" at the end So now 2 questions : Why not deleting the old files (Account.php, Email.php, ...) ? Why not renaming Invoice to Invoices ? And what do you mean by : "when we try to include a file or create a object based on the module we could not do that" ? Thanks and regards. David V. 2006/12/9, Mickie : > > Dear Team, > > These Accounts.php, Contacts.php, etc., are added to keey the Module name, > Module.php name and Class Name similar. > For example if we take Accounts, (module/Accounts/Accounts.php) > module = Accounts > module.php file = Accounts.php > class name = Accounts > > In some places, when we try to include a file or create a object based on > the module we could not do that. Also it will helpful when we add new > modules in future. so that we have used these files with 's' instead of old > files. > > Hope this is clear. > Thanks & Regards > Mickie > > > > ---- On Fri, 08 Dec 2006 *David V. * wrote ---- > > Either plural or not we need to not what to rely on. > If someone from vtiger team could reply on this ... ?? > > Thanks in advance. :-) > > David V. > > > 2006/12/8, Torsten Zenk < tzenk at gmx.net>: > > Hello, > why not simply say everything in the future should be plural? > > Cheers > > David V. schrieb: > > Hi Everybody ! > > > > Why in the code do we find : > > > > Accounts.php and Account.php > > Campaigns.php and Campaign.php > > Emails.php and Email.php > > > > Should we rely on the file with a "s" or the other file ? > > > > I had a look on the code to know wich files were updated by the > > developpers : > > here for instance ( > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950 > > ) > > You can see that Accounts.php is more recent that Account.php > > > > So I said : "Ok let's make it a rule to always rely on the file with > > the "s" at the end" > > > > But this cannot be a rule, because when you look at the Invoice and > > the HelpDesk modules there are no file with a "s" at the end. > > You can find Invoice.php but not Invoices.php. > > > > What should we do ? > > > > David V. > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > 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/20061209/4287ee31/attachment-0004.html From tzenk at gmx.net Tue Dec 5 10:32:52 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 05 Dec 2006 19:32:52 +0100 Subject: [Vtigercrm-developers] beneath the supportstartdate >>> (dd-mm-yyyy) ...wanna hide this.... Message-ID: <4575BB54.5020902@gmx.net> Hello, i?m new to this mailinglist thing so please excuse me if i act a little strange... ;) Coming from the forum i have a question that i seek an answer for quit some time now. Maybe someone here can answer this? i would like to get rid of the Date Format display in the masks where dates can be choosen from the calender. what i mean. in vtiger i create a new product for example. i use the + Button and now see the new mask with a lot of entries to be made. Depending on which dateformat you have setup in the vtiger settings it shows this beneath the supportstartdate etc. >>> (dd-mm-yyyy) I would like to hide this for certain people as they get confused about it. Second thing is that i would like the choosen dates to be shown in the dates fields as 05.12.2006 instead of 05-12-2006. How can i change this? Thanks for your attention Pimok -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 769 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061205/01e4cee0/attachment-0003.vcf From joe at tsolucio.com Sun Dec 10 14:49:12 2006 From: joe at tsolucio.com (Joe Bordes) Date: Sun, 10 Dec 2006 23:49:12 +0100 Subject: [Vtigercrm-developers] beneath the supportstartdate >>> (dd-mm-yyyy) ...wanna hide this.... In-Reply-To: <4575BB54.5020902@gmx.net> References: <4575BB54.5020902@gmx.net> Message-ID: <1165790952.12200.6.camel@joeshome.int> Hi, El mar, 05-12-2006 a las 19:32 +0100, Torsten Zenk escribi?: > Hello, > i?m new to this mailinglist thing so please excuse me if i act a little > strange... ;) > > Coming from the forum i have a question that i seek an answer for quit > some time now. > Maybe someone here can answer this? > > i would like to get rid of the Date Format display in the masks where > dates can be choosen from the calender. > > what i mean. > > in vtiger i create a new product for example. > i use the + Button and now see the new mask with a lot of entries to be > made. Depending on which dateformat you have setup in the vtiger > settings it shows this beneath the supportstartdate etc. >>> > > (dd-mm-yyyy) > > I would like to hide this for certain people as they get confused about it. > This is hardcoded so you will have to eliminate it. You have to look for the block of code: --------------- {if $uitype eq 5 || $uitype eq 23}
({$dateStr}) {else}
({$dateStr}) {/if} --------------- and comment it in the template files. My search returned 9 files in the template directory (maybe not all involved) > > Second thing is that i would like the choosen dates to be shown in the > dates fields as 05.12.2006 instead of 05-12-2006. How can i change this? > This is also hardcoded but won't be as easy to change. I have no idea of the implications of trying to change this as there are functions that change/return the dates using the '-' (getDBInsertDateValue) NOTE: If anybody with more in-depth knowledge can confirm correct ... Regards, Joe TSolucio From peter.guhl at win-lux.ch Mon Dec 11 06:55:10 2006 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Mon, 11 Dec 2006 15:55:10 +0100 Subject: [Vtigercrm-developers] Adding Modules Message-ID: <457D714E.6010503@win-lux.ch> Hi all After working through http://wiki.vtiger.com/index.php/Creating_New_Module for half a day (making it to 2.6 by now) I just have one question left: Is this the only way to do it? And what happens when I upgrade to 5.0.3? It seems like I need to do changes in most of the core components of vtiger to get this module in. Regards Peter -- 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 From joe at tsolucio.com Mon Dec 11 08:12:54 2006 From: joe at tsolucio.com (Joe Bordes) Date: Mon, 11 Dec 2006 17:12:54 +0100 Subject: [Vtigercrm-developers] Adding Modules In-Reply-To: <457D714E.6010503@win-lux.ch> References: <457D714E.6010503@win-lux.ch> Message-ID: <1165853574.29437.34.camel@joesunix.int> Yes. You are right. VTiger is not modular. This is really just a procedure to add new code to an existing version. Joe TSolucio El lun, 11-12-2006 a las 15:55 +0100, Peter Guhl escribi?: > Hi all > > After working through > http://wiki.vtiger.com/index.php/Creating_New_Module for half a day > (making it to 2.6 by now) I just have one question left: Is this the > only way to do it? And what happens when I upgrade to 5.0.3? It seems > like I need to do changes in most of the core components of vtiger to > get this module in. > > Regards > Peter > From peter.guhl at win-lux.ch Mon Dec 11 08:21:23 2006 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Mon, 11 Dec 2006 17:21:23 +0100 Subject: [Vtigercrm-developers] Adding Modules In-Reply-To: <1165853574.29437.34.camel@joesunix.int> References: <457D714E.6010503@win-lux.ch> <1165853574.29437.34.camel@joesunix.int> Message-ID: <457D8583.10200@win-lux.ch> Holla ;-) OK. Looks like it's a good idea to keep a clean documentation of what I am changing ;-) I am sure the plugin infrastructure is somewhere in the feature requests already ;-) Regards Peter Joe Bordes schrieb: > Yes. You are right. VTiger is not modular. This is really just a > procedure to add new code to an existing version. > > Joe > TSolucio > > El lun, 11-12-2006 a las 15:55 +0100, Peter Guhl escribi?: > >> Hi all >> >> After working through >> http://wiki.vtiger.com/index.php/Creating_New_Module for half a day >> (making it to 2.6 by now) I just have one question left: Is this the >> only way to do it? And what happens when I upgrade to 5.0.3? It seems >> like I need to do changes in most of the core components of vtiger to >> get this module in. >> >> Regards >> Peter >> >> From tzenk at gmx.net Tue Dec 12 00:55:55 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Tue, 12 Dec 2006 09:55:55 +0100 Subject: [Vtigercrm-developers] beneath the supportstartdate >>> (dd-mm-yyyy) ...wanna hide this.... In-Reply-To: <1165790952.12200.6.camel@joeshome.int> References: <4575BB54.5020902@gmx.net> <1165790952.12200.6.camel@joeshome.int> Message-ID: <457E6E9B.4070401@gmx.net> Okay , for those who may be intersted, thx to Joe i found how to get rid of displaying the (dd-mm-yyyy) under the dates. Simply comment out the following lines in DisplayFields.tpl like this. That?s it! ----------------------------------------------------------------------------------- Line 343
{else}
------------------------------------------------------------------------------------- I wonder if the europeans in here ever worked on the issue with the dd-mm-yyyy format as it is unknown in Europe. We use always use dd.mm.yyyy. There are lots of questions about this issue, but i found no solution untill now. Good bye Joe Bordes schrieb: > Hi, > > El mar, 05-12-2006 a las 19:32 +0100, Torsten Zenk escribi?: > >> Hello, >> i?m new to this mailinglist thing so please excuse me if i act a little >> strange... ;) >> >> Coming from the forum i have a question that i seek an answer for quit >> some time now. >> Maybe someone here can answer this? >> >> i would like to get rid of the Date Format display in the masks where >> dates can be choosen from the calender. >> >> what i mean. >> >> in vtiger i create a new product for example. >> i use the + Button and now see the new mask with a lot of entries to be >> made. Depending on which dateformat you have setup in the vtiger >> settings it shows this beneath the supportstartdate etc. >>> >> >> (dd-mm-yyyy) >> >> I would like to hide this for certain people as they get confused about it. >> >> > This is hardcoded so you will have to eliminate it. > You have to look for the block of code: > --------------- > {if $uitype eq 5 || $uitype eq 23} >
({$dateStr}) > {else} >
({$dateStr}) > {/if} > --------------- > and comment it in the template files. My search returned 9 files in the > template directory (maybe not all involved) > > >> Second thing is that i would like the choosen dates to be shown in the >> dates fields as 05.12.2006 instead of 05-12-2006. How can i change this? >> >> > This is also hardcoded but won't be as easy to change. I have no idea of > the implications of trying to change this as there are functions that > change/return the dates using the '-' (getDBInsertDateValue) > > NOTE: If anybody with more in-depth knowledge can confirm correct ... > > Regards, Joe > TSolucio > > -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 769 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061212/e9af09ae/attachment-0003.vcf From alexeyeg at gmail.com Tue Dec 12 06:25:12 2006 From: alexeyeg at gmail.com (Alexey Egorov) Date: Tue, 12 Dec 2006 17:25:12 +0300 Subject: [Vtigercrm-developers] Russian localisation Message-ID: <231624650612120625g67970cc4w3f9c55e8ca86df55@mail.gmail.com> Hello, what should I do to VTiger CRM 5 to create and edit fields in Russian (using Russian characters)? Thanks, Alexey -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061212/d1e52aac/attachment-0004.html From seo at awebd.com.au Mon Dec 11 20:33:08 2006 From: seo at awebd.com.au (Mahamud Shahjahan) Date: Tue, 12 Dec 2006 15:33:08 +1100 Subject: [Vtigercrm-developers] Changing tab names In-Reply-To: Message-ID: Hello, I opened the "parent_tabdata.php" file and then tried to edit the main tab. I typed "Home Page" instead of "My Home Page" and the tab did not show up. Then I typed in "My Home Page" again, and this time the tab showed up. Please can anyone let me know the process to modify the tab names. Regards. Viper Boy -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From chazarra.clement at gmail.com Tue Dec 12 07:42:08 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Tue, 12 Dec 2006 15:42:08 +0000 Subject: [Vtigercrm-developers] Changing tab names In-Reply-To: References: Message-ID: Have a look to this thread: http://forums.vtiger.com/viewtopic.php?t=9483&highlight=menu *chmac* gives name of files and tables related to the problem you have. Regards, Clem On 12/12/06, Mahamud Shahjahan wrote: > > Hello, > > I opened the "parent_tabdata.php" file and then tried to edit the main > tab. I typed "Home Page" instead of "My Home Page" and the tab did not show > up. > > Then I typed in "My Home Page" again, and this time the tab showed up. > Please can anyone let me know the process to modify the tab names. > > Regards. > > Viper Boy > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > > _______________________________________________ > 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/20061212/fe484c04/attachment-0004.html From gregory.machin at gmail.com Wed Dec 13 03:21:18 2006 From: gregory.machin at gmail.com (Gregory Machin) Date: Wed, 13 Dec 2006 13:21:18 +0200 Subject: [Vtigercrm-developers] vtigercrm nubee In-Reply-To: References: <30200a940611290432s3c146c22h2deecc7b74021ad3@mail.gmail.com> Message-ID: <30200a940612130321q84fa8bfr94d33f79808e41dc@mail.gmail.com> On 12/3/06, clement chazarra wrote: > Hello, > > It might not be useful in your case, but we never know.. > From the command line on my windows system I had to execute " mysqld > --max_allowed_packet=32M " because I was getting some kind of memory size > errors when dumping my database. > > Don't know the procedure to execute this command on a linux system, but have > a try and tell if it helped ;) > > Byebye > > > On 11/29/06, Gregory Machin wrote: > > > > Hi All. > > I'm trying to install my, vtiger 5.0.2 from the tgz file.. > > and I get the following on the finish step .... > > > > Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to > > allocate 64 bytes) in > > /var/www/html/vtigercrm/adodb/adodb-xmlschema.inc.php on > line 1656 > > > > Im using Fedora Core 6 64_bit > > AMD Turion 64 3Hz > > 1Gig Ram > > apache 2.2.3 > > php 5.1.6 > > > > php.ini ... > > > > max_execution_time = 300 ; Maximum execution time of each script, in > second > > max_input_time = 60 ; Maximum amount of time each script may spend > parsing > > memory_limit = 512M ; Maximum amount of memory a script may consume > > > > > > I started out memory_limit = 32M then 64M then 128M then got peeved > > and set it to 512M > > and still the same error.. > > > > I have played with all the setting I know and have used to resolve, > > similar problems before .. > > I'm stumped ... > > > > please help > > > > Many thanks thanks for the tip .. I'll give it a go . From ckwu at ck-erp.net Wed Dec 13 05:09:38 2006 From: ckwu at ck-erp.net (C K Wu) Date: Wed, 13 Dec 2006 21:09:38 +0800 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo Message-ID: <457FFB92.4060303@ck-erp.net> Hi, folks, I have completed a preliminary version of a vTiger connector for use with CK-ERP. For a demo of CK-ERP operating within vTiger, please visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites Additionally, special thank is due to Guillermo Patterer of Argentina for providing Spanish translation for the ck-ap, ck-bank, ck-contact, ck-crm, and ck-quote modules. Translation of the other ck-* modules is still continuing. Because I have not been able to manipulate the vTiger page header (charset parameter, to be exact) without changing vTiger's main code, so if you wish to watch the demo in non-English language, you may have to adjust your browser's character encoding parameter to be able to see the page display correctly. This is especially true for Chinese readers. Cheers, CK From chazarra.clement at gmail.com Wed Dec 13 06:02:43 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Wed, 13 Dec 2006 14:02:43 +0000 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <457FFB92.4060303@ck-erp.net> References: <457FFB92.4060303@ck-erp.net> Message-ID: The demo doesn't seems to load properly, the page is loading but nothing appear... Have a look ;) Cheers, Clem On 12/13/06, C K Wu wrote: > > Hi, folks, > > I have completed a preliminary version of a vTiger connector for use > with CK-ERP. For a demo of CK-ERP operating within vTiger, please > visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > Additionally, special thank is due to Guillermo Patterer of Argentina > for providing Spanish translation for the ck-ap, ck-bank, ck-contact, > ck-crm, and ck-quote modules. Translation of the other ck-* modules is > still continuing. > > Because I have not been able to manipulate the vTiger page header > (charset parameter, to be exact) without changing vTiger's main code, > so if you wish to watch the demo in non-English language, you may have > to adjust your browser's character encoding parameter to be able to see > the page display correctly. This is especially true for Chinese readers. > > Cheers, > CK > _______________________________________________ > 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/20061213/a22ab67a/attachment-0004.html From ckwu at ck-erp.net Wed Dec 13 06:50:13 2006 From: ckwu at ck-erp.net (C K Wu) Date: Wed, 13 Dec 2006 22:50:13 +0800 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: References: <457FFB92.4060303@ck-erp.net> Message-ID: <45801325.6020107@ck-erp.net> Hi, Clem, Thank you for your interest in CK-ERP. I have visited the demo page a few minutes ago. It works ok, albeit being loaded a bit slower than usual. I guess it's peak network hour (10:00 pm local time) here in Hong Kong. Coupled with the fact that announcement of the new demo had just been posted to various mailing lists and forums one/two hours ago, so a fair number of curious surfers may be visiting the demo page concurrently at this very moment. If you are located away from East Asia, you may see response time to be extremely slow. I guess you may have to re-visit the demo site at an alternative time, say, 12 hours later. Cheers, CK clement chazarra wrote: > The demo doesn't seems to load properly, the page is loading but > nothing appear... > > Have a look ;) > > Cheers, > Clem > > On 12/13/06, *C K Wu* < ckwu at ck-erp.net > wrote: > > Hi, folks, > > I have completed a preliminary version of a vTiger connector for use > with CK-ERP. For a demo of CK-ERP operating within vTiger, please > visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > > Additionally, special thank is due to Guillermo Patterer of Argentina > for providing Spanish translation for the ck-ap, ck-bank, ck-contact, > ck-crm, and ck-quote modules. Translation of the other ck-* > modules is > still continuing. > > Because I have not been able to manipulate the vTiger page header > (charset parameter, to be exact) without changing vTiger's main code, > so if you wish to watch the demo in non-English language, you may > have > to adjust your browser's character encoding parameter to be able > to see > the page display correctly. This is especially true for Chinese > readers. > > Cheers, > CK > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From chazarra.clement at gmail.com Wed Dec 13 08:14:39 2006 From: chazarra.clement at gmail.com (clement chazarra) Date: Wed, 13 Dec 2006 16:14:39 +0000 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <45801325.6020107@ck-erp.net> References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> Message-ID: Ok, I will try later on ;) Cheers, Clem On 12/13/06, C K Wu wrote: > > Hi, Clem, > > Thank you for your interest in CK-ERP. > > I have visited the demo page a few minutes ago. It works ok, albeit > being loaded a bit slower than usual. I guess it's peak network hour > (10:00 pm local time) here in Hong Kong. Coupled with the fact that > announcement of the new demo had just been posted to various mailing > lists and forums one/two hours ago, so a fair number of curious surfers > may be visiting the demo page concurrently at this very moment. If you > are located away from East Asia, you may see response time to be > extremely slow. I guess you may have to re-visit the demo site at an > alternative time, say, 12 hours later. > > Cheers, > CK > > clement chazarra wrote: > > The demo doesn't seems to load properly, the page is loading but > > nothing appear... > > > > Have a look ;) > > > > Cheers, > > Clem > > > > On 12/13/06, *C K Wu* < ckwu at ck-erp.net > wrote: > > > > Hi, folks, > > > > I have completed a preliminary version of a vTiger connector for use > > with CK-ERP. For a demo of CK-ERP operating within vTiger, please > > visit, > http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > > > > > Additionally, special thank is due to Guillermo Patterer of > Argentina > > for providing Spanish translation for the ck-ap, ck-bank, > ck-contact, > > ck-crm, and ck-quote modules. Translation of the other ck-* > > modules is > > still continuing. > > > > Because I have not been able to manipulate the vTiger page header > > (charset parameter, to be exact) without changing vTiger's main > code, > > so if you wish to watch the demo in non-English language, you may > > have > > to adjust your browser's character encoding parameter to be able > > to see > > the page display correctly. This is especially true for Chinese > > readers. > > > > Cheers, > > CK > > _______________________________________________ > > 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/20061213/18ea6775/attachment-0004.html From tzenk at gmx.net Thu Dec 14 02:46:53 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Thu, 14 Dec 2006 11:46:53 +0100 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> Message-ID: <45812B9D.6080909@gmx.net> Still isn?t working... Authorization Required This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required. Additionally, a 401 Authorization Required error was encountered while trying to use an ErrorDocument to handle the request. ------------------------------------------------------------------------ Apache/1.3.34 Server at ck-erp.net Port 80 clement chazarra schrieb: > Ok, I will try later on ;) > > Cheers, > Clem > > On 12/13/06, *C K Wu* > wrote: > > Hi, Clem, > > Thank you for your interest in CK-ERP. > > I have visited the demo page a few minutes ago. It works ok, albeit > being loaded a bit slower than usual. I guess it's peak network hour > (10:00 pm local time) here in Hong Kong. Coupled with the fact that > announcement of the new demo had just been posted to various mailing > lists and forums one/two hours ago, so a fair number of curious > surfers > may be visiting the demo page concurrently at this very > moment. If you > are located away from East Asia, you may see response time to be > extremely slow. I guess you may have to re-visit the demo site at an > alternative time, say, 12 hours later. > > Cheers, > CK > > clement chazarra wrote: > > The demo doesn't seems to load properly, the page is loading but > > nothing appear... > > > > Have a look ;) > > > > Cheers, > > Clem > > > > On 12/13/06, *C K Wu* < ckwu at ck-erp.net > >> wrote: > > > > Hi, folks, > > > > I have completed a preliminary version of a vTiger connector > for use > > with CK-ERP. For a demo of CK-ERP operating within vTiger, > please > > > visit, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > > > > > > > Additionally, special thank is due to Guillermo Patterer of > Argentina > > for providing Spanish translation for the ck-ap, ck-bank, > ck-contact, > > ck-crm, and ck-quote modules. Translation of the other ck-* > > modules is > > still continuing. > > > > Because I have not been able to manipulate the vTiger page > header > > (charset parameter, to be exact) without changing vTiger's > main code, > > so if you wish to watch the demo in non-English language, > you may > > have > > to adjust your browser's character encoding parameter to be > able > > to see > > the page display correctly. This is especially true for Chinese > > readers. > > > > Cheers, > > CK > > _______________________________________________ > > 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 -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 748 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061214/22d68711/attachment-0003.vcf From ckwu at ck-erp.net Thu Dec 14 07:22:46 2006 From: ckwu at ck-erp.net (C K Wu) Date: Thu, 14 Dec 2006 23:22:46 +0800 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <45812B9D.6080909@gmx.net> References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> <45812B9D.6080909@gmx.net> Message-ID: <45816C46.8060802@ck-erp.net> Hi, Torsten, Thank you for your interest in CK-ERP. I presume you are referring to the pop-up window that appears when you access, http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites Inside the pop-up window, there is a standard prompt, "Anti-Phishing message - If you intend to review CK-ERP, enter demo as username and guest as password. Otherwise, do not proceed any further." So, enter 'demo' as the username and 'guest' as the password (without the quotes), will get you pass this pop-up window. Cheers, CK Torsten Zenk wrote: > Still isn?t working... > > > Authorization Required > > This server could not verify that you are authorized to access the > document requested. Either you supplied the wrong credentials (e.g., > bad password), or your browser doesn't understand how to supply the > credentials required. > > Additionally, a 401 Authorization Required error was encountered while > trying to use an ErrorDocument to handle the request. > > ------------------------------------------------------------------------ > Apache/1.3.34 Server at ck-erp.net Port 80 > From tzenk at gmx.net Thu Dec 14 08:18:26 2006 From: tzenk at gmx.net (Torsten Zenk) Date: Thu, 14 Dec 2006 17:18:26 +0100 Subject: [Vtigercrm-developers] vTigerCRM 5.0.2 + CK-ERP 0.21.1 Demo In-Reply-To: <45816C46.8060802@ck-erp.net> References: <457FFB92.4060303@ck-erp.net> <45801325.6020107@ck-erp.net> <45812B9D.6080909@gmx.net> <45816C46.8060802@ck-erp.net> Message-ID: <45817952.8080602@gmx.net> Ahhh, thx now it works but is too slow to build up the complete site...i?ll try later C K Wu schrieb: > Hi, Torsten, > > Thank you for your interest in CK-ERP. > > I presume you are referring to the pop-up window that appears when you > access, > http://ck-erp.net/ckerp/sitemgr/sitemgr-site/?page_name=DemoSites > > Inside the pop-up window, there is a standard prompt, "Anti-Phishing > message - If you intend to review CK-ERP, enter demo as username and > guest as password. Otherwise, do not proceed any further." > > So, enter 'demo' as the username and 'guest' as the password (without > the quotes), will get you pass this pop-up window. > > Cheers, > CK > > Torsten Zenk wrote: >> Still isn?t working... >> >> >> Authorization Required >> >> This server could not verify that you are authorized to access the >> document requested. Either you supplied the wrong credentials (e.g., >> bad password), or your browser doesn't understand how to supply the >> credentials required. >> >> Additionally, a 401 Authorization Required error was encountered >> while trying to use an ErrorDocument to handle the request. >> >> ------------------------------------------------------------------------ >> Apache/1.3.34 Server at ck-erp.net Port 80 >> > -------------- next part -------------- A non-text attachment was scrubbed... Name: tzenk.vcf Type: text/x-vcard Size: 748 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061214/b053d114/attachment-0003.vcf From peter.guhl at win-lux.ch Tue Dec 19 02:55:33 2006 From: peter.guhl at win-lux.ch (Peter Guhl) Date: Tue, 19 Dec 2006 11:55:33 +0100 Subject: [Vtigercrm-developers] Checkbox-Values not shown in Contacts Message-ID: <4587C525.3090007@win-lux.ch> Hello all I have the effect with "normal" and custom checkboxes in a couple of vtiger installations (all 5.0.2) and am currently looking for a solution. The problem doesn't seem to be known in Trac or the forum (or did I simply not find it yet?) I am rather sure there must be something wrong with my installations - or is it really possible that selecting the values of checkboxes is just not yet done in getBlocks()? It's not likely... for me it doesn't even look possible to avoid selecting the checkbox-values (if this would be desirable). Regards Peter -- 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 lists.vtigercrm.com at callum-macdonald.com Thu Dec 21 18:35:12 2006 From: lists.vtigercrm.com at callum-macdonald.com (Callum Macdonald) Date: Fri, 22 Dec 2006 09:35:12 +0700 Subject: [Vtigercrm-developers] Adding a new Activity Type Message-ID: <458B4460.4070705@callum-macdonald.com> Hey Guys, We're making a couple of mods to vtiger to add some custom mail merging stuff. For anyone interested, the solution we're using is to use Microsoft Word (we'd prefer to use OpenOffice, but that's another story) and merging directly against a MySQL database. So the mod to vtiger exports the required data to a new table in another database, and then our word processor merges against that directly. It's not without complications, but it delivers a very powerful solution. Anyway, my question is about activity types. I've added an activity type called Mail Merge in the vtiger_activitytypes table, but when I manually change an activity type in the table vtiger_activity, it disappears from the Contact's view. I'm assuming the Call and Meeting activity types are hard coded. Can anyone shed any light on how we'd go about modifying this to add a new activity type? With my limited knowledge I'd guess we need to: 1) Find and update all queries that explicitly use Call or Meeting 2) Modify the smarty views for that field to add the new types to the interface Is there anything I'm missing? Any feedback or suggestions most appreciated. Cheers, Callum. From lists.vtigercrm.com at callum-macdonald.com Thu Dec 21 18:55:14 2006 From: lists.vtigercrm.com at callum-macdonald.com (Callum Macdonald) Date: Fri, 22 Dec 2006 09:55:14 +0700 Subject: [Vtigercrm-developers] Two wikis? Message-ID: <458B4912.6040008@callum-macdonald.com> Hey Guys, I thought that the Trac wiki and wiki.vtiger.com were the same thing, but I've just checked, they're not. I'd suggest it makes sense to standardise the Wiki into one platform. I'm not sure about how practical that is, so as an alternative could we transfer all the content from one Wiki onto the other and simply redirect one? Or if having two wikis makes sense, could somebody post a short explanation of which wiki is for what and then I'm happy to add that to the homepage of each (if I have permission to do that). C. From gopals at vtiger.com Fri Dec 22 08:11:39 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 22 Dec 2006 21:41:39 +0530 Subject: [Vtigercrm-developers] Two wikis? In-Reply-To: <458B4912.6040008@callum-macdonald.com> References: <458B4912.6040008@callum-macdonald.com> Message-ID: <10faaee93fb.2050536164905912392.6466520180434504229@@vtiger.com> Hi Callum, Good question. wiki.vtiger.com is for the product related documentation, such as User Manual, Installation Manuals, Developer manuals etc., where as Trac - Wiki is for tracking the vtiger CRM project related documents, such as project progress tracking, SVN access details, etc. Hope this information helps you. Regards, Gopal -- S.S.G.Gopal 1-877-788-4437 Skype:sripadag | Blogs ---- On Fri, 22 Dec 2006 Callum Macdonald wrote ---- Hey Guys, I thought that the Trac wiki and wiki.vtiger.com were the same thing, but I&cmve just checked, they&cmre not. I&cmd suggest it makes sense to standardise the Wiki into one platform. I&cmm not sure about how practical that is, so as an alternative could we transfer all the content from one Wiki onto the other and simply redirect one? Or if having two wikis makes sense, could somebody post a short explanation of which wiki is for what and then I&cmm happy to add that to the homepage of each (if I have permission to do that). C. _______________________________________________ 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/20061222/eef2b4ab/attachment-0004.html From john at tantor.com Thu Dec 28 07:49:00 2006 From: john at tantor.com (J Zakhar) Date: Thu, 28 Dec 2006 10:49:00 -0500 Subject: [Vtigercrm-developers] Quick question on DB column mappings. Message-ID: <4593E76C.5040208@tantor.com> Does anyone off hand know where the mapping for vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? Thanks in advance J From joe at tsolucio.com Thu Dec 28 09:23:18 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 28 Dec 2006 18:23:18 +0100 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <4593E76C.5040208@tantor.com> References: <4593E76C.5040208@tantor.com> Message-ID: <1167326599.861.53.camel@joesunix.int> vtiger_field? Joe TSolucio El jue, 28-12-2006 a las 10:49 -0500, J Zakhar escribi?: > Does anyone off hand know where the mapping for > vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? > > Thanks in advance > > > > J > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From john at tantor.com Thu Dec 28 09:41:47 2006 From: john at tantor.com (J Zakhar) Date: Thu, 28 Dec 2006 12:41:47 -0500 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <1167326599.861.53.camel@joesunix.int> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> Message-ID: <459401DB.7020509@tantor.com> Err let me clarify.. If you create a custom field in any module, you can assign it a title, so create custom field foo in the accounts module. Open any account and its displayed as "foo", however in vtiger_accountscf its cf_123, somewhere there is a map that defines cf_123 = "foo". Id like to know where that is defined. Joe Bordes wrote: > vtiger_field? > > Joe > TSolucio > > El jue, 28-12-2006 a las 10:49 -0500, J Zakhar escribi?: > >> Does anyone off hand know where the mapping for >> vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? >> >> Thanks in advance >> >> >> >> J >> _______________________________________________ >> Reach hundreds of potential candidates - http://jobs.vtiger.com >> > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com From alex.svetos at gmail.com Thu Dec 28 10:24:29 2006 From: alex.svetos at gmail.com (alex svetos) Date: Thu, 28 Dec 2006 19:24:29 +0100 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <459401DB.7020509@tantor.com> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> <459401DB.7020509@tantor.com> Message-ID: <26debbf70612281024y24903173xed7e965aa1029876@mail.gmail.com> > > If you create a custom field in any module, you can assign it a title, > so create custom field foo in the accounts module. Open any account and > its displayed as "foo", however in vtiger_accountscf its cf_123, > somewhere there is a map that defines cf_123 = "foo". > > Id like to know where that is defined. > > I think Joe was wright, it is vtiger_field : cf_123 is stored in the fieldname column and "foo" in the fieldlabel one. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061228/4b563c7c/attachment-0004.html From joe at tsolucio.com Thu Dec 28 10:40:55 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 28 Dec 2006 19:40:55 +0100 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <459401DB.7020509@tantor.com> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> <459401DB.7020509@tantor.com> Message-ID: <1167331255.861.55.camel@joesunix.int> vtiger_field Joe TSolucio El jue, 28-12-2006 a las 12:41 -0500, J Zakhar escribi?: > Err let me clarify.. > > If you create a custom field in any module, you can assign it a title, > so create custom field foo in the accounts module. Open any account and > its displayed as "foo", however in vtiger_accountscf its cf_123, > somewhere there is a map that defines cf_123 = "foo". > > Id like to know where that is defined. > > > Joe Bordes wrote: > > vtiger_field? > > > > Joe > > TSolucio > > > > El jue, 28-12-2006 a las 10:49 -0500, J Zakhar escribi?: > > > >> Does anyone off hand know where the mapping for > >> vtiger_invoicecf.columnname (cf_###) to displayed name mapping is stored ? > >> > >> Thanks in advance > >> > >> > >> > >> J > >> _______________________________________________ > >> 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 john at tantor.com Thu Dec 28 10:57:53 2006 From: john at tantor.com (J Zakhar) Date: Thu, 28 Dec 2006 13:57:53 -0500 Subject: [Vtigercrm-developers] Quick question on DB column mappings. In-Reply-To: <26debbf70612281024y24903173xed7e965aa1029876@mail.gmail.com> References: <4593E76C.5040208@tantor.com> <1167326599.861.53.camel@joesunix.int> <459401DB.7020509@tantor.com> <26debbf70612281024y24903173xed7e965aa1029876@mail.gmail.com> Message-ID: <459413B1.6010701@tantor.com> Ahh right, I apologize, I was thrown off by his sole comment of vtiger_field. I see now that there is a table with the information in it. It was a long holiday weekend and im not totally recovered, I should have spent more time looking before I posted to the list lol I am embarassed =) Thank you both. alex svetos wrote: > > > If you create a custom field in any module, you can assign it a title, > so create custom field foo in the accounts module. Open any > account and > its displayed as "foo", however in vtiger_accountscf its cf_123, > somewhere there is a map that defines cf_123 = "foo". > > Id like to know where that is defined. > > > I think Joe was wright, it is vtiger_field : cf_123 is stored in the > fieldname column and "foo" in the fieldlabel one. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com