Help with reports

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Help with reports

Postby hiadviser » Wed Jan 23, 2013 5:18 pm

Hey everyone,

I wanted to know it was possible to create a report that allows me to see a certain date of when leads were added to the system and then which ones were called or not.

So let's say yesterday I had 100 leads added to the system, is it possible to see those exact leads and which ones were called or not?


Thank you in advance for you help!

ViciDial VERSION: 2.6-385a | BUILD: 121124-1957 | Asterisk 1.4.21.2-vici | Single Server| No Digium/Sangoma Hardware | No Extra Software After Installation | Server Being hosted by someone else (dont know specs for it)
ViciDial VERSION: 2.14-583a | BUILD: 161226-2224 | Asterisk 11.22.0-vici | Cluster Setp - 3 Web, 1 DB| No Digium/Sangoma Hardware | No Extra Software | HP ProLiant DL360 G6, 48GB RAM, 16 x Intel Xeon X5550 2.67GHz, 480GB SSD
hiadviser
 
Posts: 71
Joined: Wed Dec 05, 2012 9:29 am

Re: Help with reports

Postby williamconley » Wed Jan 23, 2013 10:40 pm

easiest if you create a new list every day. then you would just "look" at the list and it would show you dialed/status charts.

phpmyadmin could be used to extract the data you seek:

select count(lead_id) as count from vicidial_list where entry_date > '2012-01-08 00:00:00' and entry_date < '2012-01-08 23:59:59' and called_since_last_reset='Y';
select count(lead_id) as count from vicidial_list where entry_date > '2012-01-08 00:00:00' and entry_date < '2012-01-08 23:59:59' and called_since_last_reset='N';

Of course there may be some reports that can get you this data as well, but I don't recall a report that will pull leads from all lists based on entry date.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)


Return to Support

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 158 guests