[Vtigercrm-developers] count(*) speed in related list (Richard Hills - TechnologyWise)

Andreas Göbel andreas.goebel at a-g-c.de
Tue Nov 27 06:18:45 PST 2012


Hi Richard,

had the same issue with the slow related list of a custom module.
You need to define a indexes on the foreign keys of your custom module
tables.

Kind Regards
  Andreas


-----Ursprüngliche Nachricht-----
Von: vtigercrm-developers-bounces at lists.vtigercrm.com
[mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Im Auftrag von
vtigercrm-developers-request at lists.vtigercrm.com
Gesendet: Dienstag, 27. November 2012 14:00
An: vtigercrm-developers at lists.vtigercrm.com
Betreff: vtigercrm-developers Digest, Vol 82, Issue 45

Send vtigercrm-developers mailing list submissions to
	vtigercrm-developers at lists.vtigercrm.com

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-developers
or, via email, send a message with subject or body 'help' to
	vtigercrm-developers-request at lists.vtigercrm.com

You can reach the person managing the list at
	vtigercrm-developers-owner at lists.vtigercrm.com

When replying, please edit your Subject line so it is more specific than
"Re: Contents of vtigercrm-developers digest..."


Today's Topics:

   1. Outook plugin sourcecode (Alexandru Mihai)
   2. Re: Outook plugin sourcecode (nicolas GASNIER)
   3. Custom action (Richard Hills - TechnologyWise)
   4. count(*) speed in related list (Richard Hills - TechnologyWise)
   5. Make a copy of existing Module in vtiger (Ramya Banglore)
   6. Multitenancy in VT (Marian Banica)
   7. Re: Multitenancy in VT (Alan Lord)


----------------------------------------------------------------------

Message: 1
Date: Tue, 27 Nov 2012 09:17:55 +0200
From: Alexandru Mihai <alexandru at webio.ro>
Subject: [Vtigercrm-developers] Outook plugin sourcecode
To: vtigercrm-developers at lists.vtigercrm.com
Message-ID:
	<CABGFLWw2-HuDcxK5eYVjNa6SDgr3BOiusC-+GtrU5vN1GzXV1A at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hy ,

I was looking for the source code of vtiger outlook plugin , but I can't
find it . I've read that is in .net but i've found some source code writen
in visual basic and my visual studio can't convert it.
Does somebody knows where I can find the latest source code for this addon ?

Thank you very much !
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/201211
27/f3416b60/attachment-0001.html 

------------------------------

Message: 2
Date: Tue, 27 Nov 2012 09:04:27 +0100
From: nicolas GASNIER <nicolas.gasnier at holdisgroup.fr>
Subject: Re: [Vtigercrm-developers] Outook plugin sourcecode
To: "vtigercrm-developers at lists.vtigercrm.com"
	<vtigercrm-developers at lists.vtigercrm.com>
Message-ID: <98F662ECF5FDFF448C6FBB6E7B4215D428C3D80F64 at exch2k7>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

the source code can be checked out using subversion at the following
repository.

http://trac.vtiger.com/svn/vtiger/vtigercrmoutlook/

But it is not the last version (I think it is 2.1 or older).

Regards

Nicolas GASNIER
D?veloppeur
HOLDIS AGRIDIS
1 rue des MORELLES
ZA Euro Val de Loire
41330 FOSSE
T?l : 02 54 81 48 44

De : vtigercrm-developers-bounces at lists.vtigercrm.com
[mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] De la part de
Alexandru Mihai Envoy? : mardi 27 novembre 2012 08:18 ? :
vtigercrm-developers at lists.vtigercrm.com
Objet : [Vtigercrm-developers] Outook plugin sourcecode

Hy ,

I was looking for the source code of vtiger outlook plugin , but I can't
find it . I've read that is in .net but i've found some source code writen
in visual basic and my visual studio can't convert it.
Does somebody knows where I can find the latest source code for this addon ?

Thank you very much !

________________________________
Ce message et toutes les pi?ces jointes (ci-apr?s le "message") sont ?tablis
? l'intention exclusive de ses destinataires et sont confidentiels. Si vous
recevez ce message par erreur, merci de le d?truire et d'en avertir
imm?diatement l'exp?diteur. Toute utilisation de ce message non conforme ?
sa destination, toute diffusion ou toute publication, totale ou partielle,
est interdite, sauf autorisation expresse. L'internet ne permettant pas
d'assurer l'int?grit? de ce message, notre soci?t? d?cline par ailleurs
toute responsabilit? dans l'hypoth?se o? il aurait ?t? modifi?.

This message and any attached files (the "message") are intended solely for
the addressees and are confidential. If you receive this message in error,
please delete it and immediately notify the sender. Any use not in accord
with its purpose, any dissemination or disclosure, either whole or partial,
is prohibited except if there is formal approval. The Internet cannot
guarantee the integrity of this message, our company shall not therefore be
liable for the message if modified.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/201211
27/e09ea037/attachment-0001.html 

------------------------------

Message: 3
Date: Tue, 27 Nov 2012 23:16:43 +1300
From: Richard Hills - TechnologyWise <richard at tw.co.nz>
Subject: [Vtigercrm-developers] Custom action
To: "vtigercrm-developers at lists.vtigercrm.com"
	<vtigercrm-developers at lists.vtigercrm.com>
Message-ID: <50B4930B.3070000 at tw.co.nz>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I have developed a module which is used to record time entries against
tickets. In doing so we have the usual listview, detail view etc. 
However we also have a "overlay" which displays the data as we see fit (this
is a large multi form display with custom css etc, ).

Is there a "clean" way to add this extra view as an action so that it will
show "within vtiger" with the menu's above.

Thanks


------------------------------

Message: 4
Date: Wed, 28 Nov 2012 00:09:07 +1300
From: Richard Hills - TechnologyWise <richard at tw.co.nz>
Subject: [Vtigercrm-developers] count(*) speed in related list
To: "vtigercrm-developers at lists.vtigercrm.com"
	<vtigercrm-developers at lists.vtigercrm.com>
Message-ID: <50B49F53.2080208 at tw.co.nz>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I have a module which has a few million rows of entities, I have found the
performance of the related list to be rediculously slow, however this is a
custom module (I have no modules with relative data sizes to compare
unfortunately, this will be my next step if nobody here has any input).

I was wondering if anyone else has this issue with the related lists loading
slowly, or if this is just down to an issue I have with my customisation.

Thanks


------------------------------

Message: 5
Date: Tue, 27 Nov 2012 04:22:01 -0800
From: Ramya Banglore <ramya.banglore at gmail.com>
Subject: [Vtigercrm-developers] Make a copy of existing Module in
	vtiger
To: vtigercrm-developers at lists.vtigercrm.com, Adam Heinz
	<amh at metricwise.net>
Message-ID:
	<CAB=xUxvt=AXccPwLVXf53g0PESG0hTxVTkQ_QmcK_UfCxPaERw at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi all,

I want make a copy of Existing module in vtiger crm with some more
functionalities(Eg:Products and Products Bundle ,Products Bundle is Copy of
Products Module functionality  ), how to do it i don't have idea

So please anybody suggest me the basic steps to do it,

plz..................................vtiger Developers


Thanks & Regards,
B.Ramya
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/201211
27/77231c61/attachment-0001.html 

------------------------------

Message: 6
Date: Tue, 27 Nov 2012 14:50:39 +0200
From: Marian Banica <marian at webio.ro>
Subject: [Vtigercrm-developers] Multitenancy in VT
To: vtigercrm-developers at lists.vtigercrm.com
Message-ID:
	<CAD+1GyR_p1FmUG1_h71tyL3t+j48c-++wrC2cX_--TApeELa0g at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi guys,

I am looking on forum and i see that there are some attempts to make VT to
work for multiple companies on the same instance.
We are interested to see if there are some results on this and if there is
any way to do this.
Any support in this (paid or free) can be interesting for us.

Some links to forum:
[broken links] :
https://forums.vtiger.com/viewtopic.php?f=15&t=48763&p=169127&hilit=secondcr
m#p169127
[not tested] https://forums.vtiger.com/viewtopic.php?p=26681#26681
https://forums.vtiger.com/viewtopic.php?f=15&t=42078&p=167393&hilit=tenancy#
p134187
https://forums.vtiger.com/viewtopic.php?f=139&t=54603&p=169093&hilit=multi#p
169093

Any concrete results on this?
Any plan to make this in VT6?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/201211
27/6cc703d7/attachment-0001.html 

------------------------------

Message: 7
Date: Tue, 27 Nov 2012 13:00:04 +0000
From: Alan Lord <alanslists at gmail.com>
Subject: Re: [Vtigercrm-developers] Multitenancy in VT
To: vtigercrm-developers at lists.vtigercrm.com
Message-ID: <k92dgi$7qe$1 at ger.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 27/11/12 12:50, Marian Banica wrote:
> Hi guys,
>
> I am looking on forum and i see that there are some attempts to make 
> VT to work for multiple companies on the same instance.

https://plus.google.com/u/0/104060033182234025482/posts/VMgujWm6vTT

This is not true multi-tennant. But good for multiple trading companies
within in the same group.

This is all just vtlib plus a very minor tweak to crmentity.php to handle
separate numbering schemes for Quotes, Sales Orders & Invoices per company.

Cheers

Alan

--
Alan Lord
Libertus Solutions


Web: http://www.libertus.co.uk



------------------------------

_______________________________________________
vtigercrm-developers mailing list
vtigercrm-developers at lists.vtigercrm.com
http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-developers


End of vtigercrm-developers Digest, Vol 82, Issue 45
****************************************************




More information about the vtigercrm-developers mailing list