Checking in changes from some time ago, changing the reports screen to give direct Quickbooks invoice and credits info.
git-svn-id: file:///svn-source/pmgr/branches/v0.3_work@1013 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -278,12 +278,18 @@ class AppController extends Controller {
|
||||
$this->addSideMenuLink('Unit Summary',
|
||||
array('controller' => 'units', 'action' => 'overview'), null,
|
||||
'REPORT');
|
||||
$this->addSideMenuLink('Monthly Income',
|
||||
array('controller' => 'statement_entries', 'action' => 'incomebymonth'), null,
|
||||
'REPORT');
|
||||
$this->addSideMenuLink('Monthly Expenses',
|
||||
array('controller' => 'statement_entries', 'action' => 'expensebymonth'), 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('Quickbook Invoice',
|
||||
array('controller' => 'statement_entries', 'action' => 'incomebymonth', 4, 1), null,
|
||||
'REPORT');
|
||||
$this->addSideMenuLink('Quickbook Credits',
|
||||
array('controller' => 'statement_entries', 'action' => 'expensebymonth', 4, 0), null,
|
||||
'REPORT');
|
||||
$this->addSideMenuLink('Monthly Net',
|
||||
array('controller' => 'statement_entries', 'action' => 'netbymonth'), null,
|
||||
'REPORT');
|
||||
|
||||
Reference in New Issue
Block a user