Added income / expense reports that produce results suitable for entry into quickbooks as per the current paradigm
git-svn-id: file:///svn-source/pmgr/branches/v0.3_work@1009 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -278,8 +278,14 @@ class AppController extends Controller {
|
||||
$this->addSideMenuLink('Unit Summary',
|
||||
array('controller' => 'units', 'action' => 'overview'), null,
|
||||
'REPORT');
|
||||
$this->addSideMenuLink('Monthly Charges',
|
||||
array('controller' => 'statement_entries', 'action' => 'chargesbymonth'), null,
|
||||
$this->addSideMenuLink('Monthly Income',
|
||||
array('controller' => 'statement_entries', 'action' => 'incomebymonth'), null,
|
||||
'REPORT');
|
||||
$this->addSideMenuLink('Monthly Expenses',
|
||||
array('controller' => 'statement_entries', 'action' => 'expensebymonth'), null,
|
||||
'REPORT');
|
||||
$this->addSideMenuLink('Monthly Net',
|
||||
array('controller' => 'statement_entries', 'action' => 'netbymonth'), null,
|
||||
'REPORT');
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user