meter_location_report.php File Reference


Variables

 $bfpPage = new BmfoPage
 $strQuery
 $result = dbx_query($rdbms, $strQuery)

Variable Documentation

$bfpPage = new BmfoPage
 

BMFO -- Bulk Meter Flow and Operations

meter_location_report.php - report about all meter locations

Copyright (C) 2006 DC Water and Environment

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

$result = dbx_query($rdbms, $strQuery)
 

$strQuery
 

Initial value:

 'select FacilityID, AdministrativeArea.Description, OperationalArea.Description' .
                ' from Meter left outer join AdministrativeArea on' .
                ' Meter.AdministrativeArea = AdministrativeArea.CodedValue' .
                ' left outer join OperationalArea on ' .
                ' Meter.OperationalArea = OperationalArea.CodedValue'
Todo:
: More comprehensive report.

: I18n.


Generated on Tue Sep 26 22:29:56 2006 for BMFO by  doxygen 1.4.6-NO