c=$c->c; $this->DB=$c->db; } function Save(){ if ($this->status==1){ //uncomment a line below if your table use ID as running number $this->DlpId=$this->GetNextCode(); $sql = "insert into DocLineConfig values( '".th2a($this->DlcID)."', '".th2a($this->deptId)."', '".th2a($this->DlpID)."', '".th2a($this->personId)."', '".th2a($this->DlcSeq)."', '".th2a($this->DlcPropose)."', '".th2a($this->DlcSign)."', '".th2a($this->DlcSend)."', '".th2a($this->DlcByPass)."', '".th2a($this->DlcView)."', '".th2a($this->docGroup)."', '".th2a($this->confirm)."', '".th2a($this->DlcActive)."' )"; }else { $sql = "update DocLineConfig set deptId='".th2a($this->deptId)."', DlpID='".th2a($this->DlpID)."', personId='".th2a($this->personId)."', DlcSeq='".th2a($this->DlcSeq)."', DlcPropose='".th2a($this->DlcPropose)."', DlcSign='".th2a($this->DlcSign)."', DlcSend='".th2a($this->DlcSend)."', DlcByPass='".th2a($this->DlcByPass)."', DlcView='".th2a($this->DlcView)."', docGroup='".th2a($this->docGroup)."', confirm='".th2a($this->confirm)."', DlcActive='".th2a($this->DlcActive)."' where DlcID='".th2a($this->DlcID)."'"; } return $this->Dml($sql); } function Delete(){ return $this->Dml("delete from DocLineConfig where DlcID='$this->DlcID'"); } function GetNextCode(){ $this->SetQuery("select max(DlcID) as num from DocLineConfig"); if ($result=$this->GetResult()) { return $result['num']+1; } } function RSdocLineConfig(){ $this->SetQuery("select * from DocLineConfig order by DlcID"); } function GetRecord(){ $numFields = $this->NumField(); $row = $this->GetResult(); if ($row){ for ($i=0; $i<$numFields; $i++){ eval("\$this->".mysql_field_name($this->rs, $i)."=\$row['".mysql_field_name($this->rs, $i)."'];"); } return true; }else{ // clear value of Member; for ($i=0; $i<$numFields; $i++){ eval("\$this->".mysql_field_name($this->rs, $i)."='';"); } return false; } } function SearchByKey($xKey){ if ($this->SetQuery("select * from DocLineConfig where DlcID= '$xKey'")){ return 1; }else { return 0; } } //****************** You can add new functions below **********************// function SearchByDeptMaxDocGroup($xKey,$yKey){ if ($this->SetQuery("select * from DocLineConfig where deptId = '$xKey' and docGroup='$yKey' order by DlcSeq asc")){ return 1; }else { return 0; } } function SearchMaxDeptDlc(){ $this->SetQuery("select max(DlcID) as num from DocLineConfig"); if ($result=$this->GetResult()) { return $result['num']; } } function SearchMaxDlc(){ $this->SetQuery("select max(DlcID) as num from DocLineConfig"); if ($result=$this->GetResult()) { return $result['num']; } } function SearchMaxDocGroup(){ $this->SetQuery("select max(docGroup) as num from DocLineConfig"); if ($result=$this->GetResult()) { return $result['num']; } } function SearchMaxDeptDlcSeq($xKey){ $this->SetQuery("select max(DlcSeq) as num from DocLineConfig where deptId = '$xKey'"); if ($result=$this->GetResult()) { return $result['num']; } } function SearchDeptconfirm($xKey){ $this->SetQuery("select confirm as num from DocLineConfig where deptId = '$xKey' group by deptId"); if ($result=$this->GetResult()) { return $result['num']; } } function SearchByPsPositionDlpID($xKey,$yKey,$zKey){ //echo "select * from DocLineConfig where personId='$xKey' and confirm='Y' and DlpID='$yKey' group by deptId , DlpID
"; if ($this->SetQuery("select * from DocLineConfig where personId='$xKey' and confirm='Y' and DlpID='$yKey' and docGroup ='$zKey' group by deptId , DlpID")){ return 1; }else { return 0; } } function SearchDlcIDByPsPositionDlpID($xKey,$yKey,$zKey){ //echo "select * from DocLineConfig where personId='$xKey' and confirm='Y' and DlpID='$yKey' group by deptId , DlpID
"; if ($this->SetQuery("select DlcID from DocLineConfig where personId='$xKey' and confirm='Y' and DlpID='$yKey' and docGroup ='$zKey' group by deptId , DlpID")){ return 1; }else { return 0; } } function SearchByPsPositionDlpIDActiveY($xKey,$yKey,$zKey){ //echo "select * from DocLineConfig where personId='$xKey' and confirm='Y' and DlpID='$yKey' and docGroup ='$zKey' and DlcActive='Y' group by deptId , DlpID
"; if ($this->SetQuery("select * from DocLineConfig where personId='$xKey' and confirm='Y' and DlpID='$yKey' and docGroup ='$zKey' and DlcActive='Y' group by deptId , DlpID")){ return 1; }else { return 0; } } function SearchByNextDlcID($xKey,$yKey,$zKey){ //echo "select * from DocLineConfig where DlcSeq='$xKey' and docGroup='$yKey' and deptId='$zKey'
"; if ($this->SetQuery("select * from DocLineConfig where DlcSeq='$xKey' and docGroup='$yKey' and deptId='$zKey'")){ return 1; }else { return 0; } } function SearchByDocGroupDlcID($xKey,$yKey,$zKey){ //echo "select * from DocLineConfig where docGroup='$xKey' and deptId='$yKey' and DlpID='$zKey'"; if ($this->SetQuery("select * from DocLineConfig where docGroup='$xKey' and deptId='$yKey' and DlpID='$zKey' ")){ return 1; }else { return 0; } } function SearchByDocGroupDlcID2($xKey,$yKey,$zKey){ //echo "select * from DocLineConfig where docGroup='$xKey' and deptId='$yKey' and DlpID='$zKey'"; if ($this->SetQuery("select * from DocLineConfig where docGroup='$xKey' and deptId='$yKey' and (DlpID='5' || DlpID='11' || DlpID='15' || DlpID='18' || DlpID='28' || DlpID='30' || DlpID='32' || DlpID='34' || DlpID='36' || DlpID='38') ")){ return 1; }else { return 0; } } function SearchDlc2($xKey,$yKey,$zKey){ if($yKey=="0"){ $xKey=$xKey+1; }else{ $xKey=$xKey-1; } $this->SetQuery("select DlcID as num from DocLineConfig where DlcSeq='$xKey' and deptId='$zKey'"); if ($result=$this->GetResult()) { return $result['num']; } } function SearchDlcID11($xKey,$yKey){ if ($this->SetQuery("select * from DocLineConfig where docGroup='$xKey' and deptId='$yKey' and DlpID='11' ")){ return 1; }else { return 0; } } function SearchDlcIDDlpID($xKey,$yKey){ //echo "select * from DocLineConfig where deptId='$yKey' and DlpID='$xKey' "; if ($this->SetQuery("select * from DocLineConfig where deptId='$yKey' and DlpID='$xKey' ")){ return 1; }else { return 0; } } function SearchByKeyName($xKey,$name){ $this->SetQuery("select $name as name from DocLineConfig where DlcID= '$xKey'"); if ($result=$this->GetResult()) { return $result['name']; } } function SearchDlcIDByDocGroupDlcID2($xKey,$yKey,$zKey){ //echo "select * from DocLineConfig where docGroup='$xKey' and deptId='$yKey' and DlpID='$zKey'"; if ($this->SetQuery("select DlcID from DocLineConfig where docGroup='$xKey' and deptId='$yKey' and (DlpID='5' || DlpID='11' || DlpID='15' || DlpID='18' || DlpID='28' || DlpID='30' || DlpID='32' || DlpID='34' || DlpID='36' || DlpID='38') ")){ return 1; }else { return 0; } } } //--End class person-- ?>