Moved ledgers over the jqGrid. Working reasonably well at the moment.

git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605@131 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-06-15 06:22:38 +00:00
parent 3dcdcb03eb
commit 39071b39fb
6 changed files with 132 additions and 168 deletions

View File

@@ -11,9 +11,6 @@ $cols['Credits'] = array('index' => 'Account.credits', 'formatter' => 'currenc
$cols['Balance'] = array('index' => 'Account.balance', 'formatter' => 'currency');
$cols['Comment'] = array('index' => 'Account.comment', 'formatter' => 'comment');
$cols['Name']['formatoptions'] = array('showAction' => 'view', 'idName' => 'myid');
$jqGrid_options = array('jqGridColumns' => $cols,
'controller' => 'accounts',
'caption' => isset($caption) ? $caption : null);