Questions tagged [vtigercrm]

Vtiger CRM refers to both cloud and open source versions of the CRM application offered by the company Vtiger. Vtiger's open source CRM application was originally forked from SugarCRM with the intention of being a fully open source CRM application with comparable functionality to SugarCRM and Salesforce.com.

Vtiger CRM refers to both cloud and open source versions of the CRM application offered by the company Vtiger. Vtiger's open source CRM application was originally forked from SugarCRM with the intention of being a fully open source CRM application with comparable functionality to SugarCRM and Salesforce.com. It offers reporting, a customer portal and an Outlook plugin in its free edition, whereas those functions are in paid versions of the other CRM applications. Vtiger's cloud application was released in 2010, and offers added functionality such as a new interface, advanced reporting, and email campaigns.

205 questions
0
votes
1 answer

Addition and subtraction not working in Update Fields in Vtiger

i know this has already been asked on some forums like in https://discussions.vtiger.com/ and I already placed a question but I haven't received any answers and do a search on related questions but I don't seem to find a definite answer to this…
Arel
  • 11
  • 2
0
votes
1 answer

Calculate Contacts age on Vtiger with Javascript if any Contacts field had been changed (code inside)

I would like to calculate my Contacts age based on his birthday. With some search I came up with this code: (add code to Edit.js) /*** Function to calculate Age based on birthday field change*/ jQuery('[name="birthday"]',form).change(function()…
RoberJr
  • 1
  • 2
0
votes
3 answers

Calculation on vTiger field before save handler on Javascript Side (code inside)

I need to understand how to do real time calculation on Edit.js By searching and looking around i came up with this code in Edit.js of the Contact Module. calculate_amount: function (){ var units = $("input[name='cf_852']"); var value =…
Emmanuele
  • 7
  • 3
0
votes
1 answer

How to make custom uitypes display in dropdown list when i am creating custom filed

I have created custom UI-types for vtiger 7. They work perfectly fine. They are displayed in layout-editor on existing custom fields and on needed pages. But I don't know how to make them display in the dropdown list when I am creating a new custom…
0
votes
3 answers

Change display name of Vtiger field

Please I would like to know how to change the display name (in view mode) of a field in Vtiger 7 when linking a custom module to an existing module such as Account Module. It keeps displaying the default numbering field. Please see the following 2…
BoCyrill
  • 1,219
  • 16
  • 17
0
votes
1 answer

vtiger CRM - 7.1.0 - How to find the Invite Users actions?

I want to implement the Invite User actions located in the Calendar>Events to Project. I've tried searching in the Workflows and other settings but I couldn't find where is the actions located.
nazdanial
  • 1
  • 2
0
votes
2 answers

Custom module using vtlib with step by step in vTiger7

I need to create a custom module in vTiger, but it should have all kind of variations in terms of field data types, default values, dependent picklists, relation fields [UI Type 10], etc. I have installed the latest stable version of vTiger7, but…
P P
  • 49
  • 10
0
votes
2 answers

How I can find the injected file or database which hacked by any one in vtiger crm 6.4?

I am using vtiger crm 6.4. for my product, I have taken source code from a developer who has customized my product in vtiger crm 6.4. So everytime from vtiger_users table, the admin password will change. I want to know what is the way to finding the…
0
votes
0 answers

VTiger CRM customer portal (Cannot connect to Server.Please configure your site url in provided config file.)

Hi my vtiger customerportal login is not working when I'm changing the config url's set to PUBLIC IP. When using private ip it let's me login successfully. config.inc.php (http://) config.template.php…
0
votes
2 answers

Apache2 can't access using public ip

Hi I have an Apache web server in ubuntu 18.04.02 when I try to access my site (VTiger CRM 7.1) using my public IP it always redirects to my private IP Current conf file ServerAdmin admin@example.com DocumentRoot…
0
votes
1 answer

Problem with PDF Controller in vTiger CRM 6.5

I work on one project, users actively use PDF templates in CRM, the fact is that I need to get the field value in the SalesOrderPDFContoller.php file: I used this code:$this->focusColumnValue('input_name'); So I should get the value from the…
Raite
  • 5
  • 1
  • 3
0
votes
1 answer

Some Problems with cache in vTiger CRM

i wrote a little sh*tcode that loads data from one accounting program in xml format, parses it and adds it to the database, but there is one big problem: the data is displayed on the page itself in CRM, you need to reload the page 2 times, when you…
Raite
  • 5
  • 1
  • 3
0
votes
2 answers

vtiger 7.1 installation error Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP

I am facing an issue in vtiger 7.1 installation insted of setup page , it shows error page with this content Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; RecurringType has a deprecated…
eima
  • 51
  • 2
  • 7
0
votes
1 answer

VTIGER CRM (PHP) encoding Vtiger_Util_Helper::toSafeHTML(ZEND_JSON::encode) with characters

This is the string which i passing for ZEND_JSON {"0":"265","product":"265","1":"059 Königsblau","st_color":"059 Königsblau","2":"","st_material":"","3":"XL","st_size":"XL","4":"287","stockmanagementid":"287"} I want 059 Königsblau…
0
votes
1 answer

create popup for events overlap vtiger calendar

How can I add the control to the configuration screen of a calendar event? overlapping of events or if the same user "assigned to" already has an event in calendar (even partial) between "Start date and time" and "End date and time" of the new one…
DevOkAnd
  • 113
  • 1
  • 2
  • 8