Reports
Description | Post Date |
---|---|
MUNICIPAL BACK TO BASICS ACTION PLAN 2018-2019 | 2019-08-07 |
12. June 2019 B2B template V1 | 2019-08-07 |
11. May 2019 B2B template V1 | 2019-08-07 |
10. APRIL 2019 B2B template V1 | 2019-08-07 |
9. MARCH 2019 B2B template V1 | 2019-08-07 |
7. January 2019 B2B template V1 | 2019-08-07 |
6. DECEMBER 2018 B2B template V1 | 2019-08-07 |
5. NOVEMBER 2018 B2B template V1 | 2019-08-07 |
4. OCTOBER 2018 B2B template V1 | 2019-08-07 |
3. September 2018 B2B template V1 | 2019-08-07 |
2. August 2018 B2B template V1 | 2019-08-07 |
1. July 2018 B2B template V1 | 2019-08-07 |
First Quarter Performance Report | 2018-11-13 |
Description | Post Date |
---|---|
Annual Reports | 2019-02-27 |
Mid-Term Budget and Performance Report 2017-2018 | 2018-02-26 |
Second Quarter Back to Basics Quarterly Progress Report 2017-2018 | 2018-01-15 |
First Quarter Back to Basics Quarterly Progress Report 2017-2018 | 2018-01-15 |
First Quarter Performance Report 2017-18 | 2017-11-17 |
Description | Post Date |
---|---|
Mid-year budget and performance assessment report 2016-17 | 2017-08-24 |
Section 71 Report October 2016 | 2017-08-24 |
Section 71 Report November 2016 | 2017-08-24 |
Section 71 Report January 2017 | 2017-08-24 |
Section 71 Report December 2016 | 2017-08-24 |
Section 71 Report June 2017 | 2017-08-24 |
Section 71 Report May 2017 | 2017-08-24 |
Section 71 Report March 2017 | 2017-08-24 |
Section 71 Report April 2017 | 2017-08-24 |
LIM 471 Section 71 Report February 2017 | 2017-08-24 |
require 'connection.php';
$getSDBIP="SELECT filepath, description, date_uploaded FROM legis_docs WHERE grouptype = 'reports' AND date_archived IS NULL AND fy_from = 2015 ANd fy_to = 2016 ORDER BY id DESC, date_uploaded";
$exe = mysql_query($getSDBIP);
if($exe){
if(mysql_num_rows($exe) == 0) echo "
No Document
";
else{
$tb = "";
$tb .="
Description | Post Date |
---|---|
$pathl | $pathli |
";
echo $tb;
}
}
echo mysql_error();
?>
require 'connection.php';
$getSDBIP="SELECT filepath, description, date_uploaded FROM legis_docs WHERE grouptype = 'reports' AND date_archived IS NULL AND fy_from = 2014 ANd fy_to = 2015 ORDER BY id DESC, date_uploaded";
$exe = mysql_query($getSDBIP);
if($exe){
if(mysql_num_rows($exe) == 0) echo "
No Document
";
else{
$tb = "";
$tb .="
Description | Post Date |
---|---|
$pathl | $pathli |
";
echo $tb;
}
}
echo mysql_error();
?>