<meta name="viewport" content="width=device-width, initial-scale=1">
<?php
include 'connect.php';	
include 'mingguke.php';	

define('YBASE',true);
//session_start();

if (isset($_SESSION['yuser'])) {
			include_once 'config/log.php';
	$mtime = microtime(); $mtime = explode (" ", $mtime); $mtime = $mtime[1] + $mtime[0]; $tstart = $mtime;
} else {
	header('location:login.php');	
}	
$jabat=$_SESSION['jabat'];
if (isset($_GET['id'])) {
		$slm=$_GET['id'];
		$_SESSION['salesman'] = $slm;
} else {
 $slm=$_SESSION['yuser'];
}


?>
<html>
 <head>
  <title>IBS</title>
  <!-- <script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script> --> <!-- old version, doesnt work in localhost --> 
  
    <link rel="stylesheet" type="text/css" href="css/layout.css">
    <link rel="stylesheet" type="text/css" href="css/stylesheet.css">
    <link rel="stylesheet" type="text/css" href="css/easyui.css">
    <link rel="stylesheet" type="text/css" href="css/icon.css">
	<link rel="stylesheet" type="text/css" href="css/jquery-ui-1.css">
    <link rel="stylesheet" type="text/css" href="css/jquery_notification.css">
    <link rel="stylesheet" type="text/css" href="css/jquery.autocomplete.css"/>
    <link rel="stylesheet" type="text/css" href="css/jpaging.css">
    <link rel="stylesheet" type="text/css" href="css/ui.datepicker.css"/>
    <link rel="stylesheet" type="text/css" href="css/bootstrap.css"/>
	<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
    <script type="text/javascript" src="js/jquery-ui-1.8.20.custom.min.js"></script>
    <script type='text/javascript' src='js/jquery.paginate.js'></script>
    <script type="text/javascript" src="js/ui.core.js"></script>
    <script type='text/javascript' src="js/jquery.autocomplete.js"></script>
    <script type="text/javascript" src="js/ui.datepicker.js"></script>
    <script type="text/javascript" src="js/jquery.PrintArea.js"></script>
	<script type="text/javascript" src="js/jquery.easyui.min.js"></script>
	<script type="text/javascript" src="js/clock.js"></script>
    <script type="text/javascript" src="js/jquery_notification_v.1.js"></script>
	<script type="text/javascript">    
    //fungsi displayTime yang dipanggil di bodyOnLoad dieksekusi tiap 1000ms = 1detik
    function tampilkanwaktu(){
        //buat object date berdasarkan waktu saat ini
        var waktu = new Date();
        //ambil nilai jam, 
        //tambahan script + "" supaya variable sh bertipe string sehingga bisa dihitung panjangnya : sh.length
        var sh = waktu.getHours() + ""; 
        //ambil nilai menit
        var sm = waktu.getMinutes() + "";
        //ambil nilai detik
        var ss = waktu.getSeconds() + "";
        //tampilkan jam:menit:detik dengan menambahkan angka 0 jika angkanya cuma satu digit (0-9)
        document.getElementById("clock").innerHTML = (sh.length==1?"0"+sh:sh) + "." + (sm.length==1?"0"+sm:sm) + "." + (ss.length==1?"0"+ss:ss);
    }
</script>
<style type="text/css">
.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	height:15px;
	line-height:15px;
	width:50px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #287ace;
}
.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}.classname:active {
	position:relative;
	top:1px;
}

    tbody > tr:nth-child(2n+1) > td, tbody > tr:nth-child(2n+1) > th {
        background-color: #ededed;
    }
    table{
        width: 95%;
        margin: auto;
        border-collapse: collapse;
        box-shadow: darkgrey 3px;
    }
    thead tr {
        background-color: #36c2ff;
    }
	
</style>

<style type="text/css">
.timbul {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3a0cf0), color-stop(1, #176157) );
	background:-moz-linear-gradient( center top, #3a0cf0 5%, #176157 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a0cf0', endColorstr='#176157');
	background-color:#3a0cf0;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0px;
	border:1px solid #ed5197;
	display:inline-block;
	color:#dcdeed;
	font-family:Arial Black;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	height:15px;
	line-height:15px;
	width:25px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 1px 0px #cc9f52;
}
.timbul:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #176157), color-stop(1, #3a0cf0) );
	background:-moz-linear-gradient( center top, #176157 5%, #3a0cf0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#176157', endColorstr='#3a0cf0');
	background-color:#176157;
}.timbul:active {
	position:relative;
	top:1px;
}</style>
<style type="text/css">
.timbul1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3a0cf0), color-stop(1, #176157) );
	background:-moz-linear-gradient( center top, #3a0cf0 5%, #176157 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a0cf0', endColorstr='#176157');
	background-color:#3a0cf0;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0px;
	border:2px solid #ed5197;
	display:inline-block;
	color:#dcdeed;
	font-family:Arial Black;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 1px 0px #cc9f52;
}
.timbul1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #176157), color-stop(1, #3a0cf0) );
	background:-moz-linear-gradient( center top, #176157 5%, #3a0cf0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#176157', endColorstr='#3a0cf0');
	background-color:#176157;
}.timbul1:active {
	position:relative;
	top:1px;
}</style>

<body onload="tampilkanwaktu();setInterval('tampilkanwaktu()', 1000);">
<div class="panel-header" fit="true" style="height:21px;padding-top:8px;padding-right:15px;width=80%;">
		<div style="float:left;">
		<a style="color:#fff;" href="index.php" iconcls="icon-home"><span>
        <span style="padding-left: 20px;" class="icon-home">Home</span></span></a>
        <a style="color:#fff;" href="page=about" iconcls="icon-home"><span">
        <span style="padding-left: 20px;" class="icon-home">About</span></a>
		<a style="color:#fff;" href="logout.php" iconcls="icon-logout"><span">
        <span style="padding-left: 20px;" class="icon-logout">Logout</span></span></a>
        </div>
		
		<div style="float:right"  color="#fff">
		<?php

$hari = date('l');
/*$new = date('l, F d, Y', strtotime($Today));*/
if ($hari=="Sunday") {
	echo "Minggu, ";
	$hariindo="Minggu";
}elseif ($hari=="Monday") {
	echo "Senin, ";
	$hariindo="SENIN";
}elseif ($hari=="Tuesday") {
	echo "Selasa, ";
	$hariindo="SELASA";
}elseif ($hari=="Wednesday") {
	echo "Rabu, ";
	$hariindo="RABU";
}elseif ($hari=="Thursday") {
	echo("Kamis, ");
	$hariindo="KAMIS";
}elseif ($hari=="Friday") {
    echo "Jum'at, ";
	$hariindo="JUMAT";
}elseif ($hari=="Saturday") {
	echo "Sabtu, ";
	$hariindo="SABTU";
}

$tgl =date('d-m-Y : ');
echo $tgl;

 
?>
<span id="clock"></span> 
</div>
			
	</div>

<div style="height:35px;padding-top:8px;padding-right:1px;width=95%;">
 <table >
				<tr>
					<td>
						<form class='w3-tiny' action='' method='GET'>	
							<div class='w3-row'>
								<div class='w3-col s5'> <label class='w3-label'>Search</label>
									<input type='text' name='cari' class='w3-input' placeholder='Nama customer...'>
									<button type='submit' class='w3-btn w3-tiny'><i class='fa fa-paper-plane'></i> GO</button>
								</div>
							</div>
						</form>
					</td>
				</tr>
				
			</table>
</div>			
<table border="1">

    <thead>
        <tr>
            <th>Nama</th>
            <th>Alamat</th>
            <th>Aksi</th>
			<th>ST</th>
        </tr>
		
    </thead>
     
    <tbody>
	
<?php
if ($jabat=='1') {
if ($minggu_ke=='1') {
$query = "SELECT '$_SESSION[yuser]' as salesman,a.custno,b.custname,b.alamat1 from pjppersonildetail a
		 left join customer b on a.custno=b.custno 
		  where  a.kdslm='$_SESSION[yuser]' and a.hari='$hariindo' and a.m1='1'";
		  }
elseif ($minggu_ke=='5') {
$query = "SELECT '$_SESSION[yuser]' as salesman,a.custno,b.custname,b.alamat1 from pjppersonildetail a
		  left join customer b on a.custno=b.custno and a.cabang=b.cabang
		  where a.kdslm='$_SESSION[yuser]' and a.hari='$hariindo' and a.m1='1'";
} elseif ($minggu_ke=='2') {
$query = "SELECT '$_SESSION[yuser]' as salesman,a.custno,b.custname,b.alamat1 from pjppersonildetail a
		  left join customer b on a.custno=b.custno and a.cabang=b.cabang
		  where a.kdslm='$_SESSION[yuser]' and a.hari='$hariindo' and a.m2='1'";
} elseif ($minggu_ke=='3') {
$query = "SELECT '$_SESSION[yuser]' as salesman,a.custno,b.custname,b.alamat1 from pjppersonildetail a
		  left join customer b on a.custno=b.custno and a.cabang=b.cabang
		  where a.kdslm='$_SESSION[yuser]' and a.hari='$hariindo' and a.m3='1'";		  
} elseif ($minggu_ke=='4') {
$query = "SELECT '$_SESSION[yuser]' as salesman,a.custno,b.custname,b.alamat1 from pjppersonildetail a
		  left join customer b on a.custno=b.custno and a.cabang=b.cabang
		  where a.kdslm='$_SESSION[yuser]' and a.hari='$hariindo' and a.m4='1'";		  		  
}	  
}
else {
if ($minggu_ke=='1') {
$query = "SELECT '$slm' as salesman,a.custno,b.custname,b.alamat1 from pjppersonildetail a
		 left join customer b on a.custno=b.custno 
		  where  a.kdslm='$slm' and a.hari='$hariindo' and a.m1='1'";
} elseif ($minggu_ke=='5') {
$query = "SELECT '$slm' as salesman,a.custno,b.custname,b.alamat1 from pjppersonildetail a
		  left join customer b on a.custno=b.custno and a.cabang=b.cabang
		  where a.kdslm='$slm' and a.hari='$hariindo' and a.m1='1'";
} elseif ($minggu_ke=='2') {
$query = "SELECT '$slm' as salesman,a.custno,b.custname,b.alamat1 from pjppersonildetail a
		  left join customer b on a.custno=b.custno and a.cabang=b.cabang
		  where a.kdslm='$slm' and a.hari='$hariindo' and a.m2='1'";
} elseif ($minggu_ke=='3') {
$query = "SELECT '$slm' as salesman,a.custno,b.custname,b.alamat1 from pjppersonildetail a
		  left join customer b on a.custno=b.custno and a.cabang=b.cabang
		  where a.kdslm='$slm' and a.hari='$hariindo' and a.m3='1'";		  
} elseif ($minggu_ke=='4') {
$query = "SELECT '$slm' as salesman,a.custno,b.custname,b.alamat1 from pjppersonildetail a
		  left join customer b on a.custno=b.custno and a.cabang=b.cabang
		  where a.kdslm='$slm' and a.hari='$hariindo' and a.m4='1'";		  		  
}	  
}

if(!empty($_GET['cari']))
{	


$cari=$_GET['cari'];
//$hideinp = "<input type='hidden' name='cari' value='$_GET[cari]'>";
if ($jabat=='1') {
$query1 = "SELECT '$_SESSION[yuser]' as salesman,a.custno,b.custname,b.alamat1 from pjppersonildetail a
		  left join customer b on a.custno=b.custno and a.cabang=b.cabang
		  where a.kdslm='$_SESSION[yuser]' and UPPER(b.custname) LIKE UPPER('%$cari%')";		  		  
}
else {
	$query1 = "SELECT '$_SESSION[salesman]' as salesman,a.custno,b.custname,b.alamat1 from pjppersonildetail a
		  left join customer b on a.custno=b.custno and a.cabang=b.cabang
		  where a.kdslm='$_SESSION[salesman]' and UPPER(b.custname) LIKE UPPER('%$cari%')";		  		  
}
$sql01 = mysql_query($query1);  

if ($sql01 >0 ){

$no = 1; // Untuk penomoran tabel, di awal set dengan 1
while($data1 = mysql_fetch_array($sql01)){
	$custno1=$data1['custno'];
	$_SESSION['slm']=$data1['salesman'];
	if ($jabat=='1') {
	$status=mysql_query("select '<h4 class=timbul>' as dp, '</h4>' as bl,'OK' as ok,custno,kdslm from customer_log where kdslm='$_SESSION[yuser]' and custno='$custno1' and tgl=curdate();");}
	else {
		$status=mysql_query("select '<h4 class=timbul>' as dp, '</h4>' as bl,'OK' as ok,custno,kdslm from customer_log where kdslm='$slm' and custno='$custno1' and tgl=curdate();");}
	$st=mysql_fetch_array($status);
// $nilait=$nilait+$data['jumlah'];
	
				echo "<tr>";
				echo "<td>".$data1['custname']."</td>";
				echo "<td>".$data1['alamat1']."</td>";
				
				echo "<td align='center'>
                <a href='edit.php?id=$custno1' class='classname'>Detail</a></td>";
				echo "<td align='center' >".$st['dp'].$st['ok'].$st['bl']."</td>";
				echo "</tr>";
				
				$no++; // Tambah 1 setiap kali looping
			}
}		
	else
				{
					echo"<tr>
						<td colspan='5'><div class='w3-center'><i>Data Pelanggan Not Found.</i></div></td>
					</tr>";
				}		
}
else {
	
$sql0 = mysql_query($query);  

if ($sql0 >0 ){

$no = 1; // Untuk penomoran tabel, di awal set dengan 1
while($data = mysql_fetch_array($sql0)){
	$custno=$data['custno'];
	if ($jabat=='1') {
	$status=mysql_query("select '<h4 class=timbul>' as dp, '</h4>' as bl,'OK' as ok,custno,kdslm from customer_log where kdslm='$_SESSION[yuser]' and custno='$custno' and tgl=curdate();");}
	else {
		$status=mysql_query("select '<h4 class=timbul>' as dp, '</h4>' as bl,'OK' as ok,custno,kdslm from customer_log where kdslm='$slm' and custno='$custno' and tgl=curdate();");}
		$_SESSION['slm']=$data['salesman'];
	$st=mysql_fetch_array($status);
// $nilait=$nilait+$data['jumlah'];
	
				echo "<tr>";
				echo "<td>".$data['custname']."</td>";
				echo "<td>".$data['alamat1']."</td>";
				
				echo "<td align='center'>
                <a href='edit.php?id=$custno' class='classname'>Detail</a></td>";
				echo "<td align='center' >".$st['dp'].$st['ok'].$st['bl']."</td>";
				echo "</tr>";
				
				$no++; // Tambah 1 setiap kali looping
			}
}		
	else
				{
					echo"<tr>
						<td colspan='5'><div class='w3-center'><i>Data Pelanggan Not Found.</i></div></td>
					</tr>";
				}		
}			
	?>
    </tbody>
	
</table>
<?php if ($jabat=='1') { ?>

<div align='center' style="width:95%; margin: auto;" >
<td align='center'  type='submit' style='width:70px'><a class='timbul1' href="index.php">Kembali</a></td>
<?php } else { ?>
</div>
<div align='center' style="width:95%; margin: auto;" >
<td align='center'  type='submit' style='width:70px'><a class='timbul1' href="listcustomersales.php">Kembali</a></td>

</div>
<?php }  ?>
</body>
</html>
	
