| Sr. no |
Client Company Name |
Company name |
Name |
Contact Date |
Option |
for($i=0;$i<$rowcount;$i++)
{
$obj_Leads = new Leads();
$leadid = $leadslist[$i]['leadid'];
/*
echo $sql ="SELECT c.userid,b.leadid,b.clientname AS Client_Company_Name,d.companyname AS Company_Name,a.leaddesc,a.firstcontactdate,a.nextcontactdate,c.name,b.leadForRepid
FROM trnleadsdetails a
INNER JOIN trnleads b on a.leadid = b.leadid
INNER JOIN mstusers c on b.userid =c.userid
INNER JOIN mstcompany d on b.companyid = d.companyid
LEFT JOIN mstclients e on b.clientid = e.clientcompanyid
$where_condition and b.leadid=$leadid ORDER BY a.nextcontactdate DESC ,a.leaddetailsid ASC";
$leadslistdetails = $obj_Leads-> getLeads('','',$sql);
print_r($leadslistdetails);
$rowcount2 = count($leadslistdetails);
for($j=0;$j<$rowcount2;$j++)
{
*/
$counter = $i+1;
$Companyname = $leadslist[$i]['Company_Name'];
$Clientcompany = $leadslist[$i]['Client_Company_Name'];
$Leads_description = $leadslist[$i]['leaddesc'];
$Contact_date = $leadslist[$i]['nextcontactdate'];
$name = $leadslist[$i]['name'];
//$Salse_representative = $productlist[$i]['price'];
$deleteleadsid ="lead_row".$leadid;
?>
| =$counter?> |
=$Clientcompany?> |
=$Companyname?> |
=$name?> |
=$Contact_date?> |
|
} ?>