complaint_pending_report.php File Reference


Variables

 $dcmPage = new DcmPage(basename(__FILE__))
 $query
 $strAdministra = ""
 $arrResult = array()

Variable Documentation

$arrResult = array()
 

$dcmPage = new DcmPage(basename(__FILE__))
 

$query
 

Initial value:

"select workorder.id as workorderID,workorder.complainant,".
  'dcmmstranslation(\''.$_SESSION['language'].
  '\', workordersubtype.description) as Description, workorder.telephone,'.
  "workorder.locationdescription, ".formatTimestamp("Workorder.ReceivedDate").
  " as ReceivedDate, workorder.note from ".
  "workorder, workordersubtype, Maintenance where workorder.subtype = ".
  "workordersubtype.subtype and Workorder.ID = Maintenance.ID ".
  'and Maintenance.Status=1'

$strAdministra = ""
 


Generated on Sat Jul 1 21:19:24 2006 for DCMMS by  doxygen 1.4.6-NO