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 currently working on a module for vtiger CRM where a user can sign a .PDF document using the Docusign API.
The problem I have is that I can only send an email which looks like this:
What I want is to only get an email with the security code,…
I am using Vtiger 6.3.
I need to remove the ellipsis from the organization (контрагент) text field and render the full name of organization. Please see the screenshot below.
[
I found a CSS file and commented out all styles but the dots are still…
Currently I'm trying to change the 'Assigned To' user for a lead to the current user whenever a user enters the lead details screen.
I have the following code:
function checkPermission(Vtiger_Request $request) {
$moduleName =…
I am using Vtiger CRM on localhost and for single machine only,
This time when i tried to connect Vtiger on other computer through http://ipaddress_of_1st_machine:8888 then getting "Illegal Request Error".
When i am clicking on "GO BACK" option…
I am trying to migrate from one server with vTiger 6.0 to a new server with vtiger 6.2.
I complete the installation and also i move the database from the old server and no problems in those parts.
The errors come when i try to login, if i try to…
I'm trying to setup workflow in vtiger that export invoice to pdf once the invoice has certain status.
To do it, I was thinking of using the "Invoke Custom Function". There is a documentation on it, but it is not clear, like: where/which file to…
I have already installed php5, php5-curl, php5-mysqli by sudo apt-get install command. and have php version PHP 5.5.23.
But at the time of vtigercrm installation present PHP value show No.
PHP Configuration
This did not resolve the issue - any…
I am using vtiger CRM 6.1.0 and installed it correctly
But after login i am getting this error
{"success":false,"error":{"code":"Illegal request","message":"Illegal request"}}
How to resolve this error as i did not get any solutions from their…
First,I am creating a module that has two fields (example: Name, Type). After that i created another module where there is a related module field(the first module that i've created).Now my problem is, I want to add filter in the related module field…
I'm trying to create a document with an attached filed via the vtiger 5.4 webservice.
Creating a document is straight-forward enough, but I'm not clear on the procedure to add the file.
It seems like a two step process:
Upload the file
Reference…
I'm trying to get a session token to access Vtiger's REST api.
I first get the challenge token using my username:
var USERNAME = "Josh";
var ACCESS_KEY = "DZsAkVoTeoajNCRD";
var DEFAULT_PATH = "/crm/webservice.php?";
var DEFAULT_HEADERS = {
…
is there any webservice lib for the 6.0.0 version ?
like the the vtiger Web services Client library vtwsclib-1.4 ? does that works on version 6.0.0 too
im using vtiger crm 5.4.0..its awesome..
but i have 1 problem, regarding to Quotes Module, Invoice Module and other module which Generate PDF for print.
If that generated Quotes is of 3-4 pages then how to remove/hide Header part like Compny…
I'm sorry for such a newbie question, but I have two tables:
vtiger_assets
+-----------+---------+------+-----+---------+----------------+
| assetid | account | Stat | Key | Default | assetname …