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.
I am Trying to Submit/Create new Leads[data] in Vtiger via Web service in Laravel 5. For that I use WSClient in Laravel.
My Code is in Controller is :
$url = http://xxxx.com;
$config = [
'auth' => [
'username' =>…
I want to create user in vTiger programmatically and I need to understand what happens in the background when we add a user from UI. If I can understand the flow I can replicate it by writing the code.
Or is there a API for it?
I need to add Email module tab on Sales Order module.
I have added one columns on vtiger_relatedlists table. i got tab on salesorder module but when i am click on that link. no data is display.
also i need to add Send Email Button on SalesOrder…
I need to change the logout href into mysite jsp application url. where i get this line in vtiger folder .
I spent more than a hour not able to figure out can you please tell where should i get the file (view page source code).
where i can change the email notification template to inform users.
no i hae template like this:
User Name,
Meeting with user Name
29-04-2016 2:30 PM (UTC+01:00) Sarajevo, Skopje, Warsaw, Zagreb
9-04-2016 2:35 PM (UTC+01:00) Sarajevo, Skopje,…
When user upload image in Vtiger (Producte module) created automatic path. Now image path has the form /storage/2016/May/week2/26540_IMG_NAME.png. I need chenge it to /storage/product/IMG_NAME.png. How I can do it?
Vtiger version 6.3.0
I am looking for documentation which will help me to integrate Cassandra and VTiger.
Basically I have PHP based CRM which has huge amount of data and recently I just heard about Cassandra. I am using MySQL database for it. Please share the…
Vtiger has its own js files so i think that there maybe some conflicts. Anyway this is what i get in my browser console:
Synchronous XMLHttpRequest on the main thread is deprecated because of
its detrimental effects to the end user's experience.…
hy everyone!
got everything almost working with synchronization of vtiger ver 6.4 and google calendar & contacts api.
there remains one problem: it's not synchronizing because of a
"No 'Access-Control-Allow-Origin' header is present on the…
I have a custom module which I made using a module builder, but it doesn't do exactly what I want.
I want to add a custom button next to:
The button should look like this:
What I want the Refresh status button to do is to execute a custom function…
I am making a module for a system called vtiger CRM, for this system I have a module installed called PDFMaker which allows me to make PDF files using HTML, PDFMaker also allows me to create custom function to insert in the template.
I currently…
I want to convert Vtiger CRM's Gregorian calendar to another calendar. As I see almost all calendars functions that are related to the user are in front-end, but I haven't in depth view. Is it necessary to change back-end codes (php) in addition to…
I want to avoid modifing every data from a SalesOrder when the status equals "Cancelled", I get it to work with the part that involves SalesOrder info data, but I can`t get it to work with product part... any ideas?
$pedido =…
I am installing vtiger,
when i open the index page,
i got this error:
Fatal error: Call to a member function Execute() on null in C:\xampp\htdocs\vtigercrm\include\database\PearDatabase.php on line 357
i opened the PearDatabase.php file, and I…