[Vtigercrm-developers] Create a webform using the Quotes

Mel m.brummell at btinternet.com
Mon Jul 14 09:26:56 GMT 2014


Hi Rishab,

Certainly. 

Our visitors (potential customers) need to be able to build a quote for the
products and/or services we provide when they  visit our website. The
process should be as follows:

1. Visitor opens our webform i.e.  'Create a Quote
2. They enter the usual Contact and Organisation details
3. They are then presented with an option to generate a quote by selecting
the Products and/or Services they are interested in. 
4. There will be a Product/Service field, Quantity, and possibly a couple of
others (not yet decided).
5. When they finish making their selections and click Calculate, they are
presented with a Quote and we receive the Quote as a incoming Lead in Vtiger
6. The visitor receives an email copy of the Quote
7. In Vtiger we can open the Lead, and there, we will be able to select
'Create a Quote' in the same way we can Create an Organisation or Contact
(or maybe the Quote details can be added automatically without having to do
the manual click to transfer the details? I am not sure which is the most
logical process here)

I have searched for paid modules that can do this, but none I have found so
far do this. 

Does that explain better?

Kind regards

Mel

 

-----Original Message-----
From: vtigercrm-developers-bounces at lists.vtigercrm.com
[mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of
vtigercrm-developers-request at lists.vtigercrm.com
Sent: 14 July 2014 08:30
To: vtigercrm-developers at lists.vtigercrm.com
Subject: vtigercrm-developers Digest, Vol 102, Issue 61

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/cgi-bin/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. Re: VT61 No SINGLE_Users label (Alan Lord (News))
   2. Re: Right way to check result of ADO	Insert/Update
      (Alan Lord (News))
   3. Re: Create a webform using the Quotes module (Rishab K)


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

Message: 1
Date: Mon, 14 Jul 2014 07:33:24 +0100
From: "Alan Lord (News)" <alanslists at gmail.com>
To: vtigercrm-developers at lists.vtigercrm.com
Subject: Re: [Vtigercrm-developers] VT61 No SINGLE_Users label
Message-ID: <lpvtjl$mou$1 at ger.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 14/07/14 06:59, Rishab K wrote:
> Alan,
>
> I found the translation for this label in vtiger.php.As 
> <http://vtiger.php.As> per the design if the translation is not found 
> in /lang_prefix/Users.php then translation engine will look for the 
> translation in /lang_prefix/vtiger.php.
>
> Is there any specific reason we are expecting for the translation to 
> be present in Users.php explicitly.

Yes :-)

In my new GeoTools for 6.1 I also support the Users module. If there are no
Users found in the search results, the message "No MODULENAME found . 
Create new SINGLE_Modulename" in the template is looking for the language
strings in the module's language file.

> <td>
> 	{assign var=SINGLE_MODULE value="SINGLE_$LIST_MODULE"}
> 	{if $VIEWNAME == 'noGeoCodes'}
> 	    {vtranslate('LBL_GEOTOOLS_CONGRATS_NO_UNCODED', 'GeoTools')}
{vtranslate($LIST_MODULE, $LIST_MODULE)}
> 	{else}
> 	    {vtranslate('LBL_NO')} {vtranslate($LIST_MODULE, $LIST_MODULE)}
{vtranslate('LBL_FOUND')} {vtranslate('LBL WITHIN SEARCH PARAMETERS',
'GeoTools')}.<br />{vtranslate('LBL CHANGE SEARCH PARAMS', 'GeoTools')} {if
$IS_MODULE_EDITABLE} {vtranslate('LBL_OR')} {vtranslate('LBL_CREATE')} <a
href="{$LIST_MODULE_MODEL->getCreateRecordUrl()}">{vtranslate($SINGLE_MODULE
, $LIST_MODULE)}</a>{/if}
> 	{/if}
> </td>


I could add a test and code around this specific instance in the template
but it seemed right simply to add the Single_Modulename line to the
appropriate language file?

Cheers

Al


--
Libertus Solutions
http://www.libertus.co.uk



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

Message: 2
Date: Mon, 14 Jul 2014 08:17:22 +0100
From: "Alan Lord (News)" <alanslists at gmail.com>
To: vtigercrm-developers at lists.vtigercrm.com
Subject: Re: [Vtigercrm-developers] Right way to check result of ADO
	Insert/Update
Message-ID: <lq0062$lcm$1 at ger.gmane.org>
Content-Type: text/plain; charset=UTF-8; format=flowed

Thanks all,

very helpful information.

Al


On 13/07/14 22:08, Stencel, Maciej wrote:
> Hi Alan,
>
> I'm not sure if You're asking specificly about this but:
>
> Successfull update:
>
> $database->getAffectedRowCount( $result ); // returns number of affected
> rows in last INSERT, UPDATE, REPLACE or DELETE
>
> If it's above zero then some records were changed (if query was
> successfull but didnt change any records then it will return zero). But
> still You can be sure that query went ok.
>
> If You want to check if the record was inserted then You can try to get
> the ID of newly inserted record. When it is valid You can be sure that
> You inserted records to db.
>
> $database->getLastInsertID();
>
> And You can use in your query variable that will breake script if query
> will fail, set second/third parameter as true;
>
> $database->query( $sql, true )
>
> $database->pquery( $sql, $params, true )
>
> Applies to Vt 6.0 and 6.1.
>
>
> *Z powa?aniem / Best regards*
> *
> *
> *Maciej Stencel*
> *Tel: +48 884-997-123*
> *m.stencel at opensaas.pl
> <mailto:m.stencel at opensaas.pl>*
> *skype: **ms.opensaas*
> *www.OpenSaaS.pl <http://www.opensaas.pl/>*
>
>
> 2014-07-13 18:33 GMT+02:00 Joe Bordes
> <joe at tsolucio.com
> <mailto:joe at tsolucio.com>>:
>
>     Looking at adodb library this structure seems to be used frequently:
>
>     if (!$rs->EOF)
>
>     and I think I have seen some of that in vtiger crm itself also.
>
>
>
>     El 13/07/14 18:22, Alan Lord (News) escribi?:
>
>         I know, i've been developing on vtiger for *years* but I've
>         never really been sure how to check for a successful INSERT or
>         UPDATE query?
>
>
>         The ADO_recordset result object is empty and has EOF = 1.
>
>         What is the "right" way to test for a successful save and what
>         would the recordset look like if it had failed?
>
>         Thanks
>
>         Al
>
>
>     _________________________________________________
>     http://www.vtiger.com/
>
>
>
>
> _______________________________________________
> http://www.vtiger.com/
>


-- 
Libertus Solutions
http://www.libertus.co.uk



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

Message: 3
Date: Mon, 14 Jul 2014 13:00:18 +0530
From: Rishab K <rishab.k at vtiger.com>
To: vtigercrm-developers at lists.vtigercrm.com
Subject: Re: [Vtigercrm-developers] Create a webform using the Quotes
	module
Message-ID:
	<CAHU-C+kZrPPOAq4KO_V2WY1R3weZn=P3LeiE+1QNBXqwtm-EgA at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Mel,

Can you discuss the use cases of adding ability to create quotes through
webforms.This will help us in supporting you,and also we can add this to
our road map.


On Sun, Jul 13, 2014 at 12:15 PM, Mel <m.brummell at btinternet.com> wrote:

> Hi,
>
> Is it at all possible to create a webform for the Quotes module?
>
> Mel
>
> -----Original Message-----
> From: vtigercrm-developers-bounces at lists.vtigercrm.com
> [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of
> vtigercrm-developers-request at lists.vtigercrm.com
> Sent: 10 July 2014 11:25
> To: vtigercrm-developers at lists.vtigercrm.com
> Subject: vtigercrm-developers Digest, Vol 102, Issue 51
>
> 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/cgi-bin/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. Re: blockly module creator (Alan Bell)
>    2. Re: Removed extension install button from vtiger 6.1. SVN
>       14162? (Sreenivas Kanumuru)
>    3. Re: Removed extension install button from vtiger 6.1. SVN
>       14162? (Siam Translations LLP)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 10 Jul 2014 09:49:41 +0100
> From: Alan Bell <alan.bell at libertus.co.uk>
> To: vtigercrm-developers at lists.vtigercrm.com
> Subject: Re: [Vtigercrm-developers] blockly module creator
> Message-ID: <53BE53A5.6090802 at libertus.co.uk>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> On 09/07/14 23:49, kkoci wrote:
> > Awesome! Is there a repository where i can get your code to test it?
> >
> not yet, it is kinda mixed up in a load of other stuff I am working on at
> the moment, I just thought I would post a screenshot to tease you :) I
will
> split out the vtiger stuff and put it in a repo, probably on github once I
> get it producing some php that runs
>
> Alan.
>
>
> --
> Libertus Solutions
> http://libertus.co.uk
>
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 10 Jul 2014 15:29:43 +0530
> From: Sreenivas Kanumuru <svk at vtiger.com>
> To: "vtigercrm-developers at lists.vtigercrm.com"
>         <vtigercrm-developers at lists.vtigercrm.com>
> Subject: Re: [Vtigercrm-developers] Removed extension install button
>         from vtiger 6.1. SVN 14162?
> Message-ID:
>         <CA+zQwC+v2oR-vOAfd=
> 0g1YhdCuZVmWMJjn4MWdAzcXXUbjuY3g at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi All,
>
> Taking your feedback, we are adding the 'Install from File' option inside
> the Extensions Store. This will be available in the final build of 6.1
>
> Many of you have been very vocal about this. Thanks for sharing your
> concerns.
>
> Regards,
> Sreenivas
>
> On Tue, Jul 8, 2014 at 7:50 PM, Prasad <prasad at vtiger.com> wrote:
>
> > We are validating the setup and will be posting details on the
> integration
> > soon.
> >
> > *Connect with us on: *Twitter <http://twitter.com/vtigercrm> *I*
> Facebook
> > <http://www.facebook.com/pages/vtiger/226866697333578?sk=wall> *I* Blog
> > <https://blogs.vtiger.com/>* I* Wiki
> > <http://wiki.vtiger.com/index.php/Main_Page> *I *Forums
> > <https://discussions.vtiger.com>*I* Website <https://www.vtiger.com/>
> >
> >
> > On Tue, Jul 8, 2014 at 6:56 PM, IT-Solutions4You <info at its4you.sk>
> wrote:
> >
> >> D?a 7. 7. 2014 8:36 Uma S  wrote / nap?sal(a):
> >>
> >>> Hi,
> >>>
> >>> We are coming up with these approach, to strictly allow modules only
> >>> which are module manager compatible. So any module that need to be
> >>> imported through module manager should actually come through extension
> >>> store. This doesn't make much difference. In turn this provide tight
> >>> security for the extension as well as source.
> >>>
> >>> Still we can test install from file through console tool. Please check
> >>> <http://community.vtiger.com/help/vtigercrm/developers/
> >>> vtlib/console-tool.html?highlight=console>
> >>>
> >>> this.
> >>>
> >>> With
> >>> Best Regards
> >>> Uma S
> >>> Vtiger Team
> >>>
> >>>
> >>> On Sun, Jul 6, 2014 at 10:09 PM, scott huxley
> >>> <huxleyorama at gmail.com
> >>> <mailto:huxleyorama at gmail.com>> wrote:
> >>>
> >>>     Frankly as a regular user of vTiger the install option should
stay.
> >>>     After all its only a button. As long as warnings are clear for
> users
> >>>     the rest is on them. Trying to hide this feature away is a
backward
> >>>     step for users.
> >>>
> >>>     What you are really creating is an unfriendly "user" experience.
> The
> >>>     app store will be a great addition and success I am sure- but do
> not
> >>>     forget about regular users of vTiger.
> >>>
> >>>     Regards,
> >>>     Scott
> >>>
> >>>
> >>>     On Sun, Jul 6, 2014 at 6:58 AM, Zebra Hosting
> >>>     <support at zebrahosting.eu
> >>>     <mailto:support at zebrahosting.eu>> wrote:
> >>>
> >>>
> >>>         Still not convinced this is the right way to go. People on
> >>>         shared servers will not have access to the console option in
> >>>         general?.
> >>>         You could argue, it should not be on a shared server or people
> >>>         using shared servers should only use the market but it is
> >>>         limiting to much in my opinion.
> >>>         Dropping some files via FTP and running a command from the
> >>>         browser could be an alternative?
> >>>
> >>>         Bastiaan Houtkooper
> >>>         Zebra Hosting
> >>>
> >>>
> >>>
> >>>         From: Uma S <uma.s at vtiger.com
> >>>         <mailto:uma.s at vtiger.com>>
> >>>         Reply-To:
> >>>         "vtigercrm-developers at lists.vtigercrm.com
> >>>         <mailto:vtigercrm-developers at lists.vtigercrm.com>"
> >>>         <vtigercrm-developers at lists.vtigercrm.com
> >>>         <mailto:vtigercrm-developers at lists.vtigercrm.com>>
> >>>
> >>>         Date: zaterdag 5 juli 2014 19:14
> >>>         To: "vtigercrm-developers at lists.vtigercrm.com
> >>>         <mailto:vtigercrm-developers at lists.vtigercrm.com>"
> >>>         <vtigercrm-developers at lists.vtigercrm.com
> >>>         <mailto:vtigercrm-developers at lists.vtigercrm.com>>
> >>>
> >>>         Subject: Re: [Vtigercrm-developers] Removed extension install
> >>>         button from vtiger 6.1. SVN 14162?
> >>>
> >>>         Hi,
> >>>
> >>>         Changes related to Extension Store has been pushed to trac
> >>>         6.1.0, So these changes has been reflected. Soon we are going
> >>>         ahead with validation so please co-operate. For installation
of
> >>>         extension module through script we can use console tool.
> >>>
> >>>         With
> >>>         Best Regards
> >>>         Uma S
> >>>         Vtiger Team.
> >>>
> >>>
> >>>         _______________________________________________
> >>>         http://www.vtiger.com/
> >>>
> >>>
> >>>
> >>>     _______________________________________________
> >>>     http://www.vtiger.com/
> >>>
> >>>
> >>>
> >>>
> >>> --
> >>> With
> >>> Best Regards
> >>> Uma.S
> >>> Vtiger Team
> >>>
> >>>
> >>> _______________________________________________
> >>> http://www.vtiger.com/
> >>>
> >>>  Where is Downloads directory in vtiger 6.1 installation ?
> >>
> >> _______________________________________________
> >> http://www.vtiger.com/
> >
> >
> >
> > _______________________________________________
> > http://www.vtiger.com/
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <
>
http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20140
> 710/11790782/attachment-0001.html>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 10 Jul 2014 17:24:57 +0700
> From: Siam Translations LLP <info at siam-translations.com>
> To: "vtigercrm-developers at lists.vtigercrm.com"
>         <vtigercrm-developers at lists.vtigercrm.com>
> Subject: Re: [Vtigercrm-developers] Removed extension install button
>         from vtiger 6.1. SVN 14162?
> Message-ID:
>         <CAAcitv2YKzowef_gp9Yi8s3gBK=
> kDEMWy5aJVbHf2qQeY8H9mA at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> I pomise i will buy extension through app store :)
> AS
>
> On Thursday, July 10, 2014, Sreenivas Kanumuru <svk at vtiger.com> wrote:
>
> > Hi All,
> >
> > Taking your feedback, we are adding the 'Install from File' option
inside
> > the Extensions Store. This will be available in the final build of 6.1
> >
> > Many of you have been very vocal about this. Thanks for sharing your
> > concerns.
> >
> > Regards,
> > Sreenivas
> >
> > On Tue, Jul 8, 2014 at 7:50 PM, Prasad <prasad at vtiger.com
> > <javascript:_e(%7B%7D,'cvml','prasad at vtiger.com');>> wrote:
> >
> >> We are validating the setup and will be posting details on the
> >> integration soon.
> >>
> >> *Connect with us on: *Twitter <http://twitter.com/vtigercrm> *I*
> Facebook
> >> <http://www.facebook.com/pages/vtiger/226866697333578?sk=wall> *I* Blog
> >> <https://blogs.vtiger.com/>* I* Wiki
> >> <http://wiki.vtiger.com/index.php/Main_Page> *I *Forums
> >> <https://discussions.vtiger.com>*I* Website <https://www.vtiger.com/>
> >>
> >>
> >> On Tue, Jul 8, 2014 at 6:56 PM, IT-Solutions4You <info at its4you.sk
> >> <javascript:_e(%7B%7D,'cvml','info at its4you.sk');>> wrote:
> >>
> >>> D?a 7. 7. 2014 8:36 Uma S  wrote / nap?sal(a):
> >>>
> >>>> Hi,
> >>>>
> >>>> We are coming up with these approach, to strictly allow modules only
> >>>> which are module manager compatible. So any module that need to be
> >>>> imported through module manager should actually come through
extension
> >>>> store. This doesn't make much difference. In turn this provide tight
> >>>> security for the extension as well as source.
> >>>>
> >>>> Still we can test install from file through console tool. Please
check
> >>>> <http://community.vtiger.com/help/vtigercrm/developers/
> >>>> vtlib/console-tool.html?highlight=console>
> >>>>
> >>>> this.
> >>>>
> >>>> With
> >>>> Best Regards
> >>>> Uma S
> >>>> Vtiger Team
> >>>>
> >>>>
> >>>> On Sun, Jul 6, 2014 at 10:09 PM, scott huxley
> >>>> <huxleyorama at gmail.com
> >>>> <javascript:_e(%7B%7D,'cvml','huxleyorama at gmail.com');>
> >>>> <mailto:huxleyorama at gmail.com
> >>>> <javascript:_e(%7B%7D,'cvml','huxleyorama at gmail.com');>>> wrote:
> >>>>
> >>>>     Frankly as a regular user of vTiger the install option should
> stay.
> >>>>     After all its only a button. As long as warnings are clear for
> users
> >>>>     the rest is on them. Trying to hide this feature away is a
> backward
> >>>>     step for users.
> >>>>
> >>>>     What you are really creating is an unfriendly "user" experience.
> The
> >>>>     app store will be a great addition and success I am sure- but do
> not
> >>>>     forget about regular users of vTiger.
> >>>>
> >>>>     Regards,
> >>>>     Scott
> >>>>
> >>>>
> >>>>     On Sun, Jul 6, 2014 at 6:58 AM, Zebra Hosting
> >>>>     <support at zebrahosting.eu
> >>>> <javascript:_e(%7B%7D,'cvml','support at zebrahosting.eu');>
> >>>>     <mailto:support at zebrahosting.eu
> >>>> <javascript:_e(%7B%7D,'cvml','support at zebrahosting.eu');>>> wrote:
> >>>>
> >>>>
> >>>>         Still not convinced this is the right way to go. People on
> >>>>         shared servers will not have access to the console option in
> >>>>         general?.
> >>>>         You could argue, it should not be on a shared server or
people
> >>>>         using shared servers should only use the market but it is
> >>>>         limiting to much in my opinion.
> >>>>         Dropping some files via FTP and running a command from the
> >>>>         browser could be an alternative?
> >>>>
> >>>>         Bastiaan Houtkooper
> >>>>         Zebra Hosting
> >>>>
> >>>>
> >>>>
> >>>>         From: Uma S <uma.s at vtiger.com
> >>>> <javascript:_e(%7B%7D,'cvml','uma.s at vtiger.com');>
> >>>>         <mailto:uma.s at vtiger.com
> >>>> <javascript:_e(%7B%7D,'cvml','uma.s at vtiger.com');>>>
> >>>>         Reply-To:
> >>>>         "vtigercrm-developers at lists.vtigercrm.com
> >>>>
> <javascript:_e(%7B%7D,'cvml','vtigercrm-developers at lists.vtigercrm.com');>
> >>>>         <mailto:vtigercrm-developers at lists.vtigercrm.com
> >>>>
> <javascript:_e(%7B%7D,'cvml','vtigercrm-developers at lists.vtigercrm.com');>
> >>>> >"
> >>>>         <vtigercrm-developers at lists.vtigercrm.com
> >>>>
> <javascript:_e(%7B%7D,'cvml','vtigercrm-developers at lists.vtigercrm.com');>
> >>>>         <mailto:vtigercrm-developers at lists.vtigercrm.com
> >>>>
> <javascript:_e(%7B%7D,'cvml','vtigercrm-developers at lists.vtigercrm.com');>
> >>>> >>
> >>>>
> >>>>         Date: zaterdag 5 juli 2014 19:14
> >>>>         To: "vtigercrm-developers at lists.vtigercrm.com
> >>>>
> <javascript:_e(%7B%7D,'cvml','vtigercrm-developers at lists.vtigercrm.com');>
> >>>>         <mailto:vtigercrm-developers at lists.vtigercrm.com
> >>>>
> <javascript:_e(%7B%7D,'cvml','vtigercrm-developers at lists.vtigercrm.com');>
> >>>> >"
> >>>>         <vtigercrm-developers at lists.vtigercrm.com
> >>>>
> <javascript:_e(%7B%7D,'cvml','vtigercrm-developers at lists.vtigercrm.com');>
> >>>>         <mailto:vtigercrm-developers at lists.vtigercrm.com
> >>>>
> <javascript:_e(%7B%7D,'cvml','vtigercrm-developers at lists.vtigercrm.com');>
> >>>> >>
> >>>>
> >>>>         Subject: Re: [Vtigercrm-developers] Removed extension install
> >>>>         button from vtiger 6.1. SVN 14162?
> >>>>
> >>>>         Hi,
> >>>>
> >>>>         Changes related to Extension Store has been pushed to trac
> >>>>         6.1.0, So these changes has been reflected. Soon we are going
> >>>>         ahead with validation so please co-operate. For installation
> of
> >>>>         extension module through script we can use console tool.
> >>>>
> >>>>         With
> >>>>         Best Regards
> >>>>         Uma S
> >>>>         Vtiger Team.
> >>>>
> >>>>
> >>>>         _______________________________________________
> >>>>         http://www.vtiger.com/
> >>>>
> >>>>
> >>>>
> >>>>     _______________________________________________
> >>>>     http://www.vtiger.com/
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> With
> >>>> Best Regards
> >>>> Uma.S
> >>>> Vtiger Team
> >>>>
> >>>>
> >>>> _______________________________________________
> >>>> http://www.vtiger.com/
> >>>>
> >>>>  Where is Downloads directory in vtiger 6.1 installation ?
> >>>
> >>> _______________________________________________
> >>> http://www.vtiger.com/
> >>
> >>
> >>
> >> _______________________________________________
> >> http://www.vtiger.com/
> >>
> >
> >
>
> --
> Siam Translations LLP
> www.siam-translations.com
>
> This message contains confidential information and is intended for
> [Recipient]. If you are not the intended recipient you are notified that
> disclosing, copying, distributing or taking any action in reliance on the
> contents of this information is strictly prohibited. E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses. The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission. If verification is required please request
a
> hard-copy version.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <
>
http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20140
> 710/d13e9219/attachment.html>
>
> ------------------------------
>
> _______________________________________________
> vtigercrm-developers mailing list
> vtigercrm-developers at lists.vtigercrm.com
> http://lists.vtigercrm.com/cgi-bin/mailman/listinfo/vtigercrm-developers
>
>
> End of vtigercrm-developers Digest, Vol 102, Issue 51
> *****************************************************
>
> _______________________________________________
> http://www.vtiger.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20140
714/13644585/attachment.html>

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

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


End of vtigercrm-developers Digest, Vol 102, Issue 61
*****************************************************



More information about the vtigercrm-developers mailing list