Vtiger is a PHP-based, open-source CRM application which forked off SugarCRM. Very suitable for small and medium enterprises, it uses the Smarty template engine. One can also import and export specific modules with or without customization.
which one of those is better for building custom product? which one is easier and faster for development? i found vtiger to contains more modules but on the other hand sugarcrm seems to have better docs and easier in development. Is this correct?
trying to use phpmyadmin with vtiger and getting a lot of missing extension errors. I have uncommented the extensions it requires in php.ini and there in the extension folder within vtiger but still comes up with errors, anyone got any other…
I have an open source CRM system (vTiger) Now I want add a button and when I click on that button it opens my jasperserver url , but already logged in with username and password I provide through php...
How can I login with PHP in jasperserver? Is…
Am new here and said that. I would appreciate any and all the help thats possible which will help me understand how I can make the best out of StackOVerflow. I do have a lot of questions though as I am into freelance programming/designing works.
So…
I have installed Vtiger CRM and i started working on it. I am trying to change the privileges for administrators and for other profiles in CRM Settings->Profiles but nothing is getting saved after WASP, before that till PBX Manager its getting…
I am trying to store data in vtiger leads module. i can send variable via file_get_contents()
but its not working . here is my code
$moduleName = $_POST['moduleName'];
$company = $_POST['company'];
$firstname =…
I am trying to install vTigercrm-5.4.0.tar.gz file via ftp path..
and I am following the following tutorial
I uploaded the source file. extracted it to http:///admin
now, when I try to access
> http://mydomain.com/admin
or…
I have tried to Login Vtiger from my Android Application.I got Challenge token successfully and concodinate that challenge token with access key(taken from my account preferences). Then convert to MD5 string.
My Challenge…
I’m looking for someone that could give me some tips about the best approach in my vTigerCRM implementation.
I looked at Contacts module and most of fields existing there do not fit my needs. I know that I can create custom fields, but the amount…
I’m a newbie on vTiger development and I’m wondering if this feature is possible to implement:
I would like to have a new entity on vTiger for Zip Code. This entity will have the Zip Code, Street name, Neighborhood, City and State.
I would like to…
Trying to migrate from vtiger 5.3.0 to 5.4.0 and getting this error when I navigate to the patch folder in a browser:
Warning: require_once(include/logging.php) [function.require-once]: failed to open stream: No such file or directory in…
I'm upgrading my vtiger6.5 version to vtiger7. When I want to display the information of a record I have the message: "Record not found. When I turn into debug mode the message is this one: 1054: Unknown column 'color' in 'field list' in many tables…