Questions tagged [vtiger]

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.

Links

548 questions
1
vote
1 answer

How to Submit File in Leads Document In Vtiger by Web Services in Laravel 5

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' =>…
Mojilo
  • 335
  • 1
  • 3
  • 7
1
vote
1 answer

Create user in vTiger 6 programmatically

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?
Parag Jadhav
  • 1,853
  • 2
  • 24
  • 41
1
vote
1 answer

How to add Email Tab on Vtiger Related list with Sales Order module

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…
1
vote
1 answer

redirect the vtiger application to jsp application when user click logout link in vtiger

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).
JYoThI
  • 11,977
  • 1
  • 11
  • 26
1
vote
1 answer

Vtiger CRM change event notification email template

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,…
TomaszKub
  • 37
  • 5
1
vote
1 answer

How to change upload directory in Vtiger

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
alexin
  • 243
  • 1
  • 15
1
vote
1 answer

Integrate Cassandra with PHP (vTiger / SugarCRM)

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…
Sachin I
  • 1,500
  • 3
  • 10
  • 29
1
vote
1 answer

Error while adding google charts to vtiger

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.…
E. Eryigit
  • 45
  • 1
  • 7
1
vote
1 answer

vtiger 6.4 google sync no access control

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…
1
vote
1 answer

How to add a custom button which executes a custom function in vtiger CRM?

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…
Tom
  • 606
  • 7
  • 28
1
vote
1 answer

How to get the X and Y axis of a string or a paragraph from a PDF file?

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…
Tom
  • 606
  • 7
  • 28
1
vote
1 answer

how to make createdtime field in Vtiger CRM editable?

Does anyone know how to make createdtime field in Vtiger CRM editable so user can change createdtime field in user interface?
mlms133
  • 53
  • 6
1
vote
0 answers

Changes in Vtiger CRM

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…
C2121
  • 81
  • 13
1
vote
0 answers

VtigerCRM: How can I avoid modifying entity data?

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 =…
Manolo
  • 125
  • 2
  • 10
1
vote
3 answers

vtiger Call to a member function Execute() on null in C:\xampp\htdocs\vtigercrm\include\database\PearDatabase

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…
Marco Dinatsoli
  • 10,322
  • 37
  • 139
  • 253