vtiger is a PHP based opensource CRM application which forked off sugarCRM. Very suitable for small and medium enterprises, it uses the smarty framework. One can also import and export specific modules with/without customization
0
votes
0answers
6 views
vTiger CRM 5.4 cron workflow problems
We have the following issues reported in the Cron emails:
1) root/public_html/crm/cron/vtigercron.sh:
Warning: mysql_pconnect() [function.mysql-pconnect]: Can't connect to MySQL server on 'xxxxxxxx' ...
0
votes
0answers
7 views
Create vtiger calendar entry with custom webform?
Does anyone know if it is possible to create a calendar event in vtiger 5.4.0 with a custom webform? Something like this?
<form method="post" ...
0
votes
0answers
11 views
Vtiger select multiple contacts
I would like to select multiple contacts to a ticket. I can do this by adding multiple UI Type 10 (e.g Contact 1, Contact 2, Contact 3 etc). I could have 20 or more and it is not very practical. I ...
0
votes
0answers
13 views
MySQL Write-Query Execution Offloading
I am setting up a custom vtiger 5.3 crm solution. The crm uses a RESTful WS to encapsulate the MySQL db operations. I will be making a large number of calls to the WS (inserting and updating numerous ...
0
votes
0answers
11 views
Relation between main module and related module
I am using vtiger and i have created a module and add a document module as related module. I have added some functionality in document as: at least 3 document you have to select. But i want, when he ...
0
votes
0answers
12 views
How to Partially Call/Load Data/Contacts from Database in Contacts Module in vTiger?
I have nearly 1 million contacts and it took more than 5 minutes for the system to load when i enter contacts module. I suspect the system by default, from database-POV, call all the contacts.
...
1
vote
0answers
12 views
Project and Project task view by related user or group only
if i want to modify the code with this function, any idea to help me? where i should change the code? or vtiger already having this fucntion?how to setting on profile there?
QUestion
1)Project and ...
0
votes
0answers
11 views
How to add menu in customer portal to take further service request?
I want to add one menu in customer portal of vtiger, And i need to integrate form like lead to capture further customer request for services. Just like ticket.
I don't know which table i should ...
0
votes
0answers
25 views
How to make condition for empty value or null value in vtiger workflow?
I created two custom field like Arrival date and Departure date in Lead module. and i am creating workflow by giving condition as follows:
Conditions:
Arrival date => is => Expression cf_457 != ''
...
0
votes
0answers
37 views
How to insert multiple leads at once through webforms in vtiger crm?
I have a webform which enters leads into vtiger crm . The webform is as follows:
<form name="Test" action="http://localhost:8888/modules/Webforms/capture.php" method="post" ...
0
votes
3answers
224 views
how to install vtiger crm in localhost
Am new to vtiger crm.can any explain how to install vtiger crm and how to create database connection..
i tried to install vtiger crm in localhost but am getting lot errors and workings like
...
1
vote
2answers
96 views
how to rename menu in vtiger crm am trying to do that am getting warnings
I am trying to rename the menu items in v tiger crm. I googled but I could not get the right information. I try to change the menu items and getting the following warnings.
'contacts'=>'customers' ...
1
vote
1answer
66 views
alternative to openssl_encrypt
I'm using a CRM software called vTiger which uses the function openssl_encrypt. Unfortunately my hosting (Hostgator) doesn't support it on php 5.2.17. They do support it on php 5.3, but I can't use it ...
0
votes
1answer
51 views
Customize Vtiger
I am working on vtiger customization.
I changed the UI but i want to know where the mysql query executes.
Is there any common function to execute all query?.
I got one function which call by all ...
2
votes
0answers
65 views
how can I replace the calendar of vtigercrm with another customized calendar (solar calendar)?
I am modifying the Vtiger CRM environment and have changed its language from English to Persian. Now I want to replace the Vtiger's calendar (which its system is Gregorian) with another calender. You ...
0
votes
0answers
25 views
vtiger 5.4 how to change default assignee
How do you change the default value for "assigned to" to a specific group or user? I'm mainly concerned about the "Organizations" entity, but also interested in how to change it for other modules.
0
votes
0answers
32 views
vtiger mass email campaign issue
I'm using vtiger 4.2.
During Mass Emailing any campaign one need to manually send 10/20 mails at once of any contact/lead etc List,which makes the job very tiresome.
Is there any way by which I can ...
1
vote
1answer
54 views
vTiger Custmer Portal - Invoice Issure: .pdf download error
Unfortunately we had a DB-Crash last week. therefore I used an backup copy of the system to rerun it. Everything goes well but the PDFMaker Pro. First I had license issues. PDFMaker did not accept my ...
0
votes
2answers
75 views
how to edit or modify footer in home page(Home\index.php) in vtiger crm [closed]
I added new content in then my page width is increased in home page(index.php) that's way my footer is displayed very smaller in my home page(Home\index.php). If i modified the css in all pages footer ...
1
vote
0answers
228 views
vtiger customer portal 5.4.0 - Could not connect to server - XML error parsing SOAP payload: Not well-formed
If I try to login in the vtiger customer portal i get the error "Could not connect to server".
I have installed vtiger 5.4.0 and vtiger customer portal 5.4.0.
The machine is a Linux CentOS 6, php ...
0
votes
1answer
17 views
Assign lead to vendor?
I want to know how to assign leads to vendor. Actually i have a vendor who provide transportation services. So, I want to assign leads to the transport vendor.
Please help me to achieve this in ...
0
votes
0answers
35 views
vtiger module for Office management
is there any module in Vtiger for office management ? following sections i need to develop in office management:
Attendance and time in and time out
Payroll, salary slips
Staff information
Project ...
0
votes
0answers
190 views
vTiger webservice “ACCESS_DENIED : Permission to perform the operation is denied for id”
I want to add SalesOrder through vTiger webservice. I'm using for this vtwsclib. Here is the code:
<?php
include_once('vtwsclib/Vtiger/WSClient.php');
$url = 'http://localhost:8888';
$client = new ...
1
vote
0answers
72 views
Fatal error: Uncaught exception 'WebServiceException' with message 'Invalid reference specified for parent_id'
I have an issue using vtigercrm version 5.4.0. on Unix system.My issue is that I created a workflow for invoice with the task being generating an event in the calender.The condition is if any invoice ...
0
votes
0answers
76 views
vtiger crm how to customize compose email page
i am in problem related to vtigercrm customization,When user select lead and select send email, then goes to compose email page, i want to customize compose-email page,need to change description area ...
0
votes
0answers
38 views
vTiger 5.4 developmet: Is there any way to populate services/products while creating Invoice for particular trouble ticket automatically
Is there any way to populate services/products which are being used in any trouble ticket while creating Invoice for that particular trouble ticket.
Thanks!
0
votes
1answer
75 views
Integrate highcharts in vtiger?
I am trying to change vtiger graph look to highchart look. but i am new for vtiger, so help me out to change vtiger graph layout.
0
votes
1answer
186 views
Upload file to server with wget command line
I have web-page with button "Choose file" to upload file on server.
I am trying to upload file with wget command line to server. Exactly like we do it with "Choose file" button in web.
I do this:
...
-1
votes
1answer
160 views
SugarCRM CE or VTiger for an applicant tracking system? [closed]
I've been trying to choose between the two? I am going to use the system for a recruitment agency.
SugarCRM CE is very well laid out when it comes to Module Creation, and then to let the modules use ...
0
votes
1answer
93 views
vTiger create activity meeting from custom workflow
In vtiger open source, client wants to create a meeting invite on calendar once certain conditions are satisfied. is there any method/api exposed in vtiger to which we can pass the event parameters ...
0
votes
2answers
265 views
Asterisk originate not working
I am trying to make vtiger work with asterisk 1.6 (freepbx server). I have managed to get to the point where I can connect to the asterisk manager interface (AMI) and write to it. But for some weird ...
0
votes
2answers
435 views
Importing quotes into vtiger crm with web services
I need to import quotes into vtiger.
I find out it can be be done using vtiger web services API
I find out the reference manual:
...
1
vote
0answers
120 views
Vtiger select query
I'm copying a vtiger query in a similar way but there is one change that the query given first having only one output so there is kept 0 in 2nd argument,
but in my customized query there are multiple ...
0
votes
0answers
77 views
how to schedule email in vtiger crm 5.2.1
I am using vtiger crm version 5.2.1.I have to schedule a report that should be mailed daily on every morning.Can any one suggest me how should i do that in vtiger.
0
votes
0answers
29 views
How to place multiple custom field in one column of amodule
Hello i have a leads module in which i have to add the lead status along with the date field in on column how should i do that.
0
votes
0answers
27 views
Need to autopopulate account name when contact name is selected while creating a new invoice in vtigercrm
I have a vTiger CRM in place. WHen I create an invoice, I enter the contact name, and every contact name has a account attached to it. Yet I need to re enter account name in the account name field.
...
0
votes
1answer
106 views
Vtiger Customer Portal login with Phonegap
I am beginning as a web developer (and a new vtiger user) working on a phonegap app with several features, like that the customer can login through the customer portal, so they can access their ...
0
votes
1answer
383 views
vTiger - How to use module field in another module
I'm newbie in vtiger. I'm trying to insert the field "Service Name" from Services module in TroubleTicket module, but up to now I wasn't able to do it.
Generally speaking, is it possible to insert a ...
3
votes
2answers
108 views
MySQL explain - require index suggestions / feedback [closed]
I have a database containing around 5million rows and am having issues with a query taking a long time (over a minute). I was hoping this information would be enough for someone to give me some ...
0
votes
1answer
91 views
changing the graph color in vtiger
I am using Vtiger CRM. I want to change the horizontal and vertical graph colors in dashboard. I tried doing in modules/dashboard/horizontal_bargraph.php and modules/dashboard/vertical_bargraph.php ...
0
votes
1answer
180 views
Vtiger Customer Portal setup issue
This is stupid but I cant understand what is wrong. I am trying to setup Vtiger Customer Portal
I followed the User Guide
but when I try to access the index page of customerportal Nothing appears on ...
0
votes
0answers
18 views
calender value not display in internet explorer in vtiger
Please see this image and see also Std Warranty End Date and Extended Warranty Start Period field 'Nan-Nan-Nan' value.this type value show only internet explorer and other browser i see value is ...
0
votes
1answer
266 views
vtiger vs sugarcrm for building custom product [closed]
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 ...
0
votes
0answers
72 views
How to take Vtiger 5.0.3 Backup? [closed]
I am using Vtiger 5.0.3, in which i am unable to take the backup file of the same.
Can anyone help me out in this.
0
votes
0answers
89 views
phpmyadmin in vtiger missing extentions
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 ...
0
votes
0answers
154 views
Jasperserver URL - PHP
When I log in on Jasperserver, everything is ok. I can execute all the reports with parameters.
But when I log in through PHP with that URL:
...
0
votes
0answers
104 views
Login on Jasperserver with php
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 ...
0
votes
0answers
206 views
field formula for customer information- vtiger 5
I have created a field formula to add customer phone number on detail view based on the user id we get from related to expression
here is the code
function _vt_mobile($arr){
...
1
vote
0answers
121 views
In vtiger crm how can we show and hide “ Convert Leads” link in Leads module
In vtiger crm how can we show and hide " Convert Leads" link in Leads module , when we select picklist value then show and hide "Convet Leads" link.
can you explain with code.
0
votes
1answer
89 views
How to increase the row hight in ListView in Vtiger 5.4
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 ...
