we recently had one requirement from our esteemed client to display multiple chart for lead status report in vtiger. Requirement : There is the field called pollingbooth in leads module. wants to display leads-status in chart for each pollingbooth.
we achieve this using change in following files.
- Dashboard/Entity_charts.asp
//Charts for Lead Polling
if ($profileTabsPermission[getTabid(“Leads”)] == 0 && ($type == “leadbypollingbooth”) )
Call seperate function for display chart. - Dashboard/display_charts.asp
change the code in the function “get_graph_by_type” according to the needs. - Language/en_us.lang.php
add tag for the new report .
This way we can add multiple chart for single report.Happy programming !!!
Do You Need more information?
For any further information / query regarding Technology, please email us at info@varianceinfotech.com
OR call us on +1 630 534 0223 / +91-7016851729, Alternately you can request for information by filling up Contact Us
Leave a Reply