File manager - Edit - /home/autoph/public_html/voc/home/banner.php
Back
<!DOCTYPE html> <html> <head> <title>AUTOHUB SALES APP</title> <style> .reportlink{ line-height:200%; font-family:Arial; font-size:14px; font-weight:normal; margin:10px; padding:5px; background:white; } .reportlink:hover{ line-height:200%; font-family:Arial; font-size:14px; font-weight:normal; margin:10px; padding:5px; background:yellow; border-bottom:1px solid red; } </style> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <?php session_start(); $uID=$user_data['u_id']; $toDate = date_create() ->format("Y/m/d"); $_SESSION["ActiveID"]=$uID; //echo ($_SESSION[ActiveID]); ?> <script type="text/javascript"> function OpenNewWindow(){ var bBrand = $("#bBrand").val(); var winFeature = 'location=no,toolbar=no,menubar=no,addressbar=no, scrollbars=yes,resizable=yes'; window.open('RPT_REPORTA.php?rpt=a&a=a&b=b','null',winFeature); } //======================================================= $(function () { $('.showMenu').click(function () { $('.DivToHide').show(); }); $('.showMenu').click(function () { $('.DivToHide').hide(); }); }); //======================================================= function showAddNewForm(){ var diva=document.getElementById("AddNewInventoryForm"); if (diva.style.display == 'none') { diva.style.display = ''; } else { diva.style.display = 'none'; } } //======================================================= function hideAssignMsg(){ $("#saveMessage").fadeOut(10000); }; function showAssignMsg(){ $("#saveMessage").fadeIn(); }; //======================================================= function invHideAssignMsg(){ $("#invMessage").fadeOut(10000); }; function invShowAssignMsg(){ $("#invMessage").fadeIn(); }; //======================================================= function fReportA(){ var divA=document.getElementById("ReportA"); if (divA.style.display == 'none') { divA.style.display = ''; } else { divA.style.display = 'none'; } } //======================================================= function fReportB(){ var divA=document.getElementById("ReportB"); if (divA.style.display == 'none') { divA.style.display = ''; } else { divA.style.display = 'none'; } } //======================================================= function fReportC(){ var divA=document.getElementById("ReportC"); if (divA.style.display == 'none') { divA.style.display = ''; } else { divA.style.display = 'none'; } } //======================================================= function fReportD(){ var divA=document.getElementById("ReportD"); if (divA.style.display == 'none') { divA.style.display = ''; } else { divA.style.display = 'none'; } } //======================================================= function fReportE(){ var divA=document.getElementById("ReportE"); if (divA.style.display == 'none') { divA.style.display = ''; } else { divA.style.display = 'none'; } } //======================================================= function fReportF(){ var divA=document.getElementById("ReportF"); if (divA.style.display == 'none') { divA.style.display = ''; } else { divA.style.display = 'none'; } } //======================================================= function fReportG(){ var divA=document.getElementById("ReportG"); if (divA.style.display == 'none') { divA.style.display = ''; } else { divA.style.display = 'none'; } } //REPORT A function showUser(str) { if (str == "") { document.getElementById("para").innerHTML = ""; return; } else { if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp = new XMLHttpRequest(); } else { // code for IE6, IE5 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange = function() { if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { document.getElementById("para").innerHTML = xmlhttp.responseText; } } xmlhttp.open("GET","load_vehicle_brands_on_report_filter.php?q="+str,true); xmlhttp.send(); } } //REPORT B function showBrand(str) { if (str == "") { document.getElementById("paraModel").innerHTML = ""; return; } else { if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp = new XMLHttpRequest(); } else { // code for IE6, IE5 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange = function() { if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { document.getElementById("paraModel").innerHTML = xmlhttp.responseText; } } xmlhttp.open("GET","load_model_on_brand_change.php?q="+str,true); xmlhttp.send(); } } //REPORT C function showBrandC(str) { if (str == "") { document.getElementById("paraModelC").innerHTML = ""; return; } else { if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp = new XMLHttpRequest(); } else { // code for IE6, IE5 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange = function() { if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { document.getElementById("paraModelC").innerHTML = xmlhttp.responseText; } } xmlhttp.open("GET","load_vehicle_brands_on_report_filter.php?q="+str,true); xmlhttp.send(); } } //REPORT D function showBrandD(str) { if (str == "") { document.getElementById("paraModelD").innerHTML = ""; return; } else { if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp = new XMLHttpRequest(); } else { // code for IE6, IE5 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange = function() { if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { document.getElementById("paraModelD").innerHTML = xmlhttp.responseText; } } xmlhttp.open("GET","load_vehicle_brands_on_report_filter.php?q="+str,true); xmlhttp.send(); } } //REPORT E function showBrandE(str) { if (str == "") { document.getElementById("paraModelE").innerHTML = ""; return; } else { if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp = new XMLHttpRequest(); } else { // code for IE6, IE5 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange = function() { if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { document.getElementById("paraModelE").innerHTML = xmlhttp.responseText; } } xmlhttp.open("GET","load_vehicle_brands_on_report_filter.php?q="+str,true); xmlhttp.send(); } } //REPORT F function showBrandF(str) { if (str == "") { document.getElementById("paraModelF").innerHTML = ""; return; } else { if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp = new XMLHttpRequest(); } else { // code for IE6, IE5 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange = function() { if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { document.getElementById("paraModelF").innerHTML = xmlhttp.responseText; } } xmlhttp.open("GET","load_vehicle_brands_on_report_filter.php?q="+str,true); xmlhttp.send(); } } //REPORT G function showUserG(str) { if (str == "") { document.getElementById("paraModelG").innerHTML = ""; return; } else { if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp = new XMLHttpRequest(); } else { // code for IE6, IE5 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange = function() { if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { document.getElementById("paraModelG").innerHTML = xmlhttp.responseText; } } xmlhttp.open("GET","load_vehicle_brands_on_report_filter.php?q="+str,true); xmlhttp.send(); } } </script> <div id="viewInventory" style="padding:15px;width:100%;margin:0px;background:white;height:875px;float:left"> <div class='bgColor' style='border-radius:10px 10px 0px 0px;text-align:left;vertical-align:top;height:35px;margin:0px;width:100%;border:1px solid gray;border-bottom:0px;padding:5px;font-family:Verdana;font-weight:bord;font-size:18px;font-weight:bold;color:#043062'>System Reports: <div style='float:right;font-family:Verdana;font-size:15px;'> <a href='autohub.php?id=a&d=a' onclick='showAddNewProspect()' style='font-weight:bold'> ✕ </a> </div> </div> <!-- <img src='images/asa_b.jpg' border="0px solid blue" style="margin-left:28%"></img> --> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++REPORT FILTER WINDOW++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++REPORT FILTER WINDOW++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <!-- REPORT # A --> <div id="ReportA" style="display:none;float:left;position:absolute; top:20%;left:20%;width:30%;min-width:300px;height:350px;border:1px solid gray;background:white"> <div class='bgColor' style='text-align:left;vertical-align:top;height:35px;margin:0px;width:100%;border:1px solid gray;border-bottom:0px;padding:5px;font-family:Verdana;font-weight:bord;font-size:16px;color:#043062'>📜 Vehicle Inventory by Brand <div style='float:right;font-family:Verdana;font-size:15px;'> <a href='#' onclick='fReportA()' style='font-weight:bold'> ✕ </a> </div> </div> <!-- REPORT BODY --> <div style="float:left;width:100%;border-right:1px solid lightgray;height:88%;padding:30px"> <form action="REPORTS/RPT_REPORTA.php" method="GET" TARGET="_Blank"> <p style="margin-top:2px;padding:0px;margin-bottom:1px;">Select Brand:<i style='font-family:Arial;font-size:10px'>Based on given access only</i></p> <select id='brandSelected' name='brandSelected' onchange="showUser(this.value)" style='width:100%;margin:5px'> <option>--Select Brand--</option> <?php $optionSQL=mysql_query("SELECT DISTINCT(brand_name) FROM `brand_access` WHERE `user_id`='$userID' ORDER BY `brand_name` ASC"); while($out=mysql_fetch_array($optionSQL)){ echo "<option value='".$out['brand_name']."'>".$out['brand_name']."</option>"; } ?> </select> <p style="margin-top:2px;padding:0px;margin-bottom:1px;">Select Company:<i style='font-family:Arial;font-size:10px'>Based on given access only</i></p> <select id='para' name="para" style='width:100%;margin:5px'> </select> <br><input type="checkbox" name="includeIncoming" id="includeIncoming"> <label for="includeIncoming" style="font-family:Arial;font-size:14px"> Exclude Incoming Units.</label> <br> <input type="checkbox" name="includeReserved" id="includeReserved" > <label for="includeReserved" style="font-family:Arial;font-size:14px"> Exclude Reserved Units.</label> <br> <div style="width:100%;border:0px solid white;border-bottom:1px solid lightgray;height:10px"></div> <center><input type="submit" id="loadReportA" value="VIEW REPORT" style="font-family:Arial;font-size:14px;margin:15px;width:80%;margin-top:30px"></center> </form> </div> <!--<div style="float:left;width:40%;height:88%;padding:20px"> B </div>--> </div> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++REPORT FILTER WINDOW++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <!-- REPORT # B --> <div id="ReportB" style="display:none;float:left;position:absolute; top:20%;left:20%;width:30%;min-width:300px;height:450px;border:1px solid gray;background:white"> <div class='bgColor' style='text-align:left;vertical-align:top;height:35px;margin:0px;width:100%;border:1px solid gray;border-bottom:0px;padding:5px;font-family:Verdana;font-weight:bord;font-size:16px;color:#043062'>📜 Vehicle Inventory by Model <div style='float:right;font-family:Verdana;font-size:15px;'> <a href='#' onclick='fReportB()' style='font-weight:bold'> ✕ </a> </div> </div> <!-- REPORT BODY --> <div style="float:left;width:100%;border-right:1px solid lightgray;height:88%;padding:30px"> <form action="REPORTS/RPT_REPORTB.php" method="GET" TARGET="Popup_Window"> <p style="margin-top:2px;padding:0px;margin-bottom:1px;">Select Brand:<i style='font-family:Arial;font-size:10px'>Based on given access only</i></p> <select id='brandSel' name='brandSel' onchange="showBrand(this.value)" style='width:100%;margin:5px'> <option>--Select Brand--</option> <?php $optionSQL=mysql_query("SELECT DISTINCT(brand_name),brand_id FROM `brand_access` WHERE `user_id`='$userID' ORDER BY `brand_name` ASC"); while($out=mysql_fetch_array($optionSQL)){ echo "<option value='".$out['brand_id']."'>".$out['brand_name']."</option>"; } ?> </select> <p style="margin-top:2px;padding:0px;margin-bottom:1px;">Select Model:<i style='font-family:Arial;font-size:10px'>Based on given access only</i></p> <select id='paraModel' name="paraModel" style='width:100%;margin:5px'> </select> <p style="margin-top:2px;padding:0px;margin-bottom:1px;">Select Company:<i style='font-family:Arial;font-size:10px'>Based on given access only</i></p> <select id='SelCompany' name="SelCompany" style='width:100%;margin:5px'> <option>--Select Brand--</option> <?php $optionSQL=mysql_query("SELECT * FROM `vts_company` WHERE `comp_status`='1' ORDER BY `comp_code` ASC"); while($out=mysql_fetch_array($optionSQL)){ $brandN = $out['brand']; $checkIFAllowed = mysql_result(mysql_query("SELECT COUNT(id) FROM `brand_access` WHERE `brand_name`='$brandN' AND `user_id`='$uID'"),0); if($checkIFAllowed > 0 ){ echo "<option value='".$out['comp_code']."'>".$out['comp_code']."</option>"; } } ?> </select> <br><input type="checkbox" name="incNew" id="incNew"> <label for="incNew" style="font-family:Arial;font-size:14px"> Exclude Incoming Units.</label> <br> <input type="checkbox" name="resItem" id="resItem" > <label for="resItem" style="font-family:Arial;font-size:14px"> Exclude Reserved Units.</label> <br> <div style="width:100%;border:0px solid white;border-bottom:1px solid lightgray;height:10px"></div> <center><input type="submit" id="loadReportB" value="VIEW REPORT" style="font-family:Arial;font-size:14px;margin:15px;width:80%;margin-top:30px"></center> </form> </div> <!--<div style="float:left;width:40%;height:88%;padding:20px"> B </div>--> </div> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++REPORT FILTER WINDOW++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++REPORT FILTER WINDOW++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <!-- REPORT # C --> <div id="ReportC" style="display:none;float:left;position:absolute; top:20%;left:20%;width:30%;min-width:300px;height:350px;border:1px solid gray;background:white"> <div class='bgColor' style='text-align:left;vertical-align:top;height:35px;margin:0px;width:100%;border:1px solid gray;border-bottom:0px;padding:5px;font-family:Verdana;font-weight:bord;font-size:16px;color:#043062'>📜 UNIT COST Summary <div style='float:right;font-family:Verdana;font-size:15px;'> <a href='#' onclick='fReportC()' style='font-weight:bold'> ✕ </a> </div> </div> <!-- REPORT BODY --> <div style="float:left;width:100%;border-right:1px solid lightgray;height:88%;padding:30px"> <form action="REPORTS/RPT_REPORTC.php" method="GET" TARGET="_Blank"> <p style="margin-top:2px;padding:0px;margin-bottom:1px;">Select Brand:<i style='font-family:Arial;font-size:10px'>Based on given access only</i></p> <select id='brandSelected' name='brandSelected' onchange="showBrandC(this.value)" style='width:100%;margin:5px'> <option>--Select Brand--</option> <?php $optionSQL=mysql_query("SELECT DISTINCT(brand_name) FROM `brand_access` WHERE `user_id`='$userID' ORDER BY `brand_name` ASC"); while($out=mysql_fetch_array($optionSQL)){ echo "<option value='".$out['brand_name']."'>".$out['brand_name']."</option>"; } ?> </select> <p style="margin-top:2px;padding:0px;margin-bottom:1px;">Select Company:<i style='font-family:Arial;font-size:10px'>Based on given access only</i></p> <select id='paraModelC' name="paraModelC" style='width:100%;margin:5px'> </select> <br><input type="checkbox" name="includeNew" id="includeNew"> <label for="includeNew" style="font-family:Arial;font-size:14px"> Exclude Incoming Units.</label> <br> <div style="width:100%;border:0px solid white;border-bottom:1px solid lightgray;height:10px"></div> <center><input type="submit" id="loadReportC" value="VIEW REPORT" style="font-family:Arial;font-size:14px;margin:15px;width:80%;margin-top:30px"></center> </form> </div> <!--<div style="float:left;width:40%;height:88%;padding:20px"> B </div>--> </div> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++REPORT FILTER WINDOW++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++REPORT FILTER WINDOW++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <!-- REPORT # D --> <div id="ReportD" style="display:none;float:left;position:absolute; top:20%;left:20%;width:30%;min-width:300px;height:350px;border:1px solid gray;background:white"> <div class='bgColor' style='text-align:left;vertical-align:top;height:35px;margin:0px;width:100%;border:1px solid gray;border-bottom:0px;padding:5px;font-family:Verdana;font-weight:bord;font-size:16px;color:#043062'>📜 UNIT AGING REPORT <div style='float:right;font-family:Verdana;font-size:15px;'> <a href='#' onclick='fReportD()' style='font-weight:bold'> ✕ </a> </div> </div> <!-- REPORT BODY --> <div style="float:left;width:100%;border-right:1px solid lightgray;height:88%;padding:30px"> <form action="REPORTS/RPT_REPORTD.php" method="GET" TARGET="_Blank"> <p style="margin-top:2px;padding:0px;margin-bottom:1px;">Select Brand:<i style='font-family:Arial;font-size:10px'>Based on given access only</i></p> <select id='agingBrandSelected' name='agingBrandSelected' onchange="showBrandD(this.value)" style='width:100%;margin:5px'> <option>--Select Brand--</option> <?php $optionSQL=mysql_query("SELECT DISTINCT(brand_name) FROM `brand_access` WHERE `user_id`='$userID' ORDER BY `brand_name` ASC"); while($out=mysql_fetch_array($optionSQL)){ echo "<option value='".$out['brand_name']."'>".$out['brand_name']."</option>"; } ?> </select> <p style="margin-top:2px;padding:0px;margin-bottom:1px;">Select Company:<i style='font-family:Arial;font-size:10px'>Based on given access only</i></p> <select id='paraModelD' name="paraModelD" style='width:100%;margin:5px'> </select> <br> <div style="width:100%;border:0px solid white;border-bottom:1px solid lightgray;height:10px"></div> <center><input type="submit" id="loadReportD" value="VIEW REPORT" style="font-family:Arial;font-size:14px;margin:15px;width:80%;margin-top:30px"></center> </form> </div> <!--<div style="float:left;width:40%;height:88%;padding:20px"> B </div>--> </div> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++REPORT FILTER WINDOW++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <!-- REPORT # E --> <div id="ReportE" style="display:none;float:left;position:absolute; top:20%;left:20%;width:30%;min-width:300px;height:380px;border:1px solid gray;background:white"> <div class='bgColor' style='text-align:left;vertical-align:top;height:35px;margin:0px;width:100%;border:1px solid gray;border-bottom:0px;padding:5px;font-family:Verdana;font-weight:bord;font-size:16px;color:#043062'>📜 UNIT AGING REPORT - LIST <div style='float:right;font-family:Verdana;font-size:15px;'> <a href='#' onclick='fReportE()' style='font-weight:bold'> ✕ </a> </div> </div> <!-- REPORT BODY --> <div style="float:left;width:100%;border-right:1px solid lightgray;height:88%;padding:30px"> <form action="REPORTS/RPT_REPORTE.php" method="GET" TARGET="_Blank"> <p style="margin-top:2px;padding:0px;margin-bottom:1px;">Select Brand:<i style='font-family:Arial;font-size:10px'>Based on given access only</i></p> <select id='agingBrandList' name='agingBrandList' onchange="showBrandE(this.value)" style='width:100%;margin:5px'> <option>--Select Brand--</option> <?php $optionSQL=mysql_query("SELECT DISTINCT(brand_name) FROM `brand_access` WHERE `user_id`='$userID' ORDER BY `brand_name` ASC"); while($out=mysql_fetch_array($optionSQL)){ echo "<option value='".$out['brand_name']."'>".$out['brand_name']."</option>"; } ?> </select> <p style="margin-top:2px;padding:0px;margin-bottom:1px;">Select Company:<i style='font-family:Arial;font-size:10px'>Based on given access only</i></p> <select id='paraModelE' name="paraModelE" style='width:100%;margin:5px'> </select> <br> <p style="margin-top:2px;padding:0px;margin-bottom:1px;">Filter Aging: </p> <select id='ageRange' name='ageRange' style='width:100%;margin:5px'> <option value="A">Below 90 Days</option> <option value="B">91 ↠ 180 Days</option> <option value="C">181 Days and Above</option> </select> <div style="width:100%;border:0px solid white;border-bottom:1px solid lightgray;height:10px"></div> <center><input type="submit" id="loadReportE" value="VIEW REPORT" style="font-family:Arial;font-size:14px;margin:15px;width:80%;margin-top:30px"></center> </form> </div> <!--<div style="float:left;width:40%;height:88%;padding:20px"> B </div>--> </div> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++REPORT FILTER WINDOW++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <!-- REPORT # F --> <div id="ReportF" style="display:none;float:left;position:absolute; top:20%;left:20%;width:30%;min-width:300px;height:350px;border:1px solid gray;background:white"> <div class='bgColor' style='text-align:left;vertical-align:top;height:35px;margin:0px;width:100%;border:1px solid gray;border-bottom:0px;padding:5px;font-family:Verdana;font-weight:bord;font-size:16px;color:#043062'>📜 UNIT AGING REPORT - BY UNIT PRICE <div style='float:right;font-family:Verdana;font-size:15px;'> <a href='#' onclick='fReportF()' style='font-weight:bold'> ✕ </a> </div> </div> <!-- REPORT BODY --> <div style="float:left;width:100%;border-right:1px solid lightgray;height:88%;padding:30px"> <form action="REPORTS/RPT_REPORTF.php" method="GET" TARGET="_Blank"> <p style="margin-top:2px;padding:0px;margin-bottom:1px;">Select Brand:<i style='font-family:Arial;font-size:10px'>Based on given access only</i></p> <select id='agingBrandCost' name='agingBrandCost' onchange="showBrandF(this.value)" style='width:100%;margin:5px'> <option>--Select Brand--</option> <?php $optionSQL=mysql_query("SELECT DISTINCT(brand_name) FROM `brand_access` WHERE `user_id`='$userID' ORDER BY `brand_name` ASC"); while($out=mysql_fetch_array($optionSQL)){ echo "<option value='".$out['brand_name']."'>".$out['brand_name']."</option>"; } ?> </select> <p style="margin-top:2px;padding:0px;margin-bottom:1px;">Select Company:<i style='font-family:Arial;font-size:10px'>Based on given access only</i></p> <select id='paraModelF' name="paraModelF" style='width:100%;margin:5px'> </select> <br> <div style="width:100%;border:0px solid white;border-bottom:1px solid lightgray;height:10px"></div> <center><input type="submit" id="loadReportF" value="VIEW REPORT" style="font-family:Arial;font-size:14px;margin:15px;width:80%;margin-top:30px"></center> </form> </div> <!--<div style="float:left;width:40%;height:88%;padding:20px"> B </div>--> </div> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++REPORT FILTER WINDOW++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++REPORT FILTER WINDOW++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <!-- REPORT # G --> <div id="ReportG" style="display:none;float:left;position:absolute; top:20%;left:20%;width:30%;min-width:300px;height:370px;border:1px solid gray;background:white"> <div class='bgColor' style='text-align:left;vertical-align:top;height:35px;margin:0px;width:100%;border:1px solid gray;border-bottom:0px;padding:5px;font-family:Verdana;font-weight:bord;font-size:16px;color:#043062'>📜 Synergy Sales Report <div style='float:right;font-family:Verdana;font-size:15px;'> <a href='#' onclick='fReportG()' style='font-weight:bold'> ✕ </a> </div> </div> <!-- REPORT BODY --> <div style="float:left;width:100%;border-right:1px solid lightgray;height:88%;padding:30px"> <form action="REPORTS/RPT_REPORTG.php" method="GET" TARGET="_Blank"> <p style="margin-top:2px;padding:0px;margin-bottom:0px;">Select Brand:<i style='font-family:Arial;font-size:10px'>Based on given access only</i></p> <select id='brandSynergy' name='brandSynergy' onchange="showUserG(this.value)" style='width:100%;margin:5px'> <option>--Select Brand--</option> <?php $optionSQL=mysql_query("SELECT DISTINCT(brand_name) FROM `brand_access` WHERE `user_id`='$userID' ORDER BY `brand_name` ASC"); while($out=mysql_fetch_array($optionSQL)){ echo "<option value='".$out['brand_name']."'>".$out['brand_name']."</option>"; } ?> </select> <p style="margin-top:2px;padding:0px;margin-bottom:0px;">Select Company:<i style='font-family:Arial;font-size:10px'>Based on given access only</i></p> <select id='paraModelG' name="paraModelG" style='width:100%;margin:5px'> </select> <br> <div style="float:left;width:30%;text-align:left;margin-top:10px;font-family:Arial;font-size:12px;color:black"> State Date:</div> <div style="float:left;width:60%;text-align:left;margin-top:10px;font-family:Arial;font-size:12px;color:black"> End Date:</div> <div style="float:left;width:30%;text-align:left;margin-top:10px;font-family:Arial;font-size:12px;color:black"> <input type="date" id="sDate" name="sDate" style="padding:8px;"> </div> <div style="float:left;width:60%;text-align:left;margin-top:10px;font-family:Arial;font-size:12px;color:black"> <input type="date" id="eDate" name="eDate" style="padding:8px;"> </div> <div style="width:100%;border:0px solid white;border-bottom:0px solid lightgray;height:10px"></div> <center><input type="submit" id="loadReportG" value="VIEW REPORT" style="font-family:Arial;font-size:14px;margin:15px;width:80%;margin-top:30px"></center> </form> </div> <!--<div style="float:left;width:40%;height:88%;padding:20px"> B </div>--> </div> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++REPORT FILTER WINDOW++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++REPORT FILTER WINDOW++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <div style="float:left;width:100%;border:1px solid gray;min-height:700px;padding:30px"><p style="font-family:Arial;font-size:24px;margin-left:0px">📊 Report Generation:</p> <div style="float:left;width:280px;margin-right:5px;border:0px solid lightgray;border-radius:10px;min-height:600px;padding:10px"> <p style="font-family:Arial;font-size:14px;font-weight:bold;">📉 <u>INVENTORY REPORTS:</u>:</p> <a href='#' onclick="fReportA()" class="reportlink">🗍 Vehicle Inventory by Brand</a><br> <!-- Report 1--> <a href='#' onclick="fReportB()" class="reportlink">🗍 Vehicle Inventory by Model</a><br> <a href='#' onclick="fReportC()" class="reportlink">🗍 Total Amount by Model</a><br> <a href='#' onclick="fReportD()" class="reportlink">🗍 Aging Unit Report - Summary</a><br> <a href='#' onclick="fReportE()" class="reportlink">🗍 Aging Unit Report - Lists</a><br> <a href='#' onclick="fReportF()" class="reportlink">🗍 Aging Unit By Unit Price</a><br> <a href='#' onclick="fReportG()" class="reportlink">🗍 Synergy Sales Report</a><br> </div> <div style="float:left;width:280px;margin-right:5px;border:1px solid lightgray;border-radius:10px;min-height:600px;padding:10px"> <p style="font-family:Arial;font-size:14px;font-weight:bold;">📉 <u>CUSTOMER DATABASE:</u>:</p> </div> <div style="float:left;width:280px;margin-right:5px;border:1px solid lightgray;border-radius:10px;min-height:600px;padding:10px"> <p style="font-family:Arial;font-size:14px;font-weight:bold;">📉 <u>SALES REPORT</u>:</p> </div> </div> </div>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings