Manage Inventory

swal( { title: "You do not have enough privileges. Please contact admin. ", type: "warning", background: "rgba(255,255,255,0.89)", allowOutsideClick: false, onOpen: function () { //do something } }).then(function () { window.location="index.html"; }); '; } if(isset($_SESSION["smiley_uid"]) && ( $_SESSION["smiley_role"]=="a" || $_SESSION["smiley_role"]=="h" )){ echo '
'; foreach($inventory_data as $idata){ echo ' '; //$lastsno=$idata[0]; } echo '
Inventory Name Vendor Preferred Classification Vendor Backup Office Location Inventory URL Vendor Reorder Number Expected usage weekly Expected usage monthly
'.$idata[1].' '.$idata[2].' '.$idata[3].' '.$idata[4].' '.$idata[5].' '.$idata[6].' '.$idata[7].' '.$idata[8].' '.$idata[9].'
'; } echo ' '; if(isset($stmt)) pg_free_result($stmt1); ?>
/*swal( { title: "Coming Soon...", type: "warning", background: "rgba(255,255,255,0.89)", allowOutsideClick: false, onOpen: function () { //do something } }).then(function () { window.location="index.html"; }); */ '; } pg_free_result($stmt1); } pg_close($conn); ?>