From grzegorz.przezdziecki at pflg.pl Thu Jan 1 17:22:39 2009
From: grzegorz.przezdziecki at pflg.pl (Grzegorz =?utf-8?q?Prze=C5=BAdziecki?=)
Date: Fri, 2 Jan 2009 01:22:39 +0000
Subject: [Vtigercrm-developers] ADOdb question
Message-ID: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
In trac i see ADOdb have three, two year old with some modification.
Is there any reason to use old ADOdb library?
Best Regards
GP
--
Grzegorz Prze?dziecki
http://www.pflg.pl
kom. +48.606.822.506
skype://grzegorz.przezdziecki
gg://3701851
From grzegorz.przezdziecki at pflg.pl Thu Jan 1 17:51:05 2009
From: grzegorz.przezdziecki at pflg.pl (Grzegorz =?utf-8?q?Prze=C5=BAdziecki?=)
Date: Fri, 2 Jan 2009 01:51:05 +0000
Subject: [Vtigercrm-developers] DatabaseSchema.xml
Message-ID: <200901020151.05815.grzegorz.przezdziecki@pflg.pl>
Tray to install on PostgreSQL (8.3) and have some error
from DatabaseSchema.xml file
http://trac.vtiger.com/cgi-
bin/trac.cgi/browser/vtigercrm/branches/5.1/schema/DatabaseSchema.xml
For example
Create table with index "stuff_stuffid_idx"
==========
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
stuffid
6285
6286
==============
And second table
with index "stuff_stuffid_idx"
==========
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
stuffid
6324
6325
Type=InnoDB
6326
=============
I don't know how it is looks on MySQL but on PostgreSQL could not create
index with the same name even for another table.
There is error relation "stuff_stuffid_idx" exist
PostgreSQL automatically creates an index for each unique constraint and
primary key constraint to enforce uniqueness. Thus, it is not necessary to
create an index explicitly for primary key columns.
http://www.postgresql.org/docs/8.3/interactive/sql-createtable.html
And it is not necessary to add
===
6323
stuffid
6324
======
to create table for PostgreSQL if you not use index by name in code???
In that case on PostgreSQL will be two index on the same column.
It is possible to take into consideration about this in xml structure??
Or better create new DatabaseSchemaPSQL.xml (for example) specially for
PostgreSQL
Best Regards
GP
--
Grzegorz Prze?dziecki
http://www.pflg.pl
kom. +48.606.822.506
skype://grzegorz.przezdziecki
gg://3701851
From prasad at vtiger.com Thu Jan 1 21:32:24 2009
From: prasad at vtiger.com (Prasad)
Date: Fri, 2 Jan 2009 11:02:24 +0530
Subject: [Vtigercrm-developers] DatabaseSchema.xml
In-Reply-To: <200901020151.05815.grzegorz.przezdziecki@pflg.pl>
References: <200901020151.05815.grzegorz.przezdziecki@pflg.pl>
Message-ID: <39d18b250901012132g6e119adct5444efa969ff4723@mail.gmail.com>
Hi Grzegorz,
Our community member was maintaining a branch for PostgreSQL
check it out at
http://trac.vtiger.com/svn/vtiger/vtigercrm/branches/5.1_jens (this is based
on 5.0.3) not complete.
For earlier discussion refer this post:
http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2007-November/002622.html
Regards,
Prasad
On 1/2/09, Grzegorz Prze?dziecki wrote:
>
>
> Tray to install on PostgreSQL (8.3) and have some error
> from DatabaseSchema.xml file
>
> http://trac.vtiger.com/cgi-
> bin/trac.cgi/browser/vtigercrm/branches/5.1/schema/DatabaseSchema.xml
>
> For example
> Create table with index "stuff_stuffid_idx"
> ==========
>
> 6270
>
> 6271
>
> 6272
>
> 6273
>
> 6274
>
> 6275
>
> 6276
>
> 6277
>
> 6278
>
> 6279
>
> 6280
>
> 6281
>
> 6282
>
> 6283
>
> 6284
> stuffid
> 6285
>
> 6286
>
> ==============
>
> And second table
> with index "stuff_stuffid_idx"
> ==========
>
> 6314
>
> 6315
>
> 6316
>
> 6317
>
> 6318
>
> 6319
>
> 6320
>
> 6321
>
> 6322
>
> 6323
> stuffid
> 6324
>
> 6325
> Type=InnoDB
> 6326
>
> =============
>
> I don't know how it is looks on MySQL but on PostgreSQL could not create
> index with the same name even for another table.
> There is error relation "stuff_stuffid_idx" exist
>
>
> PostgreSQL automatically creates an index for each unique constraint and
> primary key constraint to enforce uniqueness. Thus, it is not necessary to
> create an index explicitly for primary key columns.
>
> http://www.postgresql.org/docs/8.3/interactive/sql-createtable.html
> And it is not necessary to add
> ===
>
> 6323
> stuffid
> 6324
>
> ======
> to create table for PostgreSQL if you not use index by name in code???
> In that case on PostgreSQL will be two index on the same column.
> It is possible to take into consideration about this in xml structure??
>
> Or better create new DatabaseSchemaPSQL.xml (for example) specially for
> PostgreSQL
>
> Best Regards
> GP
>
> --
> Grzegorz Prze?dziecki
> http://www.pflg.pl
> kom. +48.606.822.506
> skype://grzegorz.przezdziecki
> gg://3701851
>
> _______________________________________________
> 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/20090101/f22de023/attachment-0001.htm
From asha at vtiger.com Thu Jan 1 23:20:59 2009
From: asha at vtiger.com (Asha)
Date: Fri, 2 Jan 2009 12:50:59 +0530
Subject: [Vtigercrm-developers] ADOdb question
In-Reply-To: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
References: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
Message-ID:
Hi GP,
There is no specific reason to retain the old ADODB library. We are planning
to upgrade the library in our upcoming release. But the plans are still not
finalized.
On 1/2/09, Grzegorz Prze?dziecki wrote:
>
>
> In trac i see ADOdb have three, two year old with some modification.
> Is there any reason to use old ADOdb library?
>
> Best Regards
> GP
>
>
> --
> Grzegorz Prze?dziecki
> http://www.pflg.pl
> kom. +48.606.822.506
> skype://grzegorz.przezdziecki
> gg://3701851
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
--
Regards,
Asha
vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090101/202f4a81/attachment.htm
From grzegorz.przezdziecki at pflg.pl Fri Jan 2 03:50:51 2009
From: grzegorz.przezdziecki at pflg.pl (Grzegorz =?utf-8?q?Prze=C5=BAdziecki?=)
Date: Fri, 2 Jan 2009 11:50:51 +0000
Subject: [Vtigercrm-developers] ADOdb question
In-Reply-To:
References: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
Message-ID: <200901021150.51488.grzegorz.przezdziecki@pflg.pl>
Hello Asha
If than I will use new ADODB library on my local copy vtiger.
About DatabaseSchema.xml and Jens
I wrote to Jens with ask what about PostgreSQL status.
I make a local copy DatabaseSchema.xml as DatabaseSchemaPSQL.xml with psql
modification without change table structure
I have question about index.
Do you use in query index name to get data it is important to me because psql
make own index name during create table if column have Unique or Primary Key
modification.
Best Regards
GP
On Friday 02 January 2009 07:20:59 you wrote:
> Hi GP,
>
> There is no specific reason to retain the old ADODB library. We are
> planning to upgrade the library in our upcoming release. But the plans are
> still not finalized.
>
> On 1/2/09, Grzegorz Prze?dziecki wrote:
> > In trac i see ADOdb have three, two year old with some modification.
> > Is there any reason to use old ADOdb library?
> >
> > Best Regards
> > GP
> >
> >
> > --
> > Grzegorz Prze?dziecki
> > http://www.pflg.pl
> > kom. +48.606.822.506
> > skype://grzegorz.przezdziecki
> > gg://3701851
> >
> > _______________________________________________
> > Reach hundreds of potential candidates - http://jobs.vtiger.com
--
Grzegorz Prze?dziecki
http://www.pflg.pl
kom. +48.606.822.506
skype://grzegorz.przezdziecki
gg://3701851
From amine.fe at gmail.com Fri Jan 2 03:08:33 2009
From: amine.fe at gmail.com (amine f)
Date: Fri, 2 Jan 2009 12:08:33 +0100
Subject: [Vtigercrm-developers] ADOdb question
In-Reply-To: <200901021150.51488.grzegorz.przezdziecki@pflg.pl>
References: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
<200901021150.51488.grzegorz.przezdziecki@pflg.pl>
Message-ID: <74faab6a0901020308x249a3e8kd2ab3e1c57673986@mail.gmail.com>
Hello Grzegorz,
I wanna to make some changes to the invoice in vtigerCRM. I wana to
customize vtiger to the Algerian market. the changes needed is: to show on
the invoice in letter the total amount of the invoice. Have you any idea ?
Best regards
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090102/d3ee60a1/attachment.htm
From grzegorz.przezdziecki at pflg.pl Fri Jan 2 04:36:05 2009
From: grzegorz.przezdziecki at pflg.pl (Grzegorz =?utf-8?q?Prze=C5=BAdziecki?=)
Date: Fri, 2 Jan 2009 12:36:05 +0000
Subject: [Vtigercrm-developers] ADOdb question
In-Reply-To: <74faab6a0901020308x249a3e8kd2ab3e1c57673986@mail.gmail.com>
References: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
<200901021150.51488.grzegorz.przezdziecki@pflg.pl>
<74faab6a0901020308x249a3e8kd2ab3e1c57673986@mail.gmail.com>
Message-ID: <200901021236.05507.grzegorz.przezdziecki@pflg.pl>
On Friday 02 January 2009 11:08:33 amine f wrote:
> Hello Grzegorz,
>
> I wanna to make some changes to the invoice in vtigerCRM. I wana to
> customize vtiger to the Algerian market. the changes needed is: to show on
> the invoice in letter the total amount of the invoice. Have you any idea ?
> Best regards
Sorry
But I don't yet vtiger so much.
And never use mysql
I start to learn.
First step install on PostgreSQL next localization on Polish language.
Best Regards
GP
--
Grzegorz Prze?dziecki
http://www.pflg.pl
kom. +48.606.822.506
skype://grzegorz.przezdziecki
gg://3701851
From bedouglas at earthlink.net Fri Jan 2 08:55:31 2009
From: bedouglas at earthlink.net (bruce)
Date: Fri, 2 Jan 2009 08:55:31 -0800
Subject: [Vtigercrm-developers] vtiger 5.0.4
Message-ID: <0c7601c96cfa$ed3754e0$0301a8c0@tmesa.com>
Hi...
I'm playing around with VTiger(v5.04). I'm trying to figure out if there is
a way to have a given user conduct an "action/event" with a contact/lead. Is
there a way to track these actions for a given user/lead/contact.
As an example. Say I have a user John/Jane, and I have a lead/contact named
"sue". Say I also have the actions "initial talk, send product, send bill".
I'd like to know if there's a way to have user "john" be able to assign the
"initial talk" action to "sue", and then have user "jane" assign the "send
product" action to "sue" later on.
I'd then like to be able to display some sort of page to see the historical
actions that have been assigned to "sue" as the lead/contact.
Any detailed pointers would be helpful.
Thanks
-tom
From jens at Strawberry.COM Sat Jan 3 02:37:25 2009
From: jens at Strawberry.COM (Jens Hamisch)
Date: Sat, 3 Jan 2009 11:37:25 +0100
Subject: [Vtigercrm-developers] ADOdb question
In-Reply-To: =?iso-8859-1?Q?=3C200901021236=2E05507=2Egrzegorz=2Eprzezdziecki=40pflg?=
=?iso-8859-1?Q?=2Epl=3E=3B_from_Grzegorz_Prze=C5=BAdziecki_on_Fri=2C_Jan?=
=?iso-8859-1?Q?_02=2C_2009_at_12:36:05PM_+0000?=
References: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
<200901021150.51488.grzegorz.przezdziecki@pflg.pl>
<74faab6a0901020308x249a3e8kd2ab3e1c57673986@mail.gmail.com>
<200901021236.05507.grzegorz.przezdziecki@pflg.pl>
Message-ID: <20090103113725.G5074@Strawberry.COM>
There's also an extension to vtiger for customizing invioce, etc.
layouts in the 5.1_jens branch. I've intrduced mandants and therefor
had the need to provide different layouts for different mandants.
jens
On Fri, Jan 02, 2009 at 12:36:05PM +0000, Grzegorz Prze??dziecki wrote:
> On Friday 02 January 2009 11:08:33 amine f wrote:
> > Hello Grzegorz,
> >
> > I wanna to make some changes to the invoice in vtigerCRM. I wana to
> > customize vtiger to the Algerian market. the changes needed is: to show on
> > the invoice in letter the total amount of the invoice. Have you any idea ?
> > Best regards
>
> Sorry
> But I don't yet vtiger so much.
> And never use mysql
> I start to learn.
> First step install on PostgreSQL next localization on Polish language.
>
> Best Regards
> GP
>
> --
> Grzegorz Prze??dziecki
> http://www.pflg.pl
> kom. +48.606.822.506
> skype://grzegorz.przezdziecki
> gg://3701851
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
--
--------------------------------------------------------------------------------
s t r a w b e r r y e d v - s y s t e m e g m b h
SSSSSSSSS Am Flosskanal 7 Jens Hamisch
SSSSSSSSSSSSS D-82515 Wolfratshausen CEO
SSSSS-----SSSSS
---SSSSS--------- fon (+49 8171) 41805-0
------SSSSS------ fax (+49 8171) 41805-59
---------SSSSS--- strawberry at strawberry.com Jens.Hamisch at strawberry.com
SSSSS-----SSSSS
SSSSSSSSSSSSS Geschaeftsfuehrer/CEO
SSSSSSSSS Jens Hamisch
a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8
From prasad at vtiger.com Wed Jan 7 01:26:49 2009
From: prasad at vtiger.com (Prasad)
Date: Wed, 7 Jan 2009 14:56:49 +0530
Subject: [Vtigercrm-developers] vtlib 2.1 is now available!
Message-ID: <39d18b250901070126t60d51bd6q92f8b5dd8b636ca6@mail.gmail.com>
Dear vtigers,
I'm happy to inform you of the release of
vtlib
*2.1* today. This version adds some key features, and provides several
useful APIs to make it easy to build new modules, and customize the
functionality of vtiger CRM.
Thanks to the community for their valuable support and feedback on earlier
versions.
Following are some of the highlights of the new features bundled in vtlib
2.1
* *Language Pack Installation*
Language Packs are now treated as a special type of module, which can be
installed or upgraded using Module Manager.
* *Upgrading Modules *
Module Manager provides basic support to upgrade custom modules developed
using vtlib
* *Custom Actions for Module*
You can add custom actions that open web links for your module. These links
are displayed on the DetailView. Using this feature, custom actions like Add
Event, Export to PDF can be provided easily.
* *Tooltip for Module Field*
vtlib provides an API to set Tooltip text for the module field which could
be useful in educating the users when they are in Create/Edit view.
Please check out the documentation for more details. Kindly share your
feedback with us.
vtlib 2.1 Download URL:
http://forge.vtiger.com/frs/?group_id=174&release_id=480
*ZohoMeeting Integration Module for vtiger CRM*
With the new capabilities of vtlib 2.1, we developed an integration module
for ZohoMeeting.
We used the Custom Actions feature to add ZohoMeeting links for vtiger
calendar events.
You can download this extension from here:
ZohoMeeting-1.0
Regards,
Prasad
vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090107/ebf6c020/attachment.htm
From jnmutuku at gmail.com Fri Jan 9 03:20:35 2009
From: jnmutuku at gmail.com (James Mutuku)
Date: Fri, 09 Jan 2009 14:20:35 +0300
Subject: [Vtigercrm-developers] vtiger dropdown with "Not Accessible" for
all users except the admin
Message-ID: <49673303.7010306@gmail.com>
Hello list
I am running vtiger 5.0. 4 on centos platform. Some of the customized
dropdown menus have "Not Accessible" for all the users except the admin.
what could be the issue?
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/980b2ba1/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jnmutuku.vcf
Type: text/x-vcard
Size: 331 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/980b2ba1/jnmutuku-0001.vcf
From prasad at vtiger.com Fri Jan 9 03:52:07 2009
From: prasad at vtiger.com (Prasad)
Date: Fri, 9 Jan 2009 17:22:07 +0530
Subject: [Vtigercrm-developers] vtiger dropdown with "Not Accessible"
for all users except the admin
In-Reply-To: <49673303.7010306@gmail.com>
References: <49673303.7010306@gmail.com>
Message-ID: <39d18b250901090352s7257d55eg1441134e65aa04ca@mail.gmail.com>
Hi James,
"Not Accessible" is shown when the value stored in the picklist field of a
record is not defined in the picklist editor.
Kindly refer to the following links which explains more about "Role based
Picklist" feature of 5.0.4
http://www.vtiger.com/blogs/2008/04/16/role-based-picklists-in-504/
http://www.vtiger.com/products/crm/help/5.0.4/vtiger-504-rolebased-picklist.pdf
Regards,
Prasad
vtiger Team
On 1/9/09, James Mutuku wrote:
>
> Hello list
>
> I am running vtiger 5.0. 4 on centos platform. Some of the customized
> dropdown menus have "Not Accessible" for all the users except the admin.
> what could be the issue?
>
> James
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/783b6575/attachment.htm
From jnmutuku at gmail.com Fri Jan 9 08:21:10 2009
From: jnmutuku at gmail.com (James Mutuku)
Date: Fri, 09 Jan 2009 19:21:10 +0300
Subject: [Vtigercrm-developers] vtiger dropdown with "Not Accessible"
for all users except the admin
In-Reply-To: <39d18b250901090352s7257d55eg1441134e65aa04ca@mail.gmail.com>
References: <49673303.7010306@gmail.com>
<39d18b250901090352s7257d55eg1441134e65aa04ca@mail.gmail.com>
Message-ID: <49677976.2050301@gmail.com>
Hello,
Thanks :-)
James
Prasad wrote:
> Hi James,
>
> "Not Accessible" is shown when the value stored in the picklist field
> of a record is not defined in the picklist editor.
>
> Kindly refer to the following links which explains more about "Role
> based Picklist" feature of 5.0.4
>
> http://www.vtiger.com/blogs/2008/04/16/role-based-picklists-in-504/
>
> http://www.vtiger.com/products/crm/help/5.0.4/vtiger-504-rolebased-picklist.pdf
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/9/09, *James Mutuku* > wrote:
>
> Hello list
>
> I am running vtiger 5.0. 4 on centos platform. Some of the
> customized dropdown menus have "Not Accessible" for all the users
> except the admin. what could be the issue?
>
> James
>
> _______________________________________________
> 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/20090109/0610689a/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jnmutuku.vcf
Type: text/x-vcard
Size: 331 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/0610689a/jnmutuku.vcf
From info at nablacom.it Fri Jan 9 08:35:02 2009
From: info at nablacom.it (Nablacom)
Date: Fri, 9 Jan 2009 17:35:02 +0100
Subject: [Vtigercrm-developers] Plug-ins 5.1
Message-ID:
Hi Team,
Where are the plug-ins like the one for Outlook for the 5.1 version?
Roberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/0d3405a5/attachment.htm
From prasad at vtiger.com Fri Jan 9 09:01:14 2009
From: prasad at vtiger.com (Prasad)
Date: Fri, 9 Jan 2009 22:31:14 +0530
Subject: [Vtigercrm-developers] Plug-ins 5.1
In-Reply-To:
References:
Message-ID: <39d18b250901090901p4b14cc8bgf12c356efd0f0603@mail.gmail.com>
Hi Nablacom,
We are currently working on the development of plug-ins for 5.1 version.
Once it is upgrade we will update our SVN, kindly hold on.
Regards,
Prasad
vtiger Team
On 1/9/09, Nablacom wrote:
>
> Hi Team,
>
> Where are the plug-ins like the one for Outlook for the 5.1 version?
>
> Roberto
>
>
>
>
>
> _______________________________________________
> 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/20090109/4cb41b35/attachment.htm
From amine.fe at gmail.com Fri Jan 9 11:12:59 2009
From: amine.fe at gmail.com (amine f)
Date: Fri, 9 Jan 2009 20:12:59 +0100
Subject: [Vtigercrm-developers] vtiger dropdown with "Not Accessible"
for all users except the admin
In-Reply-To: <49673303.7010306@gmail.com>
References: <49673303.7010306@gmail.com>
Message-ID: <74faab6a0901091112o2f8c0269he2563356dc32f034@mail.gmail.com>
The problem is in the access to database. try to accees to related
customised field table.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/28f980b8/attachment.htm
From prasad at vtiger.com Fri Jan 9 22:37:29 2009
From: prasad at vtiger.com (Prasad)
Date: Sat, 10 Jan 2009 12:07:29 +0530
Subject: [Vtigercrm-developers] vtlib 2.1 is now available!
In-Reply-To: <39d18b250901070126t60d51bd6q92f8b5dd8b636ca6@mail.gmail.com>
References: <39d18b250901070126t60d51bd6q92f8b5dd8b636ca6@mail.gmail.com>
Message-ID: <39d18b250901092237n470a60c9hf2bd44faaf2c134@mail.gmail.com>
Dear vtigers,
I have fixed minor issues that was in earlier package, kindly use the
updated version of vtlib 2.1
Thank you
Regards,
Prasad
vtiger Team
On 1/7/09, Prasad wrote:
>
> Dear vtigers,
>
> I'm happy to inform you of the release of vtlib
> *2.1* today. This version adds some key features, and provides several
> useful APIs to make it easy to build new modules, and customize the
> functionality of vtiger CRM.
>
> Thanks to the community for their valuable support and feedback on earlier
> versions.
>
> Following are some of the highlights of the new features bundled in vtlib
> 2.1
>
> * *Language Pack Installation*
> Language Packs are now treated as a special type of module, which can be
> installed or upgraded using Module Manager.
>
> * *Upgrading Modules *
> Module Manager provides basic support to upgrade custom modules developed
> using vtlib
>
> * *Custom Actions for Module*
> You can add custom actions that open web links for your module. These links
> are displayed on the DetailView. Using this feature, custom actions like Add
> Event, Export to PDF can be provided easily.
>
> * *Tooltip for Module Field*
> vtlib provides an API to set Tooltip text for the module field which could
> be useful in educating the users when they are in Create/Edit view.
>
> Please check out the documentation for more details. Kindly share your
> feedback with us.
>
> vtlib 2.1 Download URL:
> http://forge.vtiger.com/frs/?group_id=174&release_id=480
>
> *ZohoMeeting Integration Module for vtiger CRM*
>
> With the new capabilities of vtlib 2.1, we developed an integration module
> for ZohoMeeting.
> We used the Custom Actions feature to add ZohoMeeting links for vtiger
> calendar events.
>
> You can download this extension from here: ZohoMeeting-1.0
>
> Regards,
> Prasad
> vtiger Team
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/0260d3b1/attachment-0001.htm
From stephen at trax.cl Mon Jan 12 11:11:17 2009
From: stephen at trax.cl (Stephen Mack)
Date: Mon, 12 Jan 2009 16:11:17 -0300
Subject: [Vtigercrm-developers] How does vtiger store plus symbols (+) in
the database?
Message-ID: <7978a9470901121111y125db6aawb107870ffaf99182@mail.gmail.com>
I have a custom picklist field in the lead database (actually it's stored in
the vtiger.leadscf database). I use the phpmyadmin to view the data and the
+ sign is not there (although when I use vtiger it's displayed correctly).
My problem is that when I access the database directly to do searches, I
can't find the records. I suspect that a special "non printable" character
is being inserted.
What might that character be?
--Stephen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090112/2cbb8d92/attachment.htm
From scott at centritechsolutions.com Mon Jan 12 12:00:36 2009
From: scott at centritechsolutions.com (Scott Brown)
Date: Mon, 12 Jan 2009 15:00:36 -0500
Subject: [Vtigercrm-developers] Icontact integration
Message-ID: <004d01c974f0$70338f10$509aad30$@com>
Developers,
Has anybody developed a module to connect an IContact account with vtiger
contacts?
Thanks,
Centritech Solutions Logo
Scott Brown
Tel: 804-360-9753 Ext. 400
Fax: 1-800-851-0516
http://www.centritech.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090112/5ba9aa78/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 2190 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090112/5ba9aa78/attachment.jpeg
From prasad at vtiger.com Mon Jan 12 20:34:02 2009
From: prasad at vtiger.com (Prasad)
Date: Tue, 13 Jan 2009 10:04:02 +0530
Subject: [Vtigercrm-developers] How does vtiger store plus symbols (+)
in the database?
In-Reply-To: <7978a9470901121111y125db6aawb107870ffaf99182@mail.gmail.com>
References: <7978a9470901121111y125db6aawb107870ffaf99182@mail.gmail.com>
Message-ID: <39d18b250901122034v49f17af7wdd9f681556fc2502@mail.gmail.com>
Hi Stephen,
Can you share a screenshot of the issue being pointed in vtiger CRM?
Regards,
Prasad
vtiger Team
On 1/13/09, Stephen Mack wrote:
>
> I have a custom picklist field in the lead database (actually it's stored
> in the vtiger.leadscf database). I use the phpmyadmin to view the data and
> the + sign is not there (although when I use vtiger it's displayed
> correctly).
>
> My problem is that when I access the database directly to do searches, I
> can't find the records. I suspect that a special "non printable" character
> is being inserted.
>
> What might that character be?
>
> --Stephen
>
> _______________________________________________
> 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/20090112/29d25845/attachment.htm
From info at nablacom.it Tue Jan 13 09:49:59 2009
From: info at nablacom.it (Nablacom)
Date: Tue, 13 Jan 2009 18:49:59 +0100
Subject: [Vtigercrm-developers] Problems with TAX
Message-ID:
I'm testing the 5.1 version and in Italy, for example, the VAT takes the
name of IVA but if I change the name of the VAT taxes the following code
$smarty->assign("VAT_TAX",getProductTaxPercentage("VAT",$_REQUEST['product_i
d']));
$smarty->assign("SALES_TAX",getProductTaxPercentage("Sales",$_REQUEST['produ
ct_id']));
$smarty->assign("SERVICE_TAX",getProductTaxPercentage("Service",$_REQUEST['p
roduct_id']));
This lenes are in the Invoice, PurchaseOrder, Quotes and SalesOrder modules
and doesn't work correctly.
The same was when I add a new tax
Bye
Roberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090113/72c0e19b/attachment.htm
From amine.fe at gmail.com Tue Jan 13 11:30:11 2009
From: amine.fe at gmail.com (amine f)
Date: Tue, 13 Jan 2009 20:30:11 +0100
Subject: [Vtigercrm-developers] Problems with TAX
In-Reply-To:
References:
Message-ID: <74faab6a0901131130k56c77ba3l5069d44ebf5b28c6@mail.gmail.com>
Hi,
You must use studio(in configuartion menu). Choose a VAT (edit) and change
the name.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090113/909a9b63/attachment.htm
From stephen at trax.cl Tue Jan 13 12:37:16 2009
From: stephen at trax.cl (Stephen Mack)
Date: Tue, 13 Jan 2009 17:37:16 -0300
Subject: [Vtigercrm-developers] How does vtiger store plus symbols (+)
in the database?
In-Reply-To: <39d18b250901122034v49f17af7wdd9f681556fc2502@mail.gmail.com>
References: <7978a9470901121111y125db6aawb107870ffaf99182@mail.gmail.com>
<39d18b250901122034v49f17af7wdd9f681556fc2502@mail.gmail.com>
Message-ID: <7978a9470901131237o4d1b50a8kf72b34ebd6ac84c9@mail.gmail.com>
Hi Prasad,
Thanks for the reply. I have dumped the database and this is what I get for
the field. Please look at the attached jpg to see the screen shots.
"leadid";"cf_450";"cf_452";"cf_454";"cf_456"
"22";"1";"0";;"15 Weeks"
BTW, When I translate the "15 Weeks" into hex, I get the following:
%31%35%20%20%57%65%65%6B%73
It seems that the + sign is replaced with a space (a test I was sure I
tried) but with that knowledge it seems to be working ... I now search for
"15[space][space]Weeks" and I find my records.
--Stephen
On Tue, Jan 13, 2009 at 1:34 AM, Prasad wrote:
> Hi Stephen,
>
> Can you share a screenshot of the issue being pointed in vtiger CRM?
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/13/09, Stephen Mack wrote:
>
>> I have a custom picklist field in the lead database (actually it's stored
>> in the vtiger.leadscf database). I use the phpmyadmin to view the data and
>> the + sign is not there (although when I use vtiger it's displayed
>> correctly).
>>
>> My problem is that when I access the database directly to do searches, I
>> can't find the records. I suspect that a special "non printable" character
>> is being inserted.
>>
>> What might that character be?
>>
>> --Stephen
>>
>> _______________________________________________
>> Reach hundreds of potential candidates - http://jobs.vtiger.com
>>
>
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
--
--Stephen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090113/dbae77e3/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: picklist.JPG
Type: image/jpeg
Size: 24596 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090113/dbae77e3/picklist-0001.jpeg
From ddfire at gmail.com Thu Jan 15 12:03:26 2009
From: ddfire at gmail.com (David fire)
Date: Thu, 15 Jan 2009 18:03:26 -0200
Subject: [Vtigercrm-developers] Question about products
Message-ID:
hi
there is any way to limit the discounts?
i don't want a salesman for error give more discount than we can give... but
i want to let the to give from 0% to 10% what can i do?
thanks
--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090115/1d6b831b/attachment.htm
From amine.fe at gmail.com Thu Jan 15 13:13:24 2009
From: amine.fe at gmail.com (amine f)
Date: Thu, 15 Jan 2009 22:13:24 +0100
Subject: [Vtigercrm-developers] Question about products
In-Reply-To:
References:
Message-ID: <74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
You must act on the invoice table (discount filed)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090115/d01bca39/attachment.htm
From ddfire at gmail.com Thu Jan 15 13:59:37 2009
From: ddfire at gmail.com (David fire)
Date: Thu, 15 Jan 2009 19:59:37 -0200
Subject: [Vtigercrm-developers] Question about products
In-Reply-To: <74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
References:
<74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
Message-ID:
please give me more info
David
2009/1/15 amine f
> You must act on the invoice table (discount filed)
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090115/9695bae5/attachment.htm
From amine.fe at gmail.com Thu Jan 15 14:21:43 2009
From: amine.fe at gmail.com (amine f)
Date: Thu, 15 Jan 2009 23:21:43 +0100
Subject: [Vtigercrm-developers] Question about products
In-Reply-To:
References:
<74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
Message-ID: <74faab6a0901151421o7bb4ff1ci4eab4346caeb155e@mail.gmail.com>
Do you have PhpMyadmin on your PC ?
In the type of discount field you specify the range (0 to 10)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090115/618d6812/attachment.htm
From ddfire at gmail.com Thu Jan 15 14:26:44 2009
From: ddfire at gmail.com (David fire)
Date: Thu, 15 Jan 2009 20:26:44 -0200
Subject: [Vtigercrm-developers] Question about products
In-Reply-To: <74faab6a0901151421o7bb4ff1ci4eab4346caeb155e@mail.gmail.com>
References:
<74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
<74faab6a0901151421o7bb4ff1ci4eab4346caeb155e@mail.gmail.com>
Message-ID:
but that will give any advice or message to the saler?
David
2009/1/15 amine f
> Do you have PhpMyadmin on your PC ?
> In the type of discount field you specify the range (0 to 10)
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090115/7ff67b71/attachment.htm
From amine.fe at gmail.com Fri Jan 16 03:04:21 2009
From: amine.fe at gmail.com (amine f)
Date: Fri, 16 Jan 2009 12:04:21 +0100
Subject: [Vtigercrm-developers] Question about products
In-Reply-To:
References:
<74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
<74faab6a0901151421o7bb4ff1ci4eab4346caeb155e@mail.gmail.com>
Message-ID: <74faab6a0901160304i3be1f148j2d220f07e119a624@mail.gmail.com>
No. If you wanna a message you must create a javascript function for this
purpose.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090116/2ad6fed1/attachment.htm
From davidv.net at gmail.com Sun Jan 18 01:49:07 2009
From: davidv.net at gmail.com (David V.)
Date: Sun, 18 Jan 2009 05:49:07 -0400
Subject: [Vtigercrm-developers] Icontact integration
In-Reply-To: <004d01c974f0$70338f10$509aad30$@com>
References:
<004d01c974f0$70338f10$509aad30$@com>
Message-ID:
Hi Vtiger Team,
Is there any specific place where we should post features requests for
Vtiger 5.1 ?
David V.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090118/2ed8cd1a/attachment.htm
From prasad at vtiger.com Sun Jan 18 06:04:28 2009
From: prasad at vtiger.com (Prasad)
Date: Sun, 18 Jan 2009 19:34:28 +0530
Subject: [Vtigercrm-developers] Icontact integration
In-Reply-To:
References: <004d01c974f0$70338f10$509aad30$@com>
Message-ID: <39d18b250901180604r16f100edjfcc63d28adb2f3d6@mail.gmail.com>
Hi David,
Kindly use our issue tracker as well at http://trac.vtiger.com
Regards,
Prasad
vtiger Team
On 1/18/09, David V. wrote:
>
> Hi Vtiger Team,
>
> Is there any specific place where we should post features requests for
> Vtiger 5.1 ?
>
> David V.
>
> _______________________________________________
> 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/20090118/fd039fd1/attachment.htm
From davidv.net at gmail.com Sun Jan 18 11:21:35 2009
From: davidv.net at gmail.com (David V.)
Date: Sun, 18 Jan 2009 15:21:35 -0400
Subject: [Vtigercrm-developers] Feature request
Message-ID:
Thank you Prasad.
David V.
On Sun, Jan 18, 2009 at 10:04 AM, Prasad wrote:
> Hi David,
>
> Kindly use our issue tracker as well at http://trac.vtiger.com
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/18/09, David V. wrote:
>
>> Hi Vtiger Team,
>>
>> Is there any specific place where we should post features requests for
>> Vtiger 5.1 ?
>>
>> 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/20090118/28ce0b20/attachment-0001.htm
From ana at indie-green.com Wed Jan 21 09:01:11 2009
From: ana at indie-green.com (Ana)
Date: Wed, 21 Jan 2009 11:01:11 CST
Subject: [Vtigercrm-developers] Small bug fixes
Message-ID: <1232557271@indie-green.com>
An embedded and charset-unspecified text was scrubbed...
Name: not available
Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090121/a6b14197/attachment.txt
From prasad at vtiger.com Wed Jan 21 09:35:31 2009
From: prasad at vtiger.com (Prasad)
Date: Wed, 21 Jan 2009 23:05:31 +0530
Subject: [Vtigercrm-developers] Small bug fixes
In-Reply-To: <1232557271@indie-green.com>
References: <1232557271@indie-green.com>
Message-ID: <39d18b250901210935y67f488f6led5cc526584abdf7@mail.gmail.com>
Hi Ana,
Thank you for your feedback. Kindly report the issues or patches at
http://trac.vtiger.com
Regards,
Prasad
vtiger Team
On 1/21/09, Ana wrote:
>
> First, let me say how impressed I am with vtiger. It's both easy
> to use and just makes sense as you move through the system,
> unlike some of your competitors.
>
> I've run into a couple of very small issues in 5.0.4 that I have
> fixed and tested. I also verified that the same changes need to
> be applied to 5.1 svn.
>
> The most important change fixes the Settings | Notificatiion
> Scheduler so you can enable/disable the 5th, 6th, and 7th items.
> The other change simply fixes a small logic oversight in the
> module/Users/EditView.php.
>
> Additionally, I added a check to see if the port was blank or not
> in config.template.php.
>
> How/where would you like these changes sent? Patch? Full
> source code with changes noted? If as a patch, do you want
> the patches applied to the source of 5.0.4 and/or 5.1 svn?
>
> Again, thanks for the excellent work!
>
> Ana
>
> _______________________________________________
> 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/20090121/7b2f1318/attachment.htm
From info at nablacom.it Wed Jan 21 09:40:46 2009
From: info at nablacom.it (Nablacom)
Date: Wed, 21 Jan 2009 18:40:46 +0100
Subject: [Vtigercrm-developers] About helpinfo field into vtiger_field table
Message-ID:
Hi Vtigers,
the field 'helpinfo' added in the last release into the vtiger_field table
is very usefull but I think it require an adjustment.
The field contains directly the description (in English) for the tooltip
help but in this way the help will support only one language.
The solution can be to insert in the row of a tabel for the helpinfo (eg.
LBL-_HELP_DAYS) and then put the line
'LBL-_HELP_DAYS'=>'This I sthe help',
in the language files.
It also require a change of the code...
Bye
Roberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090121/835c14c9/attachment.htm
From prasad at vtiger.com Thu Jan 22 00:33:45 2009
From: prasad at vtiger.com (Prasad)
Date: Thu, 22 Jan 2009 14:03:45 +0530
Subject: [Vtigercrm-developers] About helpinfo field into vtiger_field
table
In-Reply-To:
References:
Message-ID: <39d18b250901220033s2244f835ic8a209199d281060@mail.gmail.com>
Hi Roberto,
In the function vtlib_getFieldHelpInfo (include/utils/VtlibUtils.php)
Change:
$fieldhelpinfo[$fieldrow['fieldname']] = $helpinfo;
To:
$fieldhelpinfo[$fieldrow['fieldname']] = getTranslatedString($helpinfo,
$module);
getTranslatedString API will search for language translation for the given
content.
So if helpinfo for a field has language entry it should be displayed.
Let me know if it solves the issue raised. I will integrate it to vtlib in
next version.
Regards,
Prasad
On 1/21/09, Nablacom wrote:
>
> Hi Vtigers,
>
> the field 'helpinfo' added in the last release into the vtiger_field table
> is very usefull but I think it require an adjustment.
>
> The field contains directly the description (in English) for the tooltip
> help but in this way the help will support only one language.
> The solution can be to insert in the row of a tabel for the helpinfo (eg.
> LBL?_HELP_DAYS) and then put the line
>
> 'LBL?_HELP_DAYS'=>'This I sthe help',
>
> in the language files.
> It also require a change of the code?..
>
> Bye
> Roberto
>
>
>
> _______________________________________________
> 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/20090122/a54a8c39/attachment.htm
From davidv.net at gmail.com Thu Jan 22 02:08:20 2009
From: davidv.net at gmail.com (David V.)
Date: Thu, 22 Jan 2009 06:08:20 -0400
Subject: [Vtigercrm-developers] Feature request - OrderBy in filters
Message-ID:
Hi Vtiger Team !
We have a feature request for Vtiger 5.1 :
- We need the possibility to order a Filter by a specific field.
Maybe another tab in the Filter page "Order By" where we could select a
field and set the order (ascending or descending).
- The same feature would be nice in Reports also.
David V.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090122/21d43b83/attachment.htm
From prasad at vtiger.com Thu Jan 22 02:22:58 2009
From: prasad at vtiger.com (Prasad)
Date: Thu, 22 Jan 2009 15:52:58 +0530
Subject: [Vtigercrm-developers] Feature request - OrderBy in filters
In-Reply-To:
References:
Message-ID: <39d18b250901220222l5d84de73gcdefe982b808ba22@mail.gmail.com>
Hi David,
In vtiger CRM 5.1 we are providing the option to enable sorting of selective
fields, which could be used for
the in Listview for ordering.
"Order By" clause in SQL could lead to performance problem is applied on
non-indexed column. We will
put it on our list of desired features and priortize later.
Regards,
Prasad
vtiger Team
On 1/22/09, David V. wrote:
>
> Hi Vtiger Team !
>
> We have a feature request for Vtiger 5.1 :
>
>
> - We need the possibility to order a Filter by a specific field.
>
> Maybe another tab in the Filter page "Order By" where we could select a
> field and set the order (ascending or descending).
>
> - The same feature would be nice in Reports also.
>
>
> David V.
>
> _______________________________________________
> 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/20090122/0b4d5cbb/attachment.htm
From davidv.net at gmail.com Thu Jan 22 02:43:59 2009
From: davidv.net at gmail.com (David V.)
Date: Thu, 22 Jan 2009 06:43:59 -0400
Subject: [Vtigercrm-developers] Feature request - OrderBy in filters
In-Reply-To: <39d18b250901220222l5d84de73gcdefe982b808ba22@mail.gmail.com>
References:
<39d18b250901220222l5d84de73gcdefe982b808ba22@mail.gmail.com>
Message-ID:
Thank you Prasad,
The problem is that we need the data presented to the user in a specific
order depending on the Filter selected (same thing for Reports).
So we canot just rely on the order selected in the list view.
David V.
On Thu, Jan 22, 2009 at 6:22 AM, Prasad wrote:
> Hi David,
>
> In vtiger CRM 5.1 we are providing the option to enable sorting of
> selective fields, which could be used for
> the in Listview for ordering.
>
> "Order By" clause in SQL could lead to performance problem is applied on
> non-indexed column. We will
> put it on our list of desired features and priortize later.
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/22/09, David V. wrote:
>
>> Hi Vtiger Team !
>>
>> We have a feature request for Vtiger 5.1 :
>>
>>
>> - We need the possibility to order a Filter by a specific field.
>>
>> Maybe another tab in the Filter page "Order By" where we could select a
>> field and set the order (ascending or descending).
>>
>> - The same feature would be nice in Reports also.
>>
>>
>> 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/20090122/95c7fe65/attachment-0001.htm
From info at nablacom.it Thu Jan 22 04:09:30 2009
From: info at nablacom.it (Nablacom)
Date: Thu, 22 Jan 2009 13:09:30 +0100
Subject: [Vtigercrm-developers] R: About helpinfo field into
vtiger_fieldtable
In-Reply-To: <39d18b250901220033s2244f835ic8a209199d281060@mail.gmail.com>
Message-ID:
Thank you Prasad,
Regards,
Roberto
_____
Da: vtigercrm-developers-bounces at lists.vtigercrm.com
[mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Per conto di
Prasad
Inviato: gioved? 22 gennaio 2009 9.34
A: vtigercrm-developers at lists.vtigercrm.com
Oggetto: Re: [Vtigercrm-developers] About helpinfo field into
vtiger_fieldtable
Hi Roberto,
In the function vtlib_getFieldHelpInfo (include/utils/VtlibUtils.php)
Change:
$fieldhelpinfo[$fieldrow['fieldname']] = $helpinfo;
To:
$fieldhelpinfo[$fieldrow['fieldname']] = getTranslatedString($helpinfo,
$module);
getTranslatedString API will search for language translation for the given
content.
So if helpinfo for a field has language entry it should be displayed.
Let me know if it solves the issue raised. I will integrate it to vtlib in
next version.
Regards,
Prasad
On 1/21/09, Nablacom wrote:
Hi Vtigers,
the field 'helpinfo' added in the last release into the vtiger_field table
is very usefull but I think it require an adjustment.
The field contains directly the description (in English) for the tooltip
help but in this way the help will support only one language.
The solution can be to insert in the row of a tabel for the helpinfo (eg.
LBL?_HELP_DAYS) and then put the line
'LBL?_HELP_DAYS'=>'This I sthe help',
in the language files.
It also require a change of the code
..
Bye
Roberto
_______________________________________________
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/20090122/7f19c2cd/attachment.htm
From prasad at vtiger.com Thu Jan 22 22:06:11 2009
From: prasad at vtiger.com (Prasad)
Date: Fri, 23 Jan 2009 11:36:11 +0530
Subject: [Vtigercrm-developers] vtiger CRM 5.1.0: Services Support
Message-ID: <39d18b250901222206k33bccf87qe2a9854a4ee42ab0@mail.gmail.com>
Dear members,
I hope you are looking at http://blogs.vtiger.com where the progress on
5.1.0 is updated.
We have now introduced services support to vtiger CRM 5.1.0 to enable
businesses that sell services.
The service model implementation comprises of:
1. Inventory support for Non-stock items/Services
2. Service contracts to let users track the progress, duration and work
items of a service.
For more detailed documentation look at:
http://www.vtiger.com/blogs/2009/01/20/vtiger-crm-51-wip-update-last-support-for-service-based-businesses/
Check out the demo at http://en.vtiger.com/wip and share your feedback.
Regards,
Prasad
vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090122/051fdb57/attachment.htm
From christian.castelli at trackset.com Fri Jan 23 09:43:53 2009
From: christian.castelli at trackset.com (Christian Castelli)
Date: Fri, 23 Jan 2009 18:43:53 +0100
Subject: [Vtigercrm-developers] Visualization bug module Users
Message-ID: <497A01D9.5030403@trackset.com>
Hi vtigers,
if a user has already logged in and then visualize this URL:
* http://crm.trackset.it/index.php?action=Login&module=Users
The system will add the login form in the home page instead of printing
the dashboard.
I believe it's not important but why don't tell you? :-D
Bye.
--
Christian Castelli
Software Developer
christian.castelli at trackset.com
Italian Office
Via Sant'Ilario Sud,109
56021 Cascina (PI) - Italia
TEL +39 050 86 65 387
FAX +39 050 80 70 136
www.trackset.com
Questo messaggio ? destinato alle sole persone indicate e pu? contenere
informazioni riservate.
Se ricevuto per errore, si prega di avvisare immediatamente il mittente
e cancellare l'originale. Ogni altro uso del messaggio ? vietato.
From prasad at vtiger.com Fri Jan 23 10:06:54 2009
From: prasad at vtiger.com (Prasad)
Date: Fri, 23 Jan 2009 23:36:54 +0530
Subject: [Vtigercrm-developers] Visualization bug module Users
In-Reply-To: <497A01D9.5030403@trackset.com>
References: <497A01D9.5030403@trackset.com>
Message-ID: <39d18b250901231006g287f55bdv7d75e6b8a709e82d@mail.gmail.com>
Hi Chirstian Castelli,
We have take the issue on our tracker,
http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5456
Thank you for reporting, we will update the status on the issue soon.
Regards,
Prasad
vtiger Team
On 1/23/09, Christian Castelli wrote:
>
> Hi vtigers,
> if a user has already logged in and then visualize this URL:
>
> * http://crm.trackset.it/index.php?action=Login&module=Users
>
> The system will add the login form in the home page instead of printing
> the dashboard.
> I believe it's not important but why don't tell you? :-D
> Bye.
>
> --
> Christian Castelli
> Software Developer
> christian.castelli at trackset.com
>
>
> Italian Office
> Via Sant'Ilario Sud,109
> 56021 Cascina (PI) - Italia
> TEL +39 050 86 65 387
> FAX +39 050 80 70 136
> www.trackset.com
>
> Questo messaggio ? destinato alle sole persone indicate e pu? contenere
> informazioni riservate.
> Se ricevuto per errore, si prega di avvisare immediatamente il mittente
> e cancellare l'originale. Ogni altro uso del messaggio ? vietato.
> _______________________________________________
> 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/20090123/06e79192/attachment.htm
From kristof.kovacs at onlineprojects.hu Mon Jan 26 02:25:55 2009
From: kristof.kovacs at onlineprojects.hu (=?UTF-8?B?S3Jpc3TDs2YgS09Ww4FDUw==?=)
Date: Mon, 26 Jan 2009 11:25:55 +0100
Subject: [Vtigercrm-developers] Outlook plugin for 5.1 question
Message-ID:
Hi tigers,
Is someone working on the outlook plugin for 5.1? If yes, is there a
possibility of getting a source || binary? :)
Thanks!
K.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090126/f3049ede/attachment.htm
From jnmutuku at gmail.com Mon Jan 26 05:58:19 2009
From: jnmutuku at gmail.com (James Mutuku)
Date: Mon, 26 Jan 2009 16:58:19 +0300
Subject: [Vtigercrm-developers] How vtiger generates the UI
Message-ID: <497DC17B.3010907@gmail.com>
Hello,
I need to understand how vtiger generates the UI. This is because I need
to limit the number of characters in the description textarea of the
leads module to 140 characters and also display thee character count.
I want to do this using JS.
Is there a document explaining this?
Thanks.
James Mutuku Ndeti.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jnmutuku.vcf
Type: text/x-vcard
Size: 331 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090126/97466c39/jnmutuku.vcf
From prasad at vtiger.com Mon Jan 26 06:16:34 2009
From: prasad at vtiger.com (Prasad)
Date: Mon, 26 Jan 2009 19:46:34 +0530
Subject: [Vtigercrm-developers] Outlook plugin for 5.1 question
In-Reply-To:
References:
Message-ID: <39d18b250901260616g6210adq26661eb2fb0c639a@mail.gmail.com>
Hi Kristof,
vtiger CRM Plugin development for 5.1 is under progress. Kindly bear with us
till we update it.
Regards,
Prasad
vtiger Team
On 1/26/09, Krist?f KOV?CS wrote:
>
> Hi tigers,
> Is someone working on the outlook plugin for 5.1? If yes, is there a
> possibility of getting a source || binary? :)
>
> Thanks!
>
> K.
>
> _______________________________________________
> 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/20090126/1ff9f255/attachment-0001.htm
From prasad at vtiger.com Mon Jan 26 06:36:02 2009
From: prasad at vtiger.com (Prasad)
Date: Mon, 26 Jan 2009 20:06:02 +0530
Subject: [Vtigercrm-developers] How vtiger generates the UI
In-Reply-To: <497DC17B.3010907@gmail.com>
References: <497DC17B.3010907@gmail.com>
Message-ID: <39d18b250901260636m7e046f71h2bfdcfc6fd8bc728@mail.gmail.com>
Hi James,
Following links could be helpful in understand the UI development of vtiger
CRM
http://forge.vtiger.com/frs/download.php/685/vtlib-Module-FrontEnd.png
http://forge.vtiger.com/frs/download.php/678/vtlib-2.1.pdf
Regards,
Prasad
vtiger Team
On 1/26/09, James Mutuku wrote:
>
> Hello,
>
> I need to understand how vtiger generates the UI. This is because I need to
> limit the number of characters in the description textarea of the leads
> module to 140 characters and also display thee character count. I want to
> do this using JS.
>
> Is there a document explaining this?
>
> Thanks.
> James Mutuku Ndeti.
>
>
> _______________________________________________
> 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/20090126/2ed78631/attachment.htm
From kristof.kovacs at onlineprojects.hu Mon Jan 26 13:05:37 2009
From: kristof.kovacs at onlineprojects.hu (=?UTF-8?B?S3Jpc3TDs2YgS09Ww4FDUw==?=)
Date: Mon, 26 Jan 2009 22:05:37 +0100
Subject: [Vtigercrm-developers] Outlook plugin for 5.1 question
In-Reply-To: <39d18b250901260616g6210adq26661eb2fb0c639a@mail.gmail.com>
References:
<39d18b250901260616g6210adq26661eb2fb0c639a@mail.gmail.com>
Message-ID:
Thanks, Prasad!
K.
On Mon, Jan 26, 2009 at 3:16 PM, Prasad wrote:
> Hi Kristof,
>
> vtiger CRM Plugin development for 5.1 is under progress. Kindly bear with
> us till we update it.
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/26/09, Krist?f KOV?CS wrote:
>
>> Hi tigers,
>> Is someone working on the outlook plugin for 5.1? If yes, is there a
>> possibility of getting a source || binary? :)
>>
>> Thanks!
>>
>> K.
>>
>> _______________________________________________
>> 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/20090126/caa761b7/attachment.htm
From partout at gmail.com Mon Jan 26 22:05:00 2009
From: partout at gmail.com (David)
Date: Tue, 27 Jan 2009 14:05:00 +0800
Subject: [Vtigercrm-developers] How to develop an Extension Module? is there
any tutorial?
Message-ID: <497EA40C.7050405@gmail.com>
Hi All,
According to the vtlib manual, it's very convenient to create an Entity
module by using vtlib.
While, I need to use the vtlib to develop an extension module, and need
to find a more detailed document or tutorial on Extension module.
Any one could tell me where to find it?
Thanks in advance.
David Zhu
From prasad at vtiger.com Mon Jan 26 22:16:23 2009
From: prasad at vtiger.com (Prasad)
Date: Tue, 27 Jan 2009 11:46:23 +0530
Subject: [Vtigercrm-developers] How to develop an Extension Module? is
there any tutorial?
In-Reply-To: <497EA40C.7050405@gmail.com>
References: <497EA40C.7050405@gmail.com>
Message-ID: <39d18b250901262216w4d3e982ax9a9c745c498eddba@mail.gmail.com>
Hi David,
Extension module is not support for 5.0.4, we are planning to support going
forwad.
Regards,
Prasad
vtiger Team
On 1/27/09, David wrote:
>
> Hi All,
>
> According to the vtlib manual, it's very convenient to create an Entity
> module by using vtlib.
>
> While, I need to use the vtlib to develop an extension module, and need
> to find a more detailed document or tutorial on Extension module.
>
> Any one could tell me where to find it?
>
> Thanks in advance.
>
>
> David Zhu
> _______________________________________________
> 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/20090126/d2d57734/attachment.htm
From partout at gmail.com Mon Jan 26 22:27:27 2009
From: partout at gmail.com (David)
Date: Tue, 27 Jan 2009 14:27:27 +0800
Subject: [Vtigercrm-developers] How to develop an Extension Module? is
there any tutorial?
In-Reply-To: <39d18b250901262216w4d3e982ax9a9c745c498eddba@mail.gmail.com>
References: <497EA40C.7050405@gmail.com>
<39d18b250901262216w4d3e982ax9a9c745c498eddba@mail.gmail.com>
Message-ID: <497EA94F.7050201@gmail.com>
Hi, Prasad,
Thank you for immediate reply.
But I am just planning to setup a CRM-like system by using vtiger, and
there will be many new business functions and new entities.
Could you please give me any advices on the developing process?
Best Regards,
David
Prasad wrote:
> Hi David,
>
> Extension module is not support for 5.0.4, we are planning to support
> going forwad.
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/27/09, *David* > wrote:
>
> Hi All,
>
> According to the vtlib manual, it's very convenient to create an
> Entity
> module by using vtlib.
>
> While, I need to use the vtlib to develop an extension module, and
> need
> to find a more detailed document or tutorial on Extension module.
>
> Any one could tell me where to find it?
>
> Thanks in advance.
>
>
> David Zhu
> _______________________________________________
> 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/20090126/9b7c3d2c/attachment.htm
From partout at gmail.com Tue Jan 27 00:49:21 2009
From: partout at gmail.com (David)
Date: Tue, 27 Jan 2009 16:49:21 +0800
Subject: [Vtigercrm-developers] How to develop an Extension Module? is
there any tutorial?
In-Reply-To: <39d18b250901262216w4d3e982ax9a9c745c498eddba@mail.gmail.com>
References: <497EA40C.7050405@gmail.com>
<39d18b250901262216w4d3e982ax9a9c745c498eddba@mail.gmail.com>
Message-ID: <497ECA91.3020807@gmail.com>
Hi, Prasad,
Thank you for immediate reply.
But I am just planning to setup a CRM-like system by using vtiger. There
will be many new business functions and new entities such as post-sale
services, and maybe we will drop some existing functions such as
potential management. And besides, we perhaps will add some new reports,
etc.
*Is vtiger flexible enough and suitable for this type system? Could you
please give me some advices on developing?*
Many thanks to you.
Best Regards,
David
Prasad wrote:
> Hi David,
>
> Extension module is not support for 5.0.4, we are planning to support
> going forwad.
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/27/09, *David* > wrote:
>
> Hi All,
>
> According to the vtlib manual, it's very convenient to create an
> Entity
> module by using vtlib.
>
> While, I need to use the vtlib to develop an extension module, and
> need
> to find a more detailed document or tutorial on Extension module.
>
> Any one could tell me where to find it?
>
> Thanks in advance.
>
>
> David Zhu
> _______________________________________________
> 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/20090127/b9a0712b/attachment.htm
From prasad at vtiger.com Tue Jan 27 01:13:20 2009
From: prasad at vtiger.com (Prasad)
Date: Tue, 27 Jan 2009 14:43:20 +0530
Subject: [Vtigercrm-developers] How to develop an Extension Module? is
there any tutorial?
In-Reply-To: <497ECA91.3020807@gmail.com>
References: <497EA40C.7050405@gmail.com>
<39d18b250901262216w4d3e982ax9a9c745c498eddba@mail.gmail.com>
<497ECA91.3020807@gmail.com>
Message-ID: <39d18b250901270113g5bf994c2qb78be28f8aa858e7@mail.gmail.com>
Hi David,
You will need to understand vtiger CRM codebase well to start development on
it, current we don't have a guide
that will walk you through it. I suggest you go through the vtlib
documentation and skeleton module files to start with.
Regards,
Prasad
vtiger Team
On 1/27/09, David wrote:
>
> Hi, Prasad,
>
> Thank you for immediate reply.
>
> But I am just planning to setup a CRM-like system by using vtiger. There
> will be many new business functions and new entities such as post-sale
> services, and maybe we will drop some existing functions such as potential
> management. And besides, we perhaps will add some new reports, etc.
>
> *Is vtiger flexible enough and suitable for this type system? Could you
> please give me some advices on developing?*
>
> Many thanks to you.
>
> Best Regards,
> David
>
> Prasad wrote:
>
> Hi David,
>
> Extension module is not support for 5.0.4, we are planning to support going
> forwad.
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/27/09, David wrote:
>>
>> Hi All,
>>
>> According to the vtlib manual, it's very convenient to create an Entity
>> module by using vtlib.
>>
>> While, I need to use the vtlib to develop an extension module, and need
>> to find a more detailed document or tutorial on Extension module.
>>
>> Any one could tell me where to find it?
>>
>> Thanks in advance.
>>
>>
>> David Zhu
>> _______________________________________________
>> 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/20090127/dc620414/attachment-0001.htm
From doug at indie-green.com Tue Jan 27 09:16:32 2009
From: doug at indie-green.com (Doug)
Date: Tue, 27 Jan 2009 11:16:32 CST
Subject: [Vtigercrm-developers] Faster and easier custom module development
Message-ID: <1233076592@indie-green.com>
An embedded and charset-unspecified text was scrubbed...
Name: not available
Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090127/e9eac5d3/attachment.txt
From ddfire at gmail.com Tue Jan 27 09:54:50 2009
From: ddfire at gmail.com (David fire)
Date: Tue, 27 Jan 2009 15:54:50 -0200
Subject: [Vtigercrm-developers] Faster and easier custom module
development
In-Reply-To: <1233076592@indie-green.com>
References: <1233076592@indie-green.com>
Message-ID:
i want!
David
2009/1/27 Doug
> Thanks for vtlib, Prasad.
>
> I'm debugging some code that will speed up module
> development with vtlib. It's 2 new classes, Installer
> and CustomModule. They're basically abstractions of
> the code in the vtlib 2.1 Payslip example. With them
> I was able to write a new custom module and installer
> in about 200 lines total.
>
> Still some bugs, but if anyone wants to get started
> on a potentially much easier path, let me know.
>
> Doug
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090127/80f1e546/attachment.htm
From svk at vtiger.com Tue Jan 27 17:21:21 2009
From: svk at vtiger.com (Sreenivas Kanumuru)
Date: Tue, 27 Jan 2009 17:21:21 -0800
Subject: [Vtigercrm-developers] New vtiger Extensions Marketplace - Now Live!
Message-ID: <370368f40901271721t4b235802j13d30301a9a99c0c@mail.gmail.com>
Dear vtiger Developers,
Today, we announced the new vtiger Extensions marketplace on the vtiger
blog,.
For those of you who have or intend to publish vtiger extensions
(free/commercial), this should be welcome news! Please check out the blog
postfor
more details.
Through the marketplace and vtlib library, we are able to reach following
objectives.
- Make it easy for users to find the desired extensions,
- Offer users a smooth installation process for extensions.
-
- Help 3rd party publishers promote their extensions to vtiger user
community
- Provide tools for developers to build vtiger CRM extensions rapidly
We hope to see an increasing number of 3rd party extensions to vtiger CRM
available on the marketplace in the coming weeks and months. We welcome
your feedback.
thanks,
Sreenivas Kanumuru (vtiger Team)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090127/451c882e/attachment.htm
From prasad at vtiger.com Tue Jan 27 21:15:40 2009
From: prasad at vtiger.com (Prasad)
Date: Wed, 28 Jan 2009 10:45:40 +0530
Subject: [Vtigercrm-developers] Faster and easier custom module
development
In-Reply-To: <1233076592@indie-green.com>
References: <1233076592@indie-green.com>
Message-ID: <39d18b250901272115v5666d483y7441f53b3301dce9@mail.gmail.com>
Hi Doug,
Glad to know the new. It would be great if you can share the initial work,
I'm sure it will benefit the community :)
Regards,
Prasad
vtiger Team
On 1/27/09, Doug wrote:
>
> Thanks for vtlib, Prasad.
>
> I'm debugging some code that will speed up module
> development with vtlib. It's 2 new classes, Installer
> and CustomModule. They're basically abstractions of
> the code in the vtlib 2.1 Payslip example. With them
> I was able to write a new custom module and installer
> in about 200 lines total.
>
> Still some bugs, but if anyone wants to get started
> on a potentially much easier path, let me know.
>
>
> Doug
> _______________________________________________
> 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/20090127/bd1c557b/attachment.htm
From jnmutuku at gmail.com Tue Jan 27 22:45:21 2009
From: jnmutuku at gmail.com (James Mutuku)
Date: Wed, 28 Jan 2009 09:45:21 +0300
Subject: [Vtigercrm-developers] Faster and easier custom
module development
In-Reply-To:
References: <1233076592@indie-green.com>
Message-ID: <497FFF01.4040705@gmail.com>
Me too
David fire wrote:
> i want!
> David
>
> 2009/1/27 Doug >
>
> Thanks for vtlib, Prasad.
>
> I'm debugging some code that will speed up module
> development with vtlib. It's 2 new classes, Installer
> and CustomModule. They're basically abstractions of
> the code in the vtlib 2.1 Payslip example. With them
> I was able to write a new custom module and installer
> in about 200 lines total.
>
> Still some bugs, but if anyone wants to get started
> on a potentially much easier path, let me know.
>
> Doug
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
>
>
>
> --
> (\__/)
> (='.'=)This is Bunny. Copy and paste bunny into your
> (")_(")signature to help him gain world domination.
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090127/79922253/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jnmutuku.vcf
Type: text/x-vcard
Size: 331 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090127/79922253/jnmutuku.vcf
From stephen at efronteras.com Wed Jan 28 07:39:33 2009
From: stephen at efronteras.com (Stephen Mack)
Date: Wed, 28 Jan 2009 12:39:33 -0300
Subject: [Vtigercrm-developers] Faster and easier custom module
development
In-Reply-To: <39d18b250901272115v5666d483y7441f53b3301dce9@mail.gmail.com>
References: <1233076592@indie-green.com>
<39d18b250901272115v5666d483y7441f53b3301dce9@mail.gmail.com>
Message-ID: <10701a710901280739m719d40b1gd7fc5eae2ecbe399@mail.gmail.com>
Hi dev group,
I think it's great that Doug took his own time to make vtlib better but I
would highly suggest to Doug that he follows the well documented guidelines
for offering code changes. This way the vtiger team can review the code for
inclusion and we can keep a unified version of vtlib in the wild, not many
different branches.
http://trac.vtiger.com/cgi-bin/trac.cgi/wiki/PatchSubmission
Thanks again Doug for your work and I look forward to seeing it in the Trac
system.
--Stephen
On Wed, Jan 28, 2009 at 2:15 AM, Prasad wrote:
> Hi Doug,
>
> Glad to know the new. It would be great if you can share the initial work,
> I'm sure it will benefit the community :)
>
> Regards,
> Prasad
> vtiger Team
>
>
> On 1/27/09, Doug wrote:
>>
>> Thanks for vtlib, Prasad.
>>
>> I'm debugging some code that will speed up module
>> development with vtlib. It's 2 new classes, Installer
>> and CustomModule. They're basically abstractions of
>> the code in the vtlib 2.1 Payslip example. With them
>> I was able to write a new custom module and installer
>> in about 200 lines total.
>>
>> Still some bugs, but if anyone wants to get started
>> on a potentially much easier path, let me know.
>>
>>
>> Doug
>> _______________________________________________
>> 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/20090128/4cd28b65/attachment.htm
From doug at indie-green.com Wed Jan 28 09:57:55 2009
From: doug at indie-green.com (Doug)
Date: Wed, 28 Jan 2009 17:57:55 +0000
Subject: [Vtigercrm-developers] Faster and easier custom module
development
Message-ID:
An embedded and charset-unspecified text was scrubbed...
Name: not available
Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090128/3f103e3d/attachment-0001.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vtlib-addon-2009-01-28.tar.gz
Type: application/octet-stream
Size: 8335 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090128/3f103e3d/vtlib-addon-2009-01-28.tar-0001.obj
From prasad at vtiger.com Wed Jan 28 10:44:17 2009
From: prasad at vtiger.com (Prasad)
Date: Thu, 29 Jan 2009 00:14:17 +0530
Subject: [Vtigercrm-developers] Faster and easier custom module
development
In-Reply-To: <8876857802071826990@unknownmsgid>
References: <8876857802071826990@unknownmsgid>
Message-ID: <39d18b250901281044j1e38ad21k6b138d72e2b4479b@mail.gmail.com>
Hi Doug,
Good start, keep up the progress :)
Thank you for sharing the initial work.
Regards,
Prasad
vtiger Team
On 1/28/09, Doug wrote:
>
> Prasad and David,
>
> I'm still debugging, as I mentioned.
>
> The new Payslip.php, PayslipInstaller.php and installPayslip.html
> are untested examples. They show how to use the Installer and
> CustomModule classes, but may not work.
>
> The module files installXyz.html and XyzInstaller.php will
> expect to be in the same dir as vtiger's index.php. You can copy
> them or make links.
>
> I know this is sparse. Let me know if you have any questions.
>
> Doug
>
> ----------------- Prasad wrote...
>
> It would be great if you can share the initial work.
>
> ----------------- David fire wrote...
>
> i want!
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090128/d2400524/attachment.htm
From doug at indie-green.com Wed Jan 28 12:04:08 2009
From: doug at indie-green.com (Doug)
Date: Wed, 28 Jan 2009 14:04:08 CST
Subject: [Vtigercrm-developers] Faster and easier custom module
development
Message-ID: <1233173048@indie-green.com>
Stephen,
We asked for trac access on Monday and got a read-only account.
While we wait for write access it was suggested we send
email instead. We've done that for a couple of patches and the
new vtlib code.
Doug
----------------- Stephen Mack wrote...
...
I would highly suggest to Doug that he follows
...
http://trac.vtiger.com/cgi-bin/trac.cgi/wiki/PatchSubmission
Thanks again Doug for your work and I look forward to seeing it in the Trac
system.
From prasad at vtiger.com Wed Jan 28 22:27:46 2009
From: prasad at vtiger.com (Prasad)
Date: Thu, 29 Jan 2009 11:57:46 +0530
Subject: [Vtigercrm-developers] Faster and easier custom module
development
In-Reply-To: <1233173048@indie-green.com>
References: <1233173048@indie-green.com>
Message-ID: <39d18b250901282227r7d9676b2ua307cf84498b0158@mail.gmail.com>
Hi Doug,
I would recommend to set up a forge.vtiger.com project for such
enhancements.
Once the enhancement reaches stability we can think of moving to other
place.
What I would like is to have new enhancements built as an module or add-on
which does not touch the core product files and hence can be maintained/
integrated independently :)
Our team has started on the same approach too!
Regards,
Prasad
vtiger Team
On 1/29/09, Doug wrote:
>
> Stephen,
>
> We asked for trac access on Monday and got a read-only account.
> While we wait for write access it was suggested we send
> email instead. We've done that for a couple of patches and the
> new vtlib code.
>
> Doug
>
> ----------------- Stephen Mack wrote...
>
> ...
>
>
> I would highly suggest to Doug that he follows
>
>
> ...
>
>
> http://trac.vtiger.com/cgi-bin/trac.cgi/wiki/PatchSubmission
>
> Thanks again Doug for your work and I look forward to seeing it in the Trac
> system.
>
>
>
> _______________________________________________
> 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/20090128/1c418428/attachment.htm
From info at nablacom.it Thu Jan 29 01:49:42 2009
From: info at nablacom.it (Nablacom)
Date: Thu, 29 Jan 2009 10:49:42 +0100
Subject: [Vtigercrm-developers] Module Import Questions
Message-ID:
Hi vTigers,
I'm testing to import through the module manager a simple module into vtiger
and I have those questions:
- in manifest.xml there are the nodes where we can
specify a relation between the NEWMODULE and for example the Invoice Module;
what is the way to create the inverse relation where the NEWMODULE is the
related tab and the relation is not based on the common field parent_id?
- does exist a mode to execute a php file after or before the
parsing of manifest.xml?
- does exist a mode to duplicate complitely a standard module as
Invoice?
Bye
Roberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090129/f20da85c/attachment.htm
From info at nablacom.it Thu Jan 29 05:03:04 2009
From: info at nablacom.it (Nablacom)
Date: Thu, 29 Jan 2009 14:03:04 +0100
Subject: [Vtigercrm-developers] Error in trouble tickets history
Message-ID:
Hi,
when I add a new TT and assign it to a specific group in the history appear
Ticket created. Assigned to group Array -- Thursday 29th January 2009
01:58:19 PM by a
Array not the Group Name
Bye
Roberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090129/7d64da79/attachment.htm
From linda at panorama-ibe.com Thu Jan 29 05:23:16 2009
From: linda at panorama-ibe.com (Linda Larsson)
Date: Thu, 29 Jan 2009 18:53:16 +0530
Subject: [Vtigercrm-developers] Error in trouble tickets history
In-Reply-To:
References:
Message-ID: <00e301c98214$c01de030$4059a090$@com>
Please get me off this list!!!!!!!!!!!!!!!!!
Thank You J
Linda Larsson
CEO
Panorama IBE
India Mobile: +91 9916169873
Sweden SkypeIn: +46 855925466
www.panorama-ibe.com
From: vtigercrm-developers-bounces at lists.vtigercrm.com
[mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of
Nablacom
Sent: 29 January 2009 18:33
To: vtigercrm-developers at lists.vtigercrm.com
Subject: [Vtigercrm-developers] Error in trouble tickets history
Hi,
when I add a new TT and assign it to a specific group in the history appear
Ticket created. Assigned to group Array -- Thursday 29th January 2009
01:58:19 PM by a
Array not the Group Name
Bye
Roberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090129/5e58f869/attachment-0001.htm
From prasad at vtiger.com Thu Jan 29 05:28:01 2009
From: prasad at vtiger.com (Prasad)
Date: Thu, 29 Jan 2009 18:58:01 +0530
Subject: [Vtigercrm-developers] Module Import Questions
In-Reply-To:
References:
Message-ID: <39d18b250901290528r48bb96des3734b9587de19bc3@mail.gmail.com>
Hi Roberto,
in manifest.xml there are the nodes where we can specify a
> relation between the NEWMODULE and for example the Invoice Module; what is
> the way to create the inverse relation where the NEWMODULE is the related
> tab and the relation is not based on the common field parent_id?
You will need to use underlying API to achieve the inverse relation.
Currently, manifest.xml defines actions that will
be taken on NEWMODULE there by avoiding impact on other modules.
does exist a mode to execute a php file after or before the parsing of
> manifest.xml?
You can have the check included in your index.php of the module and taken
user for advance configuration and setup.
> does exist a mode to duplicate complitely a standard module as Invoice?
Currently this is not available.
Regards,
Prasad
vtiger Team
On 1/29/09, Nablacom wrote:
>
> Hi vTigers,
>
> I'm testing to import through the module manager a simple module into
> vtiger and I have those questions:
>
> - in manifest.xml there are the nodes where we can
> specify a relation between the NEWMODULE and for example the Invoice Module;
> what is the way to create the inverse relation where the NEWMODULE is the
> related tab and the relation is not based on the common field parent_id?
>
> - does exist a mode to execute a php file after or before the
> parsing of manifest.xml?
>
> - does exist a mode to duplicate complitely a standard module as
> Invoice?
>
> Bye
>
> Roberto
>
>
>
>
>
> _______________________________________________
> 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/20090129/d766abea/attachment.htm
From prasad at vtiger.com Thu Jan 29 05:31:48 2009
From: prasad at vtiger.com (Prasad)
Date: Thu, 29 Jan 2009 19:01:48 +0530
Subject: [Vtigercrm-developers] Error in trouble tickets history
In-Reply-To:
References:
Message-ID: <39d18b250901290531i4b97606l986e29195c9b41d7@mail.gmail.com>
Hi Roberto,
Thanks for the catch, can you please report the same on the issue tracker?
http://trac.vtiger.com
Regards,
Prasad
vtiger Team
On 1/29/09, Nablacom wrote:
>
> Hi,
>
> when I add a new TT and assign it to a specific group in the history appear
>
> Ticket created. Assigned to group Array -- Thursday 29th January 2009
> 01:58:19 PM by a
>
>
>
> Array not the Group Name
>
>
>
> Bye
>
> Roberto
>
> _______________________________________________
> 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/20090129/ef4cfcbb/attachment.htm
From christian.castelli at trackset.com Thu Jan 29 13:56:38 2009
From: christian.castelli at trackset.com (Christian Castelli)
Date: Thu, 29 Jan 2009 22:56:38 +0100
Subject: [Vtigercrm-developers] Information about vtiger_fields and warnings
after dropping some rows.
Message-ID: <49822616.6020804@trackset.com>
Hi vTiger developers,
my company sells web services, so there are a lot of field in many
modules (such as Leads, Quotes, Accounts and Invoice) that we don't need
(and won't need).
Instead of modifying Smarty templates (which would have taken too much
time), I considered to delete these fields directly in the DB, from
vtiger_fields.
It seems to work all fine but:
1) I've noticed that every time I deleted some rows from vtiger_field,
the system log me out. Then I logged in again and when I deleted some
rows it logged me out again. Is it normal?
2) After these mods, I receive these warning (these printings come from
Xdebug) only in Home Page and Invoice Module ListView.
Warning: Invalid argument supplied for foreach() in
/var/www/work/vtiger/include/utils/ListViewUtils.php on line 1169
Call Stack
# Time Memory Function Location
1 0.0031 253276 {main}( ) ../index.php:0
2 0.8356 13673132 include(
'/var/www/work/vtiger/modules/Home/index.php' ) ../index.php:577
3 1.8453 15020680 getTopInvoice( ) ../index.php:135
4 1.9300 15163560 getListViewEntries( )
../ListTopInvoice.php:115
5 1.9666 15196216 getValue( ) ../ListViewUtils.php:889
Have I missed something? It's not so important to correct these warnings
but if I can, I'll do.
Thanks for attention,
Greetings.
From davidv.net at gmail.com Thu Jan 29 20:17:07 2009
From: davidv.net at gmail.com (David V.)
Date: Fri, 30 Jan 2009 00:17:07 -0400
Subject: [Vtigercrm-developers] Information about vtiger_fields and
warnings after dropping some rows.
In-Reply-To: <49822616.6020804@trackset.com>
References: <49822616.6020804@trackset.com>
Message-ID:
Hi Christian,
I'm trying to understand why you would want to delete theses fields from the
database while it is so easy to hide them system wide using the
configuration panel.
Do you have any special reason to really delete theses fields from the db ?
If not it would be really easier to just hide them.
David V.
On Thu, Jan 29, 2009 at 5:56 PM, Christian Castelli <
christian.castelli at trackset.com> wrote:
> Hi vTiger developers,
> my company sells web services, so there are a lot of field in many
> modules (such as Leads, Quotes, Accounts and Invoice) that we don't need
> (and won't need).
> Instead of modifying Smarty templates (which would have taken too much
> time), I considered to delete these fields directly in the DB, from
> vtiger_fields.
> It seems to work all fine but:
>
> 1) I've noticed that every time I deleted some rows from vtiger_field,
> the system log me out. Then I logged in again and when I deleted some
> rows it logged me out again. Is it normal?
>
> 2) After these mods, I receive these warning (these printings come from
> Xdebug) only in Home Page and Invoice Module ListView.
>
> Warning: Invalid argument supplied for foreach() in
> /var/www/work/vtiger/include/utils/ListViewUtils.php on line 1169
> Call Stack
> # Time Memory Function Location
> 1 0.0031 253276 {main}( ) ../index.php:0
> 2 0.8356 13673132 include(
> '/var/www/work/vtiger/modules/Home/index.php' ) ../index.php:577
> 3 1.8453 15020680 getTopInvoice( ) ../index.php:135
> 4 1.9300 15163560 getListViewEntries( )
> ../ListTopInvoice.php:115
> 5 1.9666 15196216 getValue( ) ../ListViewUtils.php:889
>
> Have I missed something? It's not so important to correct these warnings
> but if I can, I'll do.
> Thanks for attention,
> Greetings.
> _______________________________________________
> 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/20090129/c4822259/attachment.htm
From prasad at vtiger.com Fri Jan 30 00:07:24 2009
From: prasad at vtiger.com (Prasad)
Date: Fri, 30 Jan 2009 13:37:24 +0530
Subject: [Vtigercrm-developers] vtmessages - vtiger CRM Messages Module
Message-ID: <39d18b250901300007taf4fed1y219daaabc06f714b@mail.gmail.com>
Dear vtigers,
vtmessages is an add-on module
for vtiger CRM 5.0.4 which provides basic messaging (communication) among
vtiger users, including email support.
It helps keep track of message threads for groups of users within vtiger
CRM, and can be used for message-based tracking of CRM user activities.
This blog postcovers
more details on vtmessages that is available for use.
Check it out today, and share your feedback.
Regards,
Prasad
vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090130/11e3d90a/attachment.htm
From amine.fe at gmail.com Fri Jan 30 02:09:17 2009
From: amine.fe at gmail.com (amine f)
Date: Fri, 30 Jan 2009 11:09:17 +0100
Subject: [Vtigercrm-developers] Information about vtiger_fields and
warnings after dropping some rows.
In-Reply-To: <49822616.6020804@trackset.com>
References: <49822616.6020804@trackset.com>
Message-ID: <74faab6a0901300209g626137b1sc6fd0501a00637@mail.gmail.com>
Hi Christian,
Why you act directly on the Vtiger DB ? In configuration module you can hide
the unneeded field. To avoid the message error you must modify som
javascript files.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090130/5cec3c8b/attachment-0001.htm
From christian.castelli at trackset.com Fri Jan 30 03:23:25 2009
From: christian.castelli at trackset.com (Christian Castelli)
Date: Fri, 30 Jan 2009 12:23:25 +0100
Subject: [Vtigercrm-developers] Information about vtiger_fields and
warnings after dropping some rows.
In-Reply-To: <74faab6a0901300209g626137b1sc6fd0501a00637@mail.gmail.com>
References: <49822616.6020804@trackset.com>
<74faab6a0901300209g626137b1sc6fd0501a00637@mail.gmail.com>
Message-ID: <4982E32D.2030701@trackset.com>
amine f wrote:
> Hi Christian,
>
> Why you act directly on the Vtiger DB ? In configuration module you
> can hide the unneeded field. To avoid the message error you must
> modify som javascript files.
Hi amin,
'cause the admin can still view them all, so I wanted a cleaner system.
Other roles don't already see these fields.
Anyway I don't understand why when I execute a delete on the DB the
system log me out automatically. Is it normal?
Thanks everybody ;-)
--
Christian Castelli
Software Developer
christian.castelli at trackset.com
Italian Office
Via Sant'Ilario Sud,109
56021 Cascina (PI) - Italia
TEL +39 050 86 65 387
FAX +39 050 80 70 136
www.trackset.com
Questo messaggio ? destinato alle sole persone indicate e pu? contenere
informazioni riservate.
Se ricevuto per errore, si prega di avvisare immediatamente il mittente
e cancellare l'originale. Ogni altro uso del messaggio ? vietato.
From amine.fe at gmail.com Fri Jan 30 05:57:38 2009
From: amine.fe at gmail.com (amine f)
Date: Fri, 30 Jan 2009 14:57:38 +0100
Subject: [Vtigercrm-developers] Information about vtiger_fields and
warnings after dropping some rows.
In-Reply-To: <4982E32D.2030701@trackset.com>
References: <49822616.6020804@trackset.com>
<74faab6a0901300209g626137b1sc6fd0501a00637@mail.gmail.com>
<4982E32D.2030701@trackset.com>
Message-ID: <74faab6a0901300557x6dae290cnb4ffb6fed0ee2677@mail.gmail.com>
Hi Christain,
It is not normal the you are logged automatically to the system. When you
modify the Vtiger DB you must update the data base schem. To excute delete
do tou use PhpMyadmin ?
Amine FELLAHI
www.snet-dz.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090130/6209ecff/attachment.htm
From asha at vtiger.com Fri Jan 30 06:07:12 2009
From: asha at vtiger.com (Asha)
Date: Fri, 30 Jan 2009 19:37:12 +0530
Subject: [Vtigercrm-developers] Information about vtiger_fields and
warnings after dropping some rows.
In-Reply-To: <74faab6a0901300557x6dae290cnb4ffb6fed0ee2677@mail.gmail.com>
References: <49822616.6020804@trackset.com>
<74faab6a0901300209g626137b1sc6fd0501a00637@mail.gmail.com>
<4982E32D.2030701@trackset.com>
<74faab6a0901300557x6dae290cnb4ffb6fed0ee2677@mail.gmail.com>
Message-ID:
Hi Chistain,
With 5.1.0 Layout editor, you can disable fields which will not be available
for admin too. Hope that meets your requirement.
On 1/30/09, amine f wrote:
>
> Hi Christain,
> It is not normal the you are logged automatically to the system. When you
> modify the Vtiger DB you must update the data base schem. To excute delete
> do tou use PhpMyadmin ?
>
> Amine FELLAHI
> www.snet-dz.com
>
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
--
Regards,
Asha
vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090130/e47a2ed7/attachment.htm
From christian.castelli at trackset.com Fri Jan 30 06:57:14 2009
From: christian.castelli at trackset.com (Christian Castelli)
Date: Fri, 30 Jan 2009 15:57:14 +0100
Subject: [Vtigercrm-developers] Information about vtiger_fields and
warnings after dropping some rows.
In-Reply-To: <74faab6a0901300557x6dae290cnb4ffb6fed0ee2677@mail.gmail.com>
References: <49822616.6020804@trackset.com>
<74faab6a0901300209g626137b1sc6fd0501a00637@mail.gmail.com>
<4982E32D.2030701@trackset.com>
<74faab6a0901300557x6dae290cnb4ffb6fed0ee2677@mail.gmail.com>
Message-ID: <4983154A.8090701@trackset.com>
amine f wrote:
> Hi Christain,
> It is not normal the you are logged automatically to the system. When
> you modify the Vtiger DB you must update the data base schem. To
> excute delete do tou use PhpMyadmin ?
>
> Amine FELLAHI
> www.snet-dz.com
Hi,
I'm automatically *logged out* to the system after every DELETE and yes,
I've used phpMyAdmin 2.10.3deb1ubuntu0.2. How do I update the schema? By
updating the schema the system won't log me out?
Thanks.
--
Christian Castelli
Software Developer
christian.castelli at trackset.com
Italian Office
Via Sant'Ilario Sud,109
56021 Cascina (PI) - Italia
TEL +39 050 86 65 387
FAX +39 050 80 70 136
www.trackset.com
Questo messaggio ? destinato alle sole persone indicate e pu? contenere
informazioni riservate.
Se ricevuto per errore, si prega di avvisare immediatamente il mittente
e cancellare l'originale. Ogni altro uso del messaggio ? vietato.
From christian.castelli at trackset.com Fri Jan 30 07:00:03 2009
From: christian.castelli at trackset.com (Christian Castelli)
Date: Fri, 30 Jan 2009 16:00:03 +0100
Subject: [Vtigercrm-developers] Information about vtiger_fields and
warnings after dropping some rows.
In-Reply-To:
References: <49822616.6020804@trackset.com>
<74faab6a0901300209g626137b1sc6fd0501a00637@mail.gmail.com>
<4982E32D.2030701@trackset.com>
<74faab6a0901300557x6dae290cnb4ffb6fed0ee2677@mail.gmail.com>
Message-ID: <498315F3.6040506@trackset.com>
Asha wrote:
> Hi Chistain,
>
> With 5.1.0 Layout editor, you can disable fields which will not be
> available for admin too. Hope that meets your requirement.
Sure thanks, I've seen in vtiger blogs that the new release will handle
service products without dealing with stocks and all that stuff :-)
--
Christian Castelli
Software Developer
christian.castelli at trackset.com
Italian Office
Via Sant'Ilario Sud,109
56021 Cascina (PI) - Italia
TEL +39 050 86 65 387
FAX +39 050 80 70 136
www.trackset.com
Questo messaggio ? destinato alle sole persone indicate e pu? contenere
informazioni riservate.
Se ricevuto per errore, si prega di avvisare immediatamente il mittente
e cancellare l'originale. Ogni altro uso del messaggio ? vietato.
From grzegorz.przezdziecki at pflg.pl Thu Jan 1 20:22:39 2009
From: grzegorz.przezdziecki at pflg.pl (Grzegorz =?utf-8?q?Prze=C5=BAdziecki?=)
Date: Fri, 2 Jan 2009 01:22:39 +0000
Subject: [Vtigercrm-developers] ADOdb question
Message-ID: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
In trac i see ADOdb have three, two year old with some modification.
Is there any reason to use old ADOdb library?
Best Regards
GP
--
Grzegorz Prze?dziecki
http://www.pflg.pl
kom. +48.606.822.506
skype://grzegorz.przezdziecki
gg://3701851
From grzegorz.przezdziecki at pflg.pl Thu Jan 1 20:51:05 2009
From: grzegorz.przezdziecki at pflg.pl (Grzegorz =?utf-8?q?Prze=C5=BAdziecki?=)
Date: Fri, 2 Jan 2009 01:51:05 +0000
Subject: [Vtigercrm-developers] DatabaseSchema.xml
Message-ID: <200901020151.05815.grzegorz.przezdziecki@pflg.pl>
Tray to install on PostgreSQL (8.3) and have some error
from DatabaseSchema.xml file
http://trac.vtiger.com/cgi-
bin/trac.cgi/browser/vtigercrm/branches/5.1/schema/DatabaseSchema.xml
For example
Create table with index "stuff_stuffid_idx"
==========
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
stuffid
6285
6286
==============
And second table
with index "stuff_stuffid_idx"
==========
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
stuffid
6324
6325
Type=InnoDB
6326
=============
I don't know how it is looks on MySQL but on PostgreSQL could not create
index with the same name even for another table.
There is error relation "stuff_stuffid_idx" exist
PostgreSQL automatically creates an index for each unique constraint and
primary key constraint to enforce uniqueness. Thus, it is not necessary to
create an index explicitly for primary key columns.
http://www.postgresql.org/docs/8.3/interactive/sql-createtable.html
And it is not necessary to add
===
6323
stuffid
6324
======
to create table for PostgreSQL if you not use index by name in code???
In that case on PostgreSQL will be two index on the same column.
It is possible to take into consideration about this in xml structure??
Or better create new DatabaseSchemaPSQL.xml (for example) specially for
PostgreSQL
Best Regards
GP
--
Grzegorz Prze?dziecki
http://www.pflg.pl
kom. +48.606.822.506
skype://grzegorz.przezdziecki
gg://3701851
From prasad at vtiger.com Fri Jan 2 00:32:24 2009
From: prasad at vtiger.com (Prasad)
Date: Fri, 2 Jan 2009 11:02:24 +0530
Subject: [Vtigercrm-developers] DatabaseSchema.xml
In-Reply-To: <200901020151.05815.grzegorz.przezdziecki@pflg.pl>
References: <200901020151.05815.grzegorz.przezdziecki@pflg.pl>
Message-ID: <39d18b250901012132g6e119adct5444efa969ff4723@mail.gmail.com>
Hi Grzegorz,
Our community member was maintaining a branch for PostgreSQL
check it out at
http://trac.vtiger.com/svn/vtiger/vtigercrm/branches/5.1_jens (this is based
on 5.0.3) not complete.
For earlier discussion refer this post:
http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2007-November/002622.html
Regards,
Prasad
On 1/2/09, Grzegorz Prze?dziecki wrote:
>
>
> Tray to install on PostgreSQL (8.3) and have some error
> from DatabaseSchema.xml file
>
> http://trac.vtiger.com/cgi-
> bin/trac.cgi/browser/vtigercrm/branches/5.1/schema/DatabaseSchema.xml
>
> For example
> Create table with index "stuff_stuffid_idx"
> ==========
>
> 6270
>
> 6271
>
> 6272
>
> 6273
>
> 6274
>
> 6275
>
> 6276
>
> 6277
>
> 6278
>
> 6279
>
> 6280
>
> 6281
>
> 6282
>
> 6283
>
> 6284
> stuffid
> 6285
>
> 6286
>
> ==============
>
> And second table
> with index "stuff_stuffid_idx"
> ==========
>
> 6314
>
> 6315
>
> 6316
>
> 6317
>
> 6318
>
> 6319
>
> 6320
>
> 6321
>
> 6322
>
> 6323
> stuffid
> 6324
>
> 6325
> Type=InnoDB
> 6326
>
> =============
>
> I don't know how it is looks on MySQL but on PostgreSQL could not create
> index with the same name even for another table.
> There is error relation "stuff_stuffid_idx" exist
>
>
> PostgreSQL automatically creates an index for each unique constraint and
> primary key constraint to enforce uniqueness. Thus, it is not necessary to
> create an index explicitly for primary key columns.
>
> http://www.postgresql.org/docs/8.3/interactive/sql-createtable.html
> And it is not necessary to add
> ===
>
> 6323
> stuffid
> 6324
>
> ======
> to create table for PostgreSQL if you not use index by name in code???
> In that case on PostgreSQL will be two index on the same column.
> It is possible to take into consideration about this in xml structure??
>
> Or better create new DatabaseSchemaPSQL.xml (for example) specially for
> PostgreSQL
>
> Best Regards
> GP
>
> --
> Grzegorz Prze?dziecki
> http://www.pflg.pl
> kom. +48.606.822.506
> skype://grzegorz.przezdziecki
> gg://3701851
>
> _______________________________________________
> 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/20090102/f22de023/attachment.html
From asha at vtiger.com Fri Jan 2 02:20:59 2009
From: asha at vtiger.com (Asha)
Date: Fri, 2 Jan 2009 12:50:59 +0530
Subject: [Vtigercrm-developers] ADOdb question
In-Reply-To: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
References: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
Message-ID:
Hi GP,
There is no specific reason to retain the old ADODB library. We are planning
to upgrade the library in our upcoming release. But the plans are still not
finalized.
On 1/2/09, Grzegorz Prze?dziecki wrote:
>
>
> In trac i see ADOdb have three, two year old with some modification.
> Is there any reason to use old ADOdb library?
>
> Best Regards
> GP
>
>
> --
> Grzegorz Prze?dziecki
> http://www.pflg.pl
> kom. +48.606.822.506
> skype://grzegorz.przezdziecki
> gg://3701851
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
--
Regards,
Asha
vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090102/202f4a81/attachment.html
From grzegorz.przezdziecki at pflg.pl Fri Jan 2 06:50:51 2009
From: grzegorz.przezdziecki at pflg.pl (Grzegorz =?utf-8?q?Prze=C5=BAdziecki?=)
Date: Fri, 2 Jan 2009 11:50:51 +0000
Subject: [Vtigercrm-developers] ADOdb question
In-Reply-To:
References: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
Message-ID: <200901021150.51488.grzegorz.przezdziecki@pflg.pl>
Hello Asha
If than I will use new ADODB library on my local copy vtiger.
About DatabaseSchema.xml and Jens
I wrote to Jens with ask what about PostgreSQL status.
I make a local copy DatabaseSchema.xml as DatabaseSchemaPSQL.xml with psql
modification without change table structure
I have question about index.
Do you use in query index name to get data it is important to me because psql
make own index name during create table if column have Unique or Primary Key
modification.
Best Regards
GP
On Friday 02 January 2009 07:20:59 you wrote:
> Hi GP,
>
> There is no specific reason to retain the old ADODB library. We are
> planning to upgrade the library in our upcoming release. But the plans are
> still not finalized.
>
> On 1/2/09, Grzegorz Prze?dziecki wrote:
> > In trac i see ADOdb have three, two year old with some modification.
> > Is there any reason to use old ADOdb library?
> >
> > Best Regards
> > GP
> >
> >
> > --
> > Grzegorz Prze?dziecki
> > http://www.pflg.pl
> > kom. +48.606.822.506
> > skype://grzegorz.przezdziecki
> > gg://3701851
> >
> > _______________________________________________
> > Reach hundreds of potential candidates - http://jobs.vtiger.com
--
Grzegorz Prze?dziecki
http://www.pflg.pl
kom. +48.606.822.506
skype://grzegorz.przezdziecki
gg://3701851
From amine.fe at gmail.com Fri Jan 2 06:08:33 2009
From: amine.fe at gmail.com (amine f)
Date: Fri, 2 Jan 2009 12:08:33 +0100
Subject: [Vtigercrm-developers] ADOdb question
In-Reply-To: <200901021150.51488.grzegorz.przezdziecki@pflg.pl>
References: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
<200901021150.51488.grzegorz.przezdziecki@pflg.pl>
Message-ID: <74faab6a0901020308x249a3e8kd2ab3e1c57673986@mail.gmail.com>
Hello Grzegorz,
I wanna to make some changes to the invoice in vtigerCRM. I wana to
customize vtiger to the Algerian market. the changes needed is: to show on
the invoice in letter the total amount of the invoice. Have you any idea ?
Best regards
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090102/d3ee60a1/attachment.html
From grzegorz.przezdziecki at pflg.pl Fri Jan 2 07:36:05 2009
From: grzegorz.przezdziecki at pflg.pl (Grzegorz =?utf-8?q?Prze=C5=BAdziecki?=)
Date: Fri, 2 Jan 2009 12:36:05 +0000
Subject: [Vtigercrm-developers] ADOdb question
In-Reply-To: <74faab6a0901020308x249a3e8kd2ab3e1c57673986@mail.gmail.com>
References: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
<200901021150.51488.grzegorz.przezdziecki@pflg.pl>
<74faab6a0901020308x249a3e8kd2ab3e1c57673986@mail.gmail.com>
Message-ID: <200901021236.05507.grzegorz.przezdziecki@pflg.pl>
On Friday 02 January 2009 11:08:33 amine f wrote:
> Hello Grzegorz,
>
> I wanna to make some changes to the invoice in vtigerCRM. I wana to
> customize vtiger to the Algerian market. the changes needed is: to show on
> the invoice in letter the total amount of the invoice. Have you any idea ?
> Best regards
Sorry
But I don't yet vtiger so much.
And never use mysql
I start to learn.
First step install on PostgreSQL next localization on Polish language.
Best Regards
GP
--
Grzegorz Prze?dziecki
http://www.pflg.pl
kom. +48.606.822.506
skype://grzegorz.przezdziecki
gg://3701851
From bedouglas at earthlink.net Fri Jan 2 11:55:31 2009
From: bedouglas at earthlink.net (bruce)
Date: Fri, 2 Jan 2009 08:55:31 -0800
Subject: [Vtigercrm-developers] vtiger 5.0.4
Message-ID: <0c7601c96cfa$ed3754e0$0301a8c0@tmesa.com>
Hi...
I'm playing around with VTiger(v5.04). I'm trying to figure out if there is
a way to have a given user conduct an "action/event" with a contact/lead. Is
there a way to track these actions for a given user/lead/contact.
As an example. Say I have a user John/Jane, and I have a lead/contact named
"sue". Say I also have the actions "initial talk, send product, send bill".
I'd like to know if there's a way to have user "john" be able to assign the
"initial talk" action to "sue", and then have user "jane" assign the "send
product" action to "sue" later on.
I'd then like to be able to display some sort of page to see the historical
actions that have been assigned to "sue" as the lead/contact.
Any detailed pointers would be helpful.
Thanks
-tom
From jens at Strawberry.COM Sat Jan 3 05:37:25 2009
From: jens at Strawberry.COM (Jens Hamisch)
Date: Sat, 3 Jan 2009 11:37:25 +0100
Subject: [Vtigercrm-developers] ADOdb question
In-Reply-To: =?iso-8859-1?Q?=3C200901021236=2E05507=2Egrzegorz=2Eprzezdziecki=40pflg?=
=?iso-8859-1?Q?=2Epl=3E=3B_from_Grzegorz_Prze=C5=BAdziecki_on_Fri=2C_Jan?=
=?iso-8859-1?Q?_02=2C_2009_at_12:36:05PM_+0000?=
References: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
<200901021150.51488.grzegorz.przezdziecki@pflg.pl>
<74faab6a0901020308x249a3e8kd2ab3e1c57673986@mail.gmail.com>
<200901021236.05507.grzegorz.przezdziecki@pflg.pl>
Message-ID: <20090103113725.G5074@Strawberry.COM>
There's also an extension to vtiger for customizing invioce, etc.
layouts in the 5.1_jens branch. I've intrduced mandants and therefor
had the need to provide different layouts for different mandants.
jens
On Fri, Jan 02, 2009 at 12:36:05PM +0000, Grzegorz Prze??dziecki wrote:
> On Friday 02 January 2009 11:08:33 amine f wrote:
> > Hello Grzegorz,
> >
> > I wanna to make some changes to the invoice in vtigerCRM. I wana to
> > customize vtiger to the Algerian market. the changes needed is: to show on
> > the invoice in letter the total amount of the invoice. Have you any idea ?
> > Best regards
>
> Sorry
> But I don't yet vtiger so much.
> And never use mysql
> I start to learn.
> First step install on PostgreSQL next localization on Polish language.
>
> Best Regards
> GP
>
> --
> Grzegorz Prze??dziecki
> http://www.pflg.pl
> kom. +48.606.822.506
> skype://grzegorz.przezdziecki
> gg://3701851
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
--
--------------------------------------------------------------------------------
s t r a w b e r r y e d v - s y s t e m e g m b h
SSSSSSSSS Am Flosskanal 7 Jens Hamisch
SSSSSSSSSSSSS D-82515 Wolfratshausen CEO
SSSSS-----SSSSS
---SSSSS--------- fon (+49 8171) 41805-0
------SSSSS------ fax (+49 8171) 41805-59
---------SSSSS--- strawberry at strawberry.com Jens.Hamisch at strawberry.com
SSSSS-----SSSSS
SSSSSSSSSSSSS Geschaeftsfuehrer/CEO
SSSSSSSSS Jens Hamisch
a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8
From prasad at vtiger.com Wed Jan 7 04:26:49 2009
From: prasad at vtiger.com (Prasad)
Date: Wed, 7 Jan 2009 14:56:49 +0530
Subject: [Vtigercrm-developers] vtlib 2.1 is now available!
Message-ID: <39d18b250901070126t60d51bd6q92f8b5dd8b636ca6@mail.gmail.com>
Dear vtigers,
I'm happy to inform you of the release of
vtlib
*2.1* today. This version adds some key features, and provides several
useful APIs to make it easy to build new modules, and customize the
functionality of vtiger CRM.
Thanks to the community for their valuable support and feedback on earlier
versions.
Following are some of the highlights of the new features bundled in vtlib
2.1
* *Language Pack Installation*
Language Packs are now treated as a special type of module, which can be
installed or upgraded using Module Manager.
* *Upgrading Modules *
Module Manager provides basic support to upgrade custom modules developed
using vtlib
* *Custom Actions for Module*
You can add custom actions that open web links for your module. These links
are displayed on the DetailView. Using this feature, custom actions like Add
Event, Export to PDF can be provided easily.
* *Tooltip for Module Field*
vtlib provides an API to set Tooltip text for the module field which could
be useful in educating the users when they are in Create/Edit view.
Please check out the documentation for more details. Kindly share your
feedback with us.
vtlib 2.1 Download URL:
http://forge.vtiger.com/frs/?group_id=174&release_id=480
*ZohoMeeting Integration Module for vtiger CRM*
With the new capabilities of vtlib 2.1, we developed an integration module
for ZohoMeeting.
We used the Custom Actions feature to add ZohoMeeting links for vtiger
calendar events.
You can download this extension from here:
ZohoMeeting-1.0
Regards,
Prasad
vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090107/ebf6c020/attachment.html
From jnmutuku at gmail.com Fri Jan 9 06:20:35 2009
From: jnmutuku at gmail.com (James Mutuku)
Date: Fri, 09 Jan 2009 14:20:35 +0300
Subject: [Vtigercrm-developers] vtiger dropdown with "Not Accessible" for
all users except the admin
Message-ID: <49673303.7010306@gmail.com>
Hello list
I am running vtiger 5.0. 4 on centos platform. Some of the customized
dropdown menus have "Not Accessible" for all the users except the admin.
what could be the issue?
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/980b2ba1/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jnmutuku.vcf
Type: text/x-vcard
Size: 331 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/980b2ba1/attachment.vcf
From prasad at vtiger.com Fri Jan 9 06:52:07 2009
From: prasad at vtiger.com (Prasad)
Date: Fri, 9 Jan 2009 17:22:07 +0530
Subject: [Vtigercrm-developers] vtiger dropdown with "Not Accessible"
for all users except the admin
In-Reply-To: <49673303.7010306@gmail.com>
References: <49673303.7010306@gmail.com>
Message-ID: <39d18b250901090352s7257d55eg1441134e65aa04ca@mail.gmail.com>
Hi James,
"Not Accessible" is shown when the value stored in the picklist field of a
record is not defined in the picklist editor.
Kindly refer to the following links which explains more about "Role based
Picklist" feature of 5.0.4
http://www.vtiger.com/blogs/2008/04/16/role-based-picklists-in-504/
http://www.vtiger.com/products/crm/help/5.0.4/vtiger-504-rolebased-picklist.pdf
Regards,
Prasad
vtiger Team
On 1/9/09, James Mutuku wrote:
>
> Hello list
>
> I am running vtiger 5.0. 4 on centos platform. Some of the customized
> dropdown menus have "Not Accessible" for all the users except the admin.
> what could be the issue?
>
> James
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/783b6575/attachment.html
From jnmutuku at gmail.com Fri Jan 9 11:21:10 2009
From: jnmutuku at gmail.com (James Mutuku)
Date: Fri, 09 Jan 2009 19:21:10 +0300
Subject: [Vtigercrm-developers] vtiger dropdown with "Not Accessible"
for all users except the admin
In-Reply-To: <39d18b250901090352s7257d55eg1441134e65aa04ca@mail.gmail.com>
References: <49673303.7010306@gmail.com>
<39d18b250901090352s7257d55eg1441134e65aa04ca@mail.gmail.com>
Message-ID: <49677976.2050301@gmail.com>
Hello,
Thanks :-)
James
Prasad wrote:
> Hi James,
>
> "Not Accessible" is shown when the value stored in the picklist field
> of a record is not defined in the picklist editor.
>
> Kindly refer to the following links which explains more about "Role
> based Picklist" feature of 5.0.4
>
> http://www.vtiger.com/blogs/2008/04/16/role-based-picklists-in-504/
>
> http://www.vtiger.com/products/crm/help/5.0.4/vtiger-504-rolebased-picklist.pdf
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/9/09, *James Mutuku* > wrote:
>
> Hello list
>
> I am running vtiger 5.0. 4 on centos platform. Some of the
> customized dropdown menus have "Not Accessible" for all the users
> except the admin. what could be the issue?
>
> James
>
> _______________________________________________
> 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/20090109/0610689a/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jnmutuku.vcf
Type: text/x-vcard
Size: 331 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/0610689a/attachment.vcf
From info at nablacom.it Fri Jan 9 11:35:02 2009
From: info at nablacom.it (Nablacom)
Date: Fri, 9 Jan 2009 17:35:02 +0100
Subject: [Vtigercrm-developers] Plug-ins 5.1
Message-ID:
Hi Team,
Where are the plug-ins like the one for Outlook for the 5.1 version?
Roberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/0d3405a5/attachment.html
From prasad at vtiger.com Fri Jan 9 12:01:14 2009
From: prasad at vtiger.com (Prasad)
Date: Fri, 9 Jan 2009 22:31:14 +0530
Subject: [Vtigercrm-developers] Plug-ins 5.1
In-Reply-To:
References:
Message-ID: <39d18b250901090901p4b14cc8bgf12c356efd0f0603@mail.gmail.com>
Hi Nablacom,
We are currently working on the development of plug-ins for 5.1 version.
Once it is upgrade we will update our SVN, kindly hold on.
Regards,
Prasad
vtiger Team
On 1/9/09, Nablacom wrote:
>
> Hi Team,
>
> Where are the plug-ins like the one for Outlook for the 5.1 version?
>
> Roberto
>
>
>
>
>
> _______________________________________________
> 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/20090109/4cb41b35/attachment.html
From amine.fe at gmail.com Fri Jan 9 14:12:59 2009
From: amine.fe at gmail.com (amine f)
Date: Fri, 9 Jan 2009 20:12:59 +0100
Subject: [Vtigercrm-developers] vtiger dropdown with "Not Accessible"
for all users except the admin
In-Reply-To: <49673303.7010306@gmail.com>
References: <49673303.7010306@gmail.com>
Message-ID: <74faab6a0901091112o2f8c0269he2563356dc32f034@mail.gmail.com>
The problem is in the access to database. try to accees to related
customised field table.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/28f980b8/attachment.html
From prasad at vtiger.com Sat Jan 10 01:37:29 2009
From: prasad at vtiger.com (Prasad)
Date: Sat, 10 Jan 2009 12:07:29 +0530
Subject: [Vtigercrm-developers] vtlib 2.1 is now available!
In-Reply-To: <39d18b250901070126t60d51bd6q92f8b5dd8b636ca6@mail.gmail.com>
References: <39d18b250901070126t60d51bd6q92f8b5dd8b636ca6@mail.gmail.com>
Message-ID: <39d18b250901092237n470a60c9hf2bd44faaf2c134@mail.gmail.com>
Dear vtigers,
I have fixed minor issues that was in earlier package, kindly use the
updated version of vtlib 2.1
Thank you
Regards,
Prasad
vtiger Team
On 1/7/09, Prasad wrote:
>
> Dear vtigers,
>
> I'm happy to inform you of the release of vtlib
> *2.1* today. This version adds some key features, and provides several
> useful APIs to make it easy to build new modules, and customize the
> functionality of vtiger CRM.
>
> Thanks to the community for their valuable support and feedback on earlier
> versions.
>
> Following are some of the highlights of the new features bundled in vtlib
> 2.1
>
> * *Language Pack Installation*
> Language Packs are now treated as a special type of module, which can be
> installed or upgraded using Module Manager.
>
> * *Upgrading Modules *
> Module Manager provides basic support to upgrade custom modules developed
> using vtlib
>
> * *Custom Actions for Module*
> You can add custom actions that open web links for your module. These links
> are displayed on the DetailView. Using this feature, custom actions like Add
> Event, Export to PDF can be provided easily.
>
> * *Tooltip for Module Field*
> vtlib provides an API to set Tooltip text for the module field which could
> be useful in educating the users when they are in Create/Edit view.
>
> Please check out the documentation for more details. Kindly share your
> feedback with us.
>
> vtlib 2.1 Download URL:
> http://forge.vtiger.com/frs/?group_id=174&release_id=480
>
> *ZohoMeeting Integration Module for vtiger CRM*
>
> With the new capabilities of vtlib 2.1, we developed an integration module
> for ZohoMeeting.
> We used the Custom Actions feature to add ZohoMeeting links for vtiger
> calendar events.
>
> You can download this extension from here: ZohoMeeting-1.0
>
> Regards,
> Prasad
> vtiger Team
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090110/0260d3b1/attachment.html
From stephen at trax.cl Mon Jan 12 14:11:17 2009
From: stephen at trax.cl (Stephen Mack)
Date: Mon, 12 Jan 2009 16:11:17 -0300
Subject: [Vtigercrm-developers] How does vtiger store plus symbols (+) in
the database?
Message-ID: <7978a9470901121111y125db6aawb107870ffaf99182@mail.gmail.com>
I have a custom picklist field in the lead database (actually it's stored in
the vtiger.leadscf database). I use the phpmyadmin to view the data and the
+ sign is not there (although when I use vtiger it's displayed correctly).
My problem is that when I access the database directly to do searches, I
can't find the records. I suspect that a special "non printable" character
is being inserted.
What might that character be?
--Stephen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090112/2cbb8d92/attachment.html
From scott at centritechsolutions.com Mon Jan 12 15:00:36 2009
From: scott at centritechsolutions.com (Scott Brown)
Date: Mon, 12 Jan 2009 15:00:36 -0500
Subject: [Vtigercrm-developers] Icontact integration
Message-ID: <004d01c974f0$70338f10$509aad30$@com>
Developers,
Has anybody developed a module to connect an IContact account with vtiger
contacts?
Thanks,
Centritech Solutions Logo
Scott Brown
Tel: 804-360-9753 Ext. 400
Fax: 1-800-851-0516
http://www.centritech.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090112/5ba9aa78/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 2190 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090112/5ba9aa78/attachment.jpe
From prasad at vtiger.com Mon Jan 12 23:34:02 2009
From: prasad at vtiger.com (Prasad)
Date: Tue, 13 Jan 2009 10:04:02 +0530
Subject: [Vtigercrm-developers] How does vtiger store plus symbols (+)
in the database?
In-Reply-To: <7978a9470901121111y125db6aawb107870ffaf99182@mail.gmail.com>
References: <7978a9470901121111y125db6aawb107870ffaf99182@mail.gmail.com>
Message-ID: <39d18b250901122034v49f17af7wdd9f681556fc2502@mail.gmail.com>
Hi Stephen,
Can you share a screenshot of the issue being pointed in vtiger CRM?
Regards,
Prasad
vtiger Team
On 1/13/09, Stephen Mack wrote:
>
> I have a custom picklist field in the lead database (actually it's stored
> in the vtiger.leadscf database). I use the phpmyadmin to view the data and
> the + sign is not there (although when I use vtiger it's displayed
> correctly).
>
> My problem is that when I access the database directly to do searches, I
> can't find the records. I suspect that a special "non printable" character
> is being inserted.
>
> What might that character be?
>
> --Stephen
>
> _______________________________________________
> 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/20090113/29d25845/attachment.html
From info at nablacom.it Tue Jan 13 12:49:59 2009
From: info at nablacom.it (Nablacom)
Date: Tue, 13 Jan 2009 18:49:59 +0100
Subject: [Vtigercrm-developers] Problems with TAX
Message-ID:
I'm testing the 5.1 version and in Italy, for example, the VAT takes the
name of IVA but if I change the name of the VAT taxes the following code
$smarty->assign("VAT_TAX",getProductTaxPercentage("VAT",$_REQUEST['product_i
d']));
$smarty->assign("SALES_TAX",getProductTaxPercentage("Sales",$_REQUEST['produ
ct_id']));
$smarty->assign("SERVICE_TAX",getProductTaxPercentage("Service",$_REQUEST['p
roduct_id']));
This lenes are in the Invoice, PurchaseOrder, Quotes and SalesOrder modules
and doesn't work correctly.
The same was when I add a new tax
Bye
Roberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090113/72c0e19b/attachment.html
From amine.fe at gmail.com Tue Jan 13 14:30:11 2009
From: amine.fe at gmail.com (amine f)
Date: Tue, 13 Jan 2009 20:30:11 +0100
Subject: [Vtigercrm-developers] Problems with TAX
In-Reply-To:
References:
Message-ID: <74faab6a0901131130k56c77ba3l5069d44ebf5b28c6@mail.gmail.com>
Hi,
You must use studio(in configuartion menu). Choose a VAT (edit) and change
the name.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090113/909a9b63/attachment.html
From stephen at trax.cl Tue Jan 13 15:37:16 2009
From: stephen at trax.cl (Stephen Mack)
Date: Tue, 13 Jan 2009 17:37:16 -0300
Subject: [Vtigercrm-developers] How does vtiger store plus symbols (+)
in the database?
In-Reply-To: <39d18b250901122034v49f17af7wdd9f681556fc2502@mail.gmail.com>
References: <7978a9470901121111y125db6aawb107870ffaf99182@mail.gmail.com>
<39d18b250901122034v49f17af7wdd9f681556fc2502@mail.gmail.com>
Message-ID: <7978a9470901131237o4d1b50a8kf72b34ebd6ac84c9@mail.gmail.com>
Hi Prasad,
Thanks for the reply. I have dumped the database and this is what I get for
the field. Please look at the attached jpg to see the screen shots.
"leadid";"cf_450";"cf_452";"cf_454";"cf_456"
"22";"1";"0";;"15 Weeks"
BTW, When I translate the "15 Weeks" into hex, I get the following:
%31%35%20%20%57%65%65%6B%73
It seems that the + sign is replaced with a space (a test I was sure I
tried) but with that knowledge it seems to be working ... I now search for
"15[space][space]Weeks" and I find my records.
--Stephen
On Tue, Jan 13, 2009 at 1:34 AM, Prasad wrote:
> Hi Stephen,
>
> Can you share a screenshot of the issue being pointed in vtiger CRM?
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/13/09, Stephen Mack wrote:
>
>> I have a custom picklist field in the lead database (actually it's stored
>> in the vtiger.leadscf database). I use the phpmyadmin to view the data and
>> the + sign is not there (although when I use vtiger it's displayed
>> correctly).
>>
>> My problem is that when I access the database directly to do searches, I
>> can't find the records. I suspect that a special "non printable" character
>> is being inserted.
>>
>> What might that character be?
>>
>> --Stephen
>>
>> _______________________________________________
>> Reach hundreds of potential candidates - http://jobs.vtiger.com
>>
>
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
--
--Stephen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090113/dbae77e3/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: picklist.JPG
Type: image/jpeg
Size: 24596 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090113/dbae77e3/attachment.jpe
From ddfire at gmail.com Thu Jan 15 15:03:26 2009
From: ddfire at gmail.com (David fire)
Date: Thu, 15 Jan 2009 18:03:26 -0200
Subject: [Vtigercrm-developers] Question about products
Message-ID:
hi
there is any way to limit the discounts?
i don't want a salesman for error give more discount than we can give... but
i want to let the to give from 0% to 10% what can i do?
thanks
--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090115/1d6b831b/attachment.html
From amine.fe at gmail.com Thu Jan 15 16:13:24 2009
From: amine.fe at gmail.com (amine f)
Date: Thu, 15 Jan 2009 22:13:24 +0100
Subject: [Vtigercrm-developers] Question about products
In-Reply-To:
References:
Message-ID: <74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
You must act on the invoice table (discount filed)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090115/d01bca39/attachment.html
From ddfire at gmail.com Thu Jan 15 16:59:37 2009
From: ddfire at gmail.com (David fire)
Date: Thu, 15 Jan 2009 19:59:37 -0200
Subject: [Vtigercrm-developers] Question about products
In-Reply-To: <74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
References:
<74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
Message-ID:
please give me more info
David
2009/1/15 amine f
> You must act on the invoice table (discount filed)
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090115/9695bae5/attachment.html
From amine.fe at gmail.com Thu Jan 15 17:21:43 2009
From: amine.fe at gmail.com (amine f)
Date: Thu, 15 Jan 2009 23:21:43 +0100
Subject: [Vtigercrm-developers] Question about products
In-Reply-To:
References:
<74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
Message-ID: <74faab6a0901151421o7bb4ff1ci4eab4346caeb155e@mail.gmail.com>
Do you have PhpMyadmin on your PC ?
In the type of discount field you specify the range (0 to 10)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090115/618d6812/attachment.html
From ddfire at gmail.com Thu Jan 15 17:26:44 2009
From: ddfire at gmail.com (David fire)
Date: Thu, 15 Jan 2009 20:26:44 -0200
Subject: [Vtigercrm-developers] Question about products
In-Reply-To: <74faab6a0901151421o7bb4ff1ci4eab4346caeb155e@mail.gmail.com>
References:
<74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
<74faab6a0901151421o7bb4ff1ci4eab4346caeb155e@mail.gmail.com>
Message-ID:
but that will give any advice or message to the saler?
David
2009/1/15 amine f
> Do you have PhpMyadmin on your PC ?
> In the type of discount field you specify the range (0 to 10)
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090115/7ff67b71/attachment.html
From amine.fe at gmail.com Fri Jan 16 06:04:21 2009
From: amine.fe at gmail.com (amine f)
Date: Fri, 16 Jan 2009 12:04:21 +0100
Subject: [Vtigercrm-developers] Question about products
In-Reply-To:
References:
<74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
<74faab6a0901151421o7bb4ff1ci4eab4346caeb155e@mail.gmail.com>
Message-ID: <74faab6a0901160304i3be1f148j2d220f07e119a624@mail.gmail.com>
No. If you wanna a message you must create a javascript function for this
purpose.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090116/2ad6fed1/attachment.html
From davidv.net at gmail.com Sun Jan 18 04:49:07 2009
From: davidv.net at gmail.com (David V.)
Date: Sun, 18 Jan 2009 05:49:07 -0400
Subject: [Vtigercrm-developers] Icontact integration
In-Reply-To: <004d01c974f0$70338f10$509aad30$@com>
References:
<004d01c974f0$70338f10$509aad30$@com>
Message-ID:
Hi Vtiger Team,
Is there any specific place where we should post features requests for
Vtiger 5.1 ?
David V.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090118/2ed8cd1a/attachment.html
From prasad at vtiger.com Sun Jan 18 09:04:28 2009
From: prasad at vtiger.com (Prasad)
Date: Sun, 18 Jan 2009 19:34:28 +0530
Subject: [Vtigercrm-developers] Icontact integration
In-Reply-To:
References: <004d01c974f0$70338f10$509aad30$@com>
Message-ID: <39d18b250901180604r16f100edjfcc63d28adb2f3d6@mail.gmail.com>
Hi David,
Kindly use our issue tracker as well at http://trac.vtiger.com
Regards,
Prasad
vtiger Team
On 1/18/09, David V. wrote:
>
> Hi Vtiger Team,
>
> Is there any specific place where we should post features requests for
> Vtiger 5.1 ?
>
> David V.
>
> _______________________________________________
> 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/20090118/fd039fd1/attachment.html
From davidv.net at gmail.com Sun Jan 18 14:21:35 2009
From: davidv.net at gmail.com (David V.)
Date: Sun, 18 Jan 2009 15:21:35 -0400
Subject: [Vtigercrm-developers] Feature request
Message-ID:
Thank you Prasad.
David V.
On Sun, Jan 18, 2009 at 10:04 AM, Prasad wrote:
> Hi David,
>
> Kindly use our issue tracker as well at http://trac.vtiger.com
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/18/09, David V. wrote:
>
>> Hi Vtiger Team,
>>
>> Is there any specific place where we should post features requests for
>> Vtiger 5.1 ?
>>
>> 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/20090118/28ce0b20/attachment.html
From ana at indie-green.com Wed Jan 21 12:01:11 2009
From: ana at indie-green.com (Ana)
Date: Wed, 21 Jan 2009 11:01:11 CST
Subject: [Vtigercrm-developers] Small bug fixes
Message-ID: <1232557271@indie-green.com>
An embedded and charset-unspecified text was scrubbed...
Name: not available
Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090121/a6b14197/attachment.pl
From prasad at vtiger.com Wed Jan 21 12:35:31 2009
From: prasad at vtiger.com (Prasad)
Date: Wed, 21 Jan 2009 23:05:31 +0530
Subject: [Vtigercrm-developers] Small bug fixes
In-Reply-To: <1232557271@indie-green.com>
References: <1232557271@indie-green.com>
Message-ID: <39d18b250901210935y67f488f6led5cc526584abdf7@mail.gmail.com>
Hi Ana,
Thank you for your feedback. Kindly report the issues or patches at
http://trac.vtiger.com
Regards,
Prasad
vtiger Team
On 1/21/09, Ana wrote:
>
> First, let me say how impressed I am with vtiger. It's both easy
> to use and just makes sense as you move through the system,
> unlike some of your competitors.
>
> I've run into a couple of very small issues in 5.0.4 that I have
> fixed and tested. I also verified that the same changes need to
> be applied to 5.1 svn.
>
> The most important change fixes the Settings | Notificatiion
> Scheduler so you can enable/disable the 5th, 6th, and 7th items.
> The other change simply fixes a small logic oversight in the
> module/Users/EditView.php.
>
> Additionally, I added a check to see if the port was blank or not
> in config.template.php.
>
> How/where would you like these changes sent? Patch? Full
> source code with changes noted? If as a patch, do you want
> the patches applied to the source of 5.0.4 and/or 5.1 svn?
>
> Again, thanks for the excellent work!
>
> Ana
>
> _______________________________________________
> 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/20090121/7b2f1318/attachment.html
From info at nablacom.it Wed Jan 21 12:40:46 2009
From: info at nablacom.it (Nablacom)
Date: Wed, 21 Jan 2009 18:40:46 +0100
Subject: [Vtigercrm-developers] About helpinfo field into vtiger_field table
Message-ID:
Hi Vtigers,
the field 'helpinfo' added in the last release into the vtiger_field table
is very usefull but I think it require an adjustment.
The field contains directly the description (in English) for the tooltip
help but in this way the help will support only one language.
The solution can be to insert in the row of a tabel for the helpinfo (eg.
LBL-_HELP_DAYS) and then put the line
'LBL-_HELP_DAYS'=>'This I sthe help',
in the language files.
It also require a change of the code...
Bye
Roberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090121/835c14c9/attachment.html
From prasad at vtiger.com Thu Jan 22 03:33:45 2009
From: prasad at vtiger.com (Prasad)
Date: Thu, 22 Jan 2009 14:03:45 +0530
Subject: [Vtigercrm-developers] About helpinfo field into vtiger_field
table
In-Reply-To:
References:
Message-ID: <39d18b250901220033s2244f835ic8a209199d281060@mail.gmail.com>
Hi Roberto,
In the function vtlib_getFieldHelpInfo (include/utils/VtlibUtils.php)
Change:
$fieldhelpinfo[$fieldrow['fieldname']] = $helpinfo;
To:
$fieldhelpinfo[$fieldrow['fieldname']] = getTranslatedString($helpinfo,
$module);
getTranslatedString API will search for language translation for the given
content.
So if helpinfo for a field has language entry it should be displayed.
Let me know if it solves the issue raised. I will integrate it to vtlib in
next version.
Regards,
Prasad
On 1/21/09, Nablacom wrote:
>
> Hi Vtigers,
>
> the field 'helpinfo' added in the last release into the vtiger_field table
> is very usefull but I think it require an adjustment.
>
> The field contains directly the description (in English) for the tooltip
> help but in this way the help will support only one language.
> The solution can be to insert in the row of a tabel for the helpinfo (eg.
> LBL?_HELP_DAYS) and then put the line
>
> 'LBL?_HELP_DAYS'=>'This I sthe help',
>
> in the language files.
> It also require a change of the code?..
>
> Bye
> Roberto
>
>
>
> _______________________________________________
> 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/20090122/a54a8c39/attachment.html
From davidv.net at gmail.com Thu Jan 22 05:08:20 2009
From: davidv.net at gmail.com (David V.)
Date: Thu, 22 Jan 2009 06:08:20 -0400
Subject: [Vtigercrm-developers] Feature request - OrderBy in filters
Message-ID:
Hi Vtiger Team !
We have a feature request for Vtiger 5.1 :
- We need the possibility to order a Filter by a specific field.
Maybe another tab in the Filter page "Order By" where we could select a
field and set the order (ascending or descending).
- The same feature would be nice in Reports also.
David V.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090122/21d43b83/attachment.html
From prasad at vtiger.com Thu Jan 22 05:22:58 2009
From: prasad at vtiger.com (Prasad)
Date: Thu, 22 Jan 2009 15:52:58 +0530
Subject: [Vtigercrm-developers] Feature request - OrderBy in filters
In-Reply-To:
References:
Message-ID: <39d18b250901220222l5d84de73gcdefe982b808ba22@mail.gmail.com>
Hi David,
In vtiger CRM 5.1 we are providing the option to enable sorting of selective
fields, which could be used for
the in Listview for ordering.
"Order By" clause in SQL could lead to performance problem is applied on
non-indexed column. We will
put it on our list of desired features and priortize later.
Regards,
Prasad
vtiger Team
On 1/22/09, David V. wrote:
>
> Hi Vtiger Team !
>
> We have a feature request for Vtiger 5.1 :
>
>
> - We need the possibility to order a Filter by a specific field.
>
> Maybe another tab in the Filter page "Order By" where we could select a
> field and set the order (ascending or descending).
>
> - The same feature would be nice in Reports also.
>
>
> David V.
>
> _______________________________________________
> 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/20090122/0b4d5cbb/attachment.html
From davidv.net at gmail.com Thu Jan 22 05:43:59 2009
From: davidv.net at gmail.com (David V.)
Date: Thu, 22 Jan 2009 06:43:59 -0400
Subject: [Vtigercrm-developers] Feature request - OrderBy in filters
In-Reply-To: <39d18b250901220222l5d84de73gcdefe982b808ba22@mail.gmail.com>
References:
<39d18b250901220222l5d84de73gcdefe982b808ba22@mail.gmail.com>
Message-ID:
Thank you Prasad,
The problem is that we need the data presented to the user in a specific
order depending on the Filter selected (same thing for Reports).
So we canot just rely on the order selected in the list view.
David V.
On Thu, Jan 22, 2009 at 6:22 AM, Prasad wrote:
> Hi David,
>
> In vtiger CRM 5.1 we are providing the option to enable sorting of
> selective fields, which could be used for
> the in Listview for ordering.
>
> "Order By" clause in SQL could lead to performance problem is applied on
> non-indexed column. We will
> put it on our list of desired features and priortize later.
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/22/09, David V. wrote:
>
>> Hi Vtiger Team !
>>
>> We have a feature request for Vtiger 5.1 :
>>
>>
>> - We need the possibility to order a Filter by a specific field.
>>
>> Maybe another tab in the Filter page "Order By" where we could select a
>> field and set the order (ascending or descending).
>>
>> - The same feature would be nice in Reports also.
>>
>>
>> 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/20090122/95c7fe65/attachment.html
From info at nablacom.it Thu Jan 22 07:09:30 2009
From: info at nablacom.it (Nablacom)
Date: Thu, 22 Jan 2009 13:09:30 +0100
Subject: [Vtigercrm-developers] R: About helpinfo field into
vtiger_fieldtable
In-Reply-To: <39d18b250901220033s2244f835ic8a209199d281060@mail.gmail.com>
Message-ID:
Thank you Prasad,
Regards,
Roberto
_____
Da: vtigercrm-developers-bounces at lists.vtigercrm.com
[mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Per conto di
Prasad
Inviato: gioved? 22 gennaio 2009 9.34
A: vtigercrm-developers at lists.vtigercrm.com
Oggetto: Re: [Vtigercrm-developers] About helpinfo field into
vtiger_fieldtable
Hi Roberto,
In the function vtlib_getFieldHelpInfo (include/utils/VtlibUtils.php)
Change:
$fieldhelpinfo[$fieldrow['fieldname']] = $helpinfo;
To:
$fieldhelpinfo[$fieldrow['fieldname']] = getTranslatedString($helpinfo,
$module);
getTranslatedString API will search for language translation for the given
content.
So if helpinfo for a field has language entry it should be displayed.
Let me know if it solves the issue raised. I will integrate it to vtlib in
next version.
Regards,
Prasad
On 1/21/09, Nablacom wrote:
Hi Vtigers,
the field 'helpinfo' added in the last release into the vtiger_field table
is very usefull but I think it require an adjustment.
The field contains directly the description (in English) for the tooltip
help but in this way the help will support only one language.
The solution can be to insert in the row of a tabel for the helpinfo (eg.
LBL?_HELP_DAYS) and then put the line
'LBL?_HELP_DAYS'=>'This I sthe help',
in the language files.
It also require a change of the code
..
Bye
Roberto
_______________________________________________
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/20090122/7f19c2cd/attachment.html
From prasad at vtiger.com Fri Jan 23 01:06:11 2009
From: prasad at vtiger.com (Prasad)
Date: Fri, 23 Jan 2009 11:36:11 +0530
Subject: [Vtigercrm-developers] vtiger CRM 5.1.0: Services Support
Message-ID: <39d18b250901222206k33bccf87qe2a9854a4ee42ab0@mail.gmail.com>
Dear members,
I hope you are looking at http://blogs.vtiger.com where the progress on
5.1.0 is updated.
We have now introduced services support to vtiger CRM 5.1.0 to enable
businesses that sell services.
The service model implementation comprises of:
1. Inventory support for Non-stock items/Services
2. Service contracts to let users track the progress, duration and work
items of a service.
For more detailed documentation look at:
http://www.vtiger.com/blogs/2009/01/20/vtiger-crm-51-wip-update-last-support-for-service-based-businesses/
Check out the demo at http://en.vtiger.com/wip and share your feedback.
Regards,
Prasad
vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090123/051fdb57/attachment.html
From christian.castelli at trackset.com Fri Jan 23 12:43:53 2009
From: christian.castelli at trackset.com (Christian Castelli)
Date: Fri, 23 Jan 2009 18:43:53 +0100
Subject: [Vtigercrm-developers] Visualization bug module Users
Message-ID: <497A01D9.5030403@trackset.com>
Hi vtigers,
if a user has already logged in and then visualize this URL:
* http://crm.trackset.it/index.php?action=Login&module=Users
The system will add the login form in the home page instead of printing
the dashboard.
I believe it's not important but why don't tell you? :-D
Bye.
--
Christian Castelli
Software Developer
christian.castelli at trackset.com
Italian Office
Via Sant'Ilario Sud,109
56021 Cascina (PI) - Italia
TEL +39 050 86 65 387
FAX +39 050 80 70 136
www.trackset.com
Questo messaggio ? destinato alle sole persone indicate e pu? contenere
informazioni riservate.
Se ricevuto per errore, si prega di avvisare immediatamente il mittente
e cancellare l'originale. Ogni altro uso del messaggio ? vietato.
From prasad at vtiger.com Fri Jan 23 13:06:54 2009
From: prasad at vtiger.com (Prasad)
Date: Fri, 23 Jan 2009 23:36:54 +0530
Subject: [Vtigercrm-developers] Visualization bug module Users
In-Reply-To: <497A01D9.5030403@trackset.com>
References: <497A01D9.5030403@trackset.com>
Message-ID: <39d18b250901231006g287f55bdv7d75e6b8a709e82d@mail.gmail.com>
Hi Chirstian Castelli,
We have take the issue on our tracker,
http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5456
Thank you for reporting, we will update the status on the issue soon.
Regards,
Prasad
vtiger Team
On 1/23/09, Christian Castelli wrote:
>
> Hi vtigers,
> if a user has already logged in and then visualize this URL:
>
> * http://crm.trackset.it/index.php?action=Login&module=Users
>
> The system will add the login form in the home page instead of printing
> the dashboard.
> I believe it's not important but why don't tell you? :-D
> Bye.
>
> --
> Christian Castelli
> Software Developer
> christian.castelli at trackset.com
>
>
> Italian Office
> Via Sant'Ilario Sud,109
> 56021 Cascina (PI) - Italia
> TEL +39 050 86 65 387
> FAX +39 050 80 70 136
> www.trackset.com
>
> Questo messaggio ? destinato alle sole persone indicate e pu? contenere
> informazioni riservate.
> Se ricevuto per errore, si prega di avvisare immediatamente il mittente
> e cancellare l'originale. Ogni altro uso del messaggio ? vietato.
> _______________________________________________
> 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/20090123/06e79192/attachment.html
From kristof.kovacs at onlineprojects.hu Mon Jan 26 05:25:55 2009
From: kristof.kovacs at onlineprojects.hu (=?UTF-8?B?S3Jpc3TDs2YgS09Ww4FDUw==?=)
Date: Mon, 26 Jan 2009 11:25:55 +0100
Subject: [Vtigercrm-developers] Outlook plugin for 5.1 question
Message-ID:
Hi tigers,
Is someone working on the outlook plugin for 5.1? If yes, is there a
possibility of getting a source || binary? :)
Thanks!
K.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090126/f3049ede/attachment.html
From jnmutuku at gmail.com Mon Jan 26 08:58:19 2009
From: jnmutuku at gmail.com (James Mutuku)
Date: Mon, 26 Jan 2009 16:58:19 +0300
Subject: [Vtigercrm-developers] How vtiger generates the UI
Message-ID: <497DC17B.3010907@gmail.com>
Hello,
I need to understand how vtiger generates the UI. This is because I need
to limit the number of characters in the description textarea of the
leads module to 140 characters and also display thee character count.
I want to do this using JS.
Is there a document explaining this?
Thanks.
James Mutuku Ndeti.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jnmutuku.vcf
Type: text/x-vcard
Size: 331 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090126/97466c39/attachment.vcf
From prasad at vtiger.com Mon Jan 26 09:16:34 2009
From: prasad at vtiger.com (Prasad)
Date: Mon, 26 Jan 2009 19:46:34 +0530
Subject: [Vtigercrm-developers] Outlook plugin for 5.1 question
In-Reply-To:
References:
Message-ID: <39d18b250901260616g6210adq26661eb2fb0c639a@mail.gmail.com>
Hi Kristof,
vtiger CRM Plugin development for 5.1 is under progress. Kindly bear with us
till we update it.
Regards,
Prasad
vtiger Team
On 1/26/09, Krist?f KOV?CS wrote:
>
> Hi tigers,
> Is someone working on the outlook plugin for 5.1? If yes, is there a
> possibility of getting a source || binary? :)
>
> Thanks!
>
> K.
>
> _______________________________________________
> 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/20090126/1ff9f255/attachment.html
From prasad at vtiger.com Mon Jan 26 09:36:02 2009
From: prasad at vtiger.com (Prasad)
Date: Mon, 26 Jan 2009 20:06:02 +0530
Subject: [Vtigercrm-developers] How vtiger generates the UI
In-Reply-To: <497DC17B.3010907@gmail.com>
References: <497DC17B.3010907@gmail.com>
Message-ID: <39d18b250901260636m7e046f71h2bfdcfc6fd8bc728@mail.gmail.com>
Hi James,
Following links could be helpful in understand the UI development of vtiger
CRM
http://forge.vtiger.com/frs/download.php/685/vtlib-Module-FrontEnd.png
http://forge.vtiger.com/frs/download.php/678/vtlib-2.1.pdf
Regards,
Prasad
vtiger Team
On 1/26/09, James Mutuku wrote:
>
> Hello,
>
> I need to understand how vtiger generates the UI. This is because I need to
> limit the number of characters in the description textarea of the leads
> module to 140 characters and also display thee character count. I want to
> do this using JS.
>
> Is there a document explaining this?
>
> Thanks.
> James Mutuku Ndeti.
>
>
> _______________________________________________
> 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/20090126/2ed78631/attachment.html
From kristof.kovacs at onlineprojects.hu Mon Jan 26 16:05:37 2009
From: kristof.kovacs at onlineprojects.hu (=?UTF-8?B?S3Jpc3TDs2YgS09Ww4FDUw==?=)
Date: Mon, 26 Jan 2009 22:05:37 +0100
Subject: [Vtigercrm-developers] Outlook plugin for 5.1 question
In-Reply-To: <39d18b250901260616g6210adq26661eb2fb0c639a@mail.gmail.com>
References:
<39d18b250901260616g6210adq26661eb2fb0c639a@mail.gmail.com>
Message-ID:
Thanks, Prasad!
K.
On Mon, Jan 26, 2009 at 3:16 PM, Prasad wrote:
> Hi Kristof,
>
> vtiger CRM Plugin development for 5.1 is under progress. Kindly bear with
> us till we update it.
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/26/09, Krist?f KOV?CS wrote:
>
>> Hi tigers,
>> Is someone working on the outlook plugin for 5.1? If yes, is there a
>> possibility of getting a source || binary? :)
>>
>> Thanks!
>>
>> K.
>>
>> _______________________________________________
>> 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/20090126/caa761b7/attachment.html
From partout at gmail.com Tue Jan 27 01:05:00 2009
From: partout at gmail.com (David)
Date: Tue, 27 Jan 2009 14:05:00 +0800
Subject: [Vtigercrm-developers] How to develop an Extension Module? is there
any tutorial?
Message-ID: <497EA40C.7050405@gmail.com>
Hi All,
According to the vtlib manual, it's very convenient to create an Entity
module by using vtlib.
While, I need to use the vtlib to develop an extension module, and need
to find a more detailed document or tutorial on Extension module.
Any one could tell me where to find it?
Thanks in advance.
David Zhu
From prasad at vtiger.com Tue Jan 27 01:16:23 2009
From: prasad at vtiger.com (Prasad)
Date: Tue, 27 Jan 2009 11:46:23 +0530
Subject: [Vtigercrm-developers] How to develop an Extension Module? is
there any tutorial?
In-Reply-To: <497EA40C.7050405@gmail.com>
References: <497EA40C.7050405@gmail.com>
Message-ID: <39d18b250901262216w4d3e982ax9a9c745c498eddba@mail.gmail.com>
Hi David,
Extension module is not support for 5.0.4, we are planning to support going
forwad.
Regards,
Prasad
vtiger Team
On 1/27/09, David wrote:
>
> Hi All,
>
> According to the vtlib manual, it's very convenient to create an Entity
> module by using vtlib.
>
> While, I need to use the vtlib to develop an extension module, and need
> to find a more detailed document or tutorial on Extension module.
>
> Any one could tell me where to find it?
>
> Thanks in advance.
>
>
> David Zhu
> _______________________________________________
> 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/20090127/d2d57734/attachment.html
From partout at gmail.com Tue Jan 27 01:27:27 2009
From: partout at gmail.com (David)
Date: Tue, 27 Jan 2009 14:27:27 +0800
Subject: [Vtigercrm-developers] How to develop an Extension Module? is
there any tutorial?
In-Reply-To: <39d18b250901262216w4d3e982ax9a9c745c498eddba@mail.gmail.com>
References: <497EA40C.7050405@gmail.com>
<39d18b250901262216w4d3e982ax9a9c745c498eddba@mail.gmail.com>
Message-ID: <497EA94F.7050201@gmail.com>
Hi, Prasad,
Thank you for immediate reply.
But I am just planning to setup a CRM-like system by using vtiger, and
there will be many new business functions and new entities.
Could you please give me any advices on the developing process?
Best Regards,
David
Prasad wrote:
> Hi David,
>
> Extension module is not support for 5.0.4, we are planning to support
> going forwad.
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/27/09, *David* > wrote:
>
> Hi All,
>
> According to the vtlib manual, it's very convenient to create an
> Entity
> module by using vtlib.
>
> While, I need to use the vtlib to develop an extension module, and
> need
> to find a more detailed document or tutorial on Extension module.
>
> Any one could tell me where to find it?
>
> Thanks in advance.
>
>
> David Zhu
> _______________________________________________
> 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/20090127/9b7c3d2c/attachment.html
From partout at gmail.com Tue Jan 27 03:49:21 2009
From: partout at gmail.com (David)
Date: Tue, 27 Jan 2009 16:49:21 +0800
Subject: [Vtigercrm-developers] How to develop an Extension Module? is
there any tutorial?
In-Reply-To: <39d18b250901262216w4d3e982ax9a9c745c498eddba@mail.gmail.com>
References: <497EA40C.7050405@gmail.com>
<39d18b250901262216w4d3e982ax9a9c745c498eddba@mail.gmail.com>
Message-ID: <497ECA91.3020807@gmail.com>
Hi, Prasad,
Thank you for immediate reply.
But I am just planning to setup a CRM-like system by using vtiger. There
will be many new business functions and new entities such as post-sale
services, and maybe we will drop some existing functions such as
potential management. And besides, we perhaps will add some new reports,
etc.
*Is vtiger flexible enough and suitable for this type system? Could you
please give me some advices on developing?*
Many thanks to you.
Best Regards,
David
Prasad wrote:
> Hi David,
>
> Extension module is not support for 5.0.4, we are planning to support
> going forwad.
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/27/09, *David* > wrote:
>
> Hi All,
>
> According to the vtlib manual, it's very convenient to create an
> Entity
> module by using vtlib.
>
> While, I need to use the vtlib to develop an extension module, and
> need
> to find a more detailed document or tutorial on Extension module.
>
> Any one could tell me where to find it?
>
> Thanks in advance.
>
>
> David Zhu
> _______________________________________________
> 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/20090127/b9a0712b/attachment.html
From prasad at vtiger.com Tue Jan 27 04:13:20 2009
From: prasad at vtiger.com (Prasad)
Date: Tue, 27 Jan 2009 14:43:20 +0530
Subject: [Vtigercrm-developers] How to develop an Extension Module? is
there any tutorial?
In-Reply-To: <497ECA91.3020807@gmail.com>
References: <497EA40C.7050405@gmail.com>
<39d18b250901262216w4d3e982ax9a9c745c498eddba@mail.gmail.com>
<497ECA91.3020807@gmail.com>
Message-ID: <39d18b250901270113g5bf994c2qb78be28f8aa858e7@mail.gmail.com>
Hi David,
You will need to understand vtiger CRM codebase well to start development on
it, current we don't have a guide
that will walk you through it. I suggest you go through the vtlib
documentation and skeleton module files to start with.
Regards,
Prasad
vtiger Team
On 1/27/09, David wrote:
>
> Hi, Prasad,
>
> Thank you for immediate reply.
>
> But I am just planning to setup a CRM-like system by using vtiger. There
> will be many new business functions and new entities such as post-sale
> services, and maybe we will drop some existing functions such as potential
> management. And besides, we perhaps will add some new reports, etc.
>
> *Is vtiger flexible enough and suitable for this type system? Could you
> please give me some advices on developing?*
>
> Many thanks to you.
>
> Best Regards,
> David
>
> Prasad wrote:
>
> Hi David,
>
> Extension module is not support for 5.0.4, we are planning to support going
> forwad.
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/27/09, David wrote:
>>
>> Hi All,
>>
>> According to the vtlib manual, it's very convenient to create an Entity
>> module by using vtlib.
>>
>> While, I need to use the vtlib to develop an extension module, and need
>> to find a more detailed document or tutorial on Extension module.
>>
>> Any one could tell me where to find it?
>>
>> Thanks in advance.
>>
>>
>> David Zhu
>> _______________________________________________
>> 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/20090127/dc620414/attachment.html
From doug at indie-green.com Tue Jan 27 12:16:32 2009
From: doug at indie-green.com (Doug)
Date: Tue, 27 Jan 2009 11:16:32 CST
Subject: [Vtigercrm-developers] Faster and easier custom module development
Message-ID: <1233076592@indie-green.com>
An embedded and charset-unspecified text was scrubbed...
Name: not available
Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090127/e9eac5d3/attachment.pl
From ddfire at gmail.com Tue Jan 27 12:54:50 2009
From: ddfire at gmail.com (David fire)
Date: Tue, 27 Jan 2009 15:54:50 -0200
Subject: [Vtigercrm-developers] Faster and easier custom module
development
In-Reply-To: <1233076592@indie-green.com>
References: <1233076592@indie-green.com>
Message-ID:
i want!
David
2009/1/27 Doug
> Thanks for vtlib, Prasad.
>
> I'm debugging some code that will speed up module
> development with vtlib. It's 2 new classes, Installer
> and CustomModule. They're basically abstractions of
> the code in the vtlib 2.1 Payslip example. With them
> I was able to write a new custom module and installer
> in about 200 lines total.
>
> Still some bugs, but if anyone wants to get started
> on a potentially much easier path, let me know.
>
> Doug
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090127/80f1e546/attachment.html
From svk at vtiger.com Tue Jan 27 20:21:21 2009
From: svk at vtiger.com (Sreenivas Kanumuru)
Date: Tue, 27 Jan 2009 17:21:21 -0800
Subject: [Vtigercrm-developers] New vtiger Extensions Marketplace - Now Live!
Message-ID: <370368f40901271721t4b235802j13d30301a9a99c0c@mail.gmail.com>
Dear vtiger Developers,
Today, we announced the new vtiger Extensions marketplace on the vtiger
blog,.
For those of you who have or intend to publish vtiger extensions
(free/commercial), this should be welcome news! Please check out the blog
postfor
more details.
Through the marketplace and vtlib library, we are able to reach following
objectives.
- Make it easy for users to find the desired extensions,
- Offer users a smooth installation process for extensions.
-
- Help 3rd party publishers promote their extensions to vtiger user
community
- Provide tools for developers to build vtiger CRM extensions rapidly
We hope to see an increasing number of 3rd party extensions to vtiger CRM
available on the marketplace in the coming weeks and months. We welcome
your feedback.
thanks,
Sreenivas Kanumuru (vtiger Team)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090127/451c882e/attachment.html
From prasad at vtiger.com Wed Jan 28 00:15:40 2009
From: prasad at vtiger.com (Prasad)
Date: Wed, 28 Jan 2009 10:45:40 +0530
Subject: [Vtigercrm-developers] Faster and easier custom module
development
In-Reply-To: <1233076592@indie-green.com>
References: <1233076592@indie-green.com>
Message-ID: <39d18b250901272115v5666d483y7441f53b3301dce9@mail.gmail.com>
Hi Doug,
Glad to know the new. It would be great if you can share the initial work,
I'm sure it will benefit the community :)
Regards,
Prasad
vtiger Team
On 1/27/09, Doug wrote:
>
> Thanks for vtlib, Prasad.
>
> I'm debugging some code that will speed up module
> development with vtlib. It's 2 new classes, Installer
> and CustomModule. They're basically abstractions of
> the code in the vtlib 2.1 Payslip example. With them
> I was able to write a new custom module and installer
> in about 200 lines total.
>
> Still some bugs, but if anyone wants to get started
> on a potentially much easier path, let me know.
>
>
> Doug
> _______________________________________________
> 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/20090128/bd1c557b/attachment.html
From jnmutuku at gmail.com Wed Jan 28 01:45:21 2009
From: jnmutuku at gmail.com (James Mutuku)
Date: Wed, 28 Jan 2009 09:45:21 +0300
Subject: [Vtigercrm-developers] Faster and easier custom
module development
In-Reply-To:
References: <1233076592@indie-green.com>
Message-ID: <497FFF01.4040705@gmail.com>
Me too
David fire wrote:
> i want!
> David
>
> 2009/1/27 Doug >
>
> Thanks for vtlib, Prasad.
>
> I'm debugging some code that will speed up module
> development with vtlib. It's 2 new classes, Installer
> and CustomModule. They're basically abstractions of
> the code in the vtlib 2.1 Payslip example. With them
> I was able to write a new custom module and installer
> in about 200 lines total.
>
> Still some bugs, but if anyone wants to get started
> on a potentially much easier path, let me know.
>
> Doug
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
>
>
>
> --
> (\__/)
> (='.'=)This is Bunny. Copy and paste bunny into your
> (")_(")signature to help him gain world domination.
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090128/79922253/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jnmutuku.vcf
Type: text/x-vcard
Size: 331 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090128/79922253/attachment.vcf
From stephen at efronteras.com Wed Jan 28 10:39:33 2009
From: stephen at efronteras.com (Stephen Mack)
Date: Wed, 28 Jan 2009 12:39:33 -0300
Subject: [Vtigercrm-developers] Faster and easier custom module
development
In-Reply-To: <39d18b250901272115v5666d483y7441f53b3301dce9@mail.gmail.com>
References: <1233076592@indie-green.com>
<39d18b250901272115v5666d483y7441f53b3301dce9@mail.gmail.com>
Message-ID: <10701a710901280739m719d40b1gd7fc5eae2ecbe399@mail.gmail.com>
Hi dev group,
I think it's great that Doug took his own time to make vtlib better but I
would highly suggest to Doug that he follows the well documented guidelines
for offering code changes. This way the vtiger team can review the code for
inclusion and we can keep a unified version of vtlib in the wild, not many
different branches.
http://trac.vtiger.com/cgi-bin/trac.cgi/wiki/PatchSubmission
Thanks again Doug for your work and I look forward to seeing it in the Trac
system.
--Stephen
On Wed, Jan 28, 2009 at 2:15 AM, Prasad wrote:
> Hi Doug,
>
> Glad to know the new. It would be great if you can share the initial work,
> I'm sure it will benefit the community :)
>
> Regards,
> Prasad
> vtiger Team
>
>
> On 1/27/09, Doug wrote:
>>
>> Thanks for vtlib, Prasad.
>>
>> I'm debugging some code that will speed up module
>> development with vtlib. It's 2 new classes, Installer
>> and CustomModule. They're basically abstractions of
>> the code in the vtlib 2.1 Payslip example. With them
>> I was able to write a new custom module and installer
>> in about 200 lines total.
>>
>> Still some bugs, but if anyone wants to get started
>> on a potentially much easier path, let me know.
>>
>>
>> Doug
>> _______________________________________________
>> 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/20090128/4cd28b65/attachment.html
From doug at indie-green.com Wed Jan 28 12:57:55 2009
From: doug at indie-green.com (Doug)
Date: Wed, 28 Jan 2009 17:57:55 +0000
Subject: [Vtigercrm-developers] Faster and easier custom module
development
Message-ID:
An embedded and charset-unspecified text was scrubbed...
Name: not available
Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090128/3f103e3d/attachment.pl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vtlib-addon-2009-01-28.tar.gz
Type: application/octet-stream
Size: 8335 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090128/3f103e3d/attachment.obj
From prasad at vtiger.com Wed Jan 28 13:44:17 2009
From: prasad at vtiger.com (Prasad)
Date: Thu, 29 Jan 2009 00:14:17 +0530
Subject: [Vtigercrm-developers] Faster and easier custom module
development
In-Reply-To: <8876857802071826990@unknownmsgid>
References: <8876857802071826990@unknownmsgid>
Message-ID: <39d18b250901281044j1e38ad21k6b138d72e2b4479b@mail.gmail.com>
Hi Doug,
Good start, keep up the progress :)
Thank you for sharing the initial work.
Regards,
Prasad
vtiger Team
On 1/28/09, Doug wrote:
>
> Prasad and David,
>
> I'm still debugging, as I mentioned.
>
> The new Payslip.php, PayslipInstaller.php and installPayslip.html
> are untested examples. They show how to use the Installer and
> CustomModule classes, but may not work.
>
> The module files installXyz.html and XyzInstaller.php will
> expect to be in the same dir as vtiger's index.php. You can copy
> them or make links.
>
> I know this is sparse. Let me know if you have any questions.
>
> Doug
>
> ----------------- Prasad wrote...
>
> It would be great if you can share the initial work.
>
> ----------------- David fire wrote...
>
> i want!
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090129/d2400524/attachment.html
From doug at indie-green.com Wed Jan 28 15:04:08 2009
From: doug at indie-green.com (Doug)
Date: Wed, 28 Jan 2009 14:04:08 CST
Subject: [Vtigercrm-developers] Faster and easier custom module
development
Message-ID: <1233173048@indie-green.com>
Stephen,
We asked for trac access on Monday and got a read-only account.
While we wait for write access it was suggested we send
email instead. We've done that for a couple of patches and the
new vtlib code.
Doug
----------------- Stephen Mack wrote...
...
I would highly suggest to Doug that he follows
...
http://trac.vtiger.com/cgi-bin/trac.cgi/wiki/PatchSubmission
Thanks again Doug for your work and I look forward to seeing it in the Trac
system.
From prasad at vtiger.com Thu Jan 29 01:27:46 2009
From: prasad at vtiger.com (Prasad)
Date: Thu, 29 Jan 2009 11:57:46 +0530
Subject: [Vtigercrm-developers] Faster and easier custom module
development
In-Reply-To: <1233173048@indie-green.com>
References: <1233173048@indie-green.com>
Message-ID: <39d18b250901282227r7d9676b2ua307cf84498b0158@mail.gmail.com>
Hi Doug,
I would recommend to set up a forge.vtiger.com project for such
enhancements.
Once the enhancement reaches stability we can think of moving to other
place.
What I would like is to have new enhancements built as an module or add-on
which does not touch the core product files and hence can be maintained/
integrated independently :)
Our team has started on the same approach too!
Regards,
Prasad
vtiger Team
On 1/29/09, Doug wrote:
>
> Stephen,
>
> We asked for trac access on Monday and got a read-only account.
> While we wait for write access it was suggested we send
> email instead. We've done that for a couple of patches and the
> new vtlib code.
>
> Doug
>
> ----------------- Stephen Mack wrote...
>
> ...
>
>
> I would highly suggest to Doug that he follows
>
>
> ...
>
>
> http://trac.vtiger.com/cgi-bin/trac.cgi/wiki/PatchSubmission
>
> Thanks again Doug for your work and I look forward to seeing it in the Trac
> system.
>
>
>
> _______________________________________________
> 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/20090129/1c418428/attachment.html
From info at nablacom.it Thu Jan 29 04:49:42 2009
From: info at nablacom.it (Nablacom)
Date: Thu, 29 Jan 2009 10:49:42 +0100
Subject: [Vtigercrm-developers] Module Import Questions
Message-ID:
Hi vTigers,
I'm testing to import through the module manager a simple module into vtiger
and I have those questions:
- in manifest.xml there are the nodes where we can
specify a relation between the NEWMODULE and for example the Invoice Module;
what is the way to create the inverse relation where the NEWMODULE is the
related tab and the relation is not based on the common field parent_id?
- does exist a mode to execute a php file after or before the
parsing of manifest.xml?
- does exist a mode to duplicate complitely a standard module as
Invoice?
Bye
Roberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090129/f20da85c/attachment.html
From info at nablacom.it Thu Jan 29 08:03:04 2009
From: info at nablacom.it (Nablacom)
Date: Thu, 29 Jan 2009 14:03:04 +0100
Subject: [Vtigercrm-developers] Error in trouble tickets history
Message-ID:
Hi,
when I add a new TT and assign it to a specific group in the history appear
Ticket created. Assigned to group Array -- Thursday 29th January 2009
01:58:19 PM by a
Array not the Group Name
Bye
Roberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090129/7d64da79/attachment.html
From linda at panorama-ibe.com Thu Jan 29 08:23:16 2009
From: linda at panorama-ibe.com (Linda Larsson)
Date: Thu, 29 Jan 2009 18:53:16 +0530
Subject: [Vtigercrm-developers] Error in trouble tickets history
In-Reply-To:
References:
Message-ID: <00e301c98214$c01de030$4059a090$@com>
Please get me off this list!!!!!!!!!!!!!!!!!
Thank You J
Linda Larsson
CEO
Panorama IBE
India Mobile: +91 9916169873
Sweden SkypeIn: +46 855925466
www.panorama-ibe.com
From: vtigercrm-developers-bounces at lists.vtigercrm.com
[mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of
Nablacom
Sent: 29 January 2009 18:33
To: vtigercrm-developers at lists.vtigercrm.com
Subject: [Vtigercrm-developers] Error in trouble tickets history
Hi,
when I add a new TT and assign it to a specific group in the history appear
Ticket created. Assigned to group Array -- Thursday 29th January 2009
01:58:19 PM by a
Array not the Group Name
Bye
Roberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090129/5e58f869/attachment.html
From prasad at vtiger.com Thu Jan 29 08:28:01 2009
From: prasad at vtiger.com (Prasad)
Date: Thu, 29 Jan 2009 18:58:01 +0530
Subject: [Vtigercrm-developers] Module Import Questions
In-Reply-To:
References:
Message-ID: <39d18b250901290528r48bb96des3734b9587de19bc3@mail.gmail.com>
Hi Roberto,
in manifest.xml there are the nodes where we can specify a
> relation between the NEWMODULE and for example the Invoice Module; what is
> the way to create the inverse relation where the NEWMODULE is the related
> tab and the relation is not based on the common field parent_id?
You will need to use underlying API to achieve the inverse relation.
Currently, manifest.xml defines actions that will
be taken on NEWMODULE there by avoiding impact on other modules.
does exist a mode to execute a php file after or before the parsing of
> manifest.xml?
You can have the check included in your index.php of the module and taken
user for advance configuration and setup.
> does exist a mode to duplicate complitely a standard module as Invoice?
Currently this is not available.
Regards,
Prasad
vtiger Team
On 1/29/09, Nablacom wrote:
>
> Hi vTigers,
>
> I'm testing to import through the module manager a simple module into
> vtiger and I have those questions:
>
> - in manifest.xml there are the nodes where we can
> specify a relation between the NEWMODULE and for example the Invoice Module;
> what is the way to create the inverse relation where the NEWMODULE is the
> related tab and the relation is not based on the common field parent_id?
>
> - does exist a mode to execute a php file after or before the
> parsing of manifest.xml?
>
> - does exist a mode to duplicate complitely a standard module as
> Invoice?
>
> Bye
>
> Roberto
>
>
>
>
>
> _______________________________________________
> 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/20090129/d766abea/attachment.html
From prasad at vtiger.com Thu Jan 29 08:31:48 2009
From: prasad at vtiger.com (Prasad)
Date: Thu, 29 Jan 2009 19:01:48 +0530
Subject: [Vtigercrm-developers] Error in trouble tickets history
In-Reply-To:
References:
Message-ID: <39d18b250901290531i4b97606l986e29195c9b41d7@mail.gmail.com>
Hi Roberto,
Thanks for the catch, can you please report the same on the issue tracker?
http://trac.vtiger.com
Regards,
Prasad
vtiger Team
On 1/29/09, Nablacom wrote:
>
> Hi,
>
> when I add a new TT and assign it to a specific group in the history appear
>
> Ticket created. Assigned to group Array -- Thursday 29th January 2009
> 01:58:19 PM by a
>
>
>
> Array not the Group Name
>
>
>
> Bye
>
> Roberto
>
> _______________________________________________
> 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/20090129/ef4cfcbb/attachment.html
From christian.castelli at trackset.com Thu Jan 29 16:56:38 2009
From: christian.castelli at trackset.com (Christian Castelli)
Date: Thu, 29 Jan 2009 22:56:38 +0100
Subject: [Vtigercrm-developers] Information about vtiger_fields and warnings
after dropping some rows.
Message-ID: <49822616.6020804@trackset.com>
Hi vTiger developers,
my company sells web services, so there are a lot of field in many
modules (such as Leads, Quotes, Accounts and Invoice) that we don't need
(and won't need).
Instead of modifying Smarty templates (which would have taken too much
time), I considered to delete these fields directly in the DB, from
vtiger_fields.
It seems to work all fine but:
1) I've noticed that every time I deleted some rows from vtiger_field,
the system log me out. Then I logged in again and when I deleted some
rows it logged me out again. Is it normal?
2) After these mods, I receive these warning (these printings come from
Xdebug) only in Home Page and Invoice Module ListView.
Warning: Invalid argument supplied for foreach() in
/var/www/work/vtiger/include/utils/ListViewUtils.php on line 1169
Call Stack
# Time Memory Function Location
1 0.0031 253276 {main}( ) ../index.php:0
2 0.8356 13673132 include(
'/var/www/work/vtiger/modules/Home/index.php' ) ../index.php:577
3 1.8453 15020680 getTopInvoice( ) ../index.php:135
4 1.9300 15163560 getListViewEntries( )
../ListTopInvoice.php:115
5 1.9666 15196216 getValue( ) ../ListViewUtils.php:889
Have I missed something? It's not so important to correct these warnings
but if I can, I'll do.
Thanks for attention,
Greetings.
From davidv.net at gmail.com Thu Jan 29 23:17:07 2009
From: davidv.net at gmail.com (David V.)
Date: Fri, 30 Jan 2009 00:17:07 -0400
Subject: [Vtigercrm-developers] Information about vtiger_fields and
warnings after dropping some rows.
In-Reply-To: <49822616.6020804@trackset.com>
References: <49822616.6020804@trackset.com>
Message-ID:
Hi Christian,
I'm trying to understand why you would want to delete theses fields from the
database while it is so easy to hide them system wide using the
configuration panel.
Do you have any special reason to really delete theses fields from the db ?
If not it would be really easier to just hide them.
David V.
On Thu, Jan 29, 2009 at 5:56 PM, Christian Castelli <
christian.castelli at trackset.com> wrote:
> Hi vTiger developers,
> my company sells web services, so there are a lot of field in many
> modules (such as Leads, Quotes, Accounts and Invoice) that we don't need
> (and won't need).
> Instead of modifying Smarty templates (which would have taken too much
> time), I considered to delete these fields directly in the DB, from
> vtiger_fields.
> It seems to work all fine but:
>
> 1) I've noticed that every time I deleted some rows from vtiger_field,
> the system log me out. Then I logged in again and when I deleted some
> rows it logged me out again. Is it normal?
>
> 2) After these mods, I receive these warning (these printings come from
> Xdebug) only in Home Page and Invoice Module ListView.
>
> Warning: Invalid argument supplied for foreach() in
> /var/www/work/vtiger/include/utils/ListViewUtils.php on line 1169
> Call Stack
> # Time Memory Function Location
> 1 0.0031 253276 {main}( ) ../index.php:0
> 2 0.8356 13673132 include(
> '/var/www/work/vtiger/modules/Home/index.php' ) ../index.php:577
> 3 1.8453 15020680 getTopInvoice( ) ../index.php:135
> 4 1.9300 15163560 getListViewEntries( )
> ../ListTopInvoice.php:115
> 5 1.9666 15196216 getValue( ) ../ListViewUtils.php:889
>
> Have I missed something? It's not so important to correct these warnings
> but if I can, I'll do.
> Thanks for attention,
> Greetings.
> _______________________________________________
> 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/20090130/c4822259/attachment.html
From prasad at vtiger.com Fri Jan 30 03:07:24 2009
From: prasad at vtiger.com (Prasad)
Date: Fri, 30 Jan 2009 13:37:24 +0530
Subject: [Vtigercrm-developers] vtmessages - vtiger CRM Messages Module
Message-ID: <39d18b250901300007taf4fed1y219daaabc06f714b@mail.gmail.com>
Dear vtigers,
vtmessages is an add-on module
for vtiger CRM 5.0.4 which provides basic messaging (communication) among
vtiger users, including email support.
It helps keep track of message threads for groups of users within vtiger
CRM, and can be used for message-based tracking of CRM user activities.
This blog postcovers
more details on vtmessages that is available for use.
Check it out today, and share your feedback.
Regards,
Prasad
vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090130/11e3d90a/attachment.html
From amine.fe at gmail.com Fri Jan 30 05:09:17 2009
From: amine.fe at gmail.com (amine f)
Date: Fri, 30 Jan 2009 11:09:17 +0100
Subject: [Vtigercrm-developers] Information about vtiger_fields and
warnings after dropping some rows.
In-Reply-To: <49822616.6020804@trackset.com>
References: <49822616.6020804@trackset.com>
Message-ID: <74faab6a0901300209g626137b1sc6fd0501a00637@mail.gmail.com>
Hi Christian,
Why you act directly on the Vtiger DB ? In configuration module you can hide
the unneeded field. To avoid the message error you must modify som
javascript files.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090130/5cec3c8b/attachment.html
From christian.castelli at trackset.com Fri Jan 30 06:23:25 2009
From: christian.castelli at trackset.com (Christian Castelli)
Date: Fri, 30 Jan 2009 12:23:25 +0100
Subject: [Vtigercrm-developers] Information about vtiger_fields and
warnings after dropping some rows.
In-Reply-To: <74faab6a0901300209g626137b1sc6fd0501a00637@mail.gmail.com>
References: <49822616.6020804@trackset.com>
<74faab6a0901300209g626137b1sc6fd0501a00637@mail.gmail.com>
Message-ID: <4982E32D.2030701@trackset.com>
amine f wrote:
> Hi Christian,
>
> Why you act directly on the Vtiger DB ? In configuration module you
> can hide the unneeded field. To avoid the message error you must
> modify som javascript files.
Hi amin,
'cause the admin can still view them all, so I wanted a cleaner system.
Other roles don't already see these fields.
Anyway I don't understand why when I execute a delete on the DB the
system log me out automatically. Is it normal?
Thanks everybody ;-)
--
Christian Castelli
Software Developer
christian.castelli at trackset.com
Italian Office
Via Sant'Ilario Sud,109
56021 Cascina (PI) - Italia
TEL +39 050 86 65 387
FAX +39 050 80 70 136
www.trackset.com
Questo messaggio ? destinato alle sole persone indicate e pu? contenere
informazioni riservate.
Se ricevuto per errore, si prega di avvisare immediatamente il mittente
e cancellare l'originale. Ogni altro uso del messaggio ? vietato.
From amine.fe at gmail.com Fri Jan 30 08:57:38 2009
From: amine.fe at gmail.com (amine f)
Date: Fri, 30 Jan 2009 14:57:38 +0100
Subject: [Vtigercrm-developers] Information about vtiger_fields and
warnings after dropping some rows.
In-Reply-To: <4982E32D.2030701@trackset.com>
References: <49822616.6020804@trackset.com>
<74faab6a0901300209g626137b1sc6fd0501a00637@mail.gmail.com>
<4982E32D.2030701@trackset.com>
Message-ID: <74faab6a0901300557x6dae290cnb4ffb6fed0ee2677@mail.gmail.com>
Hi Christain,
It is not normal the you are logged automatically to the system. When you
modify the Vtiger DB you must update the data base schem. To excute delete
do tou use PhpMyadmin ?
Amine FELLAHI
www.snet-dz.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090130/6209ecff/attachment.html
From asha at vtiger.com Fri Jan 30 09:07:12 2009
From: asha at vtiger.com (Asha)
Date: Fri, 30 Jan 2009 19:37:12 +0530
Subject: [Vtigercrm-developers] Information about vtiger_fields and
warnings after dropping some rows.
In-Reply-To: <74faab6a0901300557x6dae290cnb4ffb6fed0ee2677@mail.gmail.com>
References: <49822616.6020804@trackset.com>
<74faab6a0901300209g626137b1sc6fd0501a00637@mail.gmail.com>
<4982E32D.2030701@trackset.com>
<74faab6a0901300557x6dae290cnb4ffb6fed0ee2677@mail.gmail.com>
Message-ID:
Hi Chistain,
With 5.1.0 Layout editor, you can disable fields which will not be available
for admin too. Hope that meets your requirement.
On 1/30/09, amine f wrote:
>
> Hi Christain,
> It is not normal the you are logged automatically to the system. When you
> modify the Vtiger DB you must update the data base schem. To excute delete
> do tou use PhpMyadmin ?
>
> Amine FELLAHI
> www.snet-dz.com
>
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
--
Regards,
Asha
vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090130/e47a2ed7/attachment.html
From christian.castelli at trackset.com Fri Jan 30 09:57:14 2009
From: christian.castelli at trackset.com (Christian Castelli)
Date: Fri, 30 Jan 2009 15:57:14 +0100
Subject: [Vtigercrm-developers] Information about vtiger_fields and
warnings after dropping some rows.
In-Reply-To: <74faab6a0901300557x6dae290cnb4ffb6fed0ee2677@mail.gmail.com>
References: <49822616.6020804@trackset.com>
<74faab6a0901300209g626137b1sc6fd0501a00637@mail.gmail.com>
<4982E32D.2030701@trackset.com>
<74faab6a0901300557x6dae290cnb4ffb6fed0ee2677@mail.gmail.com>
Message-ID: <4983154A.8090701@trackset.com>
amine f wrote:
> Hi Christain,
> It is not normal the you are logged automatically to the system. When
> you modify the Vtiger DB you must update the data base schem. To
> excute delete do tou use PhpMyadmin ?
>
> Amine FELLAHI
> www.snet-dz.com
Hi,
I'm automatically *logged out* to the system after every DELETE and yes,
I've used phpMyAdmin 2.10.3deb1ubuntu0.2. How do I update the schema? By
updating the schema the system won't log me out?
Thanks.
--
Christian Castelli
Software Developer
christian.castelli at trackset.com
Italian Office
Via Sant'Ilario Sud,109
56021 Cascina (PI) - Italia
TEL +39 050 86 65 387
FAX +39 050 80 70 136
www.trackset.com
Questo messaggio ? destinato alle sole persone indicate e pu? contenere
informazioni riservate.
Se ricevuto per errore, si prega di avvisare immediatamente il mittente
e cancellare l'originale. Ogni altro uso del messaggio ? vietato.
From christian.castelli at trackset.com Fri Jan 30 10:00:03 2009
From: christian.castelli at trackset.com (Christian Castelli)
Date: Fri, 30 Jan 2009 16:00:03 +0100
Subject: [Vtigercrm-developers] Information about vtiger_fields and
warnings after dropping some rows.
In-Reply-To:
References: <49822616.6020804@trackset.com>
<74faab6a0901300209g626137b1sc6fd0501a00637@mail.gmail.com>
<4982E32D.2030701@trackset.com>
<74faab6a0901300557x6dae290cnb4ffb6fed0ee2677@mail.gmail.com>
Message-ID: <498315F3.6040506@trackset.com>
Asha wrote:
> Hi Chistain,
>
> With 5.1.0 Layout editor, you can disable fields which will not be
> available for admin too. Hope that meets your requirement.
Sure thanks, I've seen in vtiger blogs that the new release will handle
service products without dealing with stocks and all that stuff :-)
--
Christian Castelli
Software Developer
christian.castelli at trackset.com
Italian Office
Via Sant'Ilario Sud,109
56021 Cascina (PI) - Italia
TEL +39 050 86 65 387
FAX +39 050 80 70 136
www.trackset.com
Questo messaggio ? destinato alle sole persone indicate e pu? contenere
informazioni riservate.
Se ricevuto per errore, si prega di avvisare immediatamente il mittente
e cancellare l'originale. Ogni altro uso del messaggio ? vietato.
From grzegorz.przezdziecki at pflg.pl Thu Jan 1 20:22:39 2009
From: grzegorz.przezdziecki at pflg.pl (Grzegorz =?utf-8?q?Prze=C5=BAdziecki?=)
Date: Fri, 2 Jan 2009 01:22:39 +0000
Subject: [Vtigercrm-developers] ADOdb question
Message-ID: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
In trac i see ADOdb have three, two year old with some modification.
Is there any reason to use old ADOdb library?
Best Regards
GP
--
Grzegorz Prze?dziecki
http://www.pflg.pl
kom. +48.606.822.506
skype://grzegorz.przezdziecki
gg://3701851
From grzegorz.przezdziecki at pflg.pl Thu Jan 1 20:51:05 2009
From: grzegorz.przezdziecki at pflg.pl (Grzegorz =?utf-8?q?Prze=C5=BAdziecki?=)
Date: Fri, 2 Jan 2009 01:51:05 +0000
Subject: [Vtigercrm-developers] DatabaseSchema.xml
Message-ID: <200901020151.05815.grzegorz.przezdziecki@pflg.pl>
Tray to install on PostgreSQL (8.3) and have some error
from DatabaseSchema.xml file
http://trac.vtiger.com/cgi-
bin/trac.cgi/browser/vtigercrm/branches/5.1/schema/DatabaseSchema.xml
For example
Create table with index "stuff_stuffid_idx"
==========
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
stuffid
6285
6286
==============
And second table
with index "stuff_stuffid_idx"
==========
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
stuffid
6324
6325
Type=InnoDB
6326
=============
I don't know how it is looks on MySQL but on PostgreSQL could not create
index with the same name even for another table.
There is error relation "stuff_stuffid_idx" exist
PostgreSQL automatically creates an index for each unique constraint and
primary key constraint to enforce uniqueness. Thus, it is not necessary to
create an index explicitly for primary key columns.
http://www.postgresql.org/docs/8.3/interactive/sql-createtable.html
And it is not necessary to add
===
6323
stuffid
6324
======
to create table for PostgreSQL if you not use index by name in code???
In that case on PostgreSQL will be two index on the same column.
It is possible to take into consideration about this in xml structure??
Or better create new DatabaseSchemaPSQL.xml (for example) specially for
PostgreSQL
Best Regards
GP
--
Grzegorz Prze?dziecki
http://www.pflg.pl
kom. +48.606.822.506
skype://grzegorz.przezdziecki
gg://3701851
From prasad at vtiger.com Fri Jan 2 00:32:24 2009
From: prasad at vtiger.com (Prasad)
Date: Fri, 2 Jan 2009 11:02:24 +0530
Subject: [Vtigercrm-developers] DatabaseSchema.xml
In-Reply-To: <200901020151.05815.grzegorz.przezdziecki@pflg.pl>
References: <200901020151.05815.grzegorz.przezdziecki@pflg.pl>
Message-ID: <39d18b250901012132g6e119adct5444efa969ff4723@mail.gmail.com>
Hi Grzegorz,
Our community member was maintaining a branch for PostgreSQL
check it out at
http://trac.vtiger.com/svn/vtiger/vtigercrm/branches/5.1_jens (this is based
on 5.0.3) not complete.
For earlier discussion refer this post:
http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2007-November/002622.html
Regards,
Prasad
On 1/2/09, Grzegorz Prze?dziecki wrote:
>
>
> Tray to install on PostgreSQL (8.3) and have some error
> from DatabaseSchema.xml file
>
> http://trac.vtiger.com/cgi-
> bin/trac.cgi/browser/vtigercrm/branches/5.1/schema/DatabaseSchema.xml
>
> For example
> Create table with index "stuff_stuffid_idx"
> ==========
>
> 6270
>
> 6271
>
> 6272
>
> 6273
>
> 6274
>
> 6275
>
> 6276
>
> 6277
>
> 6278
>
> 6279
>
> 6280
>
> 6281
>
> 6282
>
> 6283
>
> 6284
> stuffid
> 6285
>
> 6286
>
> ==============
>
> And second table
> with index "stuff_stuffid_idx"
> ==========
>
> 6314
>
> 6315
>
> 6316
>
> 6317
>
> 6318
>
> 6319
>
> 6320
>
> 6321
>
> 6322
>
> 6323
> stuffid
> 6324
>
> 6325
> Type=InnoDB
> 6326
>
> =============
>
> I don't know how it is looks on MySQL but on PostgreSQL could not create
> index with the same name even for another table.
> There is error relation "stuff_stuffid_idx" exist
>
>
> PostgreSQL automatically creates an index for each unique constraint and
> primary key constraint to enforce uniqueness. Thus, it is not necessary to
> create an index explicitly for primary key columns.
>
> http://www.postgresql.org/docs/8.3/interactive/sql-createtable.html
> And it is not necessary to add
> ===
>
> 6323
> stuffid
> 6324
>
> ======
> to create table for PostgreSQL if you not use index by name in code???
> In that case on PostgreSQL will be two index on the same column.
> It is possible to take into consideration about this in xml structure??
>
> Or better create new DatabaseSchemaPSQL.xml (for example) specially for
> PostgreSQL
>
> Best Regards
> GP
>
> --
> Grzegorz Prze?dziecki
> http://www.pflg.pl
> kom. +48.606.822.506
> skype://grzegorz.przezdziecki
> gg://3701851
>
> _______________________________________________
> 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/20090102/f22de023/attachment-0001.html
From asha at vtiger.com Fri Jan 2 02:20:59 2009
From: asha at vtiger.com (Asha)
Date: Fri, 2 Jan 2009 12:50:59 +0530
Subject: [Vtigercrm-developers] ADOdb question
In-Reply-To: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
References: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
Message-ID:
Hi GP,
There is no specific reason to retain the old ADODB library. We are planning
to upgrade the library in our upcoming release. But the plans are still not
finalized.
On 1/2/09, Grzegorz Prze?dziecki wrote:
>
>
> In trac i see ADOdb have three, two year old with some modification.
> Is there any reason to use old ADOdb library?
>
> Best Regards
> GP
>
>
> --
> Grzegorz Prze?dziecki
> http://www.pflg.pl
> kom. +48.606.822.506
> skype://grzegorz.przezdziecki
> gg://3701851
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
--
Regards,
Asha
vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090102/202f4a81/attachment-0001.html
From grzegorz.przezdziecki at pflg.pl Fri Jan 2 06:50:51 2009
From: grzegorz.przezdziecki at pflg.pl (Grzegorz =?utf-8?q?Prze=C5=BAdziecki?=)
Date: Fri, 2 Jan 2009 11:50:51 +0000
Subject: [Vtigercrm-developers] ADOdb question
In-Reply-To:
References: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
Message-ID: <200901021150.51488.grzegorz.przezdziecki@pflg.pl>
Hello Asha
If than I will use new ADODB library on my local copy vtiger.
About DatabaseSchema.xml and Jens
I wrote to Jens with ask what about PostgreSQL status.
I make a local copy DatabaseSchema.xml as DatabaseSchemaPSQL.xml with psql
modification without change table structure
I have question about index.
Do you use in query index name to get data it is important to me because psql
make own index name during create table if column have Unique or Primary Key
modification.
Best Regards
GP
On Friday 02 January 2009 07:20:59 you wrote:
> Hi GP,
>
> There is no specific reason to retain the old ADODB library. We are
> planning to upgrade the library in our upcoming release. But the plans are
> still not finalized.
>
> On 1/2/09, Grzegorz Prze?dziecki wrote:
> > In trac i see ADOdb have three, two year old with some modification.
> > Is there any reason to use old ADOdb library?
> >
> > Best Regards
> > GP
> >
> >
> > --
> > Grzegorz Prze?dziecki
> > http://www.pflg.pl
> > kom. +48.606.822.506
> > skype://grzegorz.przezdziecki
> > gg://3701851
> >
> > _______________________________________________
> > Reach hundreds of potential candidates - http://jobs.vtiger.com
--
Grzegorz Prze?dziecki
http://www.pflg.pl
kom. +48.606.822.506
skype://grzegorz.przezdziecki
gg://3701851
From amine.fe at gmail.com Fri Jan 2 06:08:33 2009
From: amine.fe at gmail.com (amine f)
Date: Fri, 2 Jan 2009 12:08:33 +0100
Subject: [Vtigercrm-developers] ADOdb question
In-Reply-To: <200901021150.51488.grzegorz.przezdziecki@pflg.pl>
References: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
<200901021150.51488.grzegorz.przezdziecki@pflg.pl>
Message-ID: <74faab6a0901020308x249a3e8kd2ab3e1c57673986@mail.gmail.com>
Hello Grzegorz,
I wanna to make some changes to the invoice in vtigerCRM. I wana to
customize vtiger to the Algerian market. the changes needed is: to show on
the invoice in letter the total amount of the invoice. Have you any idea ?
Best regards
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090102/d3ee60a1/attachment-0001.html
From grzegorz.przezdziecki at pflg.pl Fri Jan 2 07:36:05 2009
From: grzegorz.przezdziecki at pflg.pl (Grzegorz =?utf-8?q?Prze=C5=BAdziecki?=)
Date: Fri, 2 Jan 2009 12:36:05 +0000
Subject: [Vtigercrm-developers] ADOdb question
In-Reply-To: <74faab6a0901020308x249a3e8kd2ab3e1c57673986@mail.gmail.com>
References: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
<200901021150.51488.grzegorz.przezdziecki@pflg.pl>
<74faab6a0901020308x249a3e8kd2ab3e1c57673986@mail.gmail.com>
Message-ID: <200901021236.05507.grzegorz.przezdziecki@pflg.pl>
On Friday 02 January 2009 11:08:33 amine f wrote:
> Hello Grzegorz,
>
> I wanna to make some changes to the invoice in vtigerCRM. I wana to
> customize vtiger to the Algerian market. the changes needed is: to show on
> the invoice in letter the total amount of the invoice. Have you any idea ?
> Best regards
Sorry
But I don't yet vtiger so much.
And never use mysql
I start to learn.
First step install on PostgreSQL next localization on Polish language.
Best Regards
GP
--
Grzegorz Prze?dziecki
http://www.pflg.pl
kom. +48.606.822.506
skype://grzegorz.przezdziecki
gg://3701851
From bedouglas at earthlink.net Fri Jan 2 11:55:31 2009
From: bedouglas at earthlink.net (bruce)
Date: Fri, 2 Jan 2009 08:55:31 -0800
Subject: [Vtigercrm-developers] vtiger 5.0.4
Message-ID: <0c7601c96cfa$ed3754e0$0301a8c0@tmesa.com>
Hi...
I'm playing around with VTiger(v5.04). I'm trying to figure out if there is
a way to have a given user conduct an "action/event" with a contact/lead. Is
there a way to track these actions for a given user/lead/contact.
As an example. Say I have a user John/Jane, and I have a lead/contact named
"sue". Say I also have the actions "initial talk, send product, send bill".
I'd like to know if there's a way to have user "john" be able to assign the
"initial talk" action to "sue", and then have user "jane" assign the "send
product" action to "sue" later on.
I'd then like to be able to display some sort of page to see the historical
actions that have been assigned to "sue" as the lead/contact.
Any detailed pointers would be helpful.
Thanks
-tom
From jens at Strawberry.COM Sat Jan 3 05:37:25 2009
From: jens at Strawberry.COM (Jens Hamisch)
Date: Sat, 3 Jan 2009 11:37:25 +0100
Subject: [Vtigercrm-developers] ADOdb question
In-Reply-To: =?iso-8859-1?Q?=3C200901021236=2E05507=2Egrzegorz=2Eprzezdziecki=40pflg?=
=?iso-8859-1?Q?=2Epl=3E=3B_from_Grzegorz_Prze=C5=BAdziecki_on_Fri=2C_Jan?=
=?iso-8859-1?Q?_02=2C_2009_at_12:36:05PM_+0000?=
References: <200901020122.39916.grzegorz.przezdziecki@pflg.pl>
<200901021150.51488.grzegorz.przezdziecki@pflg.pl>
<74faab6a0901020308x249a3e8kd2ab3e1c57673986@mail.gmail.com>
<200901021236.05507.grzegorz.przezdziecki@pflg.pl>
Message-ID: <20090103113725.G5074@Strawberry.COM>
There's also an extension to vtiger for customizing invioce, etc.
layouts in the 5.1_jens branch. I've intrduced mandants and therefor
had the need to provide different layouts for different mandants.
jens
On Fri, Jan 02, 2009 at 12:36:05PM +0000, Grzegorz Prze??dziecki wrote:
> On Friday 02 January 2009 11:08:33 amine f wrote:
> > Hello Grzegorz,
> >
> > I wanna to make some changes to the invoice in vtigerCRM. I wana to
> > customize vtiger to the Algerian market. the changes needed is: to show on
> > the invoice in letter the total amount of the invoice. Have you any idea ?
> > Best regards
>
> Sorry
> But I don't yet vtiger so much.
> And never use mysql
> I start to learn.
> First step install on PostgreSQL next localization on Polish language.
>
> Best Regards
> GP
>
> --
> Grzegorz Prze??dziecki
> http://www.pflg.pl
> kom. +48.606.822.506
> skype://grzegorz.przezdziecki
> gg://3701851
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
--
--------------------------------------------------------------------------------
s t r a w b e r r y e d v - s y s t e m e g m b h
SSSSSSSSS Am Flosskanal 7 Jens Hamisch
SSSSSSSSSSSSS D-82515 Wolfratshausen CEO
SSSSS-----SSSSS
---SSSSS--------- fon (+49 8171) 41805-0
------SSSSS------ fax (+49 8171) 41805-59
---------SSSSS--- strawberry at strawberry.com Jens.Hamisch at strawberry.com
SSSSS-----SSSSS
SSSSSSSSSSSSS Geschaeftsfuehrer/CEO
SSSSSSSSS Jens Hamisch
a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8
From prasad at vtiger.com Wed Jan 7 04:26:49 2009
From: prasad at vtiger.com (Prasad)
Date: Wed, 7 Jan 2009 14:56:49 +0530
Subject: [Vtigercrm-developers] vtlib 2.1 is now available!
Message-ID: <39d18b250901070126t60d51bd6q92f8b5dd8b636ca6@mail.gmail.com>
Dear vtigers,
I'm happy to inform you of the release of
vtlib
*2.1* today. This version adds some key features, and provides several
useful APIs to make it easy to build new modules, and customize the
functionality of vtiger CRM.
Thanks to the community for their valuable support and feedback on earlier
versions.
Following are some of the highlights of the new features bundled in vtlib
2.1
* *Language Pack Installation*
Language Packs are now treated as a special type of module, which can be
installed or upgraded using Module Manager.
* *Upgrading Modules *
Module Manager provides basic support to upgrade custom modules developed
using vtlib
* *Custom Actions for Module*
You can add custom actions that open web links for your module. These links
are displayed on the DetailView. Using this feature, custom actions like Add
Event, Export to PDF can be provided easily.
* *Tooltip for Module Field*
vtlib provides an API to set Tooltip text for the module field which could
be useful in educating the users when they are in Create/Edit view.
Please check out the documentation for more details. Kindly share your
feedback with us.
vtlib 2.1 Download URL:
http://forge.vtiger.com/frs/?group_id=174&release_id=480
*ZohoMeeting Integration Module for vtiger CRM*
With the new capabilities of vtlib 2.1, we developed an integration module
for ZohoMeeting.
We used the Custom Actions feature to add ZohoMeeting links for vtiger
calendar events.
You can download this extension from here:
ZohoMeeting-1.0
Regards,
Prasad
vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090107/ebf6c020/attachment-0001.html
From jnmutuku at gmail.com Fri Jan 9 06:20:35 2009
From: jnmutuku at gmail.com (James Mutuku)
Date: Fri, 09 Jan 2009 14:20:35 +0300
Subject: [Vtigercrm-developers] vtiger dropdown with "Not Accessible" for
all users except the admin
Message-ID: <49673303.7010306@gmail.com>
Hello list
I am running vtiger 5.0. 4 on centos platform. Some of the customized
dropdown menus have "Not Accessible" for all the users except the admin.
what could be the issue?
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/980b2ba1/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jnmutuku.vcf
Type: text/x-vcard
Size: 331 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/980b2ba1/attachment-0001.vcf
From prasad at vtiger.com Fri Jan 9 06:52:07 2009
From: prasad at vtiger.com (Prasad)
Date: Fri, 9 Jan 2009 17:22:07 +0530
Subject: [Vtigercrm-developers] vtiger dropdown with "Not Accessible"
for all users except the admin
In-Reply-To: <49673303.7010306@gmail.com>
References: <49673303.7010306@gmail.com>
Message-ID: <39d18b250901090352s7257d55eg1441134e65aa04ca@mail.gmail.com>
Hi James,
"Not Accessible" is shown when the value stored in the picklist field of a
record is not defined in the picklist editor.
Kindly refer to the following links which explains more about "Role based
Picklist" feature of 5.0.4
http://www.vtiger.com/blogs/2008/04/16/role-based-picklists-in-504/
http://www.vtiger.com/products/crm/help/5.0.4/vtiger-504-rolebased-picklist.pdf
Regards,
Prasad
vtiger Team
On 1/9/09, James Mutuku wrote:
>
> Hello list
>
> I am running vtiger 5.0. 4 on centos platform. Some of the customized
> dropdown menus have "Not Accessible" for all the users except the admin.
> what could be the issue?
>
> James
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/783b6575/attachment-0001.html
From jnmutuku at gmail.com Fri Jan 9 11:21:10 2009
From: jnmutuku at gmail.com (James Mutuku)
Date: Fri, 09 Jan 2009 19:21:10 +0300
Subject: [Vtigercrm-developers] vtiger dropdown with "Not Accessible"
for all users except the admin
In-Reply-To: <39d18b250901090352s7257d55eg1441134e65aa04ca@mail.gmail.com>
References: <49673303.7010306@gmail.com>
<39d18b250901090352s7257d55eg1441134e65aa04ca@mail.gmail.com>
Message-ID: <49677976.2050301@gmail.com>
Hello,
Thanks :-)
James
Prasad wrote:
> Hi James,
>
> "Not Accessible" is shown when the value stored in the picklist field
> of a record is not defined in the picklist editor.
>
> Kindly refer to the following links which explains more about "Role
> based Picklist" feature of 5.0.4
>
> http://www.vtiger.com/blogs/2008/04/16/role-based-picklists-in-504/
>
> http://www.vtiger.com/products/crm/help/5.0.4/vtiger-504-rolebased-picklist.pdf
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/9/09, *James Mutuku* > wrote:
>
> Hello list
>
> I am running vtiger 5.0. 4 on centos platform. Some of the
> customized dropdown menus have "Not Accessible" for all the users
> except the admin. what could be the issue?
>
> James
>
> _______________________________________________
> 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/20090109/0610689a/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jnmutuku.vcf
Type: text/x-vcard
Size: 331 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/0610689a/attachment-0001.vcf
From info at nablacom.it Fri Jan 9 11:35:02 2009
From: info at nablacom.it (Nablacom)
Date: Fri, 9 Jan 2009 17:35:02 +0100
Subject: [Vtigercrm-developers] Plug-ins 5.1
Message-ID:
Hi Team,
Where are the plug-ins like the one for Outlook for the 5.1 version?
Roberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/0d3405a5/attachment-0001.html
From prasad at vtiger.com Fri Jan 9 12:01:14 2009
From: prasad at vtiger.com (Prasad)
Date: Fri, 9 Jan 2009 22:31:14 +0530
Subject: [Vtigercrm-developers] Plug-ins 5.1
In-Reply-To:
References:
Message-ID: <39d18b250901090901p4b14cc8bgf12c356efd0f0603@mail.gmail.com>
Hi Nablacom,
We are currently working on the development of plug-ins for 5.1 version.
Once it is upgrade we will update our SVN, kindly hold on.
Regards,
Prasad
vtiger Team
On 1/9/09, Nablacom wrote:
>
> Hi Team,
>
> Where are the plug-ins like the one for Outlook for the 5.1 version?
>
> Roberto
>
>
>
>
>
> _______________________________________________
> 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/20090109/4cb41b35/attachment-0001.html
From amine.fe at gmail.com Fri Jan 9 14:12:59 2009
From: amine.fe at gmail.com (amine f)
Date: Fri, 9 Jan 2009 20:12:59 +0100
Subject: [Vtigercrm-developers] vtiger dropdown with "Not Accessible"
for all users except the admin
In-Reply-To: <49673303.7010306@gmail.com>
References: <49673303.7010306@gmail.com>
Message-ID: <74faab6a0901091112o2f8c0269he2563356dc32f034@mail.gmail.com>
The problem is in the access to database. try to accees to related
customised field table.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090109/28f980b8/attachment-0001.html
From prasad at vtiger.com Sat Jan 10 01:37:29 2009
From: prasad at vtiger.com (Prasad)
Date: Sat, 10 Jan 2009 12:07:29 +0530
Subject: [Vtigercrm-developers] vtlib 2.1 is now available!
In-Reply-To: <39d18b250901070126t60d51bd6q92f8b5dd8b636ca6@mail.gmail.com>
References: <39d18b250901070126t60d51bd6q92f8b5dd8b636ca6@mail.gmail.com>
Message-ID: <39d18b250901092237n470a60c9hf2bd44faaf2c134@mail.gmail.com>
Dear vtigers,
I have fixed minor issues that was in earlier package, kindly use the
updated version of vtlib 2.1
Thank you
Regards,
Prasad
vtiger Team
On 1/7/09, Prasad wrote:
>
> Dear vtigers,
>
> I'm happy to inform you of the release of vtlib
> *2.1* today. This version adds some key features, and provides several
> useful APIs to make it easy to build new modules, and customize the
> functionality of vtiger CRM.
>
> Thanks to the community for their valuable support and feedback on earlier
> versions.
>
> Following are some of the highlights of the new features bundled in vtlib
> 2.1
>
> * *Language Pack Installation*
> Language Packs are now treated as a special type of module, which can be
> installed or upgraded using Module Manager.
>
> * *Upgrading Modules *
> Module Manager provides basic support to upgrade custom modules developed
> using vtlib
>
> * *Custom Actions for Module*
> You can add custom actions that open web links for your module. These links
> are displayed on the DetailView. Using this feature, custom actions like Add
> Event, Export to PDF can be provided easily.
>
> * *Tooltip for Module Field*
> vtlib provides an API to set Tooltip text for the module field which could
> be useful in educating the users when they are in Create/Edit view.
>
> Please check out the documentation for more details. Kindly share your
> feedback with us.
>
> vtlib 2.1 Download URL:
> http://forge.vtiger.com/frs/?group_id=174&release_id=480
>
> *ZohoMeeting Integration Module for vtiger CRM*
>
> With the new capabilities of vtlib 2.1, we developed an integration module
> for ZohoMeeting.
> We used the Custom Actions feature to add ZohoMeeting links for vtiger
> calendar events.
>
> You can download this extension from here: ZohoMeeting-1.0
>
> Regards,
> Prasad
> vtiger Team
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090110/0260d3b1/attachment-0001.html
From stephen at trax.cl Mon Jan 12 14:11:17 2009
From: stephen at trax.cl (Stephen Mack)
Date: Mon, 12 Jan 2009 16:11:17 -0300
Subject: [Vtigercrm-developers] How does vtiger store plus symbols (+) in
the database?
Message-ID: <7978a9470901121111y125db6aawb107870ffaf99182@mail.gmail.com>
I have a custom picklist field in the lead database (actually it's stored in
the vtiger.leadscf database). I use the phpmyadmin to view the data and the
+ sign is not there (although when I use vtiger it's displayed correctly).
My problem is that when I access the database directly to do searches, I
can't find the records. I suspect that a special "non printable" character
is being inserted.
What might that character be?
--Stephen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090112/2cbb8d92/attachment-0001.html
From scott at centritechsolutions.com Mon Jan 12 15:00:36 2009
From: scott at centritechsolutions.com (Scott Brown)
Date: Mon, 12 Jan 2009 15:00:36 -0500
Subject: [Vtigercrm-developers] Icontact integration
Message-ID: <004d01c974f0$70338f10$509aad30$@com>
Developers,
Has anybody developed a module to connect an IContact account with vtiger
contacts?
Thanks,
Centritech Solutions Logo
Scott Brown
Tel: 804-360-9753 Ext. 400
Fax: 1-800-851-0516
http://www.centritech.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090112/5ba9aa78/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 2190 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090112/5ba9aa78/attachment-0001.jpe
From prasad at vtiger.com Mon Jan 12 23:34:02 2009
From: prasad at vtiger.com (Prasad)
Date: Tue, 13 Jan 2009 10:04:02 +0530
Subject: [Vtigercrm-developers] How does vtiger store plus symbols (+)
in the database?
In-Reply-To: <7978a9470901121111y125db6aawb107870ffaf99182@mail.gmail.com>
References: <7978a9470901121111y125db6aawb107870ffaf99182@mail.gmail.com>
Message-ID: <39d18b250901122034v49f17af7wdd9f681556fc2502@mail.gmail.com>
Hi Stephen,
Can you share a screenshot of the issue being pointed in vtiger CRM?
Regards,
Prasad
vtiger Team
On 1/13/09, Stephen Mack wrote:
>
> I have a custom picklist field in the lead database (actually it's stored
> in the vtiger.leadscf database). I use the phpmyadmin to view the data and
> the + sign is not there (although when I use vtiger it's displayed
> correctly).
>
> My problem is that when I access the database directly to do searches, I
> can't find the records. I suspect that a special "non printable" character
> is being inserted.
>
> What might that character be?
>
> --Stephen
>
> _______________________________________________
> 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/20090113/29d25845/attachment-0001.html
From info at nablacom.it Tue Jan 13 12:49:59 2009
From: info at nablacom.it (Nablacom)
Date: Tue, 13 Jan 2009 18:49:59 +0100
Subject: [Vtigercrm-developers] Problems with TAX
Message-ID:
I'm testing the 5.1 version and in Italy, for example, the VAT takes the
name of IVA but if I change the name of the VAT taxes the following code
$smarty->assign("VAT_TAX",getProductTaxPercentage("VAT",$_REQUEST['product_i
d']));
$smarty->assign("SALES_TAX",getProductTaxPercentage("Sales",$_REQUEST['produ
ct_id']));
$smarty->assign("SERVICE_TAX",getProductTaxPercentage("Service",$_REQUEST['p
roduct_id']));
This lenes are in the Invoice, PurchaseOrder, Quotes and SalesOrder modules
and doesn't work correctly.
The same was when I add a new tax
Bye
Roberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090113/72c0e19b/attachment-0001.html
From amine.fe at gmail.com Tue Jan 13 14:30:11 2009
From: amine.fe at gmail.com (amine f)
Date: Tue, 13 Jan 2009 20:30:11 +0100
Subject: [Vtigercrm-developers] Problems with TAX
In-Reply-To:
References:
Message-ID: <74faab6a0901131130k56c77ba3l5069d44ebf5b28c6@mail.gmail.com>
Hi,
You must use studio(in configuartion menu). Choose a VAT (edit) and change
the name.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090113/909a9b63/attachment-0001.html
From stephen at trax.cl Tue Jan 13 15:37:16 2009
From: stephen at trax.cl (Stephen Mack)
Date: Tue, 13 Jan 2009 17:37:16 -0300
Subject: [Vtigercrm-developers] How does vtiger store plus symbols (+)
in the database?
In-Reply-To: <39d18b250901122034v49f17af7wdd9f681556fc2502@mail.gmail.com>
References: <7978a9470901121111y125db6aawb107870ffaf99182@mail.gmail.com>
<39d18b250901122034v49f17af7wdd9f681556fc2502@mail.gmail.com>
Message-ID: <7978a9470901131237o4d1b50a8kf72b34ebd6ac84c9@mail.gmail.com>
Hi Prasad,
Thanks for the reply. I have dumped the database and this is what I get for
the field. Please look at the attached jpg to see the screen shots.
"leadid";"cf_450";"cf_452";"cf_454";"cf_456"
"22";"1";"0";;"15 Weeks"
BTW, When I translate the "15 Weeks" into hex, I get the following:
%31%35%20%20%57%65%65%6B%73
It seems that the + sign is replaced with a space (a test I was sure I
tried) but with that knowledge it seems to be working ... I now search for
"15[space][space]Weeks" and I find my records.
--Stephen
On Tue, Jan 13, 2009 at 1:34 AM, Prasad wrote:
> Hi Stephen,
>
> Can you share a screenshot of the issue being pointed in vtiger CRM?
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/13/09, Stephen Mack wrote:
>
>> I have a custom picklist field in the lead database (actually it's stored
>> in the vtiger.leadscf database). I use the phpmyadmin to view the data and
>> the + sign is not there (although when I use vtiger it's displayed
>> correctly).
>>
>> My problem is that when I access the database directly to do searches, I
>> can't find the records. I suspect that a special "non printable" character
>> is being inserted.
>>
>> What might that character be?
>>
>> --Stephen
>>
>> _______________________________________________
>> Reach hundreds of potential candidates - http://jobs.vtiger.com
>>
>
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
--
--Stephen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090113/dbae77e3/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: picklist.JPG
Type: image/jpeg
Size: 24596 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090113/dbae77e3/attachment-0001.jpe
From ddfire at gmail.com Thu Jan 15 15:03:26 2009
From: ddfire at gmail.com (David fire)
Date: Thu, 15 Jan 2009 18:03:26 -0200
Subject: [Vtigercrm-developers] Question about products
Message-ID:
hi
there is any way to limit the discounts?
i don't want a salesman for error give more discount than we can give... but
i want to let the to give from 0% to 10% what can i do?
thanks
--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090115/1d6b831b/attachment-0001.html
From amine.fe at gmail.com Thu Jan 15 16:13:24 2009
From: amine.fe at gmail.com (amine f)
Date: Thu, 15 Jan 2009 22:13:24 +0100
Subject: [Vtigercrm-developers] Question about products
In-Reply-To:
References:
Message-ID: <74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
You must act on the invoice table (discount filed)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090115/d01bca39/attachment-0001.html
From ddfire at gmail.com Thu Jan 15 16:59:37 2009
From: ddfire at gmail.com (David fire)
Date: Thu, 15 Jan 2009 19:59:37 -0200
Subject: [Vtigercrm-developers] Question about products
In-Reply-To: <74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
References:
<74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
Message-ID:
please give me more info
David
2009/1/15 amine f
> You must act on the invoice table (discount filed)
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090115/9695bae5/attachment-0001.html
From amine.fe at gmail.com Thu Jan 15 17:21:43 2009
From: amine.fe at gmail.com (amine f)
Date: Thu, 15 Jan 2009 23:21:43 +0100
Subject: [Vtigercrm-developers] Question about products
In-Reply-To:
References:
<74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
Message-ID: <74faab6a0901151421o7bb4ff1ci4eab4346caeb155e@mail.gmail.com>
Do you have PhpMyadmin on your PC ?
In the type of discount field you specify the range (0 to 10)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090115/618d6812/attachment-0001.html
From ddfire at gmail.com Thu Jan 15 17:26:44 2009
From: ddfire at gmail.com (David fire)
Date: Thu, 15 Jan 2009 20:26:44 -0200
Subject: [Vtigercrm-developers] Question about products
In-Reply-To: <74faab6a0901151421o7bb4ff1ci4eab4346caeb155e@mail.gmail.com>
References:
<74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
<74faab6a0901151421o7bb4ff1ci4eab4346caeb155e@mail.gmail.com>
Message-ID:
but that will give any advice or message to the saler?
David
2009/1/15 amine f
> Do you have PhpMyadmin on your PC ?
> In the type of discount field you specify the range (0 to 10)
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090115/7ff67b71/attachment-0001.html
From amine.fe at gmail.com Fri Jan 16 06:04:21 2009
From: amine.fe at gmail.com (amine f)
Date: Fri, 16 Jan 2009 12:04:21 +0100
Subject: [Vtigercrm-developers] Question about products
In-Reply-To:
References:
<74faab6a0901151313v17d1ad1en3346673e50063c35@mail.gmail.com>
<74faab6a0901151421o7bb4ff1ci4eab4346caeb155e@mail.gmail.com>
Message-ID: <74faab6a0901160304i3be1f148j2d220f07e119a624@mail.gmail.com>
No. If you wanna a message you must create a javascript function for this
purpose.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090116/2ad6fed1/attachment-0001.html
From davidv.net at gmail.com Sun Jan 18 04:49:07 2009
From: davidv.net at gmail.com (David V.)
Date: Sun, 18 Jan 2009 05:49:07 -0400
Subject: [Vtigercrm-developers] Icontact integration
In-Reply-To: <004d01c974f0$70338f10$509aad30$@com>
References:
<004d01c974f0$70338f10$509aad30$@com>
Message-ID:
Hi Vtiger Team,
Is there any specific place where we should post features requests for
Vtiger 5.1 ?
David V.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090118/2ed8cd1a/attachment-0001.html
From prasad at vtiger.com Sun Jan 18 09:04:28 2009
From: prasad at vtiger.com (Prasad)
Date: Sun, 18 Jan 2009 19:34:28 +0530
Subject: [Vtigercrm-developers] Icontact integration
In-Reply-To:
References: <004d01c974f0$70338f10$509aad30$@com>
Message-ID: <39d18b250901180604r16f100edjfcc63d28adb2f3d6@mail.gmail.com>
Hi David,
Kindly use our issue tracker as well at http://trac.vtiger.com
Regards,
Prasad
vtiger Team
On 1/18/09, David V. wrote:
>
> Hi Vtiger Team,
>
> Is there any specific place where we should post features requests for
> Vtiger 5.1 ?
>
> David V.
>
> _______________________________________________
> 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/20090118/fd039fd1/attachment-0001.html
From davidv.net at gmail.com Sun Jan 18 14:21:35 2009
From: davidv.net at gmail.com (David V.)
Date: Sun, 18 Jan 2009 15:21:35 -0400
Subject: [Vtigercrm-developers] Feature request
Message-ID:
Thank you Prasad.
David V.
On Sun, Jan 18, 2009 at 10:04 AM, Prasad wrote:
> Hi David,
>
> Kindly use our issue tracker as well at http://trac.vtiger.com
>
> Regards,
> Prasad
> vtiger Team
>
> On 1/18/09, David V.