vTiger CRM 5.4

Automatic Call Logging – vTiger CRM Android App!

October 29, 2013
Article
vTigerCRM has just released an update for it’s Android App. The vTiger CRM Android App Update includes: Mobile Call Logging Whenever you get an Incoming or do an Outgoing call – the contacts from your vTigerCRM are matched against the number you are dialing/receiving and automatically records the call and places it in Contact’s Activities tab. It’s really helpful to keep track of calls made and receive – you have no longer to do that manually. Offline Record Editing If you find yourself in an area where there’s no service or you are out of your wifi zone – you will still be able to view update your vTigerCRM records. Once you get back online – the changes will sync to vTigerCRM. Miscellaneous bugs Few minor bugs and enhancements have also been included in the new release. The app can be downloaded at official vTiger CRM store.

Invoice/Quote/Sales Order Default to Service instead of Product.

July 18, 2013
Article
By default when you start Invoice, Quote or Sales Order the item defaults to products. This is not convenient for businesses who are oriented towards services, however there’s a quick tip how to change the first line item to services. We strongly recommend to backup vTiger files and database before doing any changes to code/database. Navigate to “vtigercrm/Smarty/templates/Inventory/ProductDetails.tpl” Go to line 172, the line should be: <img id=”searchIcon1″ title=”Products” src=”{‘products.gif‘|@vtiger_imageurl:$THEME}” style=”cursor: pointer;” align=”absmiddle” onclick=”productPickList(this,’{$MODULE}’,1)” /> Change it to: <img id=”searchIcon1″ title=”Services” src=”{‘services.gif‘|@vtiger_imageurl:$THEME}” style=”cursor: pointer;” align=”absmiddle” onclick=”servicePickList(this,’{$MODULE}’,1)” /> Save files and you are set.

vTiger 5.4.0 Security Patch Released

March 26, 2013
Article
vTiger team has released a security patch which will help prevent the Local File Inclusion, Local File Deletion, SQL Injection, PHP Code Injection, Cross site scripting, Arbitrary File Upload, Authentication Bypass vulnerabilities(SOAP API’s). You can download the patch from SourceForge or Office vTiger Link. Make sure you always backup  your files and the database.  To apply the security patch, simply overwrite the files in /vtigercrm/ directory. Feel free to contact us if you need help apply the patch.