Added a lease up report

git-svn-id: file:///svn-source/pmgr/branches/v0.3_work@960 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2010-03-12 01:51:32 +00:00
parent 2489b67542
commit 2602a6fa7c
4 changed files with 137 additions and 0 deletions

View File

@@ -263,6 +263,9 @@ class AppController extends Controller {
'SITE', $this->op_area);
if ($this->admin()) {
$this->addSideMenuLink('Lease Up',
array('controller' => 'leases', 'action' => 'overview'), null,
'REPORT');
$this->addSideMenuLink('Unit Summary',
array('controller' => 'units', 'action' => 'overview'), null,
'REPORT');