/var/www/hkosl.com/oneMotorChunHing_delete20240201/html/productsearch.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<?
require("inc/configure.php");
require(
"inc/global.php");
require(
"inc/checklogin.php");
if (
$logged_in == 0) {
    
//echo 'Not logged in. <a href="login.php">Login</a>';
    
header('Window-target: _parent');
    
header('Location: login.php');
    exit();
}
if (
checkObject(9) <> 1){
    die(
"Unauthorized Access");
    exit();
}
?>
<?
$forname    
$_GET['formname'];
$fieldname    $_GET['fieldname'];
?>
<html>
<head>
<title><?=$systitle?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="main.css" type="text/css">

<link rel="stylesheet" href="_common/css/main.css" type="text/css" media="all">
<link href="sortableTable.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="_common/js/mootools.js"></script>
<script type="text/javascript" src="sortableTable.js"></script>

</head>
<body bgcolor="#FFFFFF" leftmargin="10" topmargin="10" marginwidth="0" marginheight="0">
<p class="pageheader">Product Search</p>
<table border='0' cellpadding='0' cellspacing='0'>
    <tr><td valign="top" width="740" class="content">
    
    <?php
    $sql9 
"select count(prodno) as n from INV_PRODUCT";
    
    
$result9 mysql_query($sql9);
    
    
$row9 $row mysql_fetch_assoc($result9);
    
    
$numRow $row9['n'];
    
?>
        <a href="product.php?count=<?php echo $numRow?>"><img src="icons/new.jpg" border="0"></a>
        </td></tr>
</table>
<div id="example">
    <div class="tableFilter">
        <form id="tableFilter" onsubmit="myTable.filter(this.id); return false;">Filter: 
            <select id="column">
                <option value="1"><?=prodcode?></option>
                <option value="2"><?=prodname?></option>
                <option value="3"><?=majcat?></option>
                <option value="4"><?=subcat?></option>
            </select>
            <input type="text" id="keyword" />
            <input type="submit" value="Submit" />
            <input type="reset" value="Clear" />
        </form>
    </div>
    <table id="myTable" cellpadding="0" cellpadding="0">
        <thead>
            <th axis="string"></th>
            <th axis="string"><?=prodcode?></th>
            <th axis="string"><?=prodname?></th>
            <th axis="string"><?=majcat?></th>
            <th axis="string"><?=subcat?></th>
            <th axis="number"><?=soh?></th>
        </thead>
        <tbody>

<!--
<table width="650" border='0' cellspacing='1' cellpadding='1' bgcolor='#111111'>
<tr><td class="content" width='80'  align="center" valign="top" bgcolor='#ffffff'><?=prodcode?></td>
    <td class="content" width='150' align="center" valign="top" bgcolor='#ffffff'><?=prodname?></td>
    <td class="content" width='150' align="center" valign="top" bgcolor='#ffffff'>Barcode</td>
    <td class="content" width='100' align="center" valign="top" bgcolor='#ffffff'><?=majcat?></td>
    <td class="content" width='100' align="center" valign="top" bgcolor='#ffffff'><?=subcat?></td>
    <td class="content" width='70' align="center" valign="top" bgcolor='#ffffff'><?=uom?></td>
    <td class="content" width='70' align="center" valign="top" bgcolor='#ffffff'><?=soh?></td></tr>
-->
<?
$sql 
"select prodid, prodname
, majcatname, subcatname
, barcode, prodno
from INV_PRODUCT a
, INV_CATEGORY_MAJ b
, INV_CATEGORY_SUB c
where a.subcatid = c.subcatid
and c.majcatid = b.majcatid
and a.status = 1
and b.status = 1
and c.status = 1
order by prodno, c.majcatid, c.subcatid
"
;
$result mysql_query($sql);
while (
$row mysql_fetch_array($result,MYSQL_ASSOC))

    
?>
            <tr id="<?=$row{'prodid'}?>">
                <td><a href='product.php?prodid=<?=$row{'prodid'}?>'><img src='images/btnedit.png' border='0'></a></td>
                <td><?=$row{'prodno'}?></td>
                <td><?=$row{'prodname'}?></td>
                <td><?=$row{'majcatname'}?></td>
                <td><?=$row{'subcatname'}?></td>
                <td><?=isnull(getsoh($row{'prodid'}),0)?></td>
            </tr>
<?
}

?>
        </tbody>
        <tfoot>
            <tr>
                <td></td>
                <td></td>
                <td></td>
                <td></td>
                <td></td>
                <td></td>
            </tr>
        </tfoot>
    </table>

    
    <script type="text/javascript">
        var myTable = {};
        window.addEvent('domready', function(){
            myTable = new sortableTable('myTable', {overCls: 'over', onClick: function(){
                //alert(this.id)
                    }});
        });
    </script>
    </div>
    
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3333085-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
&nbsp;<br />
</body>
</html>