More tweaking to all of the grid displays. This was mostly visual, but includes some bug fixes as well (such as a manual filter override in the ledger_entries controller).
git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@371 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -270,12 +270,14 @@ OPTION 2
|
||||
$lquery = $this->reconciledSetQuery($set, $query);
|
||||
$result = $this->find('all', $lquery);
|
||||
|
||||
//pr(compact('lquery', 'result'));
|
||||
|
||||
//pr(array('reconciledSet', compact('set', 'lquery', 'result')));
|
||||
|
||||
$resultset = array();
|
||||
foreach ($result AS $i => $entry) {
|
||||
//pr(compact('entry'));
|
||||
$entry['StatementEntry'] += $entry[0];
|
||||
$entry['StatementEntry'] = $entry[0] + $entry['StatementEntry'];
|
||||
unset($entry[0]);
|
||||
|
||||
$entry['StatementEntry']['balance'] =
|
||||
@@ -293,6 +295,8 @@ OPTION 2
|
||||
}
|
||||
}
|
||||
|
||||
//pr(compact('resultset'));
|
||||
|
||||
//pr(array('StatementEntry::reconciledSet()' => compact('resultset')));
|
||||
|
||||
//$resultset['stats'] = $this->stats(null, $query);
|
||||
|
||||
Reference in New Issue
Block a user