Managing sales

All installation and configuration problems and questions

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

Managing sales

Postby aster1 » Sun Feb 25, 2007 11:10 am

I have got vicidial working properly for sometime . I have a list number 444 on which 2 agents are dialing .. the campaign that uses that list dials to new,callback,busy,etc . Suppose agent makes a sale and clicks sale on disposition screen then how can i quickly see all sales made for campaign on the day and by which agent ( agent stats page shows some info but how to see for whole campaign ) ? what i was planning was to make new campaign using same list 444 but dialing only disposition of SALE .. but 2 campaigns cant use same list ( right ? ) . My basic question is .. at end of the day how to quickly manage sales made ??
aster1
 
Posts: 281
Joined: Sun Dec 24, 2006 6:48 am
Location: India

Postby aster1 » Sun Feb 25, 2007 11:14 am

Also i want to integrate sales with some crm . Since our campaign have lot of fields to be filled other than those provided by vicidial so i was thinking if i can use some crm link as webform where agent can fill whole information . Does the vtiger_search.php provided does this with vtiger crm ?
aster1
 
Posts: 281
Joined: Sun Dec 24, 2006 6:48 am
Location: India

Postby mflorell » Mon Feb 26, 2007 10:58 am

I usually recommend using PHPMyAdmin(http://www.phpmyadmin.net/) for extracting sales or other data from VICIDIAL if you are not fully versed in programming.

As for integrating with a CRM, yes, the vtiger search script will insert a record with the details available in the vicidial_list table in to the vtiger CRM, you do need to have the agent's username configured the same in both.
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby aster1 » Tue Feb 27, 2007 11:12 am

sorry for that really n00bish question :oops: about managing .. agent stats page is really good and it shows records as per date which i didnt see before . I am using phpmyadmin for most of lead extraction ..

I have setup vtiger 4.2 on vicidial server and edited script to change url and database passwords . Now i should make same username in vtiger as agent name in vicidial and in webform path of campaign add full url to vtiger script like http://127.0.0.1/xxx/vtiger_search.php right ??
I will be getting my hands on it after 3-4 days so just asking in advance as precaution :D

EDIT EDIT : Just got ur answer in another thread . Thx ..
aster1
 
Posts: 281
Joined: Sun Dec 24, 2006 6:48 am
Location: India

Postby mflorell » Tue Feb 27, 2007 11:02 pm

Yes, that should work. I haven't touched that script in many months, but it should still work just fine.
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

not equal phpMyAdmin and Reports

Postby eijal » Mon Apr 16, 2007 7:47 pm

Hi,
I am exporting my SALES with phpMyAdmin with this sql statement:
Code: Select all
SELECT * FROM `vicidial_list` WHERE (modify_date like '2007-04-14%' and status LIKE 'SALE' AND user like '3%')


And I have 132 rows (many SALES from past days!!!!!!!!).

But if I go to Reports -> AGENT PERFORMANCE DETAIL (And I choose 2007-04-14) I have 70 SALES. And really on 2007-04-14 the call center had 70 SALES.

Could you help me please with SQL stament

PD.
I have just one outbound campaign and the USER IDs begin with 3 for this campaing
eijal
 
Posts: 186
Joined: Thu Feb 08, 2007 6:34 pm

Postby mflorell » Tue Apr 17, 2007 9:25 am

You should probably pull the lead_id from the vicidial_log instead of vicidial_list.

Something like this should work:

SELECT * FROM vicidial_list,vicidial_log WHERE (call_date > "2007-04-14 00:00:01" and call_date < "2007-04-15 00:00:01" and vicidial_log.status = 'SALE' AND vicidial_log.user like '3%' and vicidial_log.lead_id=vicidial_list.lead_id);
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

thank you very much

Postby eijal » Tue Apr 17, 2007 5:15 pm

thank you very much
Now I have the correct reports
eijal
 
Posts: 186
Joined: Thu Feb 08, 2007 6:34 pm


Return to Support

Who is online

Users browsing this forum: Majestic-12 [Bot] and 67 guests