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.
Iam using vtiger 7.4.0
I trayed to create module with the original tool Vtiger , enabled from connect SSH with php and enabled the module creator tool and add name and file name but i cant fined the module in home menu , i fined it in
(( module…
I have create a new module and then I did not have in there a directory "view", so I copied that directory from another module and pasted that in my module but then I have a problem with "Edit.php".
Then my page is completely white, it doesn't load…
In new ticket form, I have 2 picklists:
Category has 2 items: C1 and C2
Assigned To has 2 items: A1 and A2.
When user chooses C1 from picklist "Category", item A1 is selected automatically from picklist "Assigned To".
When user chooses C2,…
I'm wondering what the following code is doing:
jQuery.Class("Vtiger_Helper_Js",{ });
I'm asking because I can't figure out what jQuery.Class is about...